diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
| commit | 78cab22a61786a23f2ee1ad7c5dcbec0024befca (patch) | |
| tree | 27cb86e3add785670ddfdbfc901f1654d74d1cb2 /PhysX_3.4/Source/compiler | |
| parent | PhysX 3.4, APEX 1.4 patch release @24990349 (diff) | |
| download | physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.tar.xz physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.zip | |
PhysX 3.4, APEX 1.4 patch release @25256367
Diffstat (limited to 'PhysX_3.4/Source/compiler')
64 files changed, 17944 insertions, 17808 deletions
diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevel.mk index 5eeed909..03e4213b 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevel.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevel.mk @@ -95,16 +95,16 @@ LowLevel_debug_common_cflags += $(addprefix -D, $(LowLevel_debug_defines)) LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths)) LowLevel_debug_cflags := $(LowLevel_debug_common_cflags) LowLevel_debug_cflags += -arch i386 -LowLevel_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_debug_cflags += -Wno-c++11-extensions LowLevel_debug_cflags += -g3 -gdwarf-2 -O0 LowLevel_debug_cppflags := $(LowLevel_debug_common_cflags) LowLevel_debug_cppflags += -arch i386 -LowLevel_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_debug_cppflags += -Wno-c++11-extensions @@ -113,6 +113,7 @@ LowLevel_debug_lflags := $(LowLevel_custom_lflags) LowLevel_debug_lflags += $(addprefix -L, $(LowLevel_debug_lpaths)) LowLevel_debug_lflags += $(addprefix -l, $(LowLevel_debug_libraries)) LowLevel_debug_lflags += -arch i386 +LowLevel_debug_lflags += -stdlib=libc++ LowLevel_debug_objsdir = $(OBJS_DIR)/LowLevel_debug LowLevel_debug_cpp_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_debug_cc_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -216,16 +217,16 @@ LowLevel_checked_common_cflags += $(addprefix -D, $(LowLevel_checked_defines) LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths)) LowLevel_checked_cflags := $(LowLevel_checked_common_cflags) LowLevel_checked_cflags += -arch i386 -LowLevel_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_checked_cflags += -Wno-c++11-extensions LowLevel_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevel_checked_cppflags := $(LowLevel_checked_common_cflags) LowLevel_checked_cppflags += -arch i386 -LowLevel_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_checked_cppflags += -Wno-c++11-extensions @@ -234,6 +235,7 @@ LowLevel_checked_lflags := $(LowLevel_custom_lflags) LowLevel_checked_lflags += $(addprefix -L, $(LowLevel_checked_lpaths)) LowLevel_checked_lflags += $(addprefix -l, $(LowLevel_checked_libraries)) LowLevel_checked_lflags += -arch i386 +LowLevel_checked_lflags += -stdlib=libc++ LowLevel_checked_objsdir = $(OBJS_DIR)/LowLevel_checked LowLevel_checked_cpp_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_checked_cc_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -337,16 +339,16 @@ LowLevel_profile_common_cflags += $(addprefix -D, $(LowLevel_profile_defines) LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths)) LowLevel_profile_cflags := $(LowLevel_profile_common_cflags) LowLevel_profile_cflags += -arch i386 -LowLevel_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_profile_cflags += -Wno-c++11-extensions LowLevel_profile_cflags += -O3 -fno-strict-aliasing LowLevel_profile_cppflags := $(LowLevel_profile_common_cflags) LowLevel_profile_cppflags += -arch i386 -LowLevel_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_profile_cppflags += -Wno-c++11-extensions @@ -355,6 +357,7 @@ LowLevel_profile_lflags := $(LowLevel_custom_lflags) LowLevel_profile_lflags += $(addprefix -L, $(LowLevel_profile_lpaths)) LowLevel_profile_lflags += $(addprefix -l, $(LowLevel_profile_libraries)) LowLevel_profile_lflags += -arch i386 +LowLevel_profile_lflags += -stdlib=libc++ LowLevel_profile_objsdir = $(OBJS_DIR)/LowLevel_profile LowLevel_profile_cpp_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_profile_cc_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -457,16 +460,16 @@ LowLevel_release_common_cflags += $(addprefix -D, $(LowLevel_release_defines) LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths)) LowLevel_release_cflags := $(LowLevel_release_common_cflags) LowLevel_release_cflags += -arch i386 -LowLevel_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_release_cflags += -Wno-c++11-extensions LowLevel_release_cflags += -O3 -fno-strict-aliasing LowLevel_release_cppflags := $(LowLevel_release_common_cflags) LowLevel_release_cppflags += -arch i386 -LowLevel_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_release_cppflags += -Wno-c++11-extensions @@ -475,6 +478,7 @@ LowLevel_release_lflags := $(LowLevel_custom_lflags) LowLevel_release_lflags += $(addprefix -L, $(LowLevel_release_lpaths)) LowLevel_release_lflags += $(addprefix -l, $(LowLevel_release_libraries)) LowLevel_release_lflags += -arch i386 +LowLevel_release_lflags += -stdlib=libc++ LowLevel_release_objsdir = $(OBJS_DIR)/LowLevel_release LowLevel_release_cpp_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_release_cc_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelAABB.mk index e270c531..a35ade51 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelAABB.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelAABB.mk @@ -67,16 +67,16 @@ LowLevelAABB_debug_common_cflags += $(addprefix -D, $(LowLevelAABB_debug_defi LowLevelAABB_debug_common_cflags += $(addprefix -I, $(LowLevelAABB_debug_hpaths)) LowLevelAABB_debug_cflags := $(LowLevelAABB_debug_common_cflags) LowLevelAABB_debug_cflags += -arch i386 -LowLevelAABB_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_debug_cflags += -Wno-c++11-extensions LowLevelAABB_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelAABB_debug_cppflags := $(LowLevelAABB_debug_common_cflags) LowLevelAABB_debug_cppflags += -arch i386 -LowLevelAABB_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_debug_cppflags += -Wno-c++11-extensions @@ -85,6 +85,7 @@ LowLevelAABB_debug_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_debug_lflags += $(addprefix -L, $(LowLevelAABB_debug_lpaths)) LowLevelAABB_debug_lflags += $(addprefix -l, $(LowLevelAABB_debug_libraries)) LowLevelAABB_debug_lflags += -arch i386 +LowLevelAABB_debug_lflags += -stdlib=libc++ LowLevelAABB_debug_objsdir = $(OBJS_DIR)/LowLevelAABB_debug LowLevelAABB_debug_cpp_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_debug_cc_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -174,16 +175,16 @@ LowLevelAABB_checked_common_cflags += $(addprefix -D, $(LowLevelAABB_checked_ LowLevelAABB_checked_common_cflags += $(addprefix -I, $(LowLevelAABB_checked_hpaths)) LowLevelAABB_checked_cflags := $(LowLevelAABB_checked_common_cflags) LowLevelAABB_checked_cflags += -arch i386 -LowLevelAABB_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_checked_cflags += -Wno-c++11-extensions LowLevelAABB_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelAABB_checked_cppflags := $(LowLevelAABB_checked_common_cflags) LowLevelAABB_checked_cppflags += -arch i386 -LowLevelAABB_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_checked_cppflags += -Wno-c++11-extensions @@ -192,6 +193,7 @@ LowLevelAABB_checked_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_checked_lflags += $(addprefix -L, $(LowLevelAABB_checked_lpaths)) LowLevelAABB_checked_lflags += $(addprefix -l, $(LowLevelAABB_checked_libraries)) LowLevelAABB_checked_lflags += -arch i386 +LowLevelAABB_checked_lflags += -stdlib=libc++ LowLevelAABB_checked_objsdir = $(OBJS_DIR)/LowLevelAABB_checked LowLevelAABB_checked_cpp_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_checked_cc_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -281,16 +283,16 @@ LowLevelAABB_profile_common_cflags += $(addprefix -D, $(LowLevelAABB_profile_ LowLevelAABB_profile_common_cflags += $(addprefix -I, $(LowLevelAABB_profile_hpaths)) LowLevelAABB_profile_cflags := $(LowLevelAABB_profile_common_cflags) LowLevelAABB_profile_cflags += -arch i386 -LowLevelAABB_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_profile_cflags += -Wno-c++11-extensions LowLevelAABB_profile_cflags += -O3 -fno-strict-aliasing LowLevelAABB_profile_cppflags := $(LowLevelAABB_profile_common_cflags) LowLevelAABB_profile_cppflags += -arch i386 -LowLevelAABB_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_profile_cppflags += -Wno-c++11-extensions @@ -299,6 +301,7 @@ LowLevelAABB_profile_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_profile_lflags += $(addprefix -L, $(LowLevelAABB_profile_lpaths)) LowLevelAABB_profile_lflags += $(addprefix -l, $(LowLevelAABB_profile_libraries)) LowLevelAABB_profile_lflags += -arch i386 +LowLevelAABB_profile_lflags += -stdlib=libc++ LowLevelAABB_profile_objsdir = $(OBJS_DIR)/LowLevelAABB_profile LowLevelAABB_profile_cpp_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_profile_cc_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -387,16 +390,16 @@ LowLevelAABB_release_common_cflags += $(addprefix -D, $(LowLevelAABB_release_ LowLevelAABB_release_common_cflags += $(addprefix -I, $(LowLevelAABB_release_hpaths)) LowLevelAABB_release_cflags := $(LowLevelAABB_release_common_cflags) LowLevelAABB_release_cflags += -arch i386 -LowLevelAABB_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_release_cflags += -Wno-c++11-extensions LowLevelAABB_release_cflags += -O3 -fno-strict-aliasing LowLevelAABB_release_cppflags := $(LowLevelAABB_release_common_cflags) LowLevelAABB_release_cppflags += -arch i386 -LowLevelAABB_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_release_cppflags += -Wno-c++11-extensions @@ -405,6 +408,7 @@ LowLevelAABB_release_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_release_lflags += $(addprefix -L, $(LowLevelAABB_release_lpaths)) LowLevelAABB_release_lflags += $(addprefix -l, $(LowLevelAABB_release_libraries)) LowLevelAABB_release_lflags += -arch i386 +LowLevelAABB_release_lflags += -stdlib=libc++ LowLevelAABB_release_objsdir = $(OBJS_DIR)/LowLevelAABB_release LowLevelAABB_release_cpp_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_release_cc_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelCloth.mk index 1bbd5288..0f1f0e72 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelCloth.mk @@ -62,16 +62,16 @@ LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_de LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) LowLevelCloth_debug_cflags := $(LowLevelCloth_debug_common_cflags) LowLevelCloth_debug_cflags += -arch i386 -LowLevelCloth_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_debug_cflags += -Wno-c++11-extensions LowLevelCloth_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelCloth_debug_cppflags := $(LowLevelCloth_debug_common_cflags) LowLevelCloth_debug_cppflags += -arch i386 -LowLevelCloth_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_debug_cppflags += -Wno-c++11-extensions @@ -80,6 +80,7 @@ LowLevelCloth_debug_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_debug_lflags += $(addprefix -L, $(LowLevelCloth_debug_lpaths)) LowLevelCloth_debug_lflags += $(addprefix -l, $(LowLevelCloth_debug_libraries)) LowLevelCloth_debug_lflags += -arch i386 +LowLevelCloth_debug_lflags += -stdlib=libc++ LowLevelCloth_debug_objsdir = $(OBJS_DIR)/LowLevelCloth_debug LowLevelCloth_debug_cpp_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_debug_cc_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -158,16 +159,16 @@ LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checke LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) LowLevelCloth_checked_cflags := $(LowLevelCloth_checked_common_cflags) LowLevelCloth_checked_cflags += -arch i386 -LowLevelCloth_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_checked_cflags += -Wno-c++11-extensions LowLevelCloth_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelCloth_checked_cppflags := $(LowLevelCloth_checked_common_cflags) LowLevelCloth_checked_cppflags += -arch i386 -LowLevelCloth_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_checked_cppflags += -Wno-c++11-extensions @@ -176,6 +177,7 @@ LowLevelCloth_checked_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_checked_lflags += $(addprefix -L, $(LowLevelCloth_checked_lpaths)) LowLevelCloth_checked_lflags += $(addprefix -l, $(LowLevelCloth_checked_libraries)) LowLevelCloth_checked_lflags += -arch i386 +LowLevelCloth_checked_lflags += -stdlib=libc++ LowLevelCloth_checked_objsdir = $(OBJS_DIR)/LowLevelCloth_checked LowLevelCloth_checked_cpp_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_checked_cc_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -254,16 +256,16 @@ LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profil LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) LowLevelCloth_profile_cflags := $(LowLevelCloth_profile_common_cflags) LowLevelCloth_profile_cflags += -arch i386 -LowLevelCloth_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_profile_cflags += -Wno-c++11-extensions LowLevelCloth_profile_cflags += -O3 -fno-strict-aliasing LowLevelCloth_profile_cppflags := $(LowLevelCloth_profile_common_cflags) LowLevelCloth_profile_cppflags += -arch i386 -LowLevelCloth_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_profile_cppflags += -Wno-c++11-extensions @@ -272,6 +274,7 @@ LowLevelCloth_profile_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_profile_lflags += $(addprefix -L, $(LowLevelCloth_profile_lpaths)) LowLevelCloth_profile_lflags += $(addprefix -l, $(LowLevelCloth_profile_libraries)) LowLevelCloth_profile_lflags += -arch i386 +LowLevelCloth_profile_lflags += -stdlib=libc++ LowLevelCloth_profile_objsdir = $(OBJS_DIR)/LowLevelCloth_profile LowLevelCloth_profile_cpp_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_profile_cc_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -349,16 +352,16 @@ LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_releas LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) LowLevelCloth_release_cflags := $(LowLevelCloth_release_common_cflags) LowLevelCloth_release_cflags += -arch i386 -LowLevelCloth_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_release_cflags += -Wno-c++11-extensions LowLevelCloth_release_cflags += -O3 -fno-strict-aliasing LowLevelCloth_release_cppflags := $(LowLevelCloth_release_common_cflags) LowLevelCloth_release_cppflags += -arch i386 -LowLevelCloth_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_release_cppflags += -Wno-c++11-extensions @@ -367,6 +370,7 @@ LowLevelCloth_release_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_release_lflags += $(addprefix -L, $(LowLevelCloth_release_lpaths)) LowLevelCloth_release_lflags += $(addprefix -l, $(LowLevelCloth_release_libraries)) LowLevelCloth_release_lflags += -arch i386 +LowLevelCloth_release_lflags += -stdlib=libc++ LowLevelCloth_release_objsdir = $(OBJS_DIR)/LowLevelCloth_release LowLevelCloth_release_cpp_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_release_cc_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelDynamics.mk index a59c4dff..9a6c28bf 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelDynamics.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelDynamics.mk @@ -88,16 +88,16 @@ LowLevelDynamics_debug_common_cflags += $(addprefix -D, $(LowLevelDynamics_de LowLevelDynamics_debug_common_cflags += $(addprefix -I, $(LowLevelDynamics_debug_hpaths)) LowLevelDynamics_debug_cflags := $(LowLevelDynamics_debug_common_cflags) LowLevelDynamics_debug_cflags += -arch i386 -LowLevelDynamics_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_debug_cflags += -Wno-c++11-extensions LowLevelDynamics_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelDynamics_debug_cppflags := $(LowLevelDynamics_debug_common_cflags) LowLevelDynamics_debug_cppflags += -arch i386 -LowLevelDynamics_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_debug_cppflags += -Wno-c++11-extensions @@ -106,6 +106,7 @@ LowLevelDynamics_debug_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_debug_lflags += $(addprefix -L, $(LowLevelDynamics_debug_lpaths)) LowLevelDynamics_debug_lflags += $(addprefix -l, $(LowLevelDynamics_debug_libraries)) LowLevelDynamics_debug_lflags += -arch i386 +LowLevelDynamics_debug_lflags += -stdlib=libc++ LowLevelDynamics_debug_objsdir = $(OBJS_DIR)/LowLevelDynamics_debug LowLevelDynamics_debug_cpp_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_debug_cc_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -199,16 +200,16 @@ LowLevelDynamics_checked_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_checked_common_cflags += $(addprefix -I, $(LowLevelDynamics_checked_hpaths)) LowLevelDynamics_checked_cflags := $(LowLevelDynamics_checked_common_cflags) LowLevelDynamics_checked_cflags += -arch i386 -LowLevelDynamics_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_checked_cflags += -Wno-c++11-extensions LowLevelDynamics_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelDynamics_checked_cppflags := $(LowLevelDynamics_checked_common_cflags) LowLevelDynamics_checked_cppflags += -arch i386 -LowLevelDynamics_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_checked_cppflags += -Wno-c++11-extensions @@ -217,6 +218,7 @@ LowLevelDynamics_checked_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_checked_lflags += $(addprefix -L, $(LowLevelDynamics_checked_lpaths)) LowLevelDynamics_checked_lflags += $(addprefix -l, $(LowLevelDynamics_checked_libraries)) LowLevelDynamics_checked_lflags += -arch i386 +LowLevelDynamics_checked_lflags += -stdlib=libc++ LowLevelDynamics_checked_objsdir = $(OBJS_DIR)/LowLevelDynamics_checked LowLevelDynamics_checked_cpp_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_checked_cc_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -310,16 +312,16 @@ LowLevelDynamics_profile_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_profile_common_cflags += $(addprefix -I, $(LowLevelDynamics_profile_hpaths)) LowLevelDynamics_profile_cflags := $(LowLevelDynamics_profile_common_cflags) LowLevelDynamics_profile_cflags += -arch i386 -LowLevelDynamics_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_profile_cflags += -Wno-c++11-extensions LowLevelDynamics_profile_cflags += -O3 -fno-strict-aliasing LowLevelDynamics_profile_cppflags := $(LowLevelDynamics_profile_common_cflags) LowLevelDynamics_profile_cppflags += -arch i386 -LowLevelDynamics_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_profile_cppflags += -Wno-c++11-extensions @@ -328,6 +330,7 @@ LowLevelDynamics_profile_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_profile_lflags += $(addprefix -L, $(LowLevelDynamics_profile_lpaths)) LowLevelDynamics_profile_lflags += $(addprefix -l, $(LowLevelDynamics_profile_libraries)) LowLevelDynamics_profile_lflags += -arch i386 +LowLevelDynamics_profile_lflags += -stdlib=libc++ LowLevelDynamics_profile_objsdir = $(OBJS_DIR)/LowLevelDynamics_profile LowLevelDynamics_profile_cpp_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_profile_cc_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -420,16 +423,16 @@ LowLevelDynamics_release_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_release_common_cflags += $(addprefix -I, $(LowLevelDynamics_release_hpaths)) LowLevelDynamics_release_cflags := $(LowLevelDynamics_release_common_cflags) LowLevelDynamics_release_cflags += -arch i386 -LowLevelDynamics_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_release_cflags += -Wno-c++11-extensions LowLevelDynamics_release_cflags += -O3 -fno-strict-aliasing LowLevelDynamics_release_cppflags := $(LowLevelDynamics_release_common_cflags) LowLevelDynamics_release_cppflags += -arch i386 -LowLevelDynamics_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_release_cppflags += -Wno-c++11-extensions @@ -438,6 +441,7 @@ LowLevelDynamics_release_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_release_lflags += $(addprefix -L, $(LowLevelDynamics_release_lpaths)) LowLevelDynamics_release_lflags += $(addprefix -l, $(LowLevelDynamics_release_libraries)) LowLevelDynamics_release_lflags += -arch i386 +LowLevelDynamics_release_lflags += -stdlib=libc++ LowLevelDynamics_release_objsdir = $(OBJS_DIR)/LowLevelDynamics_release LowLevelDynamics_release_cpp_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_release_cc_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelParticles.mk index 6a8b3045..d7acb80a 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelParticles.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.LowLevelParticles.mk @@ -74,16 +74,16 @@ LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_ LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) LowLevelParticles_debug_cflags := $(LowLevelParticles_debug_common_cflags) LowLevelParticles_debug_cflags += -arch i386 -LowLevelParticles_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_debug_cflags += -Wno-c++11-extensions LowLevelParticles_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelParticles_debug_cppflags := $(LowLevelParticles_debug_common_cflags) LowLevelParticles_debug_cppflags += -arch i386 -LowLevelParticles_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_debug_cppflags += -Wno-c++11-extensions @@ -92,6 +92,7 @@ LowLevelParticles_debug_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_debug_lflags += $(addprefix -L, $(LowLevelParticles_debug_lpaths)) LowLevelParticles_debug_lflags += $(addprefix -l, $(LowLevelParticles_debug_libraries)) LowLevelParticles_debug_lflags += -arch i386 +LowLevelParticles_debug_lflags += -stdlib=libc++ LowLevelParticles_debug_objsdir = $(OBJS_DIR)/LowLevelParticles_debug LowLevelParticles_debug_cpp_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_debug_cc_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -179,16 +180,16 @@ LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) LowLevelParticles_checked_cflags := $(LowLevelParticles_checked_common_cflags) LowLevelParticles_checked_cflags += -arch i386 -LowLevelParticles_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_checked_cflags += -Wno-c++11-extensions LowLevelParticles_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelParticles_checked_cppflags := $(LowLevelParticles_checked_common_cflags) LowLevelParticles_checked_cppflags += -arch i386 -LowLevelParticles_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_checked_cppflags += -Wno-c++11-extensions @@ -197,6 +198,7 @@ LowLevelParticles_checked_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_checked_lflags += $(addprefix -L, $(LowLevelParticles_checked_lpaths)) LowLevelParticles_checked_lflags += $(addprefix -l, $(LowLevelParticles_checked_libraries)) LowLevelParticles_checked_lflags += -arch i386 +LowLevelParticles_checked_lflags += -stdlib=libc++ LowLevelParticles_checked_objsdir = $(OBJS_DIR)/LowLevelParticles_checked LowLevelParticles_checked_cpp_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_checked_cc_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -284,16 +286,16 @@ LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) LowLevelParticles_profile_cflags := $(LowLevelParticles_profile_common_cflags) LowLevelParticles_profile_cflags += -arch i386 -LowLevelParticles_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_profile_cflags += -Wno-c++11-extensions LowLevelParticles_profile_cflags += -O3 -fno-strict-aliasing LowLevelParticles_profile_cppflags := $(LowLevelParticles_profile_common_cflags) LowLevelParticles_profile_cppflags += -arch i386 -LowLevelParticles_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_profile_cppflags += -Wno-c++11-extensions @@ -302,6 +304,7 @@ LowLevelParticles_profile_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_profile_lflags += $(addprefix -L, $(LowLevelParticles_profile_lpaths)) LowLevelParticles_profile_lflags += $(addprefix -l, $(LowLevelParticles_profile_libraries)) LowLevelParticles_profile_lflags += -arch i386 +LowLevelParticles_profile_lflags += -stdlib=libc++ LowLevelParticles_profile_objsdir = $(OBJS_DIR)/LowLevelParticles_profile LowLevelParticles_profile_cpp_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_profile_cc_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -388,16 +391,16 @@ LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) LowLevelParticles_release_cflags := $(LowLevelParticles_release_common_cflags) LowLevelParticles_release_cflags += -arch i386 -LowLevelParticles_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_release_cflags += -Wno-c++11-extensions LowLevelParticles_release_cflags += -O3 -fno-strict-aliasing LowLevelParticles_release_cppflags := $(LowLevelParticles_release_common_cflags) LowLevelParticles_release_cppflags += -arch i386 -LowLevelParticles_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_release_cppflags += -Wno-c++11-extensions @@ -406,6 +409,7 @@ LowLevelParticles_release_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_release_lflags += $(addprefix -L, $(LowLevelParticles_release_lpaths)) LowLevelParticles_release_lflags += $(addprefix -l, $(LowLevelParticles_release_libraries)) LowLevelParticles_release_lflags += -arch i386 +LowLevelParticles_release_lflags += -stdlib=libc++ LowLevelParticles_release_objsdir = $(OBJS_DIR)/LowLevelParticles_release LowLevelParticles_release_cpp_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_release_cc_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysX.mk index ac3baf50..96236d88 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysX.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysX.mk @@ -137,16 +137,16 @@ PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths)) PhysX_release_cflags := $(PhysX_release_common_cflags) PhysX_release_cflags += -arch i386 -PhysX_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_release_cflags += -Wno-c++11-extensions PhysX_release_cflags += -O3 -fno-strict-aliasing PhysX_release_cppflags := $(PhysX_release_common_cflags) PhysX_release_cppflags += -arch i386 -PhysX_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_release_cppflags += -Wno-c++11-extensions @@ -155,6 +155,7 @@ PhysX_release_lflags := $(PhysX_custom_lflags) PhysX_release_lflags += $(addprefix -L, $(PhysX_release_lpaths)) PhysX_release_lflags += $(addprefix -l, $(PhysX_release_libraries)) PhysX_release_lflags += -arch i386 +PhysX_release_lflags += -stdlib=libc++ PhysX_release_objsdir = $(OBJS_DIR)/PhysX_release PhysX_release_cpp_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_release_cc_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -282,16 +283,16 @@ PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths)) PhysX_debug_cflags := $(PhysX_debug_common_cflags) PhysX_debug_cflags += -arch i386 -PhysX_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_debug_cflags += -Wno-c++11-extensions PhysX_debug_cflags += -g3 -gdwarf-2 -O0 PhysX_debug_cppflags := $(PhysX_debug_common_cflags) PhysX_debug_cppflags += -arch i386 -PhysX_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_debug_cppflags += -Wno-c++11-extensions @@ -300,6 +301,7 @@ PhysX_debug_lflags := $(PhysX_custom_lflags) PhysX_debug_lflags += $(addprefix -L, $(PhysX_debug_lpaths)) PhysX_debug_lflags += $(addprefix -l, $(PhysX_debug_libraries)) PhysX_debug_lflags += -arch i386 +PhysX_debug_lflags += -stdlib=libc++ PhysX_debug_objsdir = $(OBJS_DIR)/PhysX_debug PhysX_debug_cpp_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_debug_cc_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -426,16 +428,16 @@ PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths)) PhysX_checked_cflags := $(PhysX_checked_common_cflags) PhysX_checked_cflags += -arch i386 -PhysX_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_checked_cflags += -Wno-c++11-extensions PhysX_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysX_checked_cppflags := $(PhysX_checked_common_cflags) PhysX_checked_cppflags += -arch i386 -PhysX_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_checked_cppflags += -Wno-c++11-extensions @@ -444,6 +446,7 @@ PhysX_checked_lflags := $(PhysX_custom_lflags) PhysX_checked_lflags += $(addprefix -L, $(PhysX_checked_lpaths)) PhysX_checked_lflags += $(addprefix -l, $(PhysX_checked_libraries)) PhysX_checked_lflags += -arch i386 +PhysX_checked_lflags += -stdlib=libc++ PhysX_checked_objsdir = $(OBJS_DIR)/PhysX_checked PhysX_checked_cpp_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_checked_cc_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -570,16 +573,16 @@ PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths)) PhysX_profile_cflags := $(PhysX_profile_common_cflags) PhysX_profile_cflags += -arch i386 -PhysX_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_profile_cflags += -Wno-c++11-extensions PhysX_profile_cflags += -O3 -fno-strict-aliasing PhysX_profile_cppflags := $(PhysX_profile_common_cflags) PhysX_profile_cppflags += -arch i386 -PhysX_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_profile_cppflags += -Wno-c++11-extensions @@ -588,6 +591,7 @@ PhysX_profile_lflags := $(PhysX_custom_lflags) PhysX_profile_lflags += $(addprefix -L, $(PhysX_profile_lpaths)) PhysX_profile_lflags += $(addprefix -l, $(PhysX_profile_libraries)) PhysX_profile_lflags += -arch i386 +PhysX_profile_lflags += -stdlib=libc++ PhysX_profile_objsdir = $(OBJS_DIR)/PhysX_profile PhysX_profile_cpp_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_profile_cc_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCharacterKinematic.mk index 378a9034..2261e8ae 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCharacterKinematic.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCharacterKinematic.mk @@ -75,16 +75,16 @@ PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharact PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths)) PhysXCharacterKinematic_debug_cflags := $(PhysXCharacterKinematic_debug_common_cflags) PhysXCharacterKinematic_debug_cflags += -arch i386 -PhysXCharacterKinematic_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_debug_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCharacterKinematic_debug_cppflags := $(PhysXCharacterKinematic_debug_common_cflags) PhysXCharacterKinematic_debug_cppflags += -arch i386 -PhysXCharacterKinematic_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_debug_cppflags += -Wno-c++11-extensions @@ -93,6 +93,7 @@ PhysXCharacterKinematic_debug_lflags := $(PhysXCharacterKinematic_custom_lfla PhysXCharacterKinematic_debug_lflags += $(addprefix -L, $(PhysXCharacterKinematic_debug_lpaths)) PhysXCharacterKinematic_debug_lflags += $(addprefix -l, $(PhysXCharacterKinematic_debug_libraries)) PhysXCharacterKinematic_debug_lflags += -arch i386 +PhysXCharacterKinematic_debug_lflags += -stdlib=libc++ PhysXCharacterKinematic_debug_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_debug PhysXCharacterKinematic_debug_cpp_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_debug_cc_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -187,16 +188,16 @@ PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths)) PhysXCharacterKinematic_checked_cflags := $(PhysXCharacterKinematic_checked_common_cflags) PhysXCharacterKinematic_checked_cflags += -arch i386 -PhysXCharacterKinematic_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_checked_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCharacterKinematic_checked_cppflags := $(PhysXCharacterKinematic_checked_common_cflags) PhysXCharacterKinematic_checked_cppflags += -arch i386 -PhysXCharacterKinematic_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_checked_cppflags += -Wno-c++11-extensions @@ -205,6 +206,7 @@ PhysXCharacterKinematic_checked_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_checked_lflags += $(addprefix -L, $(PhysXCharacterKinematic_checked_lpaths)) PhysXCharacterKinematic_checked_lflags += $(addprefix -l, $(PhysXCharacterKinematic_checked_libraries)) PhysXCharacterKinematic_checked_lflags += -arch i386 +PhysXCharacterKinematic_checked_lflags += -stdlib=libc++ PhysXCharacterKinematic_checked_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_checked PhysXCharacterKinematic_checked_cpp_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_checked_cc_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -299,16 +301,16 @@ PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths)) PhysXCharacterKinematic_profile_cflags := $(PhysXCharacterKinematic_profile_common_cflags) PhysXCharacterKinematic_profile_cflags += -arch i386 -PhysXCharacterKinematic_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_profile_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_profile_cflags += -O3 -fno-strict-aliasing PhysXCharacterKinematic_profile_cppflags := $(PhysXCharacterKinematic_profile_common_cflags) PhysXCharacterKinematic_profile_cppflags += -arch i386 -PhysXCharacterKinematic_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_profile_cppflags += -Wno-c++11-extensions @@ -317,6 +319,7 @@ PhysXCharacterKinematic_profile_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_profile_lflags += $(addprefix -L, $(PhysXCharacterKinematic_profile_lpaths)) PhysXCharacterKinematic_profile_lflags += $(addprefix -l, $(PhysXCharacterKinematic_profile_libraries)) PhysXCharacterKinematic_profile_lflags += -arch i386 +PhysXCharacterKinematic_profile_lflags += -stdlib=libc++ PhysXCharacterKinematic_profile_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_profile PhysXCharacterKinematic_profile_cpp_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_profile_cc_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -410,16 +413,16 @@ PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths)) PhysXCharacterKinematic_release_cflags := $(PhysXCharacterKinematic_release_common_cflags) PhysXCharacterKinematic_release_cflags += -arch i386 -PhysXCharacterKinematic_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_release_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_release_cflags += -O3 -fno-strict-aliasing PhysXCharacterKinematic_release_cppflags := $(PhysXCharacterKinematic_release_common_cflags) PhysXCharacterKinematic_release_cppflags += -arch i386 -PhysXCharacterKinematic_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_release_cppflags += -Wno-c++11-extensions @@ -428,6 +431,7 @@ PhysXCharacterKinematic_release_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_release_lflags += $(addprefix -L, $(PhysXCharacterKinematic_release_lpaths)) PhysXCharacterKinematic_release_lflags += $(addprefix -l, $(PhysXCharacterKinematic_release_libraries)) PhysXCharacterKinematic_release_lflags += -arch i386 +PhysXCharacterKinematic_release_lflags += -stdlib=libc++ PhysXCharacterKinematic_release_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_release PhysXCharacterKinematic_release_cpp_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_release_cc_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCommon.mk index fc63a6f4..aacf023a 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCommon.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCommon.mk @@ -201,16 +201,16 @@ PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_de PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths)) PhysXCommon_release_cflags := $(PhysXCommon_release_common_cflags) PhysXCommon_release_cflags += -arch i386 -PhysXCommon_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_release_cflags += -Wno-c++11-extensions PhysXCommon_release_cflags += -O3 -fno-strict-aliasing PhysXCommon_release_cppflags := $(PhysXCommon_release_common_cflags) PhysXCommon_release_cppflags += -arch i386 -PhysXCommon_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_release_cppflags += -Wno-c++11-extensions @@ -219,6 +219,7 @@ PhysXCommon_release_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_release_lflags += $(addprefix -L, $(PhysXCommon_release_lpaths)) PhysXCommon_release_lflags += $(addprefix -l, $(PhysXCommon_release_libraries)) PhysXCommon_release_lflags += -arch i386 +PhysXCommon_release_lflags += -stdlib=libc++ PhysXCommon_release_objsdir = $(OBJS_DIR)/PhysXCommon_release PhysXCommon_release_cpp_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_release_cc_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -317,16 +318,16 @@ PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_define PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths)) PhysXCommon_debug_cflags := $(PhysXCommon_debug_common_cflags) PhysXCommon_debug_cflags += -arch i386 -PhysXCommon_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_debug_cflags += -Wno-c++11-extensions PhysXCommon_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCommon_debug_cppflags := $(PhysXCommon_debug_common_cflags) PhysXCommon_debug_cppflags += -arch i386 -PhysXCommon_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_debug_cppflags += -Wno-c++11-extensions @@ -335,6 +336,7 @@ PhysXCommon_debug_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_debug_lflags += $(addprefix -L, $(PhysXCommon_debug_lpaths)) PhysXCommon_debug_lflags += $(addprefix -l, $(PhysXCommon_debug_libraries)) PhysXCommon_debug_lflags += -arch i386 +PhysXCommon_debug_lflags += -stdlib=libc++ PhysXCommon_debug_objsdir = $(OBJS_DIR)/PhysXCommon_debug PhysXCommon_debug_cpp_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_debug_cc_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -432,16 +434,16 @@ PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_de PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths)) PhysXCommon_checked_cflags := $(PhysXCommon_checked_common_cflags) PhysXCommon_checked_cflags += -arch i386 -PhysXCommon_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_checked_cflags += -Wno-c++11-extensions PhysXCommon_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCommon_checked_cppflags := $(PhysXCommon_checked_common_cflags) PhysXCommon_checked_cppflags += -arch i386 -PhysXCommon_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_checked_cppflags += -Wno-c++11-extensions @@ -450,6 +452,7 @@ PhysXCommon_checked_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_checked_lflags += $(addprefix -L, $(PhysXCommon_checked_lpaths)) PhysXCommon_checked_lflags += $(addprefix -l, $(PhysXCommon_checked_libraries)) PhysXCommon_checked_lflags += -arch i386 +PhysXCommon_checked_lflags += -stdlib=libc++ PhysXCommon_checked_objsdir = $(OBJS_DIR)/PhysXCommon_checked PhysXCommon_checked_cpp_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_checked_cc_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -547,16 +550,16 @@ PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_de PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths)) PhysXCommon_profile_cflags := $(PhysXCommon_profile_common_cflags) PhysXCommon_profile_cflags += -arch i386 -PhysXCommon_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_profile_cflags += -Wno-c++11-extensions PhysXCommon_profile_cflags += -O3 -fno-strict-aliasing PhysXCommon_profile_cppflags := $(PhysXCommon_profile_common_cflags) PhysXCommon_profile_cppflags += -arch i386 -PhysXCommon_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_profile_cppflags += -Wno-c++11-extensions @@ -565,6 +568,7 @@ PhysXCommon_profile_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_profile_lflags += $(addprefix -L, $(PhysXCommon_profile_lpaths)) PhysXCommon_profile_lflags += $(addprefix -l, $(PhysXCommon_profile_libraries)) PhysXCommon_profile_lflags += -arch i386 +PhysXCommon_profile_lflags += -stdlib=libc++ PhysXCommon_profile_objsdir = $(OBJS_DIR)/PhysXCommon_profile PhysXCommon_profile_cpp_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_profile_cc_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCooking.mk index 805b3b74..3649f51a 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXCooking.mk @@ -92,16 +92,16 @@ PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_ PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) PhysXCooking_release_cflags := $(PhysXCooking_release_common_cflags) PhysXCooking_release_cflags += -arch i386 -PhysXCooking_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_release_cflags += -Wno-c++11-extensions PhysXCooking_release_cflags += -O3 -fno-strict-aliasing PhysXCooking_release_cppflags := $(PhysXCooking_release_common_cflags) PhysXCooking_release_cppflags += -arch i386 -PhysXCooking_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_release_cppflags += -Wno-c++11-extensions @@ -110,6 +110,7 @@ PhysXCooking_release_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_release_lflags += $(addprefix -L, $(PhysXCooking_release_lpaths)) PhysXCooking_release_lflags += $(addprefix -l, $(PhysXCooking_release_libraries)) PhysXCooking_release_lflags += -arch i386 +PhysXCooking_release_lflags += -stdlib=libc++ PhysXCooking_release_objsdir = $(OBJS_DIR)/PhysXCooking_release PhysXCooking_release_cpp_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_release_cc_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -215,16 +216,16 @@ PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defi PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) PhysXCooking_debug_cflags := $(PhysXCooking_debug_common_cflags) PhysXCooking_debug_cflags += -arch i386 -PhysXCooking_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_debug_cflags += -Wno-c++11-extensions PhysXCooking_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCooking_debug_cppflags := $(PhysXCooking_debug_common_cflags) PhysXCooking_debug_cppflags += -arch i386 -PhysXCooking_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_debug_cppflags += -Wno-c++11-extensions @@ -233,6 +234,7 @@ PhysXCooking_debug_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_debug_lflags += $(addprefix -L, $(PhysXCooking_debug_lpaths)) PhysXCooking_debug_lflags += $(addprefix -l, $(PhysXCooking_debug_libraries)) PhysXCooking_debug_lflags += -arch i386 +PhysXCooking_debug_lflags += -stdlib=libc++ PhysXCooking_debug_objsdir = $(OBJS_DIR)/PhysXCooking_debug PhysXCooking_debug_cpp_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_debug_cc_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -337,16 +339,16 @@ PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_ PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) PhysXCooking_checked_cflags := $(PhysXCooking_checked_common_cflags) PhysXCooking_checked_cflags += -arch i386 -PhysXCooking_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_checked_cflags += -Wno-c++11-extensions PhysXCooking_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCooking_checked_cppflags := $(PhysXCooking_checked_common_cflags) PhysXCooking_checked_cppflags += -arch i386 -PhysXCooking_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_checked_cppflags += -Wno-c++11-extensions @@ -355,6 +357,7 @@ PhysXCooking_checked_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_checked_lflags += $(addprefix -L, $(PhysXCooking_checked_lpaths)) PhysXCooking_checked_lflags += $(addprefix -l, $(PhysXCooking_checked_libraries)) PhysXCooking_checked_lflags += -arch i386 +PhysXCooking_checked_lflags += -stdlib=libc++ PhysXCooking_checked_objsdir = $(OBJS_DIR)/PhysXCooking_checked PhysXCooking_checked_cpp_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_checked_cc_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -459,16 +462,16 @@ PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_ PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) PhysXCooking_profile_cflags := $(PhysXCooking_profile_common_cflags) PhysXCooking_profile_cflags += -arch i386 -PhysXCooking_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_profile_cflags += -Wno-c++11-extensions PhysXCooking_profile_cflags += -O3 -fno-strict-aliasing PhysXCooking_profile_cppflags := $(PhysXCooking_profile_common_cflags) PhysXCooking_profile_cppflags += -arch i386 -PhysXCooking_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_profile_cppflags += -Wno-c++11-extensions @@ -477,6 +480,7 @@ PhysXCooking_profile_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_profile_lflags += $(addprefix -L, $(PhysXCooking_profile_lpaths)) PhysXCooking_profile_lflags += $(addprefix -l, $(PhysXCooking_profile_libraries)) PhysXCooking_profile_lflags += -arch i386 +PhysXCooking_profile_lflags += -stdlib=libc++ PhysXCooking_profile_objsdir = $(OBJS_DIR)/PhysXCooking_profile PhysXCooking_profile_cpp_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_profile_cc_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) 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 31e582e8..238e5301 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk @@ -130,16 +130,16 @@ PhysXExtensions_debug_common_cflags += $(addprefix -D, $(PhysXExtensions_debu PhysXExtensions_debug_common_cflags += $(addprefix -I, $(PhysXExtensions_debug_hpaths)) PhysXExtensions_debug_cflags := $(PhysXExtensions_debug_common_cflags) PhysXExtensions_debug_cflags += -arch i386 -PhysXExtensions_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_debug_cflags += -Wno-c++11-extensions PhysXExtensions_debug_cflags += -g3 -gdwarf-2 -O0 PhysXExtensions_debug_cppflags := $(PhysXExtensions_debug_common_cflags) PhysXExtensions_debug_cppflags += -arch i386 -PhysXExtensions_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_debug_cppflags += -Wno-c++11-extensions @@ -148,6 +148,7 @@ PhysXExtensions_debug_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_debug_lflags += $(addprefix -L, $(PhysXExtensions_debug_lpaths)) PhysXExtensions_debug_lflags += $(addprefix -l, $(PhysXExtensions_debug_libraries)) PhysXExtensions_debug_lflags += -arch i386 +PhysXExtensions_debug_lflags += -stdlib=libc++ PhysXExtensions_debug_objsdir = $(OBJS_DIR)/PhysXExtensions_debug PhysXExtensions_debug_cpp_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_debug_cc_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -253,16 +254,16 @@ PhysXExtensions_checked_common_cflags += $(addprefix -D, $(PhysXExtensions_ch PhysXExtensions_checked_common_cflags += $(addprefix -I, $(PhysXExtensions_checked_hpaths)) PhysXExtensions_checked_cflags := $(PhysXExtensions_checked_common_cflags) PhysXExtensions_checked_cflags += -arch i386 -PhysXExtensions_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_checked_cflags += -Wno-c++11-extensions PhysXExtensions_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXExtensions_checked_cppflags := $(PhysXExtensions_checked_common_cflags) PhysXExtensions_checked_cppflags += -arch i386 -PhysXExtensions_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_checked_cppflags += -Wno-c++11-extensions @@ -271,6 +272,7 @@ PhysXExtensions_checked_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_checked_lflags += $(addprefix -L, $(PhysXExtensions_checked_lpaths)) PhysXExtensions_checked_lflags += $(addprefix -l, $(PhysXExtensions_checked_libraries)) PhysXExtensions_checked_lflags += -arch i386 +PhysXExtensions_checked_lflags += -stdlib=libc++ PhysXExtensions_checked_objsdir = $(OBJS_DIR)/PhysXExtensions_checked PhysXExtensions_checked_cpp_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_checked_cc_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -376,16 +378,16 @@ PhysXExtensions_profile_common_cflags += $(addprefix -D, $(PhysXExtensions_pr PhysXExtensions_profile_common_cflags += $(addprefix -I, $(PhysXExtensions_profile_hpaths)) PhysXExtensions_profile_cflags := $(PhysXExtensions_profile_common_cflags) PhysXExtensions_profile_cflags += -arch i386 -PhysXExtensions_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_profile_cflags += -Wno-c++11-extensions PhysXExtensions_profile_cflags += -O3 -fno-strict-aliasing PhysXExtensions_profile_cppflags := $(PhysXExtensions_profile_common_cflags) PhysXExtensions_profile_cppflags += -arch i386 -PhysXExtensions_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_profile_cppflags += -Wno-c++11-extensions @@ -394,6 +396,7 @@ PhysXExtensions_profile_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_profile_lflags += $(addprefix -L, $(PhysXExtensions_profile_lpaths)) PhysXExtensions_profile_lflags += $(addprefix -l, $(PhysXExtensions_profile_libraries)) PhysXExtensions_profile_lflags += -arch i386 +PhysXExtensions_profile_lflags += -stdlib=libc++ PhysXExtensions_profile_objsdir = $(OBJS_DIR)/PhysXExtensions_profile PhysXExtensions_profile_cpp_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_profile_cc_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -498,16 +501,16 @@ PhysXExtensions_release_common_cflags += $(addprefix -D, $(PhysXExtensions_re PhysXExtensions_release_common_cflags += $(addprefix -I, $(PhysXExtensions_release_hpaths)) PhysXExtensions_release_cflags := $(PhysXExtensions_release_common_cflags) PhysXExtensions_release_cflags += -arch i386 -PhysXExtensions_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_release_cflags += -Wno-c++11-extensions PhysXExtensions_release_cflags += -O3 -fno-strict-aliasing PhysXExtensions_release_cppflags := $(PhysXExtensions_release_common_cflags) PhysXExtensions_release_cppflags += -arch i386 -PhysXExtensions_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_release_cppflags += -Wno-c++11-extensions @@ -516,6 +519,7 @@ PhysXExtensions_release_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_release_lflags += $(addprefix -L, $(PhysXExtensions_release_lpaths)) PhysXExtensions_release_lflags += $(addprefix -l, $(PhysXExtensions_release_libraries)) PhysXExtensions_release_lflags += -arch i386 +PhysXExtensions_release_lflags += -stdlib=libc++ PhysXExtensions_release_objsdir = $(OBJS_DIR)/PhysXExtensions_release PhysXExtensions_release_cpp_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_release_cc_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXVehicle.mk index 82c8d06f..1258b4f5 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXVehicle.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXVehicle.mk @@ -77,16 +77,16 @@ PhysXVehicle_debug_common_cflags += $(addprefix -D, $(PhysXVehicle_debug_defi PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpaths)) PhysXVehicle_debug_cflags := $(PhysXVehicle_debug_common_cflags) PhysXVehicle_debug_cflags += -arch i386 -PhysXVehicle_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_debug_cflags += -Wno-c++11-extensions PhysXVehicle_debug_cflags += -g3 -gdwarf-2 -O0 PhysXVehicle_debug_cppflags := $(PhysXVehicle_debug_common_cflags) PhysXVehicle_debug_cppflags += -arch i386 -PhysXVehicle_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_debug_cppflags += -Wno-c++11-extensions @@ -95,6 +95,7 @@ PhysXVehicle_debug_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_debug_lflags += $(addprefix -L, $(PhysXVehicle_debug_lpaths)) PhysXVehicle_debug_lflags += $(addprefix -l, $(PhysXVehicle_debug_libraries)) PhysXVehicle_debug_lflags += -arch i386 +PhysXVehicle_debug_lflags += -stdlib=libc++ PhysXVehicle_debug_objsdir = $(OBJS_DIR)/PhysXVehicle_debug PhysXVehicle_debug_cpp_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_debug_cc_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -183,16 +184,16 @@ PhysXVehicle_checked_common_cflags += $(addprefix -D, $(PhysXVehicle_checked_ PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_hpaths)) PhysXVehicle_checked_cflags := $(PhysXVehicle_checked_common_cflags) PhysXVehicle_checked_cflags += -arch i386 -PhysXVehicle_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_checked_cflags += -Wno-c++11-extensions PhysXVehicle_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXVehicle_checked_cppflags := $(PhysXVehicle_checked_common_cflags) PhysXVehicle_checked_cppflags += -arch i386 -PhysXVehicle_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_checked_cppflags += -Wno-c++11-extensions @@ -201,6 +202,7 @@ PhysXVehicle_checked_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_checked_lflags += $(addprefix -L, $(PhysXVehicle_checked_lpaths)) PhysXVehicle_checked_lflags += $(addprefix -l, $(PhysXVehicle_checked_libraries)) PhysXVehicle_checked_lflags += -arch i386 +PhysXVehicle_checked_lflags += -stdlib=libc++ PhysXVehicle_checked_objsdir = $(OBJS_DIR)/PhysXVehicle_checked PhysXVehicle_checked_cpp_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_checked_cc_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -289,16 +291,16 @@ PhysXVehicle_profile_common_cflags += $(addprefix -D, $(PhysXVehicle_profile_ PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_hpaths)) PhysXVehicle_profile_cflags := $(PhysXVehicle_profile_common_cflags) PhysXVehicle_profile_cflags += -arch i386 -PhysXVehicle_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_profile_cflags += -Wno-c++11-extensions PhysXVehicle_profile_cflags += -O3 -fno-strict-aliasing PhysXVehicle_profile_cppflags := $(PhysXVehicle_profile_common_cflags) PhysXVehicle_profile_cppflags += -arch i386 -PhysXVehicle_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_profile_cppflags += -Wno-c++11-extensions @@ -307,6 +309,7 @@ PhysXVehicle_profile_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_profile_lflags += $(addprefix -L, $(PhysXVehicle_profile_lpaths)) PhysXVehicle_profile_lflags += $(addprefix -l, $(PhysXVehicle_profile_libraries)) PhysXVehicle_profile_lflags += -arch i386 +PhysXVehicle_profile_lflags += -stdlib=libc++ PhysXVehicle_profile_objsdir = $(OBJS_DIR)/PhysXVehicle_profile PhysXVehicle_profile_cpp_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_profile_cc_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -394,16 +397,16 @@ PhysXVehicle_release_common_cflags += $(addprefix -D, $(PhysXVehicle_release_ PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_hpaths)) PhysXVehicle_release_cflags := $(PhysXVehicle_release_common_cflags) PhysXVehicle_release_cflags += -arch i386 -PhysXVehicle_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_release_cflags += -Wno-c++11-extensions PhysXVehicle_release_cflags += -O3 -fno-strict-aliasing PhysXVehicle_release_cppflags := $(PhysXVehicle_release_common_cflags) PhysXVehicle_release_cppflags += -arch i386 -PhysXVehicle_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_release_cppflags += -Wno-c++11-extensions @@ -412,6 +415,7 @@ PhysXVehicle_release_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_release_lflags += $(addprefix -L, $(PhysXVehicle_release_lpaths)) PhysXVehicle_release_lflags += $(addprefix -l, $(PhysXVehicle_release_libraries)) PhysXVehicle_release_lflags += -arch i386 +PhysXVehicle_release_lflags += -stdlib=libc++ PhysXVehicle_release_objsdir = $(OBJS_DIR)/PhysXVehicle_release PhysXVehicle_release_cpp_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_release_cc_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PsFastXml.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PsFastXml.mk index 4c4af0fe..bbfb51f6 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PsFastXml.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PsFastXml.mk @@ -43,16 +43,17 @@ PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines)) PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths)) PsFastXml_debug_cflags := $(PsFastXml_debug_common_cflags) PsFastXml_debug_cflags += -arch i386 -PsFastXml_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_debug_cflags += -g3 -gdwarf-2 -O0 PsFastXml_debug_cppflags := $(PsFastXml_debug_common_cflags) PsFastXml_debug_cppflags += -arch i386 -PsFastXml_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_debug_cppflags += -g3 -gdwarf-2 -O0 PsFastXml_debug_lflags := $(PsFastXml_custom_lflags) PsFastXml_debug_lflags += $(addprefix -L, $(PsFastXml_debug_lpaths)) PsFastXml_debug_lflags += $(addprefix -l, $(PsFastXml_debug_libraries)) PsFastXml_debug_lflags += -arch i386 +PsFastXml_debug_lflags += -stdlib=libc++ PsFastXml_debug_objsdir = $(OBJS_DIR)/PsFastXml_debug PsFastXml_debug_cpp_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_debug_cc_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -123,16 +124,17 @@ PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_define PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths)) PsFastXml_release_cflags := $(PsFastXml_release_common_cflags) PsFastXml_release_cflags += -arch i386 -PsFastXml_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_release_cflags += -O3 -fno-strict-aliasing PsFastXml_release_cppflags := $(PsFastXml_release_common_cflags) PsFastXml_release_cppflags += -arch i386 -PsFastXml_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_release_cppflags += -O3 -fno-strict-aliasing PsFastXml_release_lflags := $(PsFastXml_custom_lflags) PsFastXml_release_lflags += $(addprefix -L, $(PsFastXml_release_lpaths)) PsFastXml_release_lflags += $(addprefix -l, $(PsFastXml_release_libraries)) PsFastXml_release_lflags += -arch i386 +PsFastXml_release_lflags += -stdlib=libc++ PsFastXml_release_objsdir = $(OBJS_DIR)/PsFastXml_release PsFastXml_release_cpp_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_release_cc_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -204,16 +206,17 @@ PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_define PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths)) PsFastXml_checked_cflags := $(PsFastXml_checked_common_cflags) PsFastXml_checked_cflags += -arch i386 -PsFastXml_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PsFastXml_checked_cppflags := $(PsFastXml_checked_common_cflags) PsFastXml_checked_cppflags += -arch i386 -PsFastXml_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PsFastXml_checked_lflags := $(PsFastXml_custom_lflags) PsFastXml_checked_lflags += $(addprefix -L, $(PsFastXml_checked_lpaths)) PsFastXml_checked_lflags += $(addprefix -l, $(PsFastXml_checked_libraries)) PsFastXml_checked_lflags += -arch i386 +PsFastXml_checked_lflags += -stdlib=libc++ PsFastXml_checked_objsdir = $(OBJS_DIR)/PsFastXml_checked PsFastXml_checked_cpp_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_checked_cc_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -285,16 +288,17 @@ PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_define PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths)) PsFastXml_profile_cflags := $(PsFastXml_profile_common_cflags) PsFastXml_profile_cflags += -arch i386 -PsFastXml_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_profile_cflags += -O3 -fno-strict-aliasing PsFastXml_profile_cppflags := $(PsFastXml_profile_common_cflags) PsFastXml_profile_cppflags += -arch i386 -PsFastXml_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_profile_cppflags += -O3 -fno-strict-aliasing PsFastXml_profile_lflags := $(PsFastXml_custom_lflags) PsFastXml_profile_lflags += $(addprefix -L, $(PsFastXml_profile_lpaths)) PsFastXml_profile_lflags += $(addprefix -l, $(PsFastXml_profile_libraries)) PsFastXml_profile_lflags += -arch i386 +PsFastXml_profile_lflags += -stdlib=libc++ PsFastXml_profile_objsdir = $(OBJS_DIR)/PsFastXml_profile PsFastXml_profile_cpp_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_profile_cc_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxFoundation.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxFoundation.mk index 88bfde22..fc7c8dee 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxFoundation.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxFoundation.mk @@ -57,15 +57,15 @@ PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defi PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) PxFoundation_debug_cflags := $(PxFoundation_debug_common_cflags) PxFoundation_debug_cflags += -arch i386 -PxFoundation_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_debug_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_debug_cflags += -g3 -gdwarf-2 -O0 PxFoundation_debug_cppflags := $(PxFoundation_debug_common_cflags) PxFoundation_debug_cppflags += -arch i386 -PxFoundation_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_debug_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_debug_cppflags += -g3 -gdwarf-2 -O0 @@ -73,6 +73,7 @@ PxFoundation_debug_lflags := $(PxFoundation_custom_lflags) PxFoundation_debug_lflags += $(addprefix -L, $(PxFoundation_debug_lpaths)) PxFoundation_debug_lflags += $(addprefix -l, $(PxFoundation_debug_libraries)) PxFoundation_debug_lflags += -arch i386 +PxFoundation_debug_lflags += -stdlib=libc++ PxFoundation_debug_objsdir = $(OBJS_DIR)/PxFoundation_debug PxFoundation_debug_cpp_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_debug_cc_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -141,15 +142,15 @@ PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_ PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) PxFoundation_release_cflags := $(PxFoundation_release_common_cflags) PxFoundation_release_cflags += -arch i386 -PxFoundation_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_release_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_release_cflags += -O3 -fno-strict-aliasing PxFoundation_release_cppflags := $(PxFoundation_release_common_cflags) PxFoundation_release_cppflags += -arch i386 -PxFoundation_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_release_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_release_cppflags += -O3 -fno-strict-aliasing @@ -157,6 +158,7 @@ PxFoundation_release_lflags := $(PxFoundation_custom_lflags) PxFoundation_release_lflags += $(addprefix -L, $(PxFoundation_release_lpaths)) PxFoundation_release_lflags += $(addprefix -l, $(PxFoundation_release_libraries)) PxFoundation_release_lflags += -arch i386 +PxFoundation_release_lflags += -stdlib=libc++ PxFoundation_release_objsdir = $(OBJS_DIR)/PxFoundation_release PxFoundation_release_cpp_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_release_cc_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -226,15 +228,15 @@ PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_ PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) PxFoundation_checked_cflags := $(PxFoundation_checked_common_cflags) PxFoundation_checked_cflags += -arch i386 -PxFoundation_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_checked_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxFoundation_checked_cppflags := $(PxFoundation_checked_common_cflags) PxFoundation_checked_cppflags += -arch i386 -PxFoundation_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_checked_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing @@ -242,6 +244,7 @@ PxFoundation_checked_lflags := $(PxFoundation_custom_lflags) PxFoundation_checked_lflags += $(addprefix -L, $(PxFoundation_checked_lpaths)) PxFoundation_checked_lflags += $(addprefix -l, $(PxFoundation_checked_libraries)) PxFoundation_checked_lflags += -arch i386 +PxFoundation_checked_lflags += -stdlib=libc++ PxFoundation_checked_objsdir = $(OBJS_DIR)/PxFoundation_checked PxFoundation_checked_cpp_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_checked_cc_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -311,15 +314,15 @@ PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_ PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) PxFoundation_profile_cflags := $(PxFoundation_profile_common_cflags) PxFoundation_profile_cflags += -arch i386 -PxFoundation_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_profile_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_profile_cflags += -O3 -fno-strict-aliasing PxFoundation_profile_cppflags := $(PxFoundation_profile_common_cflags) PxFoundation_profile_cppflags += -arch i386 -PxFoundation_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_profile_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_profile_cppflags += -O3 -fno-strict-aliasing @@ -327,6 +330,7 @@ PxFoundation_profile_lflags := $(PxFoundation_custom_lflags) PxFoundation_profile_lflags += $(addprefix -L, $(PxFoundation_profile_lpaths)) PxFoundation_profile_lflags += $(addprefix -l, $(PxFoundation_profile_libraries)) PxFoundation_profile_lflags += -arch i386 +PxFoundation_profile_lflags += -stdlib=libc++ PxFoundation_profile_objsdir = $(OBJS_DIR)/PxFoundation_profile PxFoundation_profile_cpp_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_profile_cc_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxPvdSDK.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxPvdSDK.mk index 57387061..5abbf7c5 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxPvdSDK.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxPvdSDK.mk @@ -56,15 +56,15 @@ PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines)) PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths)) PxPvdSDK_debug_cflags := $(PxPvdSDK_debug_common_cflags) PxPvdSDK_debug_cflags += -arch i386 -PxPvdSDK_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_debug_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_debug_cflags += -g3 -gdwarf-2 -O0 PxPvdSDK_debug_cppflags := $(PxPvdSDK_debug_common_cflags) PxPvdSDK_debug_cppflags += -arch i386 -PxPvdSDK_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_debug_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_debug_cppflags += -g3 -gdwarf-2 -O0 @@ -72,6 +72,7 @@ PxPvdSDK_debug_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_debug_lflags += $(addprefix -L, $(PxPvdSDK_debug_lpaths)) PxPvdSDK_debug_lflags += $(addprefix -l, $(PxPvdSDK_debug_libraries)) PxPvdSDK_debug_lflags += -arch i386 +PxPvdSDK_debug_lflags += -stdlib=libc++ PxPvdSDK_debug_objsdir = $(OBJS_DIR)/PxPvdSDK_debug PxPvdSDK_debug_cpp_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_debug_cc_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -145,15 +146,15 @@ PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines) PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths)) PxPvdSDK_release_cflags := $(PxPvdSDK_release_common_cflags) PxPvdSDK_release_cflags += -arch i386 -PxPvdSDK_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_release_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_release_cflags += -O3 -fno-strict-aliasing PxPvdSDK_release_cppflags := $(PxPvdSDK_release_common_cflags) PxPvdSDK_release_cppflags += -arch i386 -PxPvdSDK_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_release_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_release_cppflags += -O3 -fno-strict-aliasing @@ -161,6 +162,7 @@ PxPvdSDK_release_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_release_lflags += $(addprefix -L, $(PxPvdSDK_release_lpaths)) PxPvdSDK_release_lflags += $(addprefix -l, $(PxPvdSDK_release_libraries)) PxPvdSDK_release_lflags += -arch i386 +PxPvdSDK_release_lflags += -stdlib=libc++ PxPvdSDK_release_objsdir = $(OBJS_DIR)/PxPvdSDK_release PxPvdSDK_release_cpp_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_release_cc_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -235,15 +237,15 @@ PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines) PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths)) PxPvdSDK_checked_cflags := $(PxPvdSDK_checked_common_cflags) PxPvdSDK_checked_cflags += -arch i386 -PxPvdSDK_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_checked_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxPvdSDK_checked_cppflags := $(PxPvdSDK_checked_common_cflags) PxPvdSDK_checked_cppflags += -arch i386 -PxPvdSDK_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_checked_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing @@ -251,6 +253,7 @@ PxPvdSDK_checked_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_checked_lflags += $(addprefix -L, $(PxPvdSDK_checked_lpaths)) PxPvdSDK_checked_lflags += $(addprefix -l, $(PxPvdSDK_checked_libraries)) PxPvdSDK_checked_lflags += -arch i386 +PxPvdSDK_checked_lflags += -stdlib=libc++ PxPvdSDK_checked_objsdir = $(OBJS_DIR)/PxPvdSDK_checked PxPvdSDK_checked_cpp_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_checked_cc_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -325,15 +328,15 @@ PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines) PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths)) PxPvdSDK_profile_cflags := $(PxPvdSDK_profile_common_cflags) PxPvdSDK_profile_cflags += -arch i386 -PxPvdSDK_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_profile_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_profile_cflags += -O3 -fno-strict-aliasing PxPvdSDK_profile_cppflags := $(PxPvdSDK_profile_common_cflags) PxPvdSDK_profile_cppflags += -arch i386 -PxPvdSDK_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_profile_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_profile_cppflags += -O3 -fno-strict-aliasing @@ -341,6 +344,7 @@ PxPvdSDK_profile_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_profile_lflags += $(addprefix -L, $(PxPvdSDK_profile_lpaths)) PxPvdSDK_profile_lflags += $(addprefix -l, $(PxPvdSDK_profile_libraries)) PxPvdSDK_profile_lflags += -arch i386 +PxPvdSDK_profile_lflags += -stdlib=libc++ PxPvdSDK_profile_objsdir = $(OBJS_DIR)/PxPvdSDK_profile PxPvdSDK_profile_cpp_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_profile_cc_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxTask.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxTask.mk index d8c919d9..6df6a896 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxTask.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PxTask.mk @@ -42,16 +42,17 @@ PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines)) PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths)) PxTask_debug_cflags := $(PxTask_debug_common_cflags) PxTask_debug_cflags += -arch i386 -PxTask_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_debug_cflags += -g3 -gdwarf-2 -O0 PxTask_debug_cppflags := $(PxTask_debug_common_cflags) PxTask_debug_cppflags += -arch i386 -PxTask_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_debug_cppflags += -g3 -gdwarf-2 -O0 PxTask_debug_lflags := $(PxTask_custom_lflags) PxTask_debug_lflags += $(addprefix -L, $(PxTask_debug_lpaths)) PxTask_debug_lflags += $(addprefix -l, $(PxTask_debug_libraries)) PxTask_debug_lflags += -arch i386 +PxTask_debug_lflags += -stdlib=libc++ PxTask_debug_objsdir = $(OBJS_DIR)/PxTask_debug PxTask_debug_cpp_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_debug_cc_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -121,16 +122,17 @@ PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines)) PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths)) PxTask_release_cflags := $(PxTask_release_common_cflags) PxTask_release_cflags += -arch i386 -PxTask_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_release_cflags += -O3 -fno-strict-aliasing PxTask_release_cppflags := $(PxTask_release_common_cflags) PxTask_release_cppflags += -arch i386 -PxTask_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_release_cppflags += -O3 -fno-strict-aliasing PxTask_release_lflags := $(PxTask_custom_lflags) PxTask_release_lflags += $(addprefix -L, $(PxTask_release_lpaths)) PxTask_release_lflags += $(addprefix -l, $(PxTask_release_libraries)) PxTask_release_lflags += -arch i386 +PxTask_release_lflags += -stdlib=libc++ PxTask_release_objsdir = $(OBJS_DIR)/PxTask_release PxTask_release_cpp_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_release_cc_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -201,16 +203,17 @@ PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines)) PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths)) PxTask_checked_cflags := $(PxTask_checked_common_cflags) PxTask_checked_cflags += -arch i386 -PxTask_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxTask_checked_cppflags := $(PxTask_checked_common_cflags) PxTask_checked_cppflags += -arch i386 -PxTask_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxTask_checked_lflags := $(PxTask_custom_lflags) PxTask_checked_lflags += $(addprefix -L, $(PxTask_checked_lpaths)) PxTask_checked_lflags += $(addprefix -l, $(PxTask_checked_libraries)) PxTask_checked_lflags += -arch i386 +PxTask_checked_lflags += -stdlib=libc++ PxTask_checked_objsdir = $(OBJS_DIR)/PxTask_checked PxTask_checked_cpp_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_checked_cc_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -281,16 +284,17 @@ PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines)) PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths)) PxTask_profile_cflags := $(PxTask_profile_common_cflags) PxTask_profile_cflags += -arch i386 -PxTask_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_profile_cflags += -O3 -fno-strict-aliasing PxTask_profile_cppflags := $(PxTask_profile_common_cflags) PxTask_profile_cppflags += -arch i386 -PxTask_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_profile_cppflags += -O3 -fno-strict-aliasing PxTask_profile_lflags := $(PxTask_custom_lflags) PxTask_profile_lflags += $(addprefix -L, $(PxTask_profile_lpaths)) PxTask_profile_lflags += $(addprefix -l, $(PxTask_profile_libraries)) PxTask_profile_lflags += -arch i386 +PxTask_profile_lflags += -stdlib=libc++ PxTask_profile_objsdir = $(OBJS_DIR)/PxTask_profile PxTask_profile_cpp_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_profile_cc_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk index 3197f92f..8eaef3c3 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk @@ -82,16 +82,16 @@ SceneQuery_debug_common_cflags += $(addprefix -D, $(SceneQuery_debug_defines) SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) SceneQuery_debug_cflags := $(SceneQuery_debug_common_cflags) SceneQuery_debug_cflags += -arch i386 -SceneQuery_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_debug_cflags += -Wno-c++11-extensions SceneQuery_debug_cflags += -g3 -gdwarf-2 -O0 SceneQuery_debug_cppflags := $(SceneQuery_debug_common_cflags) SceneQuery_debug_cppflags += -arch i386 -SceneQuery_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_debug_cppflags += -Wno-c++11-extensions @@ -100,6 +100,7 @@ SceneQuery_debug_lflags := $(SceneQuery_custom_lflags) SceneQuery_debug_lflags += $(addprefix -L, $(SceneQuery_debug_lpaths)) SceneQuery_debug_lflags += $(addprefix -l, $(SceneQuery_debug_libraries)) SceneQuery_debug_lflags += -arch i386 +SceneQuery_debug_lflags += -stdlib=libc++ SceneQuery_debug_objsdir = $(OBJS_DIR)/SceneQuery_debug SceneQuery_debug_cpp_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_debug_cc_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -198,16 +199,16 @@ SceneQuery_checked_common_cflags += $(addprefix -D, $(SceneQuery_checked_defi SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpaths)) SceneQuery_checked_cflags := $(SceneQuery_checked_common_cflags) SceneQuery_checked_cflags += -arch i386 -SceneQuery_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_checked_cflags += -Wno-c++11-extensions SceneQuery_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing SceneQuery_checked_cppflags := $(SceneQuery_checked_common_cflags) SceneQuery_checked_cppflags += -arch i386 -SceneQuery_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_checked_cppflags += -Wno-c++11-extensions @@ -216,6 +217,7 @@ SceneQuery_checked_lflags := $(SceneQuery_custom_lflags) SceneQuery_checked_lflags += $(addprefix -L, $(SceneQuery_checked_lpaths)) SceneQuery_checked_lflags += $(addprefix -l, $(SceneQuery_checked_libraries)) SceneQuery_checked_lflags += -arch i386 +SceneQuery_checked_lflags += -stdlib=libc++ SceneQuery_checked_objsdir = $(OBJS_DIR)/SceneQuery_checked SceneQuery_checked_cpp_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_checked_cc_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -314,16 +316,16 @@ SceneQuery_profile_common_cflags += $(addprefix -D, $(SceneQuery_profile_defi SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpaths)) SceneQuery_profile_cflags := $(SceneQuery_profile_common_cflags) SceneQuery_profile_cflags += -arch i386 -SceneQuery_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_profile_cflags += -Wno-c++11-extensions SceneQuery_profile_cflags += -O3 -fno-strict-aliasing SceneQuery_profile_cppflags := $(SceneQuery_profile_common_cflags) SceneQuery_profile_cppflags += -arch i386 -SceneQuery_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_profile_cppflags += -Wno-c++11-extensions @@ -332,6 +334,7 @@ SceneQuery_profile_lflags := $(SceneQuery_custom_lflags) SceneQuery_profile_lflags += $(addprefix -L, $(SceneQuery_profile_lpaths)) SceneQuery_profile_lflags += $(addprefix -l, $(SceneQuery_profile_libraries)) SceneQuery_profile_lflags += -arch i386 +SceneQuery_profile_lflags += -stdlib=libc++ SceneQuery_profile_objsdir = $(OBJS_DIR)/SceneQuery_profile SceneQuery_profile_cpp_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_profile_cc_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -429,16 +432,16 @@ SceneQuery_release_common_cflags += $(addprefix -D, $(SceneQuery_release_defi SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpaths)) SceneQuery_release_cflags := $(SceneQuery_release_common_cflags) SceneQuery_release_cflags += -arch i386 -SceneQuery_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_release_cflags += -Wno-c++11-extensions SceneQuery_release_cflags += -O3 -fno-strict-aliasing SceneQuery_release_cppflags := $(SceneQuery_release_common_cflags) SceneQuery_release_cppflags += -arch i386 -SceneQuery_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_release_cppflags += -Wno-c++11-extensions @@ -447,6 +450,7 @@ SceneQuery_release_lflags := $(SceneQuery_custom_lflags) SceneQuery_release_lflags += $(addprefix -L, $(SceneQuery_release_lpaths)) SceneQuery_release_lflags += $(addprefix -l, $(SceneQuery_release_libraries)) SceneQuery_release_lflags += -arch i386 +SceneQuery_release_lflags += -stdlib=libc++ SceneQuery_release_objsdir = $(OBJS_DIR)/SceneQuery_release SceneQuery_release_cpp_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_release_cc_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.SimulationController.mk index c03451f9..952cc05f 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SimulationController.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.SimulationController.mk @@ -124,16 +124,16 @@ SimulationController_debug_common_cflags += $(addprefix -D, $(SimulationContr SimulationController_debug_common_cflags += $(addprefix -I, $(SimulationController_debug_hpaths)) SimulationController_debug_cflags := $(SimulationController_debug_common_cflags) SimulationController_debug_cflags += -arch i386 -SimulationController_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_debug_cflags += -Wno-c++11-extensions SimulationController_debug_cflags += -g3 -gdwarf-2 -O0 SimulationController_debug_cppflags := $(SimulationController_debug_common_cflags) SimulationController_debug_cppflags += -arch i386 -SimulationController_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_debug_cppflags += -Wno-c++11-extensions @@ -142,6 +142,7 @@ SimulationController_debug_lflags := $(SimulationController_custom_lflags) SimulationController_debug_lflags += $(addprefix -L, $(SimulationController_debug_lpaths)) SimulationController_debug_lflags += $(addprefix -l, $(SimulationController_debug_libraries)) SimulationController_debug_lflags += -arch i386 +SimulationController_debug_lflags += -stdlib=libc++ SimulationController_debug_objsdir = $(OBJS_DIR)/SimulationController_debug SimulationController_debug_cpp_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_debug_cc_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -252,16 +253,16 @@ SimulationController_checked_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_checked_common_cflags += $(addprefix -I, $(SimulationController_checked_hpaths)) SimulationController_checked_cflags := $(SimulationController_checked_common_cflags) SimulationController_checked_cflags += -arch i386 -SimulationController_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_checked_cflags += -Wno-c++11-extensions SimulationController_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing SimulationController_checked_cppflags := $(SimulationController_checked_common_cflags) SimulationController_checked_cppflags += -arch i386 -SimulationController_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_checked_cppflags += -Wno-c++11-extensions @@ -270,6 +271,7 @@ SimulationController_checked_lflags := $(SimulationController_custom_lflags) SimulationController_checked_lflags += $(addprefix -L, $(SimulationController_checked_lpaths)) SimulationController_checked_lflags += $(addprefix -l, $(SimulationController_checked_libraries)) SimulationController_checked_lflags += -arch i386 +SimulationController_checked_lflags += -stdlib=libc++ SimulationController_checked_objsdir = $(OBJS_DIR)/SimulationController_checked SimulationController_checked_cpp_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_checked_cc_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -380,16 +382,16 @@ SimulationController_profile_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_profile_common_cflags += $(addprefix -I, $(SimulationController_profile_hpaths)) SimulationController_profile_cflags := $(SimulationController_profile_common_cflags) SimulationController_profile_cflags += -arch i386 -SimulationController_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_profile_cflags += -Wno-c++11-extensions SimulationController_profile_cflags += -O3 -fno-strict-aliasing SimulationController_profile_cppflags := $(SimulationController_profile_common_cflags) SimulationController_profile_cppflags += -arch i386 -SimulationController_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_profile_cppflags += -Wno-c++11-extensions @@ -398,6 +400,7 @@ SimulationController_profile_lflags := $(SimulationController_custom_lflags) SimulationController_profile_lflags += $(addprefix -L, $(SimulationController_profile_lpaths)) SimulationController_profile_lflags += $(addprefix -l, $(SimulationController_profile_libraries)) SimulationController_profile_lflags += -arch i386 +SimulationController_profile_lflags += -stdlib=libc++ SimulationController_profile_objsdir = $(OBJS_DIR)/SimulationController_profile SimulationController_profile_cpp_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_profile_cc_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -507,16 +510,16 @@ SimulationController_release_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_release_common_cflags += $(addprefix -I, $(SimulationController_release_hpaths)) SimulationController_release_cflags := $(SimulationController_release_common_cflags) SimulationController_release_cflags += -arch i386 -SimulationController_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_release_cflags += -Wno-c++11-extensions SimulationController_release_cflags += -O3 -fno-strict-aliasing SimulationController_release_cppflags := $(SimulationController_release_common_cflags) SimulationController_release_cppflags += -arch i386 -SimulationController_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_release_cppflags += -Wno-c++11-extensions @@ -525,6 +528,7 @@ SimulationController_release_lflags := $(SimulationController_custom_lflags) SimulationController_release_lflags += $(addprefix -L, $(SimulationController_release_lpaths)) SimulationController_release_lflags += $(addprefix -l, $(SimulationController_release_libraries)) SimulationController_release_lflags += -arch i386 +SimulationController_release_lflags += -stdlib=libc++ SimulationController_release_objsdir = $(OBJS_DIR)/SimulationController_release SimulationController_release_cpp_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_release_cc_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk index 1cc3c588..7c902d5b 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk @@ -95,16 +95,16 @@ LowLevel_debug_common_cflags += $(addprefix -D, $(LowLevel_debug_defines)) LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths)) LowLevel_debug_cflags := $(LowLevel_debug_common_cflags) LowLevel_debug_cflags += -arch x86_64 -LowLevel_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_debug_cflags += -Wno-c++11-extensions LowLevel_debug_cflags += -g3 -gdwarf-2 -O0 LowLevel_debug_cppflags := $(LowLevel_debug_common_cflags) LowLevel_debug_cppflags += -arch x86_64 -LowLevel_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_debug_cppflags += -Wno-c++11-extensions @@ -113,6 +113,7 @@ LowLevel_debug_lflags := $(LowLevel_custom_lflags) LowLevel_debug_lflags += $(addprefix -L, $(LowLevel_debug_lpaths)) LowLevel_debug_lflags += $(addprefix -l, $(LowLevel_debug_libraries)) LowLevel_debug_lflags += -arch x86_64 +LowLevel_debug_lflags += -stdlib=libc++ LowLevel_debug_objsdir = $(OBJS_DIR)/LowLevel_debug LowLevel_debug_cpp_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_debug_cc_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -216,16 +217,16 @@ LowLevel_checked_common_cflags += $(addprefix -D, $(LowLevel_checked_defines) LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths)) LowLevel_checked_cflags := $(LowLevel_checked_common_cflags) LowLevel_checked_cflags += -arch x86_64 -LowLevel_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_checked_cflags += -Wno-c++11-extensions LowLevel_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevel_checked_cppflags := $(LowLevel_checked_common_cflags) LowLevel_checked_cppflags += -arch x86_64 -LowLevel_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_checked_cppflags += -Wno-c++11-extensions @@ -234,6 +235,7 @@ LowLevel_checked_lflags := $(LowLevel_custom_lflags) LowLevel_checked_lflags += $(addprefix -L, $(LowLevel_checked_lpaths)) LowLevel_checked_lflags += $(addprefix -l, $(LowLevel_checked_libraries)) LowLevel_checked_lflags += -arch x86_64 +LowLevel_checked_lflags += -stdlib=libc++ LowLevel_checked_objsdir = $(OBJS_DIR)/LowLevel_checked LowLevel_checked_cpp_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_checked_cc_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -337,16 +339,16 @@ LowLevel_profile_common_cflags += $(addprefix -D, $(LowLevel_profile_defines) LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths)) LowLevel_profile_cflags := $(LowLevel_profile_common_cflags) LowLevel_profile_cflags += -arch x86_64 -LowLevel_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_profile_cflags += -Wno-c++11-extensions LowLevel_profile_cflags += -O3 -fno-strict-aliasing LowLevel_profile_cppflags := $(LowLevel_profile_common_cflags) LowLevel_profile_cppflags += -arch x86_64 -LowLevel_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_profile_cppflags += -Wno-c++11-extensions @@ -355,6 +357,7 @@ LowLevel_profile_lflags := $(LowLevel_custom_lflags) LowLevel_profile_lflags += $(addprefix -L, $(LowLevel_profile_lpaths)) LowLevel_profile_lflags += $(addprefix -l, $(LowLevel_profile_libraries)) LowLevel_profile_lflags += -arch x86_64 +LowLevel_profile_lflags += -stdlib=libc++ LowLevel_profile_objsdir = $(OBJS_DIR)/LowLevel_profile LowLevel_profile_cpp_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_profile_cc_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) @@ -457,16 +460,16 @@ LowLevel_release_common_cflags += $(addprefix -D, $(LowLevel_release_defines) LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths)) LowLevel_release_cflags := $(LowLevel_release_common_cflags) LowLevel_release_cflags += -arch x86_64 -LowLevel_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_release_cflags += -Wno-c++11-extensions LowLevel_release_cflags += -O3 -fno-strict-aliasing LowLevel_release_cppflags := $(LowLevel_release_common_cflags) LowLevel_release_cppflags += -arch x86_64 -LowLevel_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevel_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevel_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevel_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevel_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevel_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevel_release_cppflags += -Wno-c++11-extensions @@ -475,6 +478,7 @@ LowLevel_release_lflags := $(LowLevel_custom_lflags) LowLevel_release_lflags += $(addprefix -L, $(LowLevel_release_lpaths)) LowLevel_release_lflags += $(addprefix -l, $(LowLevel_release_libraries)) LowLevel_release_lflags += -arch x86_64 +LowLevel_release_lflags += -stdlib=libc++ LowLevel_release_objsdir = $(OBJS_DIR)/LowLevel_release LowLevel_release_cpp_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) LowLevel_release_cc_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk index fe57d638..eaa71a2c 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk @@ -67,16 +67,16 @@ LowLevelAABB_debug_common_cflags += $(addprefix -D, $(LowLevelAABB_debug_defi LowLevelAABB_debug_common_cflags += $(addprefix -I, $(LowLevelAABB_debug_hpaths)) LowLevelAABB_debug_cflags := $(LowLevelAABB_debug_common_cflags) LowLevelAABB_debug_cflags += -arch x86_64 -LowLevelAABB_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_debug_cflags += -Wno-c++11-extensions LowLevelAABB_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelAABB_debug_cppflags := $(LowLevelAABB_debug_common_cflags) LowLevelAABB_debug_cppflags += -arch x86_64 -LowLevelAABB_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_debug_cppflags += -Wno-c++11-extensions @@ -85,6 +85,7 @@ LowLevelAABB_debug_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_debug_lflags += $(addprefix -L, $(LowLevelAABB_debug_lpaths)) LowLevelAABB_debug_lflags += $(addprefix -l, $(LowLevelAABB_debug_libraries)) LowLevelAABB_debug_lflags += -arch x86_64 +LowLevelAABB_debug_lflags += -stdlib=libc++ LowLevelAABB_debug_objsdir = $(OBJS_DIR)/LowLevelAABB_debug LowLevelAABB_debug_cpp_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_debug_cc_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -174,16 +175,16 @@ LowLevelAABB_checked_common_cflags += $(addprefix -D, $(LowLevelAABB_checked_ LowLevelAABB_checked_common_cflags += $(addprefix -I, $(LowLevelAABB_checked_hpaths)) LowLevelAABB_checked_cflags := $(LowLevelAABB_checked_common_cflags) LowLevelAABB_checked_cflags += -arch x86_64 -LowLevelAABB_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_checked_cflags += -Wno-c++11-extensions LowLevelAABB_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelAABB_checked_cppflags := $(LowLevelAABB_checked_common_cflags) LowLevelAABB_checked_cppflags += -arch x86_64 -LowLevelAABB_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_checked_cppflags += -Wno-c++11-extensions @@ -192,6 +193,7 @@ LowLevelAABB_checked_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_checked_lflags += $(addprefix -L, $(LowLevelAABB_checked_lpaths)) LowLevelAABB_checked_lflags += $(addprefix -l, $(LowLevelAABB_checked_libraries)) LowLevelAABB_checked_lflags += -arch x86_64 +LowLevelAABB_checked_lflags += -stdlib=libc++ LowLevelAABB_checked_objsdir = $(OBJS_DIR)/LowLevelAABB_checked LowLevelAABB_checked_cpp_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_checked_cc_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -281,16 +283,16 @@ LowLevelAABB_profile_common_cflags += $(addprefix -D, $(LowLevelAABB_profile_ LowLevelAABB_profile_common_cflags += $(addprefix -I, $(LowLevelAABB_profile_hpaths)) LowLevelAABB_profile_cflags := $(LowLevelAABB_profile_common_cflags) LowLevelAABB_profile_cflags += -arch x86_64 -LowLevelAABB_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_profile_cflags += -Wno-c++11-extensions LowLevelAABB_profile_cflags += -O3 -fno-strict-aliasing LowLevelAABB_profile_cppflags := $(LowLevelAABB_profile_common_cflags) LowLevelAABB_profile_cppflags += -arch x86_64 -LowLevelAABB_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_profile_cppflags += -Wno-c++11-extensions @@ -299,6 +301,7 @@ LowLevelAABB_profile_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_profile_lflags += $(addprefix -L, $(LowLevelAABB_profile_lpaths)) LowLevelAABB_profile_lflags += $(addprefix -l, $(LowLevelAABB_profile_libraries)) LowLevelAABB_profile_lflags += -arch x86_64 +LowLevelAABB_profile_lflags += -stdlib=libc++ LowLevelAABB_profile_objsdir = $(OBJS_DIR)/LowLevelAABB_profile LowLevelAABB_profile_cpp_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_profile_cc_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) @@ -387,16 +390,16 @@ LowLevelAABB_release_common_cflags += $(addprefix -D, $(LowLevelAABB_release_ LowLevelAABB_release_common_cflags += $(addprefix -I, $(LowLevelAABB_release_hpaths)) LowLevelAABB_release_cflags := $(LowLevelAABB_release_common_cflags) LowLevelAABB_release_cflags += -arch x86_64 -LowLevelAABB_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_release_cflags += -Wno-c++11-extensions LowLevelAABB_release_cflags += -O3 -fno-strict-aliasing LowLevelAABB_release_cppflags := $(LowLevelAABB_release_common_cflags) LowLevelAABB_release_cppflags += -arch x86_64 -LowLevelAABB_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelAABB_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelAABB_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelAABB_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelAABB_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelAABB_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelAABB_release_cppflags += -Wno-c++11-extensions @@ -405,6 +408,7 @@ LowLevelAABB_release_lflags := $(LowLevelAABB_custom_lflags) LowLevelAABB_release_lflags += $(addprefix -L, $(LowLevelAABB_release_lpaths)) LowLevelAABB_release_lflags += $(addprefix -l, $(LowLevelAABB_release_libraries)) LowLevelAABB_release_lflags += -arch x86_64 +LowLevelAABB_release_lflags += -stdlib=libc++ LowLevelAABB_release_objsdir = $(OBJS_DIR)/LowLevelAABB_release LowLevelAABB_release_cpp_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) LowLevelAABB_release_cc_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk index 3bf9561f..fc44bb82 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk @@ -62,16 +62,16 @@ LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_de LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) LowLevelCloth_debug_cflags := $(LowLevelCloth_debug_common_cflags) LowLevelCloth_debug_cflags += -arch x86_64 -LowLevelCloth_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_debug_cflags += -Wno-c++11-extensions LowLevelCloth_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelCloth_debug_cppflags := $(LowLevelCloth_debug_common_cflags) LowLevelCloth_debug_cppflags += -arch x86_64 -LowLevelCloth_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_debug_cppflags += -Wno-c++11-extensions @@ -80,6 +80,7 @@ LowLevelCloth_debug_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_debug_lflags += $(addprefix -L, $(LowLevelCloth_debug_lpaths)) LowLevelCloth_debug_lflags += $(addprefix -l, $(LowLevelCloth_debug_libraries)) LowLevelCloth_debug_lflags += -arch x86_64 +LowLevelCloth_debug_lflags += -stdlib=libc++ LowLevelCloth_debug_objsdir = $(OBJS_DIR)/LowLevelCloth_debug LowLevelCloth_debug_cpp_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_debug_cc_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -158,16 +159,16 @@ LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checke LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) LowLevelCloth_checked_cflags := $(LowLevelCloth_checked_common_cflags) LowLevelCloth_checked_cflags += -arch x86_64 -LowLevelCloth_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_checked_cflags += -Wno-c++11-extensions LowLevelCloth_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelCloth_checked_cppflags := $(LowLevelCloth_checked_common_cflags) LowLevelCloth_checked_cppflags += -arch x86_64 -LowLevelCloth_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_checked_cppflags += -Wno-c++11-extensions @@ -176,6 +177,7 @@ LowLevelCloth_checked_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_checked_lflags += $(addprefix -L, $(LowLevelCloth_checked_lpaths)) LowLevelCloth_checked_lflags += $(addprefix -l, $(LowLevelCloth_checked_libraries)) LowLevelCloth_checked_lflags += -arch x86_64 +LowLevelCloth_checked_lflags += -stdlib=libc++ LowLevelCloth_checked_objsdir = $(OBJS_DIR)/LowLevelCloth_checked LowLevelCloth_checked_cpp_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_checked_cc_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -254,16 +256,16 @@ LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profil LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) LowLevelCloth_profile_cflags := $(LowLevelCloth_profile_common_cflags) LowLevelCloth_profile_cflags += -arch x86_64 -LowLevelCloth_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_profile_cflags += -Wno-c++11-extensions LowLevelCloth_profile_cflags += -O3 -fno-strict-aliasing LowLevelCloth_profile_cppflags := $(LowLevelCloth_profile_common_cflags) LowLevelCloth_profile_cppflags += -arch x86_64 -LowLevelCloth_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_profile_cppflags += -Wno-c++11-extensions @@ -272,6 +274,7 @@ LowLevelCloth_profile_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_profile_lflags += $(addprefix -L, $(LowLevelCloth_profile_lpaths)) LowLevelCloth_profile_lflags += $(addprefix -l, $(LowLevelCloth_profile_libraries)) LowLevelCloth_profile_lflags += -arch x86_64 +LowLevelCloth_profile_lflags += -stdlib=libc++ LowLevelCloth_profile_objsdir = $(OBJS_DIR)/LowLevelCloth_profile LowLevelCloth_profile_cpp_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_profile_cc_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) @@ -349,16 +352,16 @@ LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_releas LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) LowLevelCloth_release_cflags := $(LowLevelCloth_release_common_cflags) LowLevelCloth_release_cflags += -arch x86_64 -LowLevelCloth_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_release_cflags += -Wno-c++11-extensions LowLevelCloth_release_cflags += -O3 -fno-strict-aliasing LowLevelCloth_release_cppflags := $(LowLevelCloth_release_common_cflags) LowLevelCloth_release_cppflags += -arch x86_64 -LowLevelCloth_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelCloth_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelCloth_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelCloth_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelCloth_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelCloth_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelCloth_release_cppflags += -Wno-c++11-extensions @@ -367,6 +370,7 @@ LowLevelCloth_release_lflags := $(LowLevelCloth_custom_lflags) LowLevelCloth_release_lflags += $(addprefix -L, $(LowLevelCloth_release_lpaths)) LowLevelCloth_release_lflags += $(addprefix -l, $(LowLevelCloth_release_libraries)) LowLevelCloth_release_lflags += -arch x86_64 +LowLevelCloth_release_lflags += -stdlib=libc++ LowLevelCloth_release_objsdir = $(OBJS_DIR)/LowLevelCloth_release LowLevelCloth_release_cpp_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) LowLevelCloth_release_cc_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk index 98b71a9c..566f3245 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk @@ -88,16 +88,16 @@ LowLevelDynamics_debug_common_cflags += $(addprefix -D, $(LowLevelDynamics_de LowLevelDynamics_debug_common_cflags += $(addprefix -I, $(LowLevelDynamics_debug_hpaths)) LowLevelDynamics_debug_cflags := $(LowLevelDynamics_debug_common_cflags) LowLevelDynamics_debug_cflags += -arch x86_64 -LowLevelDynamics_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_debug_cflags += -Wno-c++11-extensions LowLevelDynamics_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelDynamics_debug_cppflags := $(LowLevelDynamics_debug_common_cflags) LowLevelDynamics_debug_cppflags += -arch x86_64 -LowLevelDynamics_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_debug_cppflags += -Wno-c++11-extensions @@ -106,6 +106,7 @@ LowLevelDynamics_debug_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_debug_lflags += $(addprefix -L, $(LowLevelDynamics_debug_lpaths)) LowLevelDynamics_debug_lflags += $(addprefix -l, $(LowLevelDynamics_debug_libraries)) LowLevelDynamics_debug_lflags += -arch x86_64 +LowLevelDynamics_debug_lflags += -stdlib=libc++ LowLevelDynamics_debug_objsdir = $(OBJS_DIR)/LowLevelDynamics_debug LowLevelDynamics_debug_cpp_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_debug_cc_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -199,16 +200,16 @@ LowLevelDynamics_checked_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_checked_common_cflags += $(addprefix -I, $(LowLevelDynamics_checked_hpaths)) LowLevelDynamics_checked_cflags := $(LowLevelDynamics_checked_common_cflags) LowLevelDynamics_checked_cflags += -arch x86_64 -LowLevelDynamics_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_checked_cflags += -Wno-c++11-extensions LowLevelDynamics_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelDynamics_checked_cppflags := $(LowLevelDynamics_checked_common_cflags) LowLevelDynamics_checked_cppflags += -arch x86_64 -LowLevelDynamics_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_checked_cppflags += -Wno-c++11-extensions @@ -217,6 +218,7 @@ LowLevelDynamics_checked_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_checked_lflags += $(addprefix -L, $(LowLevelDynamics_checked_lpaths)) LowLevelDynamics_checked_lflags += $(addprefix -l, $(LowLevelDynamics_checked_libraries)) LowLevelDynamics_checked_lflags += -arch x86_64 +LowLevelDynamics_checked_lflags += -stdlib=libc++ LowLevelDynamics_checked_objsdir = $(OBJS_DIR)/LowLevelDynamics_checked LowLevelDynamics_checked_cpp_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_checked_cc_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -310,16 +312,16 @@ LowLevelDynamics_profile_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_profile_common_cflags += $(addprefix -I, $(LowLevelDynamics_profile_hpaths)) LowLevelDynamics_profile_cflags := $(LowLevelDynamics_profile_common_cflags) LowLevelDynamics_profile_cflags += -arch x86_64 -LowLevelDynamics_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_profile_cflags += -Wno-c++11-extensions LowLevelDynamics_profile_cflags += -O3 -fno-strict-aliasing LowLevelDynamics_profile_cppflags := $(LowLevelDynamics_profile_common_cflags) LowLevelDynamics_profile_cppflags += -arch x86_64 -LowLevelDynamics_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_profile_cppflags += -Wno-c++11-extensions @@ -328,6 +330,7 @@ LowLevelDynamics_profile_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_profile_lflags += $(addprefix -L, $(LowLevelDynamics_profile_lpaths)) LowLevelDynamics_profile_lflags += $(addprefix -l, $(LowLevelDynamics_profile_libraries)) LowLevelDynamics_profile_lflags += -arch x86_64 +LowLevelDynamics_profile_lflags += -stdlib=libc++ LowLevelDynamics_profile_objsdir = $(OBJS_DIR)/LowLevelDynamics_profile LowLevelDynamics_profile_cpp_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_profile_cc_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) @@ -420,16 +423,16 @@ LowLevelDynamics_release_common_cflags += $(addprefix -D, $(LowLevelDynamics_ LowLevelDynamics_release_common_cflags += $(addprefix -I, $(LowLevelDynamics_release_hpaths)) LowLevelDynamics_release_cflags := $(LowLevelDynamics_release_common_cflags) LowLevelDynamics_release_cflags += -arch x86_64 -LowLevelDynamics_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_release_cflags += -Wno-c++11-extensions LowLevelDynamics_release_cflags += -O3 -fno-strict-aliasing LowLevelDynamics_release_cppflags := $(LowLevelDynamics_release_common_cflags) LowLevelDynamics_release_cppflags += -arch x86_64 -LowLevelDynamics_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelDynamics_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelDynamics_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelDynamics_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelDynamics_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelDynamics_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelDynamics_release_cppflags += -Wno-c++11-extensions @@ -438,6 +441,7 @@ LowLevelDynamics_release_lflags := $(LowLevelDynamics_custom_lflags) LowLevelDynamics_release_lflags += $(addprefix -L, $(LowLevelDynamics_release_lpaths)) LowLevelDynamics_release_lflags += $(addprefix -l, $(LowLevelDynamics_release_libraries)) LowLevelDynamics_release_lflags += -arch x86_64 +LowLevelDynamics_release_lflags += -stdlib=libc++ LowLevelDynamics_release_objsdir = $(OBJS_DIR)/LowLevelDynamics_release LowLevelDynamics_release_cpp_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) LowLevelDynamics_release_cc_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk index 91c328a0..830c84d4 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk @@ -74,16 +74,16 @@ LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_ LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) LowLevelParticles_debug_cflags := $(LowLevelParticles_debug_common_cflags) LowLevelParticles_debug_cflags += -arch x86_64 -LowLevelParticles_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_debug_cflags += -Wno-c++11-extensions LowLevelParticles_debug_cflags += -g3 -gdwarf-2 -O0 LowLevelParticles_debug_cppflags := $(LowLevelParticles_debug_common_cflags) LowLevelParticles_debug_cppflags += -arch x86_64 -LowLevelParticles_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_debug_cppflags += -Wno-c++11-extensions @@ -92,6 +92,7 @@ LowLevelParticles_debug_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_debug_lflags += $(addprefix -L, $(LowLevelParticles_debug_lpaths)) LowLevelParticles_debug_lflags += $(addprefix -l, $(LowLevelParticles_debug_libraries)) LowLevelParticles_debug_lflags += -arch x86_64 +LowLevelParticles_debug_lflags += -stdlib=libc++ LowLevelParticles_debug_objsdir = $(OBJS_DIR)/LowLevelParticles_debug LowLevelParticles_debug_cpp_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_debug_cc_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -179,16 +180,16 @@ LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) LowLevelParticles_checked_cflags := $(LowLevelParticles_checked_common_cflags) LowLevelParticles_checked_cflags += -arch x86_64 -LowLevelParticles_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_checked_cflags += -Wno-c++11-extensions LowLevelParticles_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing LowLevelParticles_checked_cppflags := $(LowLevelParticles_checked_common_cflags) LowLevelParticles_checked_cppflags += -arch x86_64 -LowLevelParticles_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_checked_cppflags += -Wno-c++11-extensions @@ -197,6 +198,7 @@ LowLevelParticles_checked_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_checked_lflags += $(addprefix -L, $(LowLevelParticles_checked_lpaths)) LowLevelParticles_checked_lflags += $(addprefix -l, $(LowLevelParticles_checked_libraries)) LowLevelParticles_checked_lflags += -arch x86_64 +LowLevelParticles_checked_lflags += -stdlib=libc++ LowLevelParticles_checked_objsdir = $(OBJS_DIR)/LowLevelParticles_checked LowLevelParticles_checked_cpp_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_checked_cc_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -284,16 +286,16 @@ LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) LowLevelParticles_profile_cflags := $(LowLevelParticles_profile_common_cflags) LowLevelParticles_profile_cflags += -arch x86_64 -LowLevelParticles_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_profile_cflags += -Wno-c++11-extensions LowLevelParticles_profile_cflags += -O3 -fno-strict-aliasing LowLevelParticles_profile_cppflags := $(LowLevelParticles_profile_common_cflags) LowLevelParticles_profile_cppflags += -arch x86_64 -LowLevelParticles_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_profile_cppflags += -Wno-c++11-extensions @@ -302,6 +304,7 @@ LowLevelParticles_profile_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_profile_lflags += $(addprefix -L, $(LowLevelParticles_profile_lpaths)) LowLevelParticles_profile_lflags += $(addprefix -l, $(LowLevelParticles_profile_libraries)) LowLevelParticles_profile_lflags += -arch x86_64 +LowLevelParticles_profile_lflags += -stdlib=libc++ LowLevelParticles_profile_objsdir = $(OBJS_DIR)/LowLevelParticles_profile LowLevelParticles_profile_cpp_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_profile_cc_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) @@ -388,16 +391,16 @@ LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticle LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) LowLevelParticles_release_cflags := $(LowLevelParticles_release_common_cflags) LowLevelParticles_release_cflags += -arch x86_64 -LowLevelParticles_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_release_cflags += -Wno-c++11-extensions LowLevelParticles_release_cflags += -O3 -fno-strict-aliasing LowLevelParticles_release_cppflags := $(LowLevelParticles_release_common_cflags) LowLevelParticles_release_cppflags += -arch x86_64 -LowLevelParticles_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -LowLevelParticles_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +LowLevelParticles_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +LowLevelParticles_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic LowLevelParticles_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow LowLevelParticles_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof LowLevelParticles_release_cppflags += -Wno-c++11-extensions @@ -406,6 +409,7 @@ LowLevelParticles_release_lflags := $(LowLevelParticles_custom_lflags) LowLevelParticles_release_lflags += $(addprefix -L, $(LowLevelParticles_release_lpaths)) LowLevelParticles_release_lflags += $(addprefix -l, $(LowLevelParticles_release_libraries)) LowLevelParticles_release_lflags += -arch x86_64 +LowLevelParticles_release_lflags += -stdlib=libc++ LowLevelParticles_release_objsdir = $(OBJS_DIR)/LowLevelParticles_release LowLevelParticles_release_cpp_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) LowLevelParticles_release_cc_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk index e8e0d05b..aa7390b2 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk @@ -137,16 +137,16 @@ PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths)) PhysX_release_cflags := $(PhysX_release_common_cflags) PhysX_release_cflags += -arch x86_64 -PhysX_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_release_cflags += -Wno-c++11-extensions PhysX_release_cflags += -O3 -fno-strict-aliasing PhysX_release_cppflags := $(PhysX_release_common_cflags) PhysX_release_cppflags += -arch x86_64 -PhysX_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_release_cppflags += -Wno-c++11-extensions @@ -155,6 +155,7 @@ PhysX_release_lflags := $(PhysX_custom_lflags) PhysX_release_lflags += $(addprefix -L, $(PhysX_release_lpaths)) PhysX_release_lflags += $(addprefix -l, $(PhysX_release_libraries)) PhysX_release_lflags += -arch x86_64 +PhysX_release_lflags += -stdlib=libc++ PhysX_release_objsdir = $(OBJS_DIR)/PhysX_release PhysX_release_cpp_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_release_cc_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -282,16 +283,16 @@ PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths)) PhysX_debug_cflags := $(PhysX_debug_common_cflags) PhysX_debug_cflags += -arch x86_64 -PhysX_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_debug_cflags += -Wno-c++11-extensions PhysX_debug_cflags += -g3 -gdwarf-2 -O0 PhysX_debug_cppflags := $(PhysX_debug_common_cflags) PhysX_debug_cppflags += -arch x86_64 -PhysX_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_debug_cppflags += -Wno-c++11-extensions @@ -300,6 +301,7 @@ PhysX_debug_lflags := $(PhysX_custom_lflags) PhysX_debug_lflags += $(addprefix -L, $(PhysX_debug_lpaths)) PhysX_debug_lflags += $(addprefix -l, $(PhysX_debug_libraries)) PhysX_debug_lflags += -arch x86_64 +PhysX_debug_lflags += -stdlib=libc++ PhysX_debug_objsdir = $(OBJS_DIR)/PhysX_debug PhysX_debug_cpp_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_debug_cc_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -426,16 +428,16 @@ PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths)) PhysX_checked_cflags := $(PhysX_checked_common_cflags) PhysX_checked_cflags += -arch x86_64 -PhysX_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_checked_cflags += -Wno-c++11-extensions PhysX_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysX_checked_cppflags := $(PhysX_checked_common_cflags) PhysX_checked_cppflags += -arch x86_64 -PhysX_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_checked_cppflags += -Wno-c++11-extensions @@ -444,6 +446,7 @@ PhysX_checked_lflags := $(PhysX_custom_lflags) PhysX_checked_lflags += $(addprefix -L, $(PhysX_checked_lpaths)) PhysX_checked_lflags += $(addprefix -l, $(PhysX_checked_libraries)) PhysX_checked_lflags += -arch x86_64 +PhysX_checked_lflags += -stdlib=libc++ PhysX_checked_objsdir = $(OBJS_DIR)/PhysX_checked PhysX_checked_cpp_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_checked_cc_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) @@ -570,16 +573,16 @@ PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths)) PhysX_profile_cflags := $(PhysX_profile_common_cflags) PhysX_profile_cflags += -arch x86_64 -PhysX_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_profile_cflags += -Wno-c++11-extensions PhysX_profile_cflags += -O3 -fno-strict-aliasing PhysX_profile_cppflags := $(PhysX_profile_common_cflags) PhysX_profile_cppflags += -arch x86_64 -PhysX_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysX_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysX_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysX_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysX_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysX_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysX_profile_cppflags += -Wno-c++11-extensions @@ -588,6 +591,7 @@ PhysX_profile_lflags := $(PhysX_custom_lflags) PhysX_profile_lflags += $(addprefix -L, $(PhysX_profile_lpaths)) PhysX_profile_lflags += $(addprefix -l, $(PhysX_profile_libraries)) PhysX_profile_lflags += -arch x86_64 +PhysX_profile_lflags += -stdlib=libc++ PhysX_profile_objsdir = $(OBJS_DIR)/PhysX_profile PhysX_profile_cpp_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) PhysX_profile_cc_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk index 7a2ab721..8511c6c6 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk @@ -75,16 +75,16 @@ PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharact PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths)) PhysXCharacterKinematic_debug_cflags := $(PhysXCharacterKinematic_debug_common_cflags) PhysXCharacterKinematic_debug_cflags += -arch x86_64 -PhysXCharacterKinematic_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_debug_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCharacterKinematic_debug_cppflags := $(PhysXCharacterKinematic_debug_common_cflags) PhysXCharacterKinematic_debug_cppflags += -arch x86_64 -PhysXCharacterKinematic_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_debug_cppflags += -Wno-c++11-extensions @@ -93,6 +93,7 @@ PhysXCharacterKinematic_debug_lflags := $(PhysXCharacterKinematic_custom_lfla PhysXCharacterKinematic_debug_lflags += $(addprefix -L, $(PhysXCharacterKinematic_debug_lpaths)) PhysXCharacterKinematic_debug_lflags += $(addprefix -l, $(PhysXCharacterKinematic_debug_libraries)) PhysXCharacterKinematic_debug_lflags += -arch x86_64 +PhysXCharacterKinematic_debug_lflags += -stdlib=libc++ PhysXCharacterKinematic_debug_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_debug PhysXCharacterKinematic_debug_cpp_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_debug_cc_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -187,16 +188,16 @@ PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths)) PhysXCharacterKinematic_checked_cflags := $(PhysXCharacterKinematic_checked_common_cflags) PhysXCharacterKinematic_checked_cflags += -arch x86_64 -PhysXCharacterKinematic_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_checked_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCharacterKinematic_checked_cppflags := $(PhysXCharacterKinematic_checked_common_cflags) PhysXCharacterKinematic_checked_cppflags += -arch x86_64 -PhysXCharacterKinematic_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_checked_cppflags += -Wno-c++11-extensions @@ -205,6 +206,7 @@ PhysXCharacterKinematic_checked_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_checked_lflags += $(addprefix -L, $(PhysXCharacterKinematic_checked_lpaths)) PhysXCharacterKinematic_checked_lflags += $(addprefix -l, $(PhysXCharacterKinematic_checked_libraries)) PhysXCharacterKinematic_checked_lflags += -arch x86_64 +PhysXCharacterKinematic_checked_lflags += -stdlib=libc++ PhysXCharacterKinematic_checked_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_checked PhysXCharacterKinematic_checked_cpp_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_checked_cc_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -299,16 +301,16 @@ PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths)) PhysXCharacterKinematic_profile_cflags := $(PhysXCharacterKinematic_profile_common_cflags) PhysXCharacterKinematic_profile_cflags += -arch x86_64 -PhysXCharacterKinematic_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_profile_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_profile_cflags += -O3 -fno-strict-aliasing PhysXCharacterKinematic_profile_cppflags := $(PhysXCharacterKinematic_profile_common_cflags) PhysXCharacterKinematic_profile_cppflags += -arch x86_64 -PhysXCharacterKinematic_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_profile_cppflags += -Wno-c++11-extensions @@ -317,6 +319,7 @@ PhysXCharacterKinematic_profile_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_profile_lflags += $(addprefix -L, $(PhysXCharacterKinematic_profile_lpaths)) PhysXCharacterKinematic_profile_lflags += $(addprefix -l, $(PhysXCharacterKinematic_profile_libraries)) PhysXCharacterKinematic_profile_lflags += -arch x86_64 +PhysXCharacterKinematic_profile_lflags += -stdlib=libc++ PhysXCharacterKinematic_profile_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_profile PhysXCharacterKinematic_profile_cpp_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_profile_cc_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) @@ -410,16 +413,16 @@ PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXChara PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths)) PhysXCharacterKinematic_release_cflags := $(PhysXCharacterKinematic_release_common_cflags) PhysXCharacterKinematic_release_cflags += -arch x86_64 -PhysXCharacterKinematic_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_release_cflags += -Wno-c++11-extensions PhysXCharacterKinematic_release_cflags += -O3 -fno-strict-aliasing PhysXCharacterKinematic_release_cppflags := $(PhysXCharacterKinematic_release_common_cflags) PhysXCharacterKinematic_release_cppflags += -arch x86_64 -PhysXCharacterKinematic_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCharacterKinematic_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCharacterKinematic_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCharacterKinematic_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCharacterKinematic_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCharacterKinematic_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCharacterKinematic_release_cppflags += -Wno-c++11-extensions @@ -428,6 +431,7 @@ PhysXCharacterKinematic_release_lflags := $(PhysXCharacterKinematic_custom_lf PhysXCharacterKinematic_release_lflags += $(addprefix -L, $(PhysXCharacterKinematic_release_lpaths)) PhysXCharacterKinematic_release_lflags += $(addprefix -l, $(PhysXCharacterKinematic_release_libraries)) PhysXCharacterKinematic_release_lflags += -arch x86_64 +PhysXCharacterKinematic_release_lflags += -stdlib=libc++ PhysXCharacterKinematic_release_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_release PhysXCharacterKinematic_release_cpp_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) PhysXCharacterKinematic_release_cc_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk index 5020a3d6..70367dcc 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk @@ -201,16 +201,16 @@ PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_de PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths)) PhysXCommon_release_cflags := $(PhysXCommon_release_common_cflags) PhysXCommon_release_cflags += -arch x86_64 -PhysXCommon_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_release_cflags += -Wno-c++11-extensions PhysXCommon_release_cflags += -O3 -fno-strict-aliasing PhysXCommon_release_cppflags := $(PhysXCommon_release_common_cflags) PhysXCommon_release_cppflags += -arch x86_64 -PhysXCommon_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_release_cppflags += -Wno-c++11-extensions @@ -219,6 +219,7 @@ PhysXCommon_release_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_release_lflags += $(addprefix -L, $(PhysXCommon_release_lpaths)) PhysXCommon_release_lflags += $(addprefix -l, $(PhysXCommon_release_libraries)) PhysXCommon_release_lflags += -arch x86_64 +PhysXCommon_release_lflags += -stdlib=libc++ PhysXCommon_release_objsdir = $(OBJS_DIR)/PhysXCommon_release PhysXCommon_release_cpp_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_release_cc_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -317,16 +318,16 @@ PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_define PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths)) PhysXCommon_debug_cflags := $(PhysXCommon_debug_common_cflags) PhysXCommon_debug_cflags += -arch x86_64 -PhysXCommon_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_debug_cflags += -Wno-c++11-extensions PhysXCommon_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCommon_debug_cppflags := $(PhysXCommon_debug_common_cflags) PhysXCommon_debug_cppflags += -arch x86_64 -PhysXCommon_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_debug_cppflags += -Wno-c++11-extensions @@ -335,6 +336,7 @@ PhysXCommon_debug_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_debug_lflags += $(addprefix -L, $(PhysXCommon_debug_lpaths)) PhysXCommon_debug_lflags += $(addprefix -l, $(PhysXCommon_debug_libraries)) PhysXCommon_debug_lflags += -arch x86_64 +PhysXCommon_debug_lflags += -stdlib=libc++ PhysXCommon_debug_objsdir = $(OBJS_DIR)/PhysXCommon_debug PhysXCommon_debug_cpp_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_debug_cc_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -432,16 +434,16 @@ PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_de PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths)) PhysXCommon_checked_cflags := $(PhysXCommon_checked_common_cflags) PhysXCommon_checked_cflags += -arch x86_64 -PhysXCommon_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_checked_cflags += -Wno-c++11-extensions PhysXCommon_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCommon_checked_cppflags := $(PhysXCommon_checked_common_cflags) PhysXCommon_checked_cppflags += -arch x86_64 -PhysXCommon_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_checked_cppflags += -Wno-c++11-extensions @@ -450,6 +452,7 @@ PhysXCommon_checked_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_checked_lflags += $(addprefix -L, $(PhysXCommon_checked_lpaths)) PhysXCommon_checked_lflags += $(addprefix -l, $(PhysXCommon_checked_libraries)) PhysXCommon_checked_lflags += -arch x86_64 +PhysXCommon_checked_lflags += -stdlib=libc++ PhysXCommon_checked_objsdir = $(OBJS_DIR)/PhysXCommon_checked PhysXCommon_checked_cpp_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_checked_cc_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) @@ -547,16 +550,16 @@ PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_de PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths)) PhysXCommon_profile_cflags := $(PhysXCommon_profile_common_cflags) PhysXCommon_profile_cflags += -arch x86_64 -PhysXCommon_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_profile_cflags += -Wno-c++11-extensions PhysXCommon_profile_cflags += -O3 -fno-strict-aliasing PhysXCommon_profile_cppflags := $(PhysXCommon_profile_common_cflags) PhysXCommon_profile_cppflags += -arch x86_64 -PhysXCommon_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCommon_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCommon_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCommon_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCommon_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCommon_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCommon_profile_cppflags += -Wno-c++11-extensions @@ -565,6 +568,7 @@ PhysXCommon_profile_lflags := $(PhysXCommon_custom_lflags) PhysXCommon_profile_lflags += $(addprefix -L, $(PhysXCommon_profile_lpaths)) PhysXCommon_profile_lflags += $(addprefix -l, $(PhysXCommon_profile_libraries)) PhysXCommon_profile_lflags += -arch x86_64 +PhysXCommon_profile_lflags += -stdlib=libc++ PhysXCommon_profile_objsdir = $(OBJS_DIR)/PhysXCommon_profile PhysXCommon_profile_cpp_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) PhysXCommon_profile_cc_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk index 6f0f1634..15a4c71d 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk @@ -92,16 +92,16 @@ PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_ PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) PhysXCooking_release_cflags := $(PhysXCooking_release_common_cflags) PhysXCooking_release_cflags += -arch x86_64 -PhysXCooking_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_release_cflags += -Wno-c++11-extensions PhysXCooking_release_cflags += -O3 -fno-strict-aliasing PhysXCooking_release_cppflags := $(PhysXCooking_release_common_cflags) PhysXCooking_release_cppflags += -arch x86_64 -PhysXCooking_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_release_cppflags += -Wno-c++11-extensions @@ -110,6 +110,7 @@ PhysXCooking_release_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_release_lflags += $(addprefix -L, $(PhysXCooking_release_lpaths)) PhysXCooking_release_lflags += $(addprefix -l, $(PhysXCooking_release_libraries)) PhysXCooking_release_lflags += -arch x86_64 +PhysXCooking_release_lflags += -stdlib=libc++ PhysXCooking_release_objsdir = $(OBJS_DIR)/PhysXCooking_release PhysXCooking_release_cpp_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_release_cc_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -215,16 +216,16 @@ PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defi PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) PhysXCooking_debug_cflags := $(PhysXCooking_debug_common_cflags) PhysXCooking_debug_cflags += -arch x86_64 -PhysXCooking_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_debug_cflags += -Wno-c++11-extensions PhysXCooking_debug_cflags += -g3 -gdwarf-2 -O0 PhysXCooking_debug_cppflags := $(PhysXCooking_debug_common_cflags) PhysXCooking_debug_cppflags += -arch x86_64 -PhysXCooking_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_debug_cppflags += -Wno-c++11-extensions @@ -233,6 +234,7 @@ PhysXCooking_debug_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_debug_lflags += $(addprefix -L, $(PhysXCooking_debug_lpaths)) PhysXCooking_debug_lflags += $(addprefix -l, $(PhysXCooking_debug_libraries)) PhysXCooking_debug_lflags += -arch x86_64 +PhysXCooking_debug_lflags += -stdlib=libc++ PhysXCooking_debug_objsdir = $(OBJS_DIR)/PhysXCooking_debug PhysXCooking_debug_cpp_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_debug_cc_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -337,16 +339,16 @@ PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_ PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) PhysXCooking_checked_cflags := $(PhysXCooking_checked_common_cflags) PhysXCooking_checked_cflags += -arch x86_64 -PhysXCooking_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_checked_cflags += -Wno-c++11-extensions PhysXCooking_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXCooking_checked_cppflags := $(PhysXCooking_checked_common_cflags) PhysXCooking_checked_cppflags += -arch x86_64 -PhysXCooking_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_checked_cppflags += -Wno-c++11-extensions @@ -355,6 +357,7 @@ PhysXCooking_checked_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_checked_lflags += $(addprefix -L, $(PhysXCooking_checked_lpaths)) PhysXCooking_checked_lflags += $(addprefix -l, $(PhysXCooking_checked_libraries)) PhysXCooking_checked_lflags += -arch x86_64 +PhysXCooking_checked_lflags += -stdlib=libc++ PhysXCooking_checked_objsdir = $(OBJS_DIR)/PhysXCooking_checked PhysXCooking_checked_cpp_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_checked_cc_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) @@ -459,16 +462,16 @@ PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_ PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) PhysXCooking_profile_cflags := $(PhysXCooking_profile_common_cflags) PhysXCooking_profile_cflags += -arch x86_64 -PhysXCooking_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_profile_cflags += -Wno-c++11-extensions PhysXCooking_profile_cflags += -O3 -fno-strict-aliasing PhysXCooking_profile_cppflags := $(PhysXCooking_profile_common_cflags) PhysXCooking_profile_cppflags += -arch x86_64 -PhysXCooking_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXCooking_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXCooking_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXCooking_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXCooking_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXCooking_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXCooking_profile_cppflags += -Wno-c++11-extensions @@ -477,6 +480,7 @@ PhysXCooking_profile_lflags := $(PhysXCooking_custom_lflags) PhysXCooking_profile_lflags += $(addprefix -L, $(PhysXCooking_profile_lpaths)) PhysXCooking_profile_lflags += $(addprefix -l, $(PhysXCooking_profile_libraries)) PhysXCooking_profile_lflags += -arch x86_64 +PhysXCooking_profile_lflags += -stdlib=libc++ PhysXCooking_profile_objsdir = $(OBJS_DIR)/PhysXCooking_profile PhysXCooking_profile_cpp_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) PhysXCooking_profile_cc_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) 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 11a6d0fa..3f4a5dfa 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk @@ -130,16 +130,16 @@ PhysXExtensions_debug_common_cflags += $(addprefix -D, $(PhysXExtensions_debu PhysXExtensions_debug_common_cflags += $(addprefix -I, $(PhysXExtensions_debug_hpaths)) PhysXExtensions_debug_cflags := $(PhysXExtensions_debug_common_cflags) PhysXExtensions_debug_cflags += -arch x86_64 -PhysXExtensions_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_debug_cflags += -Wno-c++11-extensions PhysXExtensions_debug_cflags += -g3 -gdwarf-2 -O0 PhysXExtensions_debug_cppflags := $(PhysXExtensions_debug_common_cflags) PhysXExtensions_debug_cppflags += -arch x86_64 -PhysXExtensions_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_debug_cppflags += -Wno-c++11-extensions @@ -148,6 +148,7 @@ PhysXExtensions_debug_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_debug_lflags += $(addprefix -L, $(PhysXExtensions_debug_lpaths)) PhysXExtensions_debug_lflags += $(addprefix -l, $(PhysXExtensions_debug_libraries)) PhysXExtensions_debug_lflags += -arch x86_64 +PhysXExtensions_debug_lflags += -stdlib=libc++ PhysXExtensions_debug_objsdir = $(OBJS_DIR)/PhysXExtensions_debug PhysXExtensions_debug_cpp_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_debug_cc_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -253,16 +254,16 @@ PhysXExtensions_checked_common_cflags += $(addprefix -D, $(PhysXExtensions_ch PhysXExtensions_checked_common_cflags += $(addprefix -I, $(PhysXExtensions_checked_hpaths)) PhysXExtensions_checked_cflags := $(PhysXExtensions_checked_common_cflags) PhysXExtensions_checked_cflags += -arch x86_64 -PhysXExtensions_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_checked_cflags += -Wno-c++11-extensions PhysXExtensions_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXExtensions_checked_cppflags := $(PhysXExtensions_checked_common_cflags) PhysXExtensions_checked_cppflags += -arch x86_64 -PhysXExtensions_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_checked_cppflags += -Wno-c++11-extensions @@ -271,6 +272,7 @@ PhysXExtensions_checked_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_checked_lflags += $(addprefix -L, $(PhysXExtensions_checked_lpaths)) PhysXExtensions_checked_lflags += $(addprefix -l, $(PhysXExtensions_checked_libraries)) PhysXExtensions_checked_lflags += -arch x86_64 +PhysXExtensions_checked_lflags += -stdlib=libc++ PhysXExtensions_checked_objsdir = $(OBJS_DIR)/PhysXExtensions_checked PhysXExtensions_checked_cpp_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_checked_cc_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -376,16 +378,16 @@ PhysXExtensions_profile_common_cflags += $(addprefix -D, $(PhysXExtensions_pr PhysXExtensions_profile_common_cflags += $(addprefix -I, $(PhysXExtensions_profile_hpaths)) PhysXExtensions_profile_cflags := $(PhysXExtensions_profile_common_cflags) PhysXExtensions_profile_cflags += -arch x86_64 -PhysXExtensions_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_profile_cflags += -Wno-c++11-extensions PhysXExtensions_profile_cflags += -O3 -fno-strict-aliasing PhysXExtensions_profile_cppflags := $(PhysXExtensions_profile_common_cflags) PhysXExtensions_profile_cppflags += -arch x86_64 -PhysXExtensions_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_profile_cppflags += -Wno-c++11-extensions @@ -394,6 +396,7 @@ PhysXExtensions_profile_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_profile_lflags += $(addprefix -L, $(PhysXExtensions_profile_lpaths)) PhysXExtensions_profile_lflags += $(addprefix -l, $(PhysXExtensions_profile_libraries)) PhysXExtensions_profile_lflags += -arch x86_64 +PhysXExtensions_profile_lflags += -stdlib=libc++ PhysXExtensions_profile_objsdir = $(OBJS_DIR)/PhysXExtensions_profile PhysXExtensions_profile_cpp_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_profile_cc_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) @@ -498,16 +501,16 @@ PhysXExtensions_release_common_cflags += $(addprefix -D, $(PhysXExtensions_re PhysXExtensions_release_common_cflags += $(addprefix -I, $(PhysXExtensions_release_hpaths)) PhysXExtensions_release_cflags := $(PhysXExtensions_release_common_cflags) PhysXExtensions_release_cflags += -arch x86_64 -PhysXExtensions_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_release_cflags += -Wno-c++11-extensions PhysXExtensions_release_cflags += -O3 -fno-strict-aliasing PhysXExtensions_release_cppflags := $(PhysXExtensions_release_common_cflags) PhysXExtensions_release_cppflags += -arch x86_64 -PhysXExtensions_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXExtensions_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXExtensions_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXExtensions_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXExtensions_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXExtensions_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXExtensions_release_cppflags += -Wno-c++11-extensions @@ -516,6 +519,7 @@ PhysXExtensions_release_lflags := $(PhysXExtensions_custom_lflags) PhysXExtensions_release_lflags += $(addprefix -L, $(PhysXExtensions_release_lpaths)) PhysXExtensions_release_lflags += $(addprefix -l, $(PhysXExtensions_release_libraries)) PhysXExtensions_release_lflags += -arch x86_64 +PhysXExtensions_release_lflags += -stdlib=libc++ PhysXExtensions_release_objsdir = $(OBJS_DIR)/PhysXExtensions_release PhysXExtensions_release_cpp_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) PhysXExtensions_release_cc_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk index c3a864e3..2e39ba71 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk @@ -77,16 +77,16 @@ PhysXVehicle_debug_common_cflags += $(addprefix -D, $(PhysXVehicle_debug_defi PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpaths)) PhysXVehicle_debug_cflags := $(PhysXVehicle_debug_common_cflags) PhysXVehicle_debug_cflags += -arch x86_64 -PhysXVehicle_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_debug_cflags += -Wno-c++11-extensions PhysXVehicle_debug_cflags += -g3 -gdwarf-2 -O0 PhysXVehicle_debug_cppflags := $(PhysXVehicle_debug_common_cflags) PhysXVehicle_debug_cppflags += -arch x86_64 -PhysXVehicle_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_debug_cppflags += -Wno-c++11-extensions @@ -95,6 +95,7 @@ PhysXVehicle_debug_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_debug_lflags += $(addprefix -L, $(PhysXVehicle_debug_lpaths)) PhysXVehicle_debug_lflags += $(addprefix -l, $(PhysXVehicle_debug_libraries)) PhysXVehicle_debug_lflags += -arch x86_64 +PhysXVehicle_debug_lflags += -stdlib=libc++ PhysXVehicle_debug_objsdir = $(OBJS_DIR)/PhysXVehicle_debug PhysXVehicle_debug_cpp_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_debug_cc_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -183,16 +184,16 @@ PhysXVehicle_checked_common_cflags += $(addprefix -D, $(PhysXVehicle_checked_ PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_hpaths)) PhysXVehicle_checked_cflags := $(PhysXVehicle_checked_common_cflags) PhysXVehicle_checked_cflags += -arch x86_64 -PhysXVehicle_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_checked_cflags += -Wno-c++11-extensions PhysXVehicle_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PhysXVehicle_checked_cppflags := $(PhysXVehicle_checked_common_cflags) PhysXVehicle_checked_cppflags += -arch x86_64 -PhysXVehicle_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_checked_cppflags += -Wno-c++11-extensions @@ -201,6 +202,7 @@ PhysXVehicle_checked_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_checked_lflags += $(addprefix -L, $(PhysXVehicle_checked_lpaths)) PhysXVehicle_checked_lflags += $(addprefix -l, $(PhysXVehicle_checked_libraries)) PhysXVehicle_checked_lflags += -arch x86_64 +PhysXVehicle_checked_lflags += -stdlib=libc++ PhysXVehicle_checked_objsdir = $(OBJS_DIR)/PhysXVehicle_checked PhysXVehicle_checked_cpp_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_checked_cc_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -289,16 +291,16 @@ PhysXVehicle_profile_common_cflags += $(addprefix -D, $(PhysXVehicle_profile_ PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_hpaths)) PhysXVehicle_profile_cflags := $(PhysXVehicle_profile_common_cflags) PhysXVehicle_profile_cflags += -arch x86_64 -PhysXVehicle_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_profile_cflags += -Wno-c++11-extensions PhysXVehicle_profile_cflags += -O3 -fno-strict-aliasing PhysXVehicle_profile_cppflags := $(PhysXVehicle_profile_common_cflags) PhysXVehicle_profile_cppflags += -arch x86_64 -PhysXVehicle_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_profile_cppflags += -Wno-c++11-extensions @@ -307,6 +309,7 @@ PhysXVehicle_profile_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_profile_lflags += $(addprefix -L, $(PhysXVehicle_profile_lpaths)) PhysXVehicle_profile_lflags += $(addprefix -l, $(PhysXVehicle_profile_libraries)) PhysXVehicle_profile_lflags += -arch x86_64 +PhysXVehicle_profile_lflags += -stdlib=libc++ PhysXVehicle_profile_objsdir = $(OBJS_DIR)/PhysXVehicle_profile PhysXVehicle_profile_cpp_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_profile_cc_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) @@ -394,16 +397,16 @@ PhysXVehicle_release_common_cflags += $(addprefix -D, $(PhysXVehicle_release_ PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_hpaths)) PhysXVehicle_release_cflags := $(PhysXVehicle_release_common_cflags) PhysXVehicle_release_cflags += -arch x86_64 -PhysXVehicle_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_release_cflags += -Wno-c++11-extensions PhysXVehicle_release_cflags += -O3 -fno-strict-aliasing PhysXVehicle_release_cppflags := $(PhysXVehicle_release_common_cflags) PhysXVehicle_release_cppflags += -arch x86_64 -PhysXVehicle_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PhysXVehicle_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +PhysXVehicle_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PhysXVehicle_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PhysXVehicle_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow PhysXVehicle_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PhysXVehicle_release_cppflags += -Wno-c++11-extensions @@ -412,6 +415,7 @@ PhysXVehicle_release_lflags := $(PhysXVehicle_custom_lflags) PhysXVehicle_release_lflags += $(addprefix -L, $(PhysXVehicle_release_lpaths)) PhysXVehicle_release_lflags += $(addprefix -l, $(PhysXVehicle_release_libraries)) PhysXVehicle_release_lflags += -arch x86_64 +PhysXVehicle_release_lflags += -stdlib=libc++ PhysXVehicle_release_objsdir = $(OBJS_DIR)/PhysXVehicle_release PhysXVehicle_release_cpp_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) PhysXVehicle_release_cc_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PsFastXml.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PsFastXml.mk index e2fb043a..526f1276 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PsFastXml.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PsFastXml.mk @@ -43,16 +43,17 @@ PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines)) PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths)) PsFastXml_debug_cflags := $(PsFastXml_debug_common_cflags) PsFastXml_debug_cflags += -arch x86_64 -PsFastXml_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_debug_cflags += -g3 -gdwarf-2 -O0 PsFastXml_debug_cppflags := $(PsFastXml_debug_common_cflags) PsFastXml_debug_cppflags += -arch x86_64 -PsFastXml_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_debug_cppflags += -g3 -gdwarf-2 -O0 PsFastXml_debug_lflags := $(PsFastXml_custom_lflags) PsFastXml_debug_lflags += $(addprefix -L, $(PsFastXml_debug_lpaths)) PsFastXml_debug_lflags += $(addprefix -l, $(PsFastXml_debug_libraries)) PsFastXml_debug_lflags += -arch x86_64 +PsFastXml_debug_lflags += -stdlib=libc++ PsFastXml_debug_objsdir = $(OBJS_DIR)/PsFastXml_debug PsFastXml_debug_cpp_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_debug_cc_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -123,16 +124,17 @@ PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_define PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths)) PsFastXml_release_cflags := $(PsFastXml_release_common_cflags) PsFastXml_release_cflags += -arch x86_64 -PsFastXml_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_release_cflags += -O3 -fno-strict-aliasing PsFastXml_release_cppflags := $(PsFastXml_release_common_cflags) PsFastXml_release_cppflags += -arch x86_64 -PsFastXml_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_release_cppflags += -O3 -fno-strict-aliasing PsFastXml_release_lflags := $(PsFastXml_custom_lflags) PsFastXml_release_lflags += $(addprefix -L, $(PsFastXml_release_lpaths)) PsFastXml_release_lflags += $(addprefix -l, $(PsFastXml_release_libraries)) PsFastXml_release_lflags += -arch x86_64 +PsFastXml_release_lflags += -stdlib=libc++ PsFastXml_release_objsdir = $(OBJS_DIR)/PsFastXml_release PsFastXml_release_cpp_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_release_cc_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -204,16 +206,17 @@ PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_define PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths)) PsFastXml_checked_cflags := $(PsFastXml_checked_common_cflags) PsFastXml_checked_cflags += -arch x86_64 -PsFastXml_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PsFastXml_checked_cppflags := $(PsFastXml_checked_common_cflags) PsFastXml_checked_cppflags += -arch x86_64 -PsFastXml_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PsFastXml_checked_lflags := $(PsFastXml_custom_lflags) PsFastXml_checked_lflags += $(addprefix -L, $(PsFastXml_checked_lpaths)) PsFastXml_checked_lflags += $(addprefix -l, $(PsFastXml_checked_libraries)) PsFastXml_checked_lflags += -arch x86_64 +PsFastXml_checked_lflags += -stdlib=libc++ PsFastXml_checked_objsdir = $(OBJS_DIR)/PsFastXml_checked PsFastXml_checked_cpp_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_checked_cc_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) @@ -285,16 +288,17 @@ PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_define PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths)) PsFastXml_profile_cflags := $(PsFastXml_profile_common_cflags) PsFastXml_profile_cflags += -arch x86_64 -PsFastXml_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_profile_cflags += -O3 -fno-strict-aliasing PsFastXml_profile_cppflags := $(PsFastXml_profile_common_cflags) PsFastXml_profile_cppflags += -arch x86_64 -PsFastXml_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PsFastXml_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PsFastXml_profile_cppflags += -O3 -fno-strict-aliasing PsFastXml_profile_lflags := $(PsFastXml_custom_lflags) PsFastXml_profile_lflags += $(addprefix -L, $(PsFastXml_profile_lpaths)) PsFastXml_profile_lflags += $(addprefix -l, $(PsFastXml_profile_libraries)) PsFastXml_profile_lflags += -arch x86_64 +PsFastXml_profile_lflags += -stdlib=libc++ PsFastXml_profile_objsdir = $(OBJS_DIR)/PsFastXml_profile PsFastXml_profile_cpp_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) PsFastXml_profile_cc_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxFoundation.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxFoundation.mk index fca4e56e..1fe13d72 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxFoundation.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxFoundation.mk @@ -57,15 +57,15 @@ PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defi PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) PxFoundation_debug_cflags := $(PxFoundation_debug_common_cflags) PxFoundation_debug_cflags += -arch x86_64 -PxFoundation_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_debug_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_debug_cflags += -g3 -gdwarf-2 -O0 PxFoundation_debug_cppflags := $(PxFoundation_debug_common_cflags) PxFoundation_debug_cppflags += -arch x86_64 -PxFoundation_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_debug_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_debug_cppflags += -g3 -gdwarf-2 -O0 @@ -73,6 +73,7 @@ PxFoundation_debug_lflags := $(PxFoundation_custom_lflags) PxFoundation_debug_lflags += $(addprefix -L, $(PxFoundation_debug_lpaths)) PxFoundation_debug_lflags += $(addprefix -l, $(PxFoundation_debug_libraries)) PxFoundation_debug_lflags += -arch x86_64 +PxFoundation_debug_lflags += -stdlib=libc++ PxFoundation_debug_objsdir = $(OBJS_DIR)/PxFoundation_debug PxFoundation_debug_cpp_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_debug_cc_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -141,15 +142,15 @@ PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_ PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) PxFoundation_release_cflags := $(PxFoundation_release_common_cflags) PxFoundation_release_cflags += -arch x86_64 -PxFoundation_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_release_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_release_cflags += -O3 -fno-strict-aliasing PxFoundation_release_cppflags := $(PxFoundation_release_common_cflags) PxFoundation_release_cppflags += -arch x86_64 -PxFoundation_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_release_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_release_cppflags += -O3 -fno-strict-aliasing @@ -157,6 +158,7 @@ PxFoundation_release_lflags := $(PxFoundation_custom_lflags) PxFoundation_release_lflags += $(addprefix -L, $(PxFoundation_release_lpaths)) PxFoundation_release_lflags += $(addprefix -l, $(PxFoundation_release_libraries)) PxFoundation_release_lflags += -arch x86_64 +PxFoundation_release_lflags += -stdlib=libc++ PxFoundation_release_objsdir = $(OBJS_DIR)/PxFoundation_release PxFoundation_release_cpp_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_release_cc_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -226,15 +228,15 @@ PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_ PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) PxFoundation_checked_cflags := $(PxFoundation_checked_common_cflags) PxFoundation_checked_cflags += -arch x86_64 -PxFoundation_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_checked_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxFoundation_checked_cppflags := $(PxFoundation_checked_common_cflags) PxFoundation_checked_cppflags += -arch x86_64 -PxFoundation_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_checked_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing @@ -242,6 +244,7 @@ PxFoundation_checked_lflags := $(PxFoundation_custom_lflags) PxFoundation_checked_lflags += $(addprefix -L, $(PxFoundation_checked_lpaths)) PxFoundation_checked_lflags += $(addprefix -l, $(PxFoundation_checked_libraries)) PxFoundation_checked_lflags += -arch x86_64 +PxFoundation_checked_lflags += -stdlib=libc++ PxFoundation_checked_objsdir = $(OBJS_DIR)/PxFoundation_checked PxFoundation_checked_cpp_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_checked_cc_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -311,15 +314,15 @@ PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_ PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) PxFoundation_profile_cflags := $(PxFoundation_profile_common_cflags) PxFoundation_profile_cflags += -arch x86_64 -PxFoundation_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_profile_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_profile_cflags += -O3 -fno-strict-aliasing PxFoundation_profile_cppflags := $(PxFoundation_profile_common_cflags) PxFoundation_profile_cppflags += -arch x86_64 -PxFoundation_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxFoundation_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxFoundation_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxFoundation_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxFoundation_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxFoundation_profile_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxFoundation_profile_cppflags += -O3 -fno-strict-aliasing @@ -327,6 +330,7 @@ PxFoundation_profile_lflags := $(PxFoundation_custom_lflags) PxFoundation_profile_lflags += $(addprefix -L, $(PxFoundation_profile_lpaths)) PxFoundation_profile_lflags += $(addprefix -l, $(PxFoundation_profile_libraries)) PxFoundation_profile_lflags += -arch x86_64 +PxFoundation_profile_lflags += -stdlib=libc++ PxFoundation_profile_objsdir = $(OBJS_DIR)/PxFoundation_profile PxFoundation_profile_cpp_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_profile_cc_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxPvdSDK.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxPvdSDK.mk index 3c32d6a6..1b104afb 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxPvdSDK.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxPvdSDK.mk @@ -56,15 +56,15 @@ PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines)) PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths)) PxPvdSDK_debug_cflags := $(PxPvdSDK_debug_common_cflags) PxPvdSDK_debug_cflags += -arch x86_64 -PxPvdSDK_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_debug_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_debug_cflags += -g3 -gdwarf-2 -O0 PxPvdSDK_debug_cppflags := $(PxPvdSDK_debug_common_cflags) PxPvdSDK_debug_cppflags += -arch x86_64 -PxPvdSDK_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_debug_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_debug_cppflags += -g3 -gdwarf-2 -O0 @@ -72,6 +72,7 @@ PxPvdSDK_debug_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_debug_lflags += $(addprefix -L, $(PxPvdSDK_debug_lpaths)) PxPvdSDK_debug_lflags += $(addprefix -l, $(PxPvdSDK_debug_libraries)) PxPvdSDK_debug_lflags += -arch x86_64 +PxPvdSDK_debug_lflags += -stdlib=libc++ PxPvdSDK_debug_objsdir = $(OBJS_DIR)/PxPvdSDK_debug PxPvdSDK_debug_cpp_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_debug_cc_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -145,15 +146,15 @@ PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines) PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths)) PxPvdSDK_release_cflags := $(PxPvdSDK_release_common_cflags) PxPvdSDK_release_cflags += -arch x86_64 -PxPvdSDK_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_release_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_release_cflags += -O3 -fno-strict-aliasing PxPvdSDK_release_cppflags := $(PxPvdSDK_release_common_cflags) PxPvdSDK_release_cppflags += -arch x86_64 -PxPvdSDK_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_release_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_release_cppflags += -O3 -fno-strict-aliasing @@ -161,6 +162,7 @@ PxPvdSDK_release_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_release_lflags += $(addprefix -L, $(PxPvdSDK_release_lpaths)) PxPvdSDK_release_lflags += $(addprefix -l, $(PxPvdSDK_release_libraries)) PxPvdSDK_release_lflags += -arch x86_64 +PxPvdSDK_release_lflags += -stdlib=libc++ PxPvdSDK_release_objsdir = $(OBJS_DIR)/PxPvdSDK_release PxPvdSDK_release_cpp_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_release_cc_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -235,15 +237,15 @@ PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines) PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths)) PxPvdSDK_checked_cflags := $(PxPvdSDK_checked_common_cflags) PxPvdSDK_checked_cflags += -arch x86_64 -PxPvdSDK_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_checked_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxPvdSDK_checked_cppflags := $(PxPvdSDK_checked_common_cflags) PxPvdSDK_checked_cppflags += -arch x86_64 -PxPvdSDK_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_checked_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing @@ -251,6 +253,7 @@ PxPvdSDK_checked_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_checked_lflags += $(addprefix -L, $(PxPvdSDK_checked_lpaths)) PxPvdSDK_checked_lflags += $(addprefix -l, $(PxPvdSDK_checked_libraries)) PxPvdSDK_checked_lflags += -arch x86_64 +PxPvdSDK_checked_lflags += -stdlib=libc++ PxPvdSDK_checked_objsdir = $(OBJS_DIR)/PxPvdSDK_checked PxPvdSDK_checked_cpp_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_checked_cc_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) @@ -325,15 +328,15 @@ PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines) PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths)) PxPvdSDK_profile_cflags := $(PxPvdSDK_profile_common_cflags) PxPvdSDK_profile_cflags += -arch x86_64 -PxPvdSDK_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_profile_cflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_profile_cflags += -O3 -fno-strict-aliasing PxPvdSDK_profile_cppflags := $(PxPvdSDK_profile_common_cflags) PxPvdSDK_profile_cppflags += -arch x86_64 -PxPvdSDK_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -PxPvdSDK_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast +PxPvdSDK_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxPvdSDK_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-old-style-cast -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic PxPvdSDK_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-noreturn -Wno-missing-variable-declarations -Wno-shift-sign-overflow PxPvdSDK_profile_cppflags += -Wno-covered-switch-default -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-unused-member-function -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof PxPvdSDK_profile_cppflags += -O3 -fno-strict-aliasing @@ -341,6 +344,7 @@ PxPvdSDK_profile_lflags := $(PxPvdSDK_custom_lflags) PxPvdSDK_profile_lflags += $(addprefix -L, $(PxPvdSDK_profile_lpaths)) PxPvdSDK_profile_lflags += $(addprefix -l, $(PxPvdSDK_profile_libraries)) PxPvdSDK_profile_lflags += -arch x86_64 +PxPvdSDK_profile_lflags += -stdlib=libc++ PxPvdSDK_profile_objsdir = $(OBJS_DIR)/PxPvdSDK_profile PxPvdSDK_profile_cpp_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) PxPvdSDK_profile_cc_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxTask.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxTask.mk index fb6dc418..7d030fcf 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxTask.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PxTask.mk @@ -42,16 +42,17 @@ PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines)) PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths)) PxTask_debug_cflags := $(PxTask_debug_common_cflags) PxTask_debug_cflags += -arch x86_64 -PxTask_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_debug_cflags += -g3 -gdwarf-2 -O0 PxTask_debug_cppflags := $(PxTask_debug_common_cflags) PxTask_debug_cppflags += -arch x86_64 -PxTask_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_debug_cppflags += -g3 -gdwarf-2 -O0 PxTask_debug_lflags := $(PxTask_custom_lflags) PxTask_debug_lflags += $(addprefix -L, $(PxTask_debug_lpaths)) PxTask_debug_lflags += $(addprefix -l, $(PxTask_debug_libraries)) PxTask_debug_lflags += -arch x86_64 +PxTask_debug_lflags += -stdlib=libc++ PxTask_debug_objsdir = $(OBJS_DIR)/PxTask_debug PxTask_debug_cpp_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_debug_cc_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -121,16 +122,17 @@ PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines)) PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths)) PxTask_release_cflags := $(PxTask_release_common_cflags) PxTask_release_cflags += -arch x86_64 -PxTask_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_release_cflags += -O3 -fno-strict-aliasing PxTask_release_cppflags := $(PxTask_release_common_cflags) PxTask_release_cppflags += -arch x86_64 -PxTask_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_release_cppflags += -O3 -fno-strict-aliasing PxTask_release_lflags := $(PxTask_custom_lflags) PxTask_release_lflags += $(addprefix -L, $(PxTask_release_lpaths)) PxTask_release_lflags += $(addprefix -l, $(PxTask_release_libraries)) PxTask_release_lflags += -arch x86_64 +PxTask_release_lflags += -stdlib=libc++ PxTask_release_objsdir = $(OBJS_DIR)/PxTask_release PxTask_release_cpp_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_release_cc_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -201,16 +203,17 @@ PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines)) PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths)) PxTask_checked_cflags := $(PxTask_checked_common_cflags) PxTask_checked_cflags += -arch x86_64 -PxTask_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxTask_checked_cppflags := $(PxTask_checked_common_cflags) PxTask_checked_cppflags += -arch x86_64 -PxTask_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing PxTask_checked_lflags := $(PxTask_custom_lflags) PxTask_checked_lflags += $(addprefix -L, $(PxTask_checked_lpaths)) PxTask_checked_lflags += $(addprefix -l, $(PxTask_checked_libraries)) PxTask_checked_lflags += -arch x86_64 +PxTask_checked_lflags += -stdlib=libc++ PxTask_checked_objsdir = $(OBJS_DIR)/PxTask_checked PxTask_checked_cpp_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_checked_cc_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) @@ -281,16 +284,17 @@ PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines)) PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths)) PxTask_profile_cflags := $(PxTask_profile_common_cflags) PxTask_profile_cflags += -arch x86_64 -PxTask_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_profile_cflags += -O3 -fno-strict-aliasing PxTask_profile_cppflags := $(PxTask_profile_common_cflags) PxTask_profile_cppflags += -arch x86_64 -PxTask_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +PxTask_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror PxTask_profile_cppflags += -O3 -fno-strict-aliasing PxTask_profile_lflags := $(PxTask_custom_lflags) PxTask_profile_lflags += $(addprefix -L, $(PxTask_profile_lpaths)) PxTask_profile_lflags += $(addprefix -l, $(PxTask_profile_libraries)) PxTask_profile_lflags += -arch x86_64 +PxTask_profile_lflags += -stdlib=libc++ PxTask_profile_objsdir = $(OBJS_DIR)/PxTask_profile PxTask_profile_cpp_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) PxTask_profile_cc_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk index 569f17a3..25bbbeb9 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk @@ -82,16 +82,16 @@ SceneQuery_debug_common_cflags += $(addprefix -D, $(SceneQuery_debug_defines) SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) SceneQuery_debug_cflags := $(SceneQuery_debug_common_cflags) SceneQuery_debug_cflags += -arch x86_64 -SceneQuery_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_debug_cflags += -Wno-c++11-extensions SceneQuery_debug_cflags += -g3 -gdwarf-2 -O0 SceneQuery_debug_cppflags := $(SceneQuery_debug_common_cflags) SceneQuery_debug_cppflags += -arch x86_64 -SceneQuery_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_debug_cppflags += -Wno-c++11-extensions @@ -100,6 +100,7 @@ SceneQuery_debug_lflags := $(SceneQuery_custom_lflags) SceneQuery_debug_lflags += $(addprefix -L, $(SceneQuery_debug_lpaths)) SceneQuery_debug_lflags += $(addprefix -l, $(SceneQuery_debug_libraries)) SceneQuery_debug_lflags += -arch x86_64 +SceneQuery_debug_lflags += -stdlib=libc++ SceneQuery_debug_objsdir = $(OBJS_DIR)/SceneQuery_debug SceneQuery_debug_cpp_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_debug_cc_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -198,16 +199,16 @@ SceneQuery_checked_common_cflags += $(addprefix -D, $(SceneQuery_checked_defi SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpaths)) SceneQuery_checked_cflags := $(SceneQuery_checked_common_cflags) SceneQuery_checked_cflags += -arch x86_64 -SceneQuery_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_checked_cflags += -Wno-c++11-extensions SceneQuery_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing SceneQuery_checked_cppflags := $(SceneQuery_checked_common_cflags) SceneQuery_checked_cppflags += -arch x86_64 -SceneQuery_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_checked_cppflags += -Wno-c++11-extensions @@ -216,6 +217,7 @@ SceneQuery_checked_lflags := $(SceneQuery_custom_lflags) SceneQuery_checked_lflags += $(addprefix -L, $(SceneQuery_checked_lpaths)) SceneQuery_checked_lflags += $(addprefix -l, $(SceneQuery_checked_libraries)) SceneQuery_checked_lflags += -arch x86_64 +SceneQuery_checked_lflags += -stdlib=libc++ SceneQuery_checked_objsdir = $(OBJS_DIR)/SceneQuery_checked SceneQuery_checked_cpp_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_checked_cc_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -314,16 +316,16 @@ SceneQuery_profile_common_cflags += $(addprefix -D, $(SceneQuery_profile_defi SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpaths)) SceneQuery_profile_cflags := $(SceneQuery_profile_common_cflags) SceneQuery_profile_cflags += -arch x86_64 -SceneQuery_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_profile_cflags += -Wno-c++11-extensions SceneQuery_profile_cflags += -O3 -fno-strict-aliasing SceneQuery_profile_cppflags := $(SceneQuery_profile_common_cflags) SceneQuery_profile_cppflags += -arch x86_64 -SceneQuery_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_profile_cppflags += -Wno-c++11-extensions @@ -332,6 +334,7 @@ SceneQuery_profile_lflags := $(SceneQuery_custom_lflags) SceneQuery_profile_lflags += $(addprefix -L, $(SceneQuery_profile_lpaths)) SceneQuery_profile_lflags += $(addprefix -l, $(SceneQuery_profile_libraries)) SceneQuery_profile_lflags += -arch x86_64 +SceneQuery_profile_lflags += -stdlib=libc++ SceneQuery_profile_objsdir = $(OBJS_DIR)/SceneQuery_profile SceneQuery_profile_cpp_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_profile_cc_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) @@ -429,16 +432,16 @@ SceneQuery_release_common_cflags += $(addprefix -D, $(SceneQuery_release_defi SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpaths)) SceneQuery_release_cflags := $(SceneQuery_release_common_cflags) SceneQuery_release_cflags += -arch x86_64 -SceneQuery_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_release_cflags += -Wno-c++11-extensions SceneQuery_release_cflags += -O3 -fno-strict-aliasing SceneQuery_release_cppflags := $(SceneQuery_release_common_cflags) SceneQuery_release_cppflags += -arch x86_64 -SceneQuery_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SceneQuery_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SceneQuery_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SceneQuery_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SceneQuery_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SceneQuery_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SceneQuery_release_cppflags += -Wno-c++11-extensions @@ -447,6 +450,7 @@ SceneQuery_release_lflags := $(SceneQuery_custom_lflags) SceneQuery_release_lflags += $(addprefix -L, $(SceneQuery_release_lpaths)) SceneQuery_release_lflags += $(addprefix -l, $(SceneQuery_release_libraries)) SceneQuery_release_lflags += -arch x86_64 +SceneQuery_release_lflags += -stdlib=libc++ SceneQuery_release_objsdir = $(OBJS_DIR)/SceneQuery_release SceneQuery_release_cpp_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) SceneQuery_release_cc_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk index f5bc8b93..6138be89 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk @@ -124,16 +124,16 @@ SimulationController_debug_common_cflags += $(addprefix -D, $(SimulationContr SimulationController_debug_common_cflags += $(addprefix -I, $(SimulationController_debug_hpaths)) SimulationController_debug_cflags := $(SimulationController_debug_common_cflags) SimulationController_debug_cflags += -arch x86_64 -SimulationController_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_debug_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_debug_cflags += -Wno-c++11-extensions SimulationController_debug_cflags += -g3 -gdwarf-2 -O0 SimulationController_debug_cppflags := $(SimulationController_debug_common_cflags) SimulationController_debug_cppflags += -arch x86_64 -SimulationController_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_debug_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_debug_cppflags += -Wno-c++11-extensions @@ -142,6 +142,7 @@ SimulationController_debug_lflags := $(SimulationController_custom_lflags) SimulationController_debug_lflags += $(addprefix -L, $(SimulationController_debug_lpaths)) SimulationController_debug_lflags += $(addprefix -l, $(SimulationController_debug_libraries)) SimulationController_debug_lflags += -arch x86_64 +SimulationController_debug_lflags += -stdlib=libc++ SimulationController_debug_objsdir = $(OBJS_DIR)/SimulationController_debug SimulationController_debug_cpp_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_debug_cc_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -252,16 +253,16 @@ SimulationController_checked_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_checked_common_cflags += $(addprefix -I, $(SimulationController_checked_hpaths)) SimulationController_checked_cflags := $(SimulationController_checked_common_cflags) SimulationController_checked_cflags += -arch x86_64 -SimulationController_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_checked_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_checked_cflags += -Wno-c++11-extensions SimulationController_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing SimulationController_checked_cppflags := $(SimulationController_checked_common_cflags) SimulationController_checked_cppflags += -arch x86_64 -SimulationController_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_checked_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_checked_cppflags += -Wno-c++11-extensions @@ -270,6 +271,7 @@ SimulationController_checked_lflags := $(SimulationController_custom_lflags) SimulationController_checked_lflags += $(addprefix -L, $(SimulationController_checked_lpaths)) SimulationController_checked_lflags += $(addprefix -l, $(SimulationController_checked_libraries)) SimulationController_checked_lflags += -arch x86_64 +SimulationController_checked_lflags += -stdlib=libc++ SimulationController_checked_objsdir = $(OBJS_DIR)/SimulationController_checked SimulationController_checked_cpp_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_checked_cc_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -380,16 +382,16 @@ SimulationController_profile_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_profile_common_cflags += $(addprefix -I, $(SimulationController_profile_hpaths)) SimulationController_profile_cflags := $(SimulationController_profile_common_cflags) SimulationController_profile_cflags += -arch x86_64 -SimulationController_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_profile_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_profile_cflags += -Wno-c++11-extensions SimulationController_profile_cflags += -O3 -fno-strict-aliasing SimulationController_profile_cppflags := $(SimulationController_profile_common_cflags) SimulationController_profile_cppflags += -arch x86_64 -SimulationController_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_profile_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_profile_cppflags += -Wno-c++11-extensions @@ -398,6 +400,7 @@ SimulationController_profile_lflags := $(SimulationController_custom_lflags) SimulationController_profile_lflags += $(addprefix -L, $(SimulationController_profile_lpaths)) SimulationController_profile_lflags += $(addprefix -l, $(SimulationController_profile_libraries)) SimulationController_profile_lflags += -arch x86_64 +SimulationController_profile_lflags += -stdlib=libc++ SimulationController_profile_objsdir = $(OBJS_DIR)/SimulationController_profile SimulationController_profile_cpp_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_profile_cc_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) @@ -507,16 +510,16 @@ SimulationController_release_common_cflags += $(addprefix -D, $(SimulationCon SimulationController_release_common_cflags += $(addprefix -I, $(SimulationController_release_hpaths)) SimulationController_release_cflags := $(SimulationController_release_common_cflags) SimulationController_release_cflags += -arch x86_64 -SimulationController_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_release_cflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_release_cflags += -Wno-c++11-extensions SimulationController_release_cflags += -O3 -fno-strict-aliasing SimulationController_release_cppflags := $(SimulationController_release_common_cflags) SimulationController_release_cppflags += -arch x86_64 -SimulationController_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror -SimulationController_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables +SimulationController_release_cppflags += -pipe -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9 -msse2 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -Werror +SimulationController_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables -Wno-zero-as-null-pointer-constant -Wno-unknown-warning-option -Wno-deprecated -Wno-c++98-compat-pedantic SimulationController_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow SimulationController_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof SimulationController_release_cppflags += -Wno-c++11-extensions @@ -525,6 +528,7 @@ SimulationController_release_lflags := $(SimulationController_custom_lflags) SimulationController_release_lflags += $(addprefix -L, $(SimulationController_release_lpaths)) SimulationController_release_lflags += $(addprefix -l, $(SimulationController_release_libraries)) SimulationController_release_lflags += -arch x86_64 +SimulationController_release_lflags += -stdlib=libc++ SimulationController_release_objsdir = $(OBJS_DIR)/SimulationController_release SimulationController_release_cpp_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) SimulationController_release_cc_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) diff --git a/PhysX_3.4/Source/compiler/vc15win32/LowLevel.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/LowLevel.vcxproj index b3bc2d87..33450f96 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/LowLevel.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/LowLevel.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/LowLevelAABB.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/LowLevelAABB.vcxproj index 0fe0fa87..1e43f0b1 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/LowLevelAABB.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/LowLevelAABB.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/LowLevelCloth.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/LowLevelCloth.vcxproj index 7f05b57c..58179b06 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/LowLevelCloth.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/LowLevelCloth.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/LowLevelDynamics.vcxproj index 89180ea4..04dcffc9 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/LowLevelDynamics.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/LowLevelParticles.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/LowLevelParticles.vcxproj index dfa78838..03d5137a 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/LowLevelParticles.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/LowLevelParticles.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysX.vcxproj index c458e35a..18c6e148 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysX.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysXCharacterKinematic.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysXCharacterKinematic.vcxproj index 759a64b3..d1f7a118 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysXCharacterKinematic.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysXCharacterKinematic.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysXCommon.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysXCommon.vcxproj index 21458514..6cf75c5a 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysXCommon.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysXCommon.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysXCooking.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysXCooking.vcxproj index 5d66775a..7f1db11c 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysXCooking.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysXCooking.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysXExtensions.vcxproj index 6d5fa23d..9cc03b37 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysXExtensions.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /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=0;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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/PhysXVehicle.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/PhysXVehicle.vcxproj index af2040a4..428b310b 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/PhysXVehicle.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/PhysXVehicle.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/SceneQuery.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/SceneQuery.vcxproj index 83e5d8ff..a605db35 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/SceneQuery.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/SceneQuery.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win32/SimulationController.vcxproj b/PhysX_3.4/Source/compiler/vc15win32/SimulationController.vcxproj index b9279cba..ac55252a 100644 --- a/PhysX_3.4/Source/compiler/vc15win32/SimulationController.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win32/SimulationController.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /arch:SSE2 /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win64/LowLevel.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/LowLevel.vcxproj index 1c4cc16f..196f4333 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/LowLevel.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/LowLevel.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../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;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/LowLevelAABB.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/LowLevelAABB.vcxproj index a5baa086..a6922e03 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/LowLevelAABB.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/LowLevelAABB.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/LowLevelCloth.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/LowLevelCloth.vcxproj index 5b616e38..ef5994d2 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/LowLevelCloth.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/LowLevelCloth.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/LowLevelDynamics.vcxproj index 033245d7..9902400d 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/LowLevelDynamics.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/LowLevelParticles.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/LowLevelParticles.vcxproj index 86dc0838..69c35b8a 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/LowLevelParticles.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/LowLevelParticles.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysX.vcxproj index 33561858..2a475eae 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysX.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysXCharacterKinematic.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysXCharacterKinematic.vcxproj index d26bd8e5..39e464e9 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysXCharacterKinematic.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysXCharacterKinematic.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysXCommon.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysXCommon.vcxproj index cb3912e7..c2a18e71 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysXCommon.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysXCommon.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysXCooking.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysXCooking.vcxproj index 2ea22ee7..9490ac8f 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysXCooking.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysXCooking.vcxproj @@ -70,7 +70,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -113,7 +113,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -156,7 +156,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -199,7 +199,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysXExtensions.vcxproj index 772ed5db..23485f7c 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysXExtensions.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /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=0;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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /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=0;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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/PhysXVehicle.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/PhysXVehicle.vcxproj index 58f10cc9..d9504d0e 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/PhysXVehicle.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/PhysXVehicle.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/SceneQuery.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/SceneQuery.vcxproj index 7a1f7ea1..07d9d14b 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/SceneQuery.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/SceneQuery.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> diff --git a/PhysX_3.4/Source/compiler/vc15win64/SimulationController.vcxproj b/PhysX_3.4/Source/compiler/vc15win64/SimulationController.vcxproj index 08a98ddf..b23775f0 100644 --- a/PhysX_3.4/Source/compiler/vc15win64/SimulationController.vcxproj +++ b/PhysX_3.4/Source/compiler/vc15win64/SimulationController.vcxproj @@ -69,7 +69,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /Zi /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -108,7 +108,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -147,7 +147,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> @@ -187,7 +187,7 @@ <TreatWarningAsError>true</TreatWarningAsError> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /d2Zi+</AdditionalOptions> + <AdditionalOptions>/GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../PhysXGpu/include;./../../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/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>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> 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 df494ee1..87bd506e 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 */ - FFFFf2d4cda07fd2f2d4cda0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf2d709607fd2f2d70960 /* SceneQuery */; }; - FFFFf2d4ce007fd2f2d4ce00 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf2d74db07fd2f2d74db0 /* SimulationController */; }; - FFFFf383ce387fd2f383ce38 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383ce387fd2f383ce38 /* NpActor.cpp */; }; - FFFFf383cea07fd2f383cea0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383cea07fd2f383cea0 /* NpAggregate.cpp */; }; - FFFFf383cf087fd2f383cf08 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383cf087fd2f383cf08 /* NpArticulation.cpp */; }; - FFFFf383cf707fd2f383cf70 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383cf707fd2f383cf70 /* NpArticulationJoint.cpp */; }; - FFFFf383cfd87fd2f383cfd8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383cfd87fd2f383cfd8 /* NpArticulationLink.cpp */; }; - FFFFf383d0407fd2f383d040 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d0407fd2f383d040 /* NpBatchQuery.cpp */; }; - FFFFf383d0a87fd2f383d0a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d0a87fd2f383d0a8 /* NpConstraint.cpp */; }; - FFFFf383d1107fd2f383d110 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d1107fd2f383d110 /* NpFactory.cpp */; }; - FFFFf383d1787fd2f383d178 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d1787fd2f383d178 /* NpMaterial.cpp */; }; - FFFFf383d1e07fd2f383d1e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d1e07fd2f383d1e0 /* NpMetaData.cpp */; }; - FFFFf383d2487fd2f383d248 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d2487fd2f383d248 /* NpPhysics.cpp */; }; - FFFFf383d2b07fd2f383d2b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d2b07fd2f383d2b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFFf383d3187fd2f383d318 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d3187fd2f383d318 /* NpReadCheck.cpp */; }; - FFFFf383d3807fd2f383d380 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d3807fd2f383d380 /* NpRigidDynamic.cpp */; }; - FFFFf383d3e87fd2f383d3e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d3e87fd2f383d3e8 /* NpRigidStatic.cpp */; }; - FFFFf383d4507fd2f383d450 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d4507fd2f383d450 /* NpScene.cpp */; }; - FFFFf383d4b87fd2f383d4b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d4b87fd2f383d4b8 /* NpSceneQueries.cpp */; }; - FFFFf383d5207fd2f383d520 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d5207fd2f383d520 /* NpSerializerAdapter.cpp */; }; - FFFFf383d5887fd2f383d588 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d5887fd2f383d588 /* NpShape.cpp */; }; - FFFFf383d5f07fd2f383d5f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d5f07fd2f383d5f0 /* NpShapeManager.cpp */; }; - FFFFf383d6587fd2f383d658 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d6587fd2f383d658 /* NpSpatialIndex.cpp */; }; - FFFFf383d6c07fd2f383d6c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d6c07fd2f383d6c0 /* NpVolumeCache.cpp */; }; - FFFFf383d7287fd2f383d728 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d7287fd2f383d728 /* NpWriteCheck.cpp */; }; - FFFFf383d7907fd2f383d790 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d7907fd2f383d790 /* PvdMetaDataPvdBinding.cpp */; }; - FFFFf383d7f87fd2f383d7f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383d7f87fd2f383d7f8 /* PvdPhysicsClient.cpp */; }; - FFFFf383da007fd2f383da00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383da007fd2f383da00 /* particles/NpParticleFluid.cpp */; }; - FFFFf383da687fd2f383da68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383da687fd2f383da68 /* particles/NpParticleSystem.cpp */; }; - FFFFf383e2207fd2f383e220 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e2207fd2f383e220 /* buffering/ScbActor.cpp */; }; - FFFFf383e2887fd2f383e288 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e2887fd2f383e288 /* buffering/ScbAggregate.cpp */; }; - FFFFf383e2f07fd2f383e2f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e2f07fd2f383e2f0 /* buffering/ScbBase.cpp */; }; - FFFFf383e3587fd2f383e358 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e3587fd2f383e358 /* buffering/ScbCloth.cpp */; }; - FFFFf383e3c07fd2f383e3c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e3c07fd2f383e3c0 /* buffering/ScbMetaData.cpp */; }; - FFFFf383e4287fd2f383e428 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e4287fd2f383e428 /* buffering/ScbParticleSystem.cpp */; }; - FFFFf383e4907fd2f383e490 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e4907fd2f383e490 /* buffering/ScbScene.cpp */; }; - FFFFf383e4f87fd2f383e4f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e4f87fd2f383e4f8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFFf383e5607fd2f383e560 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e5607fd2f383e560 /* buffering/ScbShape.cpp */; }; - FFFFf383e7007fd2f383e700 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e7007fd2f383e700 /* cloth/NpCloth.cpp */; }; - FFFFf383e7687fd2f383e768 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e7687fd2f383e768 /* cloth/NpClothFabric.cpp */; }; - FFFFf383e7d07fd2f383e7d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e7d07fd2f383e7d0 /* cloth/NpClothParticleData.cpp */; }; - FFFFf383e8387fd2f383e838 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf383e8387fd2f383e838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFFf38333a87fd2f38333a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf38333a87fd2f38333a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFFf38334107fd2f3833410 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf38334107fd2f3833410 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF6580d0207f856580d020 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD659313f07f85659313f0 /* SceneQuery */; }; + FFFF658076007f8565807600 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD659359707f8565935970 /* SimulationController */; }; + FFFF64843a387f8564843a38 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843a387f8564843a38 /* NpActor.cpp */; }; + FFFF64843aa07f8564843aa0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843aa07f8564843aa0 /* NpAggregate.cpp */; }; + FFFF64843b087f8564843b08 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843b087f8564843b08 /* NpArticulation.cpp */; }; + FFFF64843b707f8564843b70 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843b707f8564843b70 /* NpArticulationJoint.cpp */; }; + FFFF64843bd87f8564843bd8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843bd87f8564843bd8 /* NpArticulationLink.cpp */; }; + FFFF64843c407f8564843c40 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843c407f8564843c40 /* NpBatchQuery.cpp */; }; + FFFF64843ca87f8564843ca8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843ca87f8564843ca8 /* NpConstraint.cpp */; }; + FFFF64843d107f8564843d10 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843d107f8564843d10 /* NpFactory.cpp */; }; + FFFF64843d787f8564843d78 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843d787f8564843d78 /* NpMaterial.cpp */; }; + FFFF64843de07f8564843de0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843de07f8564843de0 /* NpMetaData.cpp */; }; + FFFF64843e487f8564843e48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843e487f8564843e48 /* NpPhysics.cpp */; }; + FFFF64843eb07f8564843eb0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843eb07f8564843eb0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF64843f187f8564843f18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843f187f8564843f18 /* NpReadCheck.cpp */; }; + FFFF64843f807f8564843f80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843f807f8564843f80 /* NpRigidDynamic.cpp */; }; + FFFF64843fe87f8564843fe8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64843fe87f8564843fe8 /* NpRigidStatic.cpp */; }; + FFFF648440507f8564844050 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648440507f8564844050 /* NpScene.cpp */; }; + FFFF648440b87f85648440b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648440b87f85648440b8 /* NpSceneQueries.cpp */; }; + FFFF648441207f8564844120 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648441207f8564844120 /* NpSerializerAdapter.cpp */; }; + FFFF648441887f8564844188 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648441887f8564844188 /* NpShape.cpp */; }; + FFFF648441f07f85648441f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648441f07f85648441f0 /* NpShapeManager.cpp */; }; + FFFF648442587f8564844258 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648442587f8564844258 /* NpSpatialIndex.cpp */; }; + FFFF648442c07f85648442c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648442c07f85648442c0 /* NpVolumeCache.cpp */; }; + FFFF648443287f8564844328 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648443287f8564844328 /* NpWriteCheck.cpp */; }; + FFFF648443907f8564844390 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648443907f8564844390 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF648443f87f85648443f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648443f87f85648443f8 /* PvdPhysicsClient.cpp */; }; + FFFF648446007f8564844600 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648446007f8564844600 /* particles/NpParticleFluid.cpp */; }; + FFFF648446687f8564844668 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648446687f8564844668 /* particles/NpParticleSystem.cpp */; }; + FFFF64844e207f8564844e20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64844e207f8564844e20 /* buffering/ScbActor.cpp */; }; + FFFF64844e887f8564844e88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64844e887f8564844e88 /* buffering/ScbAggregate.cpp */; }; + FFFF64844ef07f8564844ef0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64844ef07f8564844ef0 /* buffering/ScbBase.cpp */; }; + FFFF64844f587f8564844f58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64844f587f8564844f58 /* buffering/ScbCloth.cpp */; }; + FFFF64844fc07f8564844fc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64844fc07f8564844fc0 /* buffering/ScbMetaData.cpp */; }; + FFFF648450287f8564845028 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648450287f8564845028 /* buffering/ScbParticleSystem.cpp */; }; + FFFF648450907f8564845090 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648450907f8564845090 /* buffering/ScbScene.cpp */; }; + FFFF648450f87f85648450f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648450f87f85648450f8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF648451607f8564845160 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648451607f8564845160 /* buffering/ScbShape.cpp */; }; + FFFF648453007f8564845300 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648453007f8564845300 /* cloth/NpCloth.cpp */; }; + FFFF648453687f8564845368 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648453687f8564845368 /* cloth/NpClothFabric.cpp */; }; + FFFF648453d07f85648453d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648453d07f85648453d0 /* cloth/NpClothParticleData.cpp */; }; + FFFF648454387f8564845438 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648454387f8564845438 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF64841fa87f8564841fa8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD64841fa87f8564841fa8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF648420107f8564842010 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD648420107f8564842010 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d231d07fd2f2d231d0 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf383c0007fd2f383c000 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c0687fd2f383c068 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c0d07fd2f383c0d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c1387fd2f383c138 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c1a07fd2f383c1a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c2087fd2f383c208 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c2707fd2f383c270 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c2d87fd2f383c2d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c3407fd2f383c340 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c3a87fd2f383c3a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c4107fd2f383c410 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c4787fd2f383c478 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c4e07fd2f383c4e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c5487fd2f383c548 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c5b07fd2f383c5b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c6187fd2f383c618 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c6807fd2f383c680 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c6e87fd2f383c6e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c7507fd2f383c750 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c7b87fd2f383c7b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c8207fd2f383c820 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c8887fd2f383c888 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c8f07fd2f383c8f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c9587fd2f383c958 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383c9c07fd2f383c9c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ca287fd2f383ca28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ca907fd2f383ca90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383caf87fd2f383caf8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cb607fd2f383cb60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cbc87fd2f383cbc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cc307fd2f383cc30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cc987fd2f383cc98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cd007fd2f383cd00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cd687fd2f383cd68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383cdd07fd2f383cdd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ce387fd2f383ce38 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383cea07fd2f383cea0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383cf087fd2f383cf08 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383cf707fd2f383cf70 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383cfd87fd2f383cfd8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d0407fd2f383d040 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d0a87fd2f383d0a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d1107fd2f383d110 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d1787fd2f383d178 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d1e07fd2f383d1e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d2487fd2f383d248 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d2b07fd2f383d2b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d3187fd2f383d318 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d3807fd2f383d380 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d3e87fd2f383d3e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d4507fd2f383d450 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d4b87fd2f383d4b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d5207fd2f383d520 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d5887fd2f383d588 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d5f07fd2f383d5f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d6587fd2f383d658 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d6c07fd2f383d6c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d7287fd2f383d728 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d7907fd2f383d790 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d7f87fd2f383d7f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383d8607fd2f383d860 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383d8c87fd2f383d8c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383d9307fd2f383d930 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383d9987fd2f383d998 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383da007fd2f383da00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383da687fd2f383da68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383dad07fd2f383dad0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383db387fd2f383db38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dba07fd2f383dba0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dc087fd2f383dc08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dc707fd2f383dc70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dcd87fd2f383dcd8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dd407fd2f383dd40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dda87fd2f383dda8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383de107fd2f383de10 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383de787fd2f383de78 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dee07fd2f383dee0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383df487fd2f383df48 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383dfb07fd2f383dfb0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e0187fd2f383e018 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e0807fd2f383e080 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e0e87fd2f383e0e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e1507fd2f383e150 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e1b87fd2f383e1b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e2207fd2f383e220 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e2887fd2f383e288 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e2f07fd2f383e2f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e3587fd2f383e358 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e3c07fd2f383e3c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e4287fd2f383e428 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e4907fd2f383e490 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e4f87fd2f383e4f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e5607fd2f383e560 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e5c87fd2f383e5c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e6307fd2f383e630 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e6987fd2f383e698 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383e7007fd2f383e700 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e7687fd2f383e768 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e7d07fd2f383e7d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf383e8387fd2f383e838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3835a007fd2f3835a00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835a687fd2f3835a68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835ad07fd2f3835ad0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835b387fd2f3835b38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835ba07fd2f3835ba0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835c087fd2f3835c08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835c707fd2f3835c70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835cd87fd2f3835cd8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835d407fd2f3835d40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835da87fd2f3835da8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835e107fd2f3835e10 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835e787fd2f3835e78 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835ee07fd2f3835ee0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835f487fd2f3835f48 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3835fb07fd2f3835fb0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38360187fd2f3836018 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38360807fd2f3836080 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38360e87fd2f38360e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38361507fd2f3836150 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38361b87fd2f38361b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38362207fd2f3836220 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38362887fd2f3836288 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38362f07fd2f38362f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38363587fd2f3836358 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38363c07fd2f38363c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38364287fd2f3836428 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38364907fd2f3836490 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38364f87fd2f38364f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38365607fd2f3836560 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38365c87fd2f38365c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38366307fd2f3836630 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38366987fd2f3836698 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38367007fd2f3836700 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38367687fd2f3836768 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38367d07fd2f38367d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38368387fd2f3836838 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38368a07fd2f38368a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38369087fd2f3836908 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38369707fd2f3836970 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38369d87fd2f38369d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836a407fd2f3836a40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836aa87fd2f3836aa8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836b107fd2f3836b10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836b787fd2f3836b78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836be07fd2f3836be0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836c487fd2f3836c48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836cb07fd2f3836cb0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836d187fd2f3836d18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836d807fd2f3836d80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836de87fd2f3836de8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836e507fd2f3836e50 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836eb87fd2f3836eb8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836f207fd2f3836f20 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3836f887fd2f3836f88 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38330007fd2f3833000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38330687fd2f3833068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38330d07fd2f38330d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38331387fd2f3833138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38331a07fd2f38331a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38332087fd2f3833208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38332707fd2f3833270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38332d87fd2f38332d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38333407fd2f3833340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38333a87fd2f38333a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38334107fd2f3833410 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658037a07f85658037a0 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64842c007f8564842c00 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842c687f8564842c68 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842cd07f8564842cd0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842d387f8564842d38 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842da07f8564842da0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842e087f8564842e08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842e707f8564842e70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842ed87f8564842ed8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842f407f8564842f40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD64842fa87f8564842fa8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648430107f8564843010 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD648430787f8564843078 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD648430e07f85648430e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD648431487f8564843148 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD648431b07f85648431b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD648432187f8564843218 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD648432807f8564843280 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD648432e87f85648432e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD648433507f8564843350 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD648433b87f85648433b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD648434207f8564843420 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD648434887f8564843488 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD648434f07f85648434f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD648435587f8564843558 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD648435c07f85648435c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD648436287f8564843628 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD648436907f8564843690 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD648436f87f85648436f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD648437607f8564843760 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD648437c87f85648437c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD648438307f8564843830 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD648438987f8564843898 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648439007f8564843900 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD648439687f8564843968 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD648439d07f85648439d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD64843a387f8564843a38 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843aa07f8564843aa0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843b087f8564843b08 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843b707f8564843b70 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843bd87f8564843bd8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843c407f8564843c40 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843ca87f8564843ca8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843d107f8564843d10 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843d787f8564843d78 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843de07f8564843de0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843e487f8564843e48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843eb07f8564843eb0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843f187f8564843f18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843f807f8564843f80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64843fe87f8564843fe8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648440507f8564844050 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648440b87f85648440b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648441207f8564844120 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648441887f8564844188 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648441f07f85648441f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648442587f8564844258 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648442c07f85648442c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648443287f8564844328 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648443907f8564844390 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648443f87f85648443f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648444607f8564844460 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD648444c87f85648444c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD648445307f8564844530 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648445987f8564844598 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD648446007f8564844600 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648446687f8564844668 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648446d07f85648446d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD648447387f8564844738 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD648447a07f85648447a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD648448087f8564844808 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648448707f8564844870 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD648448d87f85648448d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD648449407f8564844940 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD648449a87f85648449a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844a107f8564844a10 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844a787f8564844a78 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844ae07f8564844ae0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844b487f8564844b48 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844bb07f8564844bb0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844c187f8564844c18 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844c807f8564844c80 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844ce87f8564844ce8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844d507f8564844d50 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844db87f8564844db8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD64844e207f8564844e20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64844e887f8564844e88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64844ef07f8564844ef0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64844f587f8564844f58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64844fc07f8564844fc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648450287f8564845028 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648450907f8564845090 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648450f87f85648450f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648451607f8564845160 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648451c87f85648451c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD648452307f8564845230 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD648452987f8564845298 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648453007f8564845300 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648453687f8564845368 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648453d07f85648453d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648454387f8564845438 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6483ec007f856483ec00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ec687f856483ec68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ecd07f856483ecd0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ed387f856483ed38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483eda07f856483eda0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ee087f856483ee08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ee707f856483ee70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483eed87f856483eed8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ef407f856483ef40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483efa87f856483efa8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f0107f856483f010 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f0787f856483f078 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f0e07f856483f0e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f1487f856483f148 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f1b07f856483f1b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f2187f856483f218 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f2807f856483f280 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f2e87f856483f2e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f3507f856483f350 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f3b87f856483f3b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f4207f856483f420 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f4887f856483f488 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f4f07f856483f4f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f5587f856483f558 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f5c07f856483f5c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f6287f856483f628 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f6907f856483f690 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f6f87f856483f6f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f7607f856483f760 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f7c87f856483f7c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f8307f856483f830 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f8987f856483f898 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f9007f856483f900 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f9687f856483f968 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483f9d07f856483f9d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fa387f856483fa38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483faa07f856483faa0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fb087f856483fb08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fb707f856483fb70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fbd87f856483fbd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fc407f856483fc40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fca87f856483fca8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fd107f856483fd10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fd787f856483fd78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fde07f856483fde0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483fe487f856483fe48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483feb07f856483feb0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ff187f856483ff18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ff807f856483ff80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6483ffe87f856483ffe8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD648400507f8564840050 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648400b87f85648400b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD648401207f8564840120 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648401887f8564840188 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841c007f8564841c00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841c687f8564841c68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841cd07f8564841cd0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841d387f8564841d38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841da07f8564841da0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841e087f8564841e08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841e707f8564841e70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841ed87f8564841ed8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841f407f8564841f40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD64841fa87f8564841fa8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648420107f8564842010 /* 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 */ - FFF2f2d231d07fd2f2d231d0 /* Resources */ = { + FFF2658037a07f85658037a0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d231d07fd2f2d231d0 /* Frameworks */ = { + FFFC658037a07f85658037a0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d231d07fd2f2d231d0 /* Sources */ = { + FFF8658037a07f85658037a0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf383ce387fd2f383ce38, - FFFFf383cea07fd2f383cea0, - FFFFf383cf087fd2f383cf08, - FFFFf383cf707fd2f383cf70, - FFFFf383cfd87fd2f383cfd8, - FFFFf383d0407fd2f383d040, - FFFFf383d0a87fd2f383d0a8, - FFFFf383d1107fd2f383d110, - FFFFf383d1787fd2f383d178, - FFFFf383d1e07fd2f383d1e0, - FFFFf383d2487fd2f383d248, - FFFFf383d2b07fd2f383d2b0, - FFFFf383d3187fd2f383d318, - FFFFf383d3807fd2f383d380, - FFFFf383d3e87fd2f383d3e8, - FFFFf383d4507fd2f383d450, - FFFFf383d4b87fd2f383d4b8, - FFFFf383d5207fd2f383d520, - FFFFf383d5887fd2f383d588, - FFFFf383d5f07fd2f383d5f0, - FFFFf383d6587fd2f383d658, - FFFFf383d6c07fd2f383d6c0, - FFFFf383d7287fd2f383d728, - FFFFf383d7907fd2f383d790, - FFFFf383d7f87fd2f383d7f8, - FFFFf383da007fd2f383da00, - FFFFf383da687fd2f383da68, - FFFFf383e2207fd2f383e220, - FFFFf383e2887fd2f383e288, - FFFFf383e2f07fd2f383e2f0, - FFFFf383e3587fd2f383e358, - FFFFf383e3c07fd2f383e3c0, - FFFFf383e4287fd2f383e428, - FFFFf383e4907fd2f383e490, - FFFFf383e4f87fd2f383e4f8, - FFFFf383e5607fd2f383e560, - FFFFf383e7007fd2f383e700, - FFFFf383e7687fd2f383e768, - FFFFf383e7d07fd2f383e7d0, - FFFFf383e8387fd2f383e838, - FFFFf38333a87fd2f38333a8, - FFFFf38334107fd2f3833410, + FFFF64843a387f8564843a38, + FFFF64843aa07f8564843aa0, + FFFF64843b087f8564843b08, + FFFF64843b707f8564843b70, + FFFF64843bd87f8564843bd8, + FFFF64843c407f8564843c40, + FFFF64843ca87f8564843ca8, + FFFF64843d107f8564843d10, + FFFF64843d787f8564843d78, + FFFF64843de07f8564843de0, + FFFF64843e487f8564843e48, + FFFF64843eb07f8564843eb0, + FFFF64843f187f8564843f18, + FFFF64843f807f8564843f80, + FFFF64843fe87f8564843fe8, + FFFF648440507f8564844050, + FFFF648440b87f85648440b8, + FFFF648441207f8564844120, + FFFF648441887f8564844188, + FFFF648441f07f85648441f0, + FFFF648442587f8564844258, + FFFF648442c07f85648442c0, + FFFF648443287f8564844328, + FFFF648443907f8564844390, + FFFF648443f87f85648443f8, + FFFF648446007f8564844600, + FFFF648446687f8564844668, + FFFF64844e207f8564844e20, + FFFF64844e887f8564844e88, + FFFF64844ef07f8564844ef0, + FFFF64844f587f8564844f58, + FFFF64844fc07f8564844fc0, + FFFF648450287f8564845028, + FFFF648450907f8564845090, + FFFF648450f87f85648450f8, + FFFF648451607f8564845160, + FFFF648453007f8564845300, + FFFF648453687f8564845368, + FFFF648453d07f85648453d0, + FFFF648454387f8564845438, + FFFF64841fa87f8564841fa8, + FFFF648420107f8564842010, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f2d4ca507fd2f2d4ca50 /* PBXTargetDependency */ = { + FFF46581de807f856581de80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf28272b07fd2f28272b0 /* LowLevel */; - targetProxy = FFF5f28272b07fd2f28272b0 /* PBXContainerItemProxy */; + target = FFFA62e791907f8562e79190 /* LowLevel */; + targetProxy = FFF562e791907f8562e79190 /* PBXContainerItemProxy */; }; - FFF4f2d50a707fd2f2d50a70 /* PBXTargetDependency */ = { + FFF46581a1f07f856581a1f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2854ea07fd2f2854ea0 /* LowLevelAABB */; - targetProxy = FFF5f2854ea07fd2f2854ea0 /* PBXContainerItemProxy */; + target = FFFA64431e607f8564431e60 /* LowLevelAABB */; + targetProxy = FFF564431e607f8564431e60 /* PBXContainerItemProxy */; }; - FFF4f2d50b307fd2f2d50b30 /* PBXTargetDependency */ = { + FFF465812a407f8565812a40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188ae307fd2f188ae30 /* LowLevelCloth */; - targetProxy = FFF5f188ae307fd2f188ae30 /* PBXContainerItemProxy */; + target = FFFA647094107f8564709410 /* LowLevelCloth */; + targetProxy = FFF5647094107f8564709410 /* PBXContainerItemProxy */; }; - FFF4f2d50ad07fd2f2d50ad0 /* PBXTargetDependency */ = { + FFF4658147d07f85658147d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf29090e07fd2f29090e0 /* LowLevelDynamics */; - targetProxy = FFF5f29090e07fd2f29090e0 /* PBXContainerItemProxy */; + target = FFFA62ea73f07f8562ea73f0 /* LowLevelDynamics */; + targetProxy = FFF562ea73f07f8562ea73f0 /* PBXContainerItemProxy */; }; - FFF4f2d4cd407fd2f2d4cd40 /* PBXTargetDependency */ = { + FFF46580edb07f856580edb0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf28619307fd2f2861930 /* LowLevelParticles */; - targetProxy = FFF5f28619307fd2f2861930 /* PBXContainerItemProxy */; + target = FFFA64455fc07f8564455fc0 /* LowLevelParticles */; + targetProxy = FFF564455fc07f8564455fc0 /* PBXContainerItemProxy */; }; - FFF4f2d4dbf07fd2f2d4dbf0 /* PBXTargetDependency */ = { + FFF4658159107f8565815910 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf18a0c307fd2f18a0c30 /* PhysXCommon */; - targetProxy = FFF5f18a0c307fd2f18a0c30 /* PBXContainerItemProxy */; + target = FFFA641046c07f85641046c0 /* PhysXCommon */; + targetProxy = FFF5641046c07f85641046c0 /* PBXContainerItemProxy */; }; - FFF4f2d234f07fd2f2d234f0 /* PBXTargetDependency */ = { + FFF4658ce9707f85658ce970 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188de607fd2f188de60 /* PxFoundation */; - targetProxy = FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */; + target = FFFA641711507f8564171150 /* PxFoundation */; + targetProxy = FFF5641711507f8564171150 /* PBXContainerItemProxy */; }; - FFF4f2d22ac07fd2f2d22ac0 /* PBXTargetDependency */ = { + FFF4658d2b507f85658d2b50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2809f007fd2f2809f00 /* PxPvdSDK */; - targetProxy = FFF5f2809f007fd2f2809f00 /* PBXContainerItemProxy */; + target = FFFA62c77dd07f8562c77dd0 /* PxPvdSDK */; + targetProxy = FFF562c77dd07f8562c77dd0 /* PBXContainerItemProxy */; }; - FFF4f2d4ce307fd2f2d4ce30 /* PBXTargetDependency */ = { + FFF4658076307f8565807630 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf28f6e807fd2f28f6e80 /* PxTask */; - targetProxy = FFF5f28f6e807fd2f28f6e80 /* PBXContainerItemProxy */; + target = FFFA65a0da807f8565a0da80 /* PxTask */; + targetProxy = FFF565a0da807f8565a0da80 /* PBXContainerItemProxy */; }; - FFF4f2d4cda07fd2f2d4cda0 /* PBXTargetDependency */ = { + FFF46580d0207f856580d020 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d709607fd2f2d70960 /* SceneQuery */; - targetProxy = FFF5f2d709607fd2f2d70960 /* PBXContainerItemProxy */; + target = FFFA659313f07f85659313f0 /* SceneQuery */; + targetProxy = FFF5659313f07f85659313f0 /* PBXContainerItemProxy */; }; - FFF4f2d4ce007fd2f2d4ce00 /* PBXTargetDependency */ = { + FFF4658076007f8565807600 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d74db07fd2f2d74db0 /* SimulationController */; - targetProxy = FFF5f2d74db07fd2f2d74db0 /* PBXContainerItemProxy */; + target = FFFA659359707f8565935970 /* SimulationController */; + targetProxy = FFF5659359707f8565935970 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFFf2d53c007fd2f2d53c00 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf2d5f8507fd2f2d5f850 /* PhysXExtensions */; }; - FFFFf38394787fd2f3839478 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38394787fd2f3839478 /* CctBoxController.cpp */; }; - FFFFf38394e07fd2f38394e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38394e07fd2f38394e0 /* CctCapsuleController.cpp */; }; - FFFFf38395487fd2f3839548 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38395487fd2f3839548 /* CctCharacterController.cpp */; }; - FFFFf38395b07fd2f38395b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38395b07fd2f38395b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFFf38396187fd2f3839618 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38396187fd2f3839618 /* CctCharacterControllerManager.cpp */; }; - FFFFf38396807fd2f3839680 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38396807fd2f3839680 /* CctController.cpp */; }; - FFFFf38396e87fd2f38396e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38396e87fd2f38396e8 /* CctObstacleContext.cpp */; }; - FFFFf38397507fd2f3839750 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38397507fd2f3839750 /* CctSweptBox.cpp */; }; - FFFFf38397b87fd2f38397b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38397b87fd2f38397b8 /* CctSweptCapsule.cpp */; }; - FFFFf38398207fd2f3839820 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38398207fd2f3839820 /* CctSweptVolume.cpp */; }; + FFFF658ad3707f85658ad370 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD6590e1d07f856590e1d0 /* PhysXExtensions */; }; + FFFF64847a787f8564847a78 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847a787f8564847a78 /* CctBoxController.cpp */; }; + FFFF64847ae07f8564847ae0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847ae07f8564847ae0 /* CctCapsuleController.cpp */; }; + FFFF64847b487f8564847b48 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847b487f8564847b48 /* CctCharacterController.cpp */; }; + FFFF64847bb07f8564847bb0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847bb07f8564847bb0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF64847c187f8564847c18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847c187f8564847c18 /* CctCharacterControllerManager.cpp */; }; + FFFF64847c807f8564847c80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847c807f8564847c80 /* CctController.cpp */; }; + FFFF64847ce87f8564847ce8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847ce87f8564847ce8 /* CctObstacleContext.cpp */; }; + FFFF64847d507f8564847d50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847d507f8564847d50 /* CctSweptBox.cpp */; }; + FFFF64847db87f8564847db8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847db87f8564847db8 /* CctSweptCapsule.cpp */; }; + FFFF64847e207f8564847e20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64847e207f8564847e20 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d50f307fd2f2d50f30 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf2d540207fd2f2d54020 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d540887fd2f2d54088 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d540f07fd2f2d540f0 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d541587fd2f2d54158 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d541c07fd2f2d541c0 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d542287fd2f2d54228 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d542907fd2f2d54290 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d542f87fd2f2d542f8 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38390007fd2f3839000 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38390687fd2f3839068 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38390d07fd2f38390d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38391387fd2f3839138 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38391a07fd2f38391a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38392087fd2f3839208 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38392707fd2f3839270 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38392d87fd2f38392d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38393407fd2f3839340 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38393a87fd2f38393a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38394107fd2f3839410 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38394787fd2f3839478 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38394e07fd2f38394e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38395487fd2f3839548 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38395b07fd2f38395b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38396187fd2f3839618 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38396807fd2f3839680 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38396e87fd2f38396e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38397507fd2f3839750 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38397b87fd2f38397b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38398207fd2f3839820 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD659099007f8565909900 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD65909e307f8565909e30 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD65909e987f8565909e98 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD65909f007f8565909f00 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD65909f687f8565909f68 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD65909fd07f8565909fd0 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590a0387f856590a038 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590a0a07f856590a0a0 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590a1087f856590a108 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD648476007f8564847600 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD648476687f8564847668 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD648476d07f85648476d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD648477387f8564847738 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD648477a07f85648477a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD648478087f8564847808 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD648478707f8564847870 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD648478d87f85648478d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648479407f8564847940 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD648479a87f85648479a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD64847a107f8564847a10 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD64847a787f8564847a78 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847ae07f8564847ae0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847b487f8564847b48 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847bb07f8564847bb0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847c187f8564847c18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847c807f8564847c80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847ce87f8564847ce8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847d507f8564847d50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847db87f8564847db8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64847e207f8564847e20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f2d50f307fd2f2d50f30 /* Resources */ = { + FFF2659099007f8565909900 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d50f307fd2f2d50f30 /* Frameworks */ = { + FFFC659099007f8565909900 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d50f307fd2f2d50f30 /* Sources */ = { + FFF8659099007f8565909900 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf38394787fd2f3839478, - FFFFf38394e07fd2f38394e0, - FFFFf38395487fd2f3839548, - FFFFf38395b07fd2f38395b0, - FFFFf38396187fd2f3839618, - FFFFf38396807fd2f3839680, - FFFFf38396e87fd2f38396e8, - FFFFf38397507fd2f3839750, - FFFFf38397b87fd2f38397b8, - FFFFf38398207fd2f3839820, + FFFF64847a787f8564847a78, + FFFF64847ae07f8564847ae0, + FFFF64847b487f8564847b48, + FFFF64847bb07f8564847bb0, + FFFF64847c187f8564847c18, + FFFF64847c807f8564847c80, + FFFF64847ce87f8564847ce8, + FFFF64847d507f8564847d50, + FFFF64847db87f8564847db8, + FFFF64847e207f8564847e20, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f2d522007fd2f2d52200 /* PBXTargetDependency */ = { + FFF465811c807f8565811c80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf18a0c307fd2f18a0c30 /* PhysXCommon */; - targetProxy = FFF5f18a0c307fd2f18a0c30 /* PBXContainerItemProxy */; + target = FFFA641046c07f85641046c0 /* PhysXCommon */; + targetProxy = FFF5641046c07f85641046c0 /* PBXContainerItemProxy */; }; - FFF4f2d53c007fd2f2d53c00 /* PBXTargetDependency */ = { + FFF4658ad3707f85658ad370 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d5f8507fd2f2d5f850 /* PhysXExtensions */; - targetProxy = FFF5f2d5f8507fd2f2d5f850 /* PBXContainerItemProxy */; + target = FFFA6590e1d07f856590e1d0 /* PhysXExtensions */; + targetProxy = FFF56590e1d07f856590e1d0 /* PBXContainerItemProxy */; }; - FFF4f2d52da07fd2f2d52da0 /* PBXTargetDependency */ = { + FFF4658077507f8565807750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188de607fd2f188de60 /* PxFoundation */; - targetProxy = FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */; + target = FFFA641711507f8564171150 /* PxFoundation */; + targetProxy = FFF5641711507f8564171150 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFFf3840a087fd2f3840a08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840a087fd2f3840a08 /* PxVehicleComponents.cpp */; }; - FFFFf3840a707fd2f3840a70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840a707fd2f3840a70 /* PxVehicleDrive.cpp */; }; - FFFFf3840ad87fd2f3840ad8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840ad87fd2f3840ad8 /* PxVehicleDrive4W.cpp */; }; - FFFFf3840b407fd2f3840b40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840b407fd2f3840b40 /* PxVehicleDriveNW.cpp */; }; - FFFFf3840ba87fd2f3840ba8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840ba87fd2f3840ba8 /* PxVehicleDriveTank.cpp */; }; - FFFFf3840c107fd2f3840c10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840c107fd2f3840c10 /* PxVehicleMetaData.cpp */; }; - FFFFf3840c787fd2f3840c78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840c787fd2f3840c78 /* PxVehicleNoDrive.cpp */; }; - FFFFf3840ce07fd2f3840ce0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840ce07fd2f3840ce0 /* PxVehicleSDK.cpp */; }; - FFFFf3840d487fd2f3840d48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840d487fd2f3840d48 /* PxVehicleSerialization.cpp */; }; - FFFFf3840db07fd2f3840db0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840db07fd2f3840db0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFFf3840e187fd2f3840e18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840e187fd2f3840e18 /* PxVehicleTireFriction.cpp */; }; - FFFFf3840e807fd2f3840e80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840e807fd2f3840e80 /* PxVehicleUpdate.cpp */; }; - FFFFf3840ee87fd2f3840ee8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840ee87fd2f3840ee8 /* PxVehicleWheels.cpp */; }; - FFFFf3840f507fd2f3840f50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840f507fd2f3840f50 /* VehicleUtilControl.cpp */; }; - FFFFf3840fb87fd2f3840fb8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3840fb87fd2f3840fb8 /* VehicleUtilSetup.cpp */; }; - FFFFf38410207fd2f3841020 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38410207fd2f3841020 /* VehicleUtilTelemetry.cpp */; }; - FFFFf2d5fd687fd2f2d5fd68 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf2d5fd687fd2f2d5fd68 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFFf2d5fdd07fd2f2d5fdd0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf2d5fdd07fd2f2d5fdd0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF6484c4087f856484c408 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c4087f856484c408 /* PxVehicleComponents.cpp */; }; + FFFF6484c4707f856484c470 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c4707f856484c470 /* PxVehicleDrive.cpp */; }; + FFFF6484c4d87f856484c4d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c4d87f856484c4d8 /* PxVehicleDrive4W.cpp */; }; + FFFF6484c5407f856484c540 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c5407f856484c540 /* PxVehicleDriveNW.cpp */; }; + FFFF6484c5a87f856484c5a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c5a87f856484c5a8 /* PxVehicleDriveTank.cpp */; }; + FFFF6484c6107f856484c610 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c6107f856484c610 /* PxVehicleMetaData.cpp */; }; + FFFF6484c6787f856484c678 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c6787f856484c678 /* PxVehicleNoDrive.cpp */; }; + FFFF6484c6e07f856484c6e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c6e07f856484c6e0 /* PxVehicleSDK.cpp */; }; + FFFF6484c7487f856484c748 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c7487f856484c748 /* PxVehicleSerialization.cpp */; }; + FFFF6484c7b07f856484c7b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c7b07f856484c7b0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF6484c8187f856484c818 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c8187f856484c818 /* PxVehicleTireFriction.cpp */; }; + FFFF6484c8807f856484c880 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c8807f856484c880 /* PxVehicleUpdate.cpp */; }; + FFFF6484c8e87f856484c8e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c8e87f856484c8e8 /* PxVehicleWheels.cpp */; }; + FFFF6484c9507f856484c950 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c9507f856484c950 /* VehicleUtilControl.cpp */; }; + FFFF6484c9b87f856484c9b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484c9b87f856484c9b8 /* VehicleUtilSetup.cpp */; }; + FFFF6484ca207f856484ca20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ca207f856484ca20 /* VehicleUtilTelemetry.cpp */; }; + FFFF6590e6e87f856590e6e8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD6590e6e87f856590e6e8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF6590e7507f856590e750 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD6590e7507f856590e750 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d4e3107fd2f2d4e310 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf383ea007fd2f383ea00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ea687fd2f383ea68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ead07fd2f383ead0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383eb387fd2f383eb38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383eba07fd2f383eba0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ec087fd2f383ec08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ec707fd2f383ec70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ecd87fd2f383ecd8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ed407fd2f383ed40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383eda87fd2f383eda8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ee107fd2f383ee10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ee787fd2f383ee78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383eee07fd2f383eee0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383ef487fd2f383ef48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf383efb07fd2f383efb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38408007fd2f3840800 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38408687fd2f3840868 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38408d07fd2f38408d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38409387fd2f3840938 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38409a07fd2f38409a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3840a087fd2f3840a08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840a707fd2f3840a70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840ad87fd2f3840ad8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840b407fd2f3840b40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840ba87fd2f3840ba8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840c107fd2f3840c10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840c787fd2f3840c78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840ce07fd2f3840ce0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840d487fd2f3840d48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840db07fd2f3840db0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840e187fd2f3840e18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840e807fd2f3840e80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840ee87fd2f3840ee8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840f507fd2f3840f50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3840fb87fd2f3840fb8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38410207fd2f3841020 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d5fc307fd2f2d5fc30 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d5fc987fd2f2d5fc98 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d5fd007fd2f2d5fd00 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d5fd687fd2f2d5fd68 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d5fdd07fd2f2d5fdd0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD65909af07f8565909af0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6484a4007f856484a400 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a4687f856484a468 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a4d07f856484a4d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a5387f856484a538 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a5a07f856484a5a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a6087f856484a608 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a6707f856484a670 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a6d87f856484a6d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a7407f856484a740 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a7a87f856484a7a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a8107f856484a810 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a8787f856484a878 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a8e07f856484a8e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a9487f856484a948 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484a9b07f856484a9b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c2007f856484c200 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c2687f856484c268 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c2d07f856484c2d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c3387f856484c338 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c3a07f856484c3a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484c4087f856484c408 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c4707f856484c470 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c4d87f856484c4d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c5407f856484c540 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c5a87f856484c5a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c6107f856484c610 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c6787f856484c678 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c6e07f856484c6e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c7487f856484c748 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c7b07f856484c7b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c8187f856484c818 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c8807f856484c880 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c8e87f856484c8e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c9507f856484c950 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484c9b87f856484c9b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ca207f856484ca20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6590e5b07f856590e5b0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590e6187f856590e618 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590e6807f856590e680 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD6590e6e87f856590e6e8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6590e7507f856590e750 /* 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 */ - FFF2f2d4e3107fd2f2d4e310 /* Resources */ = { + FFF265909af07f8565909af0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d4e3107fd2f2d4e310 /* Frameworks */ = { + FFFC65909af07f8565909af0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d4e3107fd2f2d4e310 /* Sources */ = { + FFF865909af07f8565909af0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf3840a087fd2f3840a08, - FFFFf3840a707fd2f3840a70, - FFFFf3840ad87fd2f3840ad8, - FFFFf3840b407fd2f3840b40, - FFFFf3840ba87fd2f3840ba8, - FFFFf3840c107fd2f3840c10, - FFFFf3840c787fd2f3840c78, - FFFFf3840ce07fd2f3840ce0, - FFFFf3840d487fd2f3840d48, - FFFFf3840db07fd2f3840db0, - FFFFf3840e187fd2f3840e18, - FFFFf3840e807fd2f3840e80, - FFFFf3840ee87fd2f3840ee8, - FFFFf3840f507fd2f3840f50, - FFFFf3840fb87fd2f3840fb8, - FFFFf38410207fd2f3841020, - FFFFf2d5fd687fd2f2d5fd68, - FFFFf2d5fdd07fd2f2d5fdd0, + FFFF6484c4087f856484c408, + FFFF6484c4707f856484c470, + FFFF6484c4d87f856484c4d8, + FFFF6484c5407f856484c540, + FFFF6484c5a87f856484c5a8, + FFFF6484c6107f856484c610, + FFFF6484c6787f856484c678, + FFFF6484c6e07f856484c6e0, + FFFF6484c7487f856484c748, + FFFF6484c7b07f856484c7b0, + FFFF6484c8187f856484c818, + FFFF6484c8807f856484c880, + FFFF6484c8e87f856484c8e8, + FFFF6484c9507f856484c950, + FFFF6484c9b87f856484c9b8, + FFFF6484ca207f856484ca20, + FFFF6590e6e87f856590e6e8, + FFFF6590e7507f856590e750, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFFf38430e87fd2f38430e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38430e87fd2f38430e8 /* ExtBroadPhase.cpp */; }; - FFFFf38431507fd2f3843150 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38431507fd2f3843150 /* ExtClothFabricCooker.cpp */; }; - FFFFf38431b87fd2f38431b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38431b87fd2f38431b8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFFf38432207fd2f3843220 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38432207fd2f3843220 /* ExtClothMeshQuadifier.cpp */; }; - FFFFf38432887fd2f3843288 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38432887fd2f3843288 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFFf38432f07fd2f38432f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38432f07fd2f38432f0 /* ExtCollection.cpp */; }; - FFFFf38433587fd2f3843358 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38433587fd2f3843358 /* ExtConvexMeshExt.cpp */; }; - FFFFf38433c07fd2f38433c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38433c07fd2f38433c0 /* ExtCpuWorkerThread.cpp */; }; - FFFFf38434287fd2f3843428 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38434287fd2f3843428 /* ExtD6Joint.cpp */; }; - FFFFf38434907fd2f3843490 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38434907fd2f3843490 /* ExtD6JointSolverPrep.cpp */; }; - FFFFf38434f87fd2f38434f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38434f87fd2f38434f8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFFf38435607fd2f3843560 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38435607fd2f3843560 /* ExtDefaultErrorCallback.cpp */; }; - FFFFf38435c87fd2f38435c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38435c87fd2f38435c8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFFf38436307fd2f3843630 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38436307fd2f3843630 /* ExtDefaultStreams.cpp */; }; - FFFFf38436987fd2f3843698 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38436987fd2f3843698 /* ExtDistanceJoint.cpp */; }; - FFFFf38437007fd2f3843700 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38437007fd2f3843700 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFFf38437687fd2f3843768 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38437687fd2f3843768 /* ExtExtensions.cpp */; }; - FFFFf38437d07fd2f38437d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38437d07fd2f38437d0 /* ExtFixedJoint.cpp */; }; - FFFFf38438387fd2f3843838 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38438387fd2f3843838 /* ExtFixedJointSolverPrep.cpp */; }; - FFFFf38438a07fd2f38438a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38438a07fd2f38438a0 /* ExtJoint.cpp */; }; - FFFFf38439087fd2f3843908 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38439087fd2f3843908 /* ExtMetaData.cpp */; }; - FFFFf38439707fd2f3843970 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38439707fd2f3843970 /* ExtParticleExt.cpp */; }; - FFFFf38439d87fd2f38439d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf38439d87fd2f38439d8 /* ExtPrismaticJoint.cpp */; }; - FFFFf3843a407fd2f3843a40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843a407fd2f3843a40 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFFf3843aa87fd2f3843aa8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843aa87fd2f3843aa8 /* ExtPvd.cpp */; }; - FFFFf3843b107fd2f3843b10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843b107fd2f3843b10 /* ExtPxStringTable.cpp */; }; - FFFFf3843b787fd2f3843b78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843b787fd2f3843b78 /* ExtRaycastCCD.cpp */; }; - FFFFf3843be07fd2f3843be0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843be07fd2f3843be0 /* ExtRevoluteJoint.cpp */; }; - FFFFf3843c487fd2f3843c48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843c487fd2f3843c48 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFFf3843cb07fd2f3843cb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843cb07fd2f3843cb0 /* ExtRigidBodyExt.cpp */; }; - FFFFf3843d187fd2f3843d18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843d187fd2f3843d18 /* ExtSceneQueryExt.cpp */; }; - FFFFf3843d807fd2f3843d80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843d807fd2f3843d80 /* ExtSimpleFactory.cpp */; }; - FFFFf3843de87fd2f3843de8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843de87fd2f3843de8 /* ExtSmoothNormals.cpp */; }; - FFFFf3843e507fd2f3843e50 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843e507fd2f3843e50 /* ExtSphericalJoint.cpp */; }; - FFFFf3843eb87fd2f3843eb8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843eb87fd2f3843eb8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFFf3843f207fd2f3843f20 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3843f207fd2f3843f20 /* ExtTriangleMeshExt.cpp */; }; - FFFFf38474d07fd2f38474d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38474d07fd2f38474d0 /* SnSerialUtils.cpp */; }; - FFFFf38475387fd2f3847538 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38475387fd2f3847538 /* SnSerialization.cpp */; }; - FFFFf38475a07fd2f38475a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38475a07fd2f38475a0 /* SnSerializationRegistry.cpp */; }; - FFFFf38478e07fd2f38478e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38478e07fd2f38478e0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFFf38479487fd2f3847948 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38479487fd2f3847948 /* Binary/SnBinarySerialization.cpp */; }; - FFFFf38479b07fd2f38479b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38479b07fd2f38479b0 /* Binary/SnConvX.cpp */; }; - FFFFf3847a187fd2f3847a18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847a187fd2f3847a18 /* Binary/SnConvX_Align.cpp */; }; - FFFFf3847a807fd2f3847a80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847a807fd2f3847a80 /* Binary/SnConvX_Convert.cpp */; }; - FFFFf3847ae87fd2f3847ae8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847ae87fd2f3847ae8 /* Binary/SnConvX_Error.cpp */; }; - FFFFf3847b507fd2f3847b50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847b507fd2f3847b50 /* Binary/SnConvX_MetaData.cpp */; }; - FFFFf3847bb87fd2f3847bb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847bb87fd2f3847bb8 /* Binary/SnConvX_Output.cpp */; }; - FFFFf3847c207fd2f3847c20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847c207fd2f3847c20 /* Binary/SnConvX_Union.cpp */; }; - FFFFf3847c887fd2f3847c88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf3847c887fd2f3847c88 /* Binary/SnSerializationContext.cpp */; }; - FFFFf38485e07fd2f38485e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38485e07fd2f38485e0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFFf38486487fd2f3848648 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38486487fd2f3848648 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFFf38486b07fd2f38486b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38486b07fd2f38486b0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFFf38487187fd2f3848718 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf38487187fd2f3848718 /* Xml/SnXmlSerialization.cpp */; }; - FFFFf38454e07fd2f38454e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf38454e07fd2f38454e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF6484eae87f856484eae8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484eae87f856484eae8 /* ExtBroadPhase.cpp */; }; + FFFF6484eb507f856484eb50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484eb507f856484eb50 /* ExtClothFabricCooker.cpp */; }; + FFFF6484ebb87f856484ebb8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ebb87f856484ebb8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF6484ec207f856484ec20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ec207f856484ec20 /* ExtClothMeshQuadifier.cpp */; }; + FFFF6484ec887f856484ec88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ec887f856484ec88 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF6484ecf07f856484ecf0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ecf07f856484ecf0 /* ExtCollection.cpp */; }; + FFFF6484ed587f856484ed58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ed587f856484ed58 /* ExtConvexMeshExt.cpp */; }; + FFFF6484edc07f856484edc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484edc07f856484edc0 /* ExtCpuWorkerThread.cpp */; }; + FFFF6484ee287f856484ee28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ee287f856484ee28 /* ExtD6Joint.cpp */; }; + FFFF6484ee907f856484ee90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ee907f856484ee90 /* ExtD6JointSolverPrep.cpp */; }; + FFFF6484eef87f856484eef8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484eef87f856484eef8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF6484ef607f856484ef60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484ef607f856484ef60 /* ExtDefaultErrorCallback.cpp */; }; + FFFF6484efc87f856484efc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484efc87f856484efc8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF6484f0307f856484f030 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f0307f856484f030 /* ExtDefaultStreams.cpp */; }; + FFFF6484f0987f856484f098 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f0987f856484f098 /* ExtDistanceJoint.cpp */; }; + FFFF6484f1007f856484f100 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f1007f856484f100 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF6484f1687f856484f168 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f1687f856484f168 /* ExtExtensions.cpp */; }; + FFFF6484f1d07f856484f1d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f1d07f856484f1d0 /* ExtFixedJoint.cpp */; }; + FFFF6484f2387f856484f238 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f2387f856484f238 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF6484f2a07f856484f2a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f2a07f856484f2a0 /* ExtJoint.cpp */; }; + FFFF6484f3087f856484f308 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f3087f856484f308 /* ExtMetaData.cpp */; }; + FFFF6484f3707f856484f370 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f3707f856484f370 /* ExtParticleExt.cpp */; }; + FFFF6484f3d87f856484f3d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f3d87f856484f3d8 /* ExtPrismaticJoint.cpp */; }; + FFFF6484f4407f856484f440 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f4407f856484f440 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF6484f4a87f856484f4a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f4a87f856484f4a8 /* ExtPvd.cpp */; }; + FFFF6484f5107f856484f510 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f5107f856484f510 /* ExtPxStringTable.cpp */; }; + FFFF6484f5787f856484f578 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f5787f856484f578 /* ExtRaycastCCD.cpp */; }; + FFFF6484f5e07f856484f5e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f5e07f856484f5e0 /* ExtRevoluteJoint.cpp */; }; + FFFF6484f6487f856484f648 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f6487f856484f648 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF6484f6b07f856484f6b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f6b07f856484f6b0 /* ExtRigidBodyExt.cpp */; }; + FFFF6484f7187f856484f718 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f7187f856484f718 /* ExtSceneQueryExt.cpp */; }; + FFFF6484f7807f856484f780 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f7807f856484f780 /* ExtSimpleFactory.cpp */; }; + FFFF6484f7e87f856484f7e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f7e87f856484f7e8 /* ExtSmoothNormals.cpp */; }; + FFFF6484f8507f856484f850 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f8507f856484f850 /* ExtSphericalJoint.cpp */; }; + FFFF6484f8b87f856484f8b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f8b87f856484f8b8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF6484f9207f856484f920 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6484f9207f856484f920 /* ExtTriangleMeshExt.cpp */; }; + FFFF64852ed07f8564852ed0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD64852ed07f8564852ed0 /* SnSerialUtils.cpp */; }; + FFFF64852f387f8564852f38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD64852f387f8564852f38 /* SnSerialization.cpp */; }; + FFFF64852fa07f8564852fa0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD64852fa07f8564852fa0 /* SnSerializationRegistry.cpp */; }; + FFFF648532e07f85648532e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648532e07f85648532e0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF648533487f8564853348 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648533487f8564853348 /* Binary/SnBinarySerialization.cpp */; }; + FFFF648533b07f85648533b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648533b07f85648533b0 /* Binary/SnConvX.cpp */; }; + FFFF648534187f8564853418 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648534187f8564853418 /* Binary/SnConvX_Align.cpp */; }; + FFFF648534807f8564853480 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648534807f8564853480 /* Binary/SnConvX_Convert.cpp */; }; + FFFF648534e87f85648534e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648534e87f85648534e8 /* Binary/SnConvX_Error.cpp */; }; + FFFF648535507f8564853550 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648535507f8564853550 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF648535b87f85648535b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648535b87f85648535b8 /* Binary/SnConvX_Output.cpp */; }; + FFFF648536207f8564853620 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648536207f8564853620 /* Binary/SnConvX_Union.cpp */; }; + FFFF648536887f8564853688 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648536887f8564853688 /* Binary/SnSerializationContext.cpp */; }; + FFFF64853fe07f8564853fe0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD64853fe07f8564853fe0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF648540487f8564854048 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648540487f8564854048 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF648540b07f85648540b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648540b07f85648540b0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF648541187f8564854118 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD648541187f8564854118 /* Xml/SnXmlSerialization.cpp */; }; + FFFF64850ee07f8564850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD64850ee07f8564850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d5f8507fd2f2d5f850 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf38440007fd2f3844000 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38440687fd2f3844068 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38440d07fd2f38440d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38441387fd2f3844138 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38441a07fd2f38441a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38442087fd2f3844208 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38442707fd2f3844270 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38442d87fd2f38442d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38443407fd2f3844340 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38443a87fd2f38443a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38444107fd2f3844410 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38444787fd2f3844478 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38444e07fd2f38444e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38445487fd2f3844548 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38445b07fd2f38445b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38446187fd2f3844618 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38446807fd2f3844680 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38446e87fd2f38446e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38447507fd2f3844750 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38447b87fd2f38447b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38448207fd2f3844820 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38448887fd2f3844888 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38448f07fd2f38448f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38449587fd2f3844958 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38449c07fd2f38449c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844a287fd2f3844a28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844a907fd2f3844a90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844af87fd2f3844af8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844b607fd2f3844b60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844bc87fd2f3844bc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844c307fd2f3844c30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844c987fd2f3844c98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844d007fd2f3844d00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844d687fd2f3844d68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844dd07fd2f3844dd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844e387fd2f3844e38 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3844ea07fd2f3844ea0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842a007fd2f3842a00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842a687fd2f3842a68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842ad07fd2f3842ad0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842b387fd2f3842b38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842ba07fd2f3842ba0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842c087fd2f3842c08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842c707fd2f3842c70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842cd87fd2f3842cd8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842d407fd2f3842d40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842da87fd2f3842da8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842e107fd2f3842e10 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842e787fd2f3842e78 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842ee07fd2f3842ee0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842f487fd2f3842f48 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3842fb07fd2f3842fb0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38430187fd2f3843018 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38430807fd2f3843080 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38430e87fd2f38430e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38431507fd2f3843150 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38431b87fd2f38431b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38432207fd2f3843220 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38432887fd2f3843288 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38432f07fd2f38432f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38433587fd2f3843358 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38433c07fd2f38433c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38434287fd2f3843428 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38434907fd2f3843490 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38434f87fd2f38434f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38435607fd2f3843560 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38435c87fd2f38435c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38436307fd2f3843630 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38436987fd2f3843698 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38437007fd2f3843700 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38437687fd2f3843768 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38437d07fd2f38437d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38438387fd2f3843838 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38438a07fd2f38438a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38439087fd2f3843908 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38439707fd2f3843970 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38439d87fd2f38439d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843a407fd2f3843a40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843aa87fd2f3843aa8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843b107fd2f3843b10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843b787fd2f3843b78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843be07fd2f3843be0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843c487fd2f3843c48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843cb07fd2f3843cb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843d187fd2f3843d18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843d807fd2f3843d80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843de87fd2f3843de8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843e507fd2f3843e50 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843eb87fd2f3843eb8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3843f207fd2f3843f20 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38474007fd2f3847400 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38474687fd2f3847468 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38474d07fd2f38474d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38475387fd2f3847538 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38475a07fd2f38475a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38476087fd2f3847608 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38476707fd2f3847670 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38476d87fd2f38476d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38477407fd2f3847740 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38477a87fd2f38477a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38478107fd2f3847810 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38478787fd2f3847878 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38478e07fd2f38478e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38479487fd2f3847948 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38479b07fd2f38479b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847a187fd2f3847a18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847a807fd2f3847a80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847ae87fd2f3847ae8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847b507fd2f3847b50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847bb87fd2f3847bb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847c207fd2f3847c20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847c887fd2f3847c88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3847cf07fd2f3847cf0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847d587fd2f3847d58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847dc07fd2f3847dc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847e287fd2f3847e28 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847e907fd2f3847e90 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847ef87fd2f3847ef8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847f607fd2f3847f60 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3847fc87fd2f3847fc8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38480307fd2f3848030 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38480987fd2f3848098 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38481007fd2f3848100 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38481687fd2f3848168 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38481d07fd2f38481d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38482387fd2f3848238 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38482a07fd2f38482a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38483087fd2f3848308 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38483707fd2f3848370 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38483d87fd2f38483d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38484407fd2f3848440 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38484a87fd2f38484a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38485107fd2f3848510 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38485787fd2f3848578 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38485e07fd2f38485e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38486487fd2f3848648 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38486b07fd2f38486b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38487187fd2f3848718 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38487807fd2f3848780 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38450007fd2f3845000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38450687fd2f3845068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38450d07fd2f38450d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38451387fd2f3845138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38451a07fd2f38451a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38452087fd2f3845208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38452707fd2f3845270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38452d87fd2f38452d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38453407fd2f3845340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38453a87fd2f38453a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38454107fd2f3845410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38454787fd2f3845478 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf38454e07fd2f38454e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6590e1d07f856590e1d0 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6484fa007f856484fa00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fa687f856484fa68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fad07f856484fad0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fb387f856484fb38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fba07f856484fba0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fc087f856484fc08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fc707f856484fc70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fcd87f856484fcd8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fd407f856484fd40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fda87f856484fda8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fe107f856484fe10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fe787f856484fe78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484fee07f856484fee0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484ff487f856484ff48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484ffb07f856484ffb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD648500187f8564850018 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648500807f8564850080 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD648500e87f85648500e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648501507f8564850150 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648501b87f85648501b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD648502207f8564850220 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD648502887f8564850288 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648502f07f85648502f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648503587f8564850358 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648503c07f85648503c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD648504287f8564850428 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD648504907f8564850490 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648504f87f85648504f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648505607f8564850560 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648505c87f85648505c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648506307f8564850630 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD648506987f8564850698 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648507007f8564850700 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD648507687f8564850768 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD648507d07f85648507d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD648508387f8564850838 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD648508a07f85648508a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e4007f856484e400 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e4687f856484e468 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e4d07f856484e4d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e5387f856484e538 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e5a07f856484e5a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e6087f856484e608 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e6707f856484e670 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e6d87f856484e6d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e7407f856484e740 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e7a87f856484e7a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e8107f856484e810 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e8787f856484e878 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e8e07f856484e8e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e9487f856484e948 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484e9b07f856484e9b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484ea187f856484ea18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484ea807f856484ea80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD6484eae87f856484eae8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484eb507f856484eb50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ebb87f856484ebb8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ec207f856484ec20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ec887f856484ec88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ecf07f856484ecf0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ed587f856484ed58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484edc07f856484edc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ee287f856484ee28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ee907f856484ee90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484eef87f856484eef8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484ef607f856484ef60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484efc87f856484efc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f0307f856484f030 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f0987f856484f098 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f1007f856484f100 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f1687f856484f168 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f1d07f856484f1d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f2387f856484f238 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f2a07f856484f2a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f3087f856484f308 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f3707f856484f370 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f3d87f856484f3d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f4407f856484f440 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f4a87f856484f4a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f5107f856484f510 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f5787f856484f578 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f5e07f856484f5e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f6487f856484f648 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f6b07f856484f6b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f7187f856484f718 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f7807f856484f780 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f7e87f856484f7e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f8507f856484f850 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f8b87f856484f8b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6484f9207f856484f920 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64852e007f8564852e00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD64852e687f8564852e68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD64852ed07f8564852ed0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64852f387f8564852f38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64852fa07f8564852fa0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648530087f8564853008 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD648530707f8564853070 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD648530d87f85648530d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD648531407f8564853140 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648531a87f85648531a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD648532107f8564853210 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD648532787f8564853278 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD648532e07f85648532e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648533487f8564853348 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648533b07f85648533b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648534187f8564853418 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648534807f8564853480 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648534e87f85648534e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648535507f8564853550 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648535b87f85648535b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648536207f8564853620 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648536887f8564853688 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648536f07f85648536f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD648537587f8564853758 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD648537c07f85648537c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD648538287f8564853828 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD648538907f8564853890 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD648538f87f85648538f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD648539607f8564853960 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD648539c87f85648539c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853a307f8564853a30 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853a987f8564853a98 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853b007f8564853b00 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853b687f8564853b68 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853bd07f8564853bd0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853c387f8564853c38 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853ca07f8564853ca0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853d087f8564853d08 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853d707f8564853d70 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853dd87f8564853dd8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853e407f8564853e40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853ea87f8564853ea8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853f107f8564853f10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853f787f8564853f78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD64853fe07f8564853fe0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648540487f8564854048 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648540b07f85648540b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648541187f8564854118 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648541807f8564854180 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850a007f8564850a00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850a687f8564850a68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850ad07f8564850ad0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850b387f8564850b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850ba07f8564850ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850c087f8564850c08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850c707f8564850c70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850cd87f8564850cd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850d407f8564850d40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850da87f8564850da8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850e107f8564850e10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850e787f8564850e78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD64850ee07f8564850ee0 /* 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 */ - FFF2f2d5f8507fd2f2d5f850 /* Resources */ = { + FFF26590e1d07f856590e1d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d5f8507fd2f2d5f850 /* Frameworks */ = { + FFFC6590e1d07f856590e1d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d5f8507fd2f2d5f850 /* Sources */ = { + FFF86590e1d07f856590e1d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf38430e87fd2f38430e8, - FFFFf38431507fd2f3843150, - FFFFf38431b87fd2f38431b8, - FFFFf38432207fd2f3843220, - FFFFf38432887fd2f3843288, - FFFFf38432f07fd2f38432f0, - FFFFf38433587fd2f3843358, - FFFFf38433c07fd2f38433c0, - FFFFf38434287fd2f3843428, - FFFFf38434907fd2f3843490, - FFFFf38434f87fd2f38434f8, - FFFFf38435607fd2f3843560, - FFFFf38435c87fd2f38435c8, - FFFFf38436307fd2f3843630, - FFFFf38436987fd2f3843698, - FFFFf38437007fd2f3843700, - FFFFf38437687fd2f3843768, - FFFFf38437d07fd2f38437d0, - FFFFf38438387fd2f3843838, - FFFFf38438a07fd2f38438a0, - FFFFf38439087fd2f3843908, - FFFFf38439707fd2f3843970, - FFFFf38439d87fd2f38439d8, - FFFFf3843a407fd2f3843a40, - FFFFf3843aa87fd2f3843aa8, - FFFFf3843b107fd2f3843b10, - FFFFf3843b787fd2f3843b78, - FFFFf3843be07fd2f3843be0, - FFFFf3843c487fd2f3843c48, - FFFFf3843cb07fd2f3843cb0, - FFFFf3843d187fd2f3843d18, - FFFFf3843d807fd2f3843d80, - FFFFf3843de87fd2f3843de8, - FFFFf3843e507fd2f3843e50, - FFFFf3843eb87fd2f3843eb8, - FFFFf3843f207fd2f3843f20, - FFFFf38474d07fd2f38474d0, - FFFFf38475387fd2f3847538, - FFFFf38475a07fd2f38475a0, - FFFFf38478e07fd2f38478e0, - FFFFf38479487fd2f3847948, - FFFFf38479b07fd2f38479b0, - FFFFf3847a187fd2f3847a18, - FFFFf3847a807fd2f3847a80, - FFFFf3847ae87fd2f3847ae8, - FFFFf3847b507fd2f3847b50, - FFFFf3847bb87fd2f3847bb8, - FFFFf3847c207fd2f3847c20, - FFFFf3847c887fd2f3847c88, - FFFFf38485e07fd2f38485e0, - FFFFf38486487fd2f3848648, - FFFFf38486b07fd2f38486b0, - FFFFf38487187fd2f3848718, - FFFFf38454e07fd2f38454e0, + FFFF6484eae87f856484eae8, + FFFF6484eb507f856484eb50, + FFFF6484ebb87f856484ebb8, + FFFF6484ec207f856484ec20, + FFFF6484ec887f856484ec88, + FFFF6484ecf07f856484ecf0, + FFFF6484ed587f856484ed58, + FFFF6484edc07f856484edc0, + FFFF6484ee287f856484ee28, + FFFF6484ee907f856484ee90, + FFFF6484eef87f856484eef8, + FFFF6484ef607f856484ef60, + FFFF6484efc87f856484efc8, + FFFF6484f0307f856484f030, + FFFF6484f0987f856484f098, + FFFF6484f1007f856484f100, + FFFF6484f1687f856484f168, + FFFF6484f1d07f856484f1d0, + FFFF6484f2387f856484f238, + FFFF6484f2a07f856484f2a0, + FFFF6484f3087f856484f308, + FFFF6484f3707f856484f370, + FFFF6484f3d87f856484f3d8, + FFFF6484f4407f856484f440, + FFFF6484f4a87f856484f4a8, + FFFF6484f5107f856484f510, + FFFF6484f5787f856484f578, + FFFF6484f5e07f856484f5e0, + FFFF6484f6487f856484f648, + FFFF6484f6b07f856484f6b0, + FFFF6484f7187f856484f718, + FFFF6484f7807f856484f780, + FFFF6484f7e87f856484f7e8, + FFFF6484f8507f856484f850, + FFFF6484f8b87f856484f8b8, + FFFF6484f9207f856484f920, + FFFF64852ed07f8564852ed0, + FFFF64852f387f8564852f38, + FFFF64852fa07f8564852fa0, + FFFF648532e07f85648532e0, + FFFF648533487f8564853348, + FFFF648533b07f85648533b0, + FFFF648534187f8564853418, + FFFF648534807f8564853480, + FFFF648534e87f85648534e8, + FFFF648535507f8564853550, + FFFF648535b87f85648535b8, + FFFF648536207f8564853620, + FFFF648536887f8564853688, + FFFF64853fe07f8564853fe0, + FFFF648540487f8564854048, + FFFF648540b07f85648540b0, + FFFF648541187f8564854118, + FFFF64850ee07f8564850ee0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,65 +880,65 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f2d5ef207fd2f2d5ef20 /* PBXTargetDependency */ = { + FFF46590b0b07f856590b0b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d23c207fd2f2d23c20 /* PsFastXml */; - targetProxy = FFF5f2d23c207fd2f2d23c20 /* PBXContainerItemProxy */; + target = FFFA658377107f8565837710 /* PsFastXml */; + targetProxy = FFF5658377107f8565837710 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFFf384b4007fd2f384b400 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b4007fd2f384b400 /* SqAABBPruner.cpp */; }; - FFFFf384b4687fd2f384b468 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b4687fd2f384b468 /* SqAABBTree.cpp */; }; - FFFFf384b4d07fd2f384b4d0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b4d07fd2f384b4d0 /* SqAABBTreeBuild.cpp */; }; - FFFFf384b5387fd2f384b538 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b5387fd2f384b538 /* SqAABBTreeUpdateMap.cpp */; }; - FFFFf384b5a07fd2f384b5a0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b5a07fd2f384b5a0 /* SqBounds.cpp */; }; - FFFFf384b6087fd2f384b608 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b6087fd2f384b608 /* SqBucketPruner.cpp */; }; - FFFFf384b6707fd2f384b670 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b6707fd2f384b670 /* SqExtendedBucketPruner.cpp */; }; - FFFFf384b6d87fd2f384b6d8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b6d87fd2f384b6d8 /* SqIncrementalAABBPrunerCore.cpp */; }; - FFFFf384b7407fd2f384b740 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b7407fd2f384b740 /* SqIncrementalAABBTree.cpp */; }; - FFFFf384b7a87fd2f384b7a8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b7a87fd2f384b7a8 /* SqMetaData.cpp */; }; - FFFFf384b8107fd2f384b810 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b8107fd2f384b810 /* SqPruningPool.cpp */; }; - FFFFf384b8787fd2f384b878 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b8787fd2f384b878 /* SqPruningStructure.cpp */; }; - FFFFf384b8e07fd2f384b8e0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf384b8e07fd2f384b8e0 /* SqSceneQueryManager.cpp */; }; + FFFF64856e007f8564856e00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64856e007f8564856e00 /* SqAABBPruner.cpp */; }; + FFFF64856e687f8564856e68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64856e687f8564856e68 /* SqAABBTree.cpp */; }; + FFFF64856ed07f8564856ed0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64856ed07f8564856ed0 /* SqAABBTreeBuild.cpp */; }; + FFFF64856f387f8564856f38 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64856f387f8564856f38 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF64856fa07f8564856fa0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64856fa07f8564856fa0 /* SqBounds.cpp */; }; + FFFF648570087f8564857008 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648570087f8564857008 /* SqBucketPruner.cpp */; }; + FFFF648570707f8564857070 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648570707f8564857070 /* SqExtendedBucketPruner.cpp */; }; + FFFF648570d87f85648570d8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648570d87f85648570d8 /* SqIncrementalAABBPrunerCore.cpp */; }; + FFFF648571407f8564857140 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648571407f8564857140 /* SqIncrementalAABBTree.cpp */; }; + FFFF648571a87f85648571a8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648571a87f85648571a8 /* SqMetaData.cpp */; }; + FFFF648572107f8564857210 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648572107f8564857210 /* SqPruningPool.cpp */; }; + FFFF648572787f8564857278 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648572787f8564857278 /* SqPruningStructure.cpp */; }; + FFFF648572e07f85648572e0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648572e07f85648572e0 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d709607fd2f2d70960 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf384b4007fd2f384b400 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b4687fd2f384b468 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b4d07fd2f384b4d0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b5387fd2f384b538 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b5a07fd2f384b5a0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b6087fd2f384b608 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b6707fd2f384b670 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b6d87fd2f384b6d8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b7407fd2f384b740 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b7a87fd2f384b7a8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b8107fd2f384b810 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b8787fd2f384b878 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b8e07fd2f384b8e0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf384b9487fd2f384b948 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384b9b07fd2f384b9b0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384ba187fd2f384ba18 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384ba807fd2f384ba80 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bae87fd2f384bae8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bb507fd2f384bb50 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bbb87fd2f384bbb8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bc207fd2f384bc20 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bc887fd2f384bc88 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bcf07fd2f384bcf0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bd587fd2f384bd58 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384bdc07fd2f384bdc0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384be287fd2f384be28 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d74b807fd2f2d74b80 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d74be87fd2f2d74be8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d74c507fd2f2d74c50 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d74cb87fd2f2d74cb8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD659313f07f85659313f0 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64856e007f8564856e00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64856e687f8564856e68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64856ed07f8564856ed0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64856f387f8564856f38 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64856fa07f8564856fa0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648570087f8564857008 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648570707f8564857070 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648570d87f85648570d8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648571407f8564857140 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648571a87f85648571a8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648572107f8564857210 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648572787f8564857278 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648572e07f85648572e0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648573487f8564857348 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD648573b07f85648573b0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD648574187f8564857418 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; + FFFD648574807f8564857480 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD648574e87f85648574e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD648575507f8564857550 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD648575b87f85648575b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD648576207f8564857620 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD648576887f8564857688 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD648576f07f85648576f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD648577587f8564857758 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648577c07f85648577c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD648578287f8564857828 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD659357407f8565935740 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD659357a87f85659357a8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD659358107f8565935810 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD659358787f8565935878 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f2d709607fd2f2d70960 /* Resources */ = { + FFF2659313f07f85659313f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -948,7 +948,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d709607fd2f2d70960 /* Frameworks */ = { + FFFC659313f07f85659313f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -958,23 +958,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d709607fd2f2d70960 /* Sources */ = { + FFF8659313f07f85659313f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf384b4007fd2f384b400, - FFFFf384b4687fd2f384b468, - FFFFf384b4d07fd2f384b4d0, - FFFFf384b5387fd2f384b538, - FFFFf384b5a07fd2f384b5a0, - FFFFf384b6087fd2f384b608, - FFFFf384b6707fd2f384b670, - FFFFf384b6d87fd2f384b6d8, - FFFFf384b7407fd2f384b740, - FFFFf384b7a87fd2f384b7a8, - FFFFf384b8107fd2f384b810, - FFFFf384b8787fd2f384b878, - FFFFf384b8e07fd2f384b8e0, + FFFF64856e007f8564856e00, + FFFF64856e687f8564856e68, + FFFF64856ed07f8564856ed0, + FFFF64856f387f8564856f38, + FFFF64856fa07f8564856fa0, + FFFF648570087f8564857008, + FFFF648570707f8564857070, + FFFF648570d87f85648570d8, + FFFF648571407f8564857140, + FFFF648571a87f85648571a8, + FFFF648572107f8564857210, + FFFF648572787f8564857278, + FFFF648572e07f85648572e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -986,154 +986,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFFf202f5d07fd2f202f5d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f5d07fd2f202f5d0 /* ScActorCore.cpp */; }; - FFFFf202f6387fd2f202f638 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f6387fd2f202f638 /* ScActorSim.cpp */; }; - FFFFf202f6a07fd2f202f6a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f6a07fd2f202f6a0 /* ScArticulationCore.cpp */; }; - FFFFf202f7087fd2f202f708 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f7087fd2f202f708 /* ScArticulationJointCore.cpp */; }; - FFFFf202f7707fd2f202f770 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f7707fd2f202f770 /* ScArticulationJointSim.cpp */; }; - FFFFf202f7d87fd2f202f7d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f7d87fd2f202f7d8 /* ScArticulationSim.cpp */; }; - FFFFf202f8407fd2f202f840 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f8407fd2f202f840 /* ScBodyCore.cpp */; }; - FFFFf202f8a87fd2f202f8a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f8a87fd2f202f8a8 /* ScBodyCoreKinematic.cpp */; }; - FFFFf202f9107fd2f202f910 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f9107fd2f202f910 /* ScBodySim.cpp */; }; - FFFFf202f9787fd2f202f978 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f9787fd2f202f978 /* ScConstraintCore.cpp */; }; - FFFFf202f9e07fd2f202f9e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202f9e07fd2f202f9e0 /* ScConstraintGroupNode.cpp */; }; - FFFFf202fa487fd2f202fa48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fa487fd2f202fa48 /* ScConstraintInteraction.cpp */; }; - FFFFf202fab07fd2f202fab0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fab07fd2f202fab0 /* ScConstraintProjectionManager.cpp */; }; - FFFFf202fb187fd2f202fb18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fb187fd2f202fb18 /* ScConstraintProjectionTree.cpp */; }; - FFFFf202fb807fd2f202fb80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fb807fd2f202fb80 /* ScConstraintSim.cpp */; }; - FFFFf202fbe87fd2f202fbe8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fbe87fd2f202fbe8 /* ScElementInteractionMarker.cpp */; }; - FFFFf202fc507fd2f202fc50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fc507fd2f202fc50 /* ScElementSim.cpp */; }; - FFFFf202fcb87fd2f202fcb8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fcb87fd2f202fcb8 /* ScInteraction.cpp */; }; - FFFFf202fd207fd2f202fd20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fd207fd2f202fd20 /* ScIterators.cpp */; }; - FFFFf202fd887fd2f202fd88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fd887fd2f202fd88 /* ScMaterialCore.cpp */; }; - FFFFf202fdf07fd2f202fdf0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fdf07fd2f202fdf0 /* ScMetaData.cpp */; }; - FFFFf202fe587fd2f202fe58 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fe587fd2f202fe58 /* ScNPhaseCore.cpp */; }; - FFFFf202fec07fd2f202fec0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fec07fd2f202fec0 /* ScPhysics.cpp */; }; - FFFFf202ff287fd2f202ff28 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202ff287fd2f202ff28 /* ScRigidCore.cpp */; }; - FFFFf202ff907fd2f202ff90 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202ff907fd2f202ff90 /* ScRigidSim.cpp */; }; - FFFFf202fff87fd2f202fff8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf202fff87fd2f202fff8 /* ScScene.cpp */; }; - FFFFf20300607fd2f2030060 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20300607fd2f2030060 /* ScShapeCore.cpp */; }; - FFFFf20300c87fd2f20300c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20300c87fd2f20300c8 /* ScShapeInteraction.cpp */; }; - FFFFf20301307fd2f2030130 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20301307fd2f2030130 /* ScShapeSim.cpp */; }; - FFFFf20301987fd2f2030198 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20301987fd2f2030198 /* ScSimStats.cpp */; }; - FFFFf20302007fd2f2030200 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20302007fd2f2030200 /* ScSimulationController.cpp */; }; - FFFFf20302687fd2f2030268 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20302687fd2f2030268 /* ScSqBoundsManager.cpp */; }; - FFFFf20302d07fd2f20302d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20302d07fd2f20302d0 /* ScStaticCore.cpp */; }; - FFFFf20303387fd2f2030338 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20303387fd2f2030338 /* ScStaticSim.cpp */; }; - FFFFf20303a07fd2f20303a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20303a07fd2f20303a0 /* ScTriggerInteraction.cpp */; }; - FFFFf20305407fd2f2030540 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20305407fd2f2030540 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFFf20305a87fd2f20305a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20305a87fd2f20305a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFFf20306107fd2f2030610 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20306107fd2f2030610 /* particles/ScParticleSystemCore.cpp */; }; - FFFFf20306787fd2f2030678 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20306787fd2f2030678 /* particles/ScParticleSystemSim.cpp */; }; - FFFFf20307b07fd2f20307b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20307b07fd2f20307b0 /* cloth/ScClothCore.cpp */; }; - FFFFf20308187fd2f2030818 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20308187fd2f2030818 /* cloth/ScClothFabricCore.cpp */; }; - FFFFf20308807fd2f2030880 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20308807fd2f2030880 /* cloth/ScClothShape.cpp */; }; - FFFFf20308e87fd2f20308e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20308e87fd2f20308e8 /* cloth/ScClothSim.cpp */; }; + FFFF6485d9d07f856485d9d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485d9d07f856485d9d0 /* ScActorCore.cpp */; }; + FFFF6485da387f856485da38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485da387f856485da38 /* ScActorSim.cpp */; }; + FFFF6485daa07f856485daa0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485daa07f856485daa0 /* ScArticulationCore.cpp */; }; + FFFF6485db087f856485db08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485db087f856485db08 /* ScArticulationJointCore.cpp */; }; + FFFF6485db707f856485db70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485db707f856485db70 /* ScArticulationJointSim.cpp */; }; + FFFF6485dbd87f856485dbd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dbd87f856485dbd8 /* ScArticulationSim.cpp */; }; + FFFF6485dc407f856485dc40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dc407f856485dc40 /* ScBodyCore.cpp */; }; + FFFF6485dca87f856485dca8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dca87f856485dca8 /* ScBodyCoreKinematic.cpp */; }; + FFFF6485dd107f856485dd10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dd107f856485dd10 /* ScBodySim.cpp */; }; + FFFF6485dd787f856485dd78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dd787f856485dd78 /* ScConstraintCore.cpp */; }; + FFFF6485dde07f856485dde0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dde07f856485dde0 /* ScConstraintGroupNode.cpp */; }; + FFFF6485de487f856485de48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485de487f856485de48 /* ScConstraintInteraction.cpp */; }; + FFFF6485deb07f856485deb0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485deb07f856485deb0 /* ScConstraintProjectionManager.cpp */; }; + FFFF6485df187f856485df18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485df187f856485df18 /* ScConstraintProjectionTree.cpp */; }; + FFFF6485df807f856485df80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485df807f856485df80 /* ScConstraintSim.cpp */; }; + FFFF6485dfe87f856485dfe8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485dfe87f856485dfe8 /* ScElementInteractionMarker.cpp */; }; + FFFF6485e0507f856485e050 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e0507f856485e050 /* ScElementSim.cpp */; }; + FFFF6485e0b87f856485e0b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e0b87f856485e0b8 /* ScInteraction.cpp */; }; + FFFF6485e1207f856485e120 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e1207f856485e120 /* ScIterators.cpp */; }; + FFFF6485e1887f856485e188 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e1887f856485e188 /* ScMaterialCore.cpp */; }; + FFFF6485e1f07f856485e1f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e1f07f856485e1f0 /* ScMetaData.cpp */; }; + FFFF6485e2587f856485e258 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e2587f856485e258 /* ScNPhaseCore.cpp */; }; + FFFF6485e2c07f856485e2c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e2c07f856485e2c0 /* ScPhysics.cpp */; }; + FFFF6485e3287f856485e328 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e3287f856485e328 /* ScRigidCore.cpp */; }; + FFFF6485e3907f856485e390 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e3907f856485e390 /* ScRigidSim.cpp */; }; + FFFF6485e3f87f856485e3f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e3f87f856485e3f8 /* ScScene.cpp */; }; + FFFF6485e4607f856485e460 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e4607f856485e460 /* ScShapeCore.cpp */; }; + FFFF6485e4c87f856485e4c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e4c87f856485e4c8 /* ScShapeInteraction.cpp */; }; + FFFF6485e5307f856485e530 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e5307f856485e530 /* ScShapeSim.cpp */; }; + FFFF6485e5987f856485e598 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e5987f856485e598 /* ScSimStats.cpp */; }; + FFFF6485e6007f856485e600 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e6007f856485e600 /* ScSimulationController.cpp */; }; + FFFF6485e6687f856485e668 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e6687f856485e668 /* ScSqBoundsManager.cpp */; }; + FFFF6485e6d07f856485e6d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e6d07f856485e6d0 /* ScStaticCore.cpp */; }; + FFFF6485e7387f856485e738 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e7387f856485e738 /* ScStaticSim.cpp */; }; + FFFF6485e7a07f856485e7a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e7a07f856485e7a0 /* ScTriggerInteraction.cpp */; }; + FFFF6485e9407f856485e940 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e9407f856485e940 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF6485e9a87f856485e9a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485e9a87f856485e9a8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF6485ea107f856485ea10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ea107f856485ea10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF6485ea787f856485ea78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ea787f856485ea78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF6485ebb07f856485ebb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ebb07f856485ebb0 /* cloth/ScClothCore.cpp */; }; + FFFF6485ec187f856485ec18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ec187f856485ec18 /* cloth/ScClothFabricCore.cpp */; }; + FFFF6485ec807f856485ec80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ec807f856485ec80 /* cloth/ScClothShape.cpp */; }; + FFFF6485ece87f856485ece8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6485ece87f856485ece8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d74db07fd2f2d74db0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf384e0007fd2f384e000 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e0687fd2f384e068 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e0d07fd2f384e0d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e1387fd2f384e138 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e1a07fd2f384e1a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e2087fd2f384e208 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e2707fd2f384e270 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e2d87fd2f384e2d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e3407fd2f384e340 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e3a87fd2f384e3a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e4107fd2f384e410 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e4787fd2f384e478 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e4e07fd2f384e4e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e5487fd2f384e548 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf384e5b07fd2f384e5b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202e8007fd2f202e800 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202e8687fd2f202e868 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202e8d07fd2f202e8d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202e9387fd2f202e938 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202e9a07fd2f202e9a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ea087fd2f202ea08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ea707fd2f202ea70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ead87fd2f202ead8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202eb407fd2f202eb40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202eba87fd2f202eba8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ec107fd2f202ec10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ec787fd2f202ec78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ece07fd2f202ece0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ed487fd2f202ed48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202edb07fd2f202edb0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ee187fd2f202ee18 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ee807fd2f202ee80 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202eee87fd2f202eee8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202ef507fd2f202ef50 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202efb87fd2f202efb8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f0207fd2f202f020 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f0887fd2f202f088 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f0f07fd2f202f0f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f1587fd2f202f158 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f1c07fd2f202f1c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f2287fd2f202f228 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f2907fd2f202f290 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f2f87fd2f202f2f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f3607fd2f202f360 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f3c87fd2f202f3c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f4307fd2f202f430 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f4987fd2f202f498 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f5007fd2f202f500 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f5687fd2f202f568 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf202f5d07fd2f202f5d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f6387fd2f202f638 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f6a07fd2f202f6a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f7087fd2f202f708 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f7707fd2f202f770 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f7d87fd2f202f7d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f8407fd2f202f840 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f8a87fd2f202f8a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f9107fd2f202f910 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f9787fd2f202f978 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202f9e07fd2f202f9e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fa487fd2f202fa48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fab07fd2f202fab0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fb187fd2f202fb18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fb807fd2f202fb80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fbe87fd2f202fbe8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fc507fd2f202fc50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fcb87fd2f202fcb8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fd207fd2f202fd20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fd887fd2f202fd88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fdf07fd2f202fdf0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fe587fd2f202fe58 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fec07fd2f202fec0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202ff287fd2f202ff28 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202ff907fd2f202ff90 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf202fff87fd2f202fff8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20300607fd2f2030060 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20300c87fd2f20300c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20301307fd2f2030130 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20301987fd2f2030198 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20302007fd2f2030200 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20302687fd2f2030268 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20302d07fd2f20302d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20303387fd2f2030338 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20303a07fd2f20303a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20304087fd2f2030408 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20304707fd2f2030470 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20304d87fd2f20304d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20305407fd2f2030540 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20305a87fd2f20305a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20306107fd2f2030610 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20306787fd2f2030678 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20306e07fd2f20306e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20307487fd2f2030748 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20307b07fd2f20307b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20308187fd2f2030818 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20308807fd2f2030880 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20308e87fd2f20308e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD659359707f8565935970 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64859a007f8564859a00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859a687f8564859a68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859ad07f8564859ad0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859b387f8564859b38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859ba07f8564859ba0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859c087f8564859c08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859c707f8564859c70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859cd87f8564859cd8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859d407f8564859d40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859da87f8564859da8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859e107f8564859e10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859e787f8564859e78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859ee07f8564859ee0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859f487f8564859f48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD64859fb07f8564859fb0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cc007f856485cc00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cc687f856485cc68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485ccd07f856485ccd0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cd387f856485cd38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cda07f856485cda0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485ce087f856485ce08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485ce707f856485ce70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485ced87f856485ced8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cf407f856485cf40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485cfa87f856485cfa8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d0107f856485d010 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d0787f856485d078 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d0e07f856485d0e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d1487f856485d148 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d1b07f856485d1b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d2187f856485d218 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d2807f856485d280 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d2e87f856485d2e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d3507f856485d350 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d3b87f856485d3b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d4207f856485d420 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d4887f856485d488 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d4f07f856485d4f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d5587f856485d558 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d5c07f856485d5c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d6287f856485d628 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d6907f856485d690 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d6f87f856485d6f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d7607f856485d760 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d7c87f856485d7c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d8307f856485d830 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d8987f856485d898 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d9007f856485d900 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d9687f856485d968 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485d9d07f856485d9d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485da387f856485da38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485daa07f856485daa0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485db087f856485db08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485db707f856485db70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dbd87f856485dbd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dc407f856485dc40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dca87f856485dca8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dd107f856485dd10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dd787f856485dd78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dde07f856485dde0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485de487f856485de48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485deb07f856485deb0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485df187f856485df18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485df807f856485df80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485dfe87f856485dfe8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e0507f856485e050 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e0b87f856485e0b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e1207f856485e120 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e1887f856485e188 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e1f07f856485e1f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e2587f856485e258 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e2c07f856485e2c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e3287f856485e328 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e3907f856485e390 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e3f87f856485e3f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e4607f856485e460 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e4c87f856485e4c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e5307f856485e530 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e5987f856485e598 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e6007f856485e600 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e6687f856485e668 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e6d07f856485e6d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e7387f856485e738 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e7a07f856485e7a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e8087f856485e808 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485e8707f856485e870 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485e8d87f856485e8d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485e9407f856485e940 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485e9a87f856485e9a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485ea107f856485ea10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485ea787f856485ea78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485eae07f856485eae0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485eb487f856485eb48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD6485ebb07f856485ebb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485ec187f856485ec18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485ec807f856485ec80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6485ece87f856485ece8 /* 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 */ - FFF2f2d74db07fd2f2d74db0 /* Resources */ = { + FFF2659359707f8565935970 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1143,7 +1143,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d74db07fd2f2d74db0 /* Frameworks */ = { + FFFC659359707f8565935970 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1153,53 +1153,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d74db07fd2f2d74db0 /* Sources */ = { + FFF8659359707f8565935970 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf202f5d07fd2f202f5d0, - FFFFf202f6387fd2f202f638, - FFFFf202f6a07fd2f202f6a0, - FFFFf202f7087fd2f202f708, - FFFFf202f7707fd2f202f770, - FFFFf202f7d87fd2f202f7d8, - FFFFf202f8407fd2f202f840, - FFFFf202f8a87fd2f202f8a8, - FFFFf202f9107fd2f202f910, - FFFFf202f9787fd2f202f978, - FFFFf202f9e07fd2f202f9e0, - FFFFf202fa487fd2f202fa48, - FFFFf202fab07fd2f202fab0, - FFFFf202fb187fd2f202fb18, - FFFFf202fb807fd2f202fb80, - FFFFf202fbe87fd2f202fbe8, - FFFFf202fc507fd2f202fc50, - FFFFf202fcb87fd2f202fcb8, - FFFFf202fd207fd2f202fd20, - FFFFf202fd887fd2f202fd88, - FFFFf202fdf07fd2f202fdf0, - FFFFf202fe587fd2f202fe58, - FFFFf202fec07fd2f202fec0, - FFFFf202ff287fd2f202ff28, - FFFFf202ff907fd2f202ff90, - FFFFf202fff87fd2f202fff8, - FFFFf20300607fd2f2030060, - FFFFf20300c87fd2f20300c8, - FFFFf20301307fd2f2030130, - FFFFf20301987fd2f2030198, - FFFFf20302007fd2f2030200, - FFFFf20302687fd2f2030268, - FFFFf20302d07fd2f20302d0, - FFFFf20303387fd2f2030338, - FFFFf20303a07fd2f20303a0, - FFFFf20305407fd2f2030540, - FFFFf20305a87fd2f20305a8, - FFFFf20306107fd2f2030610, - FFFFf20306787fd2f2030678, - FFFFf20307b07fd2f20307b0, - FFFFf20308187fd2f2030818, - FFFFf20308807fd2f2030880, - FFFFf20308e87fd2f20308e8, + FFFF6485d9d07f856485d9d0, + FFFF6485da387f856485da38, + FFFF6485daa07f856485daa0, + FFFF6485db087f856485db08, + FFFF6485db707f856485db70, + FFFF6485dbd87f856485dbd8, + FFFF6485dc407f856485dc40, + FFFF6485dca87f856485dca8, + FFFF6485dd107f856485dd10, + FFFF6485dd787f856485dd78, + FFFF6485dde07f856485dde0, + FFFF6485de487f856485de48, + FFFF6485deb07f856485deb0, + FFFF6485df187f856485df18, + FFFF6485df807f856485df80, + FFFF6485dfe87f856485dfe8, + FFFF6485e0507f856485e050, + FFFF6485e0b87f856485e0b8, + FFFF6485e1207f856485e120, + FFFF6485e1887f856485e188, + FFFF6485e1f07f856485e1f0, + FFFF6485e2587f856485e258, + FFFF6485e2c07f856485e2c0, + FFFF6485e3287f856485e328, + FFFF6485e3907f856485e390, + FFFF6485e3f87f856485e3f8, + FFFF6485e4607f856485e460, + FFFF6485e4c87f856485e4c8, + FFFF6485e5307f856485e530, + FFFF6485e5987f856485e598, + FFFF6485e6007f856485e600, + FFFF6485e6687f856485e668, + FFFF6485e6d07f856485e6d0, + FFFF6485e7387f856485e738, + FFFF6485e7a07f856485e7a0, + FFFF6485e9407f856485e940, + FFFF6485e9a87f856485e9a8, + FFFF6485ea107f856485ea10, + FFFF6485ea787f856485ea78, + FFFF6485ebb07f856485ebb0, + FFFF6485ec187f856485ec18, + FFFF6485ec807f856485ec80, + FFFF6485ece87f856485ece8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1211,80 +1211,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFFf1f2aeb07fd2f1f2aeb0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf2d5f8507fd2f2d5f850 /* PhysXExtensions */; }; - FFFFf2036a007fd2f2036a00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036a007fd2f2036a00 /* Adjacencies.cpp */; }; - FFFFf2036a687fd2f2036a68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036a687fd2f2036a68 /* Cooking.cpp */; }; - FFFFf2036ad07fd2f2036ad0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036ad07fd2f2036ad0 /* CookingUtils.cpp */; }; - FFFFf2036b387fd2f2036b38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036b387fd2f2036b38 /* EdgeList.cpp */; }; - FFFFf2036ba07fd2f2036ba0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036ba07fd2f2036ba0 /* MeshCleaner.cpp */; }; - FFFFf2036c087fd2f2036c08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036c087fd2f2036c08 /* Quantizer.cpp */; }; - FFFFf2036ee07fd2f2036ee0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036ee07fd2f2036ee0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFFf2036f487fd2f2036f48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036f487fd2f2036f48 /* mesh/HeightFieldCooking.cpp */; }; - FFFFf2036fb07fd2f2036fb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2036fb07fd2f2036fb0 /* mesh/RTreeCooking.cpp */; }; - FFFFf20370187fd2f2037018 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20370187fd2f2037018 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFFf20372887fd2f2037288 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20372887fd2f2037288 /* convex/BigConvexDataBuilder.cpp */; }; - FFFFf20372f07fd2f20372f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20372f07fd2f20372f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFFf20373587fd2f2037358 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20373587fd2f2037358 /* convex/ConvexHullLib.cpp */; }; - FFFFf20373c07fd2f20373c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20373c07fd2f20373c0 /* convex/ConvexHullUtils.cpp */; }; - FFFFf20374287fd2f2037428 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20374287fd2f2037428 /* convex/ConvexMeshBuilder.cpp */; }; - FFFFf20374907fd2f2037490 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20374907fd2f2037490 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFFf20374f87fd2f20374f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20374f87fd2f20374f8 /* convex/InflationConvexHullLib.cpp */; }; - FFFFf20375607fd2f2037560 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20375607fd2f2037560 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFFf20375c87fd2f20375c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf20375c87fd2f20375c8 /* convex/VolumeIntegration.cpp */; }; + FFFF659406b07f85659406b0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD6590e1d07f856590e1d0 /* PhysXExtensions */; }; + FFFF64860e007f8564860e00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64860e007f8564860e00 /* Adjacencies.cpp */; }; + FFFF64860e687f8564860e68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64860e687f8564860e68 /* Cooking.cpp */; }; + FFFF64860ed07f8564860ed0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64860ed07f8564860ed0 /* CookingUtils.cpp */; }; + FFFF64860f387f8564860f38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64860f387f8564860f38 /* EdgeList.cpp */; }; + FFFF64860fa07f8564860fa0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64860fa07f8564860fa0 /* MeshCleaner.cpp */; }; + FFFF648610087f8564861008 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648610087f8564861008 /* Quantizer.cpp */; }; + FFFF648612e07f85648612e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648612e07f85648612e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF648613487f8564861348 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648613487f8564861348 /* mesh/HeightFieldCooking.cpp */; }; + FFFF648613b07f85648613b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648613b07f85648613b0 /* mesh/RTreeCooking.cpp */; }; + FFFF648614187f8564861418 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648614187f8564861418 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF648616887f8564861688 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648616887f8564861688 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF648616f07f85648616f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648616f07f85648616f0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF648617587f8564861758 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648617587f8564861758 /* convex/ConvexHullLib.cpp */; }; + FFFF648617c07f85648617c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648617c07f85648617c0 /* convex/ConvexHullUtils.cpp */; }; + FFFF648618287f8564861828 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648618287f8564861828 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF648618907f8564861890 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648618907f8564861890 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF648618f87f85648618f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648618f87f85648618f8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF648619607f8564861960 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648619607f8564861960 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF648619c87f85648619c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648619c87f85648619c8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf1f241a07fd2f1f241a0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf1f270707fd2f1f27070 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f270d87fd2f1f270d8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f271407fd2f1f27140 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f271a87fd2f1f271a8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f272107fd2f1f27210 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f272787fd2f1f27278 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1f272e07fd2f1f272e0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036a007fd2f2036a00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036a687fd2f2036a68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036ad07fd2f2036ad0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036b387fd2f2036b38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036ba07fd2f2036ba0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036c087fd2f2036c08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036c707fd2f2036c70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036cd87fd2f2036cd8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036d407fd2f2036d40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036da87fd2f2036da8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036e107fd2f2036e10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036e787fd2f2036e78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2036ee07fd2f2036ee0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036f487fd2f2036f48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2036fb07fd2f2036fb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20370187fd2f2037018 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20370807fd2f2037080 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20370e87fd2f20370e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20371507fd2f2037150 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20371b87fd2f20371b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20372207fd2f2037220 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20372887fd2f2037288 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20372f07fd2f20372f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20373587fd2f2037358 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20373c07fd2f20373c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20374287fd2f2037428 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20374907fd2f2037490 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20374f87fd2f20374f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20375607fd2f2037560 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20375c87fd2f20375c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20376307fd2f2037630 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20376987fd2f2037698 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20377007fd2f2037700 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20377687fd2f2037768 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20377d07fd2f20377d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20378387fd2f2037838 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20378a07fd2f20378a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20379087fd2f2037908 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20379707fd2f2037970 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD6593ab007f856593ab00 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD65944ea07f8565944ea0 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD65944f087f8565944f08 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD65944f707f8565944f70 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD65944fd87f8565944fd8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD659450407f8565945040 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD659450a87f85659450a8 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD659451107f8565945110 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD64860e007f8564860e00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64860e687f8564860e68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64860ed07f8564860ed0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64860f387f8564860f38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64860fa07f8564860fa0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648610087f8564861008 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648610707f8564861070 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD648610d87f85648610d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD648611407f8564861140 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD648611a87f85648611a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD648612107f8564861210 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD648612787f8564861278 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD648612e07f85648612e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648613487f8564861348 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648613b07f85648613b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648614187f8564861418 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648614807f8564861480 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD648614e87f85648614e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD648615507f8564861550 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD648615b87f85648615b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD648616207f8564861620 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD648616887f8564861688 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648616f07f85648616f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648617587f8564861758 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648617c07f85648617c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648618287f8564861828 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648618907f8564861890 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648618f87f85648618f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648619607f8564861960 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648619c87f85648619c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64861a307f8564861a30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861a987f8564861a98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861b007f8564861b00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861b687f8564861b68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861bd07f8564861bd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861c387f8564861c38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861ca07f8564861ca0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861d087f8564861d08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD64861d707f8564861d70 /* 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 */ - FFF2f1f241a07fd2f1f241a0 /* Resources */ = { + FFF26593ab007f856593ab00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1294,7 +1294,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf1f241a07fd2f1f241a0 /* Frameworks */ = { + FFFC6593ab007f856593ab00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1304,29 +1304,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f1f241a07fd2f1f241a0 /* Sources */ = { + FFF86593ab007f856593ab00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2036a007fd2f2036a00, - FFFFf2036a687fd2f2036a68, - FFFFf2036ad07fd2f2036ad0, - FFFFf2036b387fd2f2036b38, - FFFFf2036ba07fd2f2036ba0, - FFFFf2036c087fd2f2036c08, - FFFFf2036ee07fd2f2036ee0, - FFFFf2036f487fd2f2036f48, - FFFFf2036fb07fd2f2036fb0, - FFFFf20370187fd2f2037018, - FFFFf20372887fd2f2037288, - FFFFf20372f07fd2f20372f0, - FFFFf20373587fd2f2037358, - FFFFf20373c07fd2f20373c0, - FFFFf20374287fd2f2037428, - FFFFf20374907fd2f2037490, - FFFFf20374f87fd2f20374f8, - FFFFf20375607fd2f2037560, - FFFFf20375c87fd2f20375c8, + FFFF64860e007f8564860e00, + FFFF64860e687f8564860e68, + FFFF64860ed07f8564860ed0, + FFFF64860f387f8564860f38, + FFFF64860fa07f8564860fa0, + FFFF648610087f8564861008, + FFFF648612e07f85648612e0, + FFFF648613487f8564861348, + FFFF648613b07f85648613b0, + FFFF648614187f8564861418, + FFFF648616887f8564861688, + FFFF648616f07f85648616f0, + FFFF648617587f8564861758, + FFFF648617c07f85648617c0, + FFFF648618287f8564861828, + FFFF648618907f8564861890, + FFFF648618f87f85648618f8, + FFFF648619607f8564861960, + FFFF648619c87f85648619c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1335,514 +1335,514 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f1f259107fd2f1f25910 /* PBXTargetDependency */ = { + FFF4659458107f8565945810 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf18a0c307fd2f18a0c30 /* PhysXCommon */; - targetProxy = FFF5f18a0c307fd2f18a0c30 /* PBXContainerItemProxy */; + target = FFFA641046c07f85641046c0 /* PhysXCommon */; + targetProxy = FFF5641046c07f85641046c0 /* PBXContainerItemProxy */; }; - FFF4f1f2aeb07fd2f1f2aeb0 /* PBXTargetDependency */ = { + FFF4659406b07f85659406b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d5f8507fd2f2d5f850 /* PhysXExtensions */; - targetProxy = FFF5f2d5f8507fd2f2d5f850 /* PBXContainerItemProxy */; + target = FFFA6590e1d07f856590e1d0 /* PhysXExtensions */; + targetProxy = FFF56590e1d07f856590e1d0 /* PBXContainerItemProxy */; }; - FFF4f1f240707fd2f1f24070 /* PBXTargetDependency */ = { + FFF465940b907f8565940b90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188de607fd2f188de60 /* PxFoundation */; - targetProxy = FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */; + target = FFFA641711507f8564171150 /* PxFoundation */; + targetProxy = FFF5641711507f8564171150 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFFf11aa8007fd2f11aa800 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aa8007fd2f11aa800 /* src/CmBoxPruning.cpp */; }; - FFFFf11aa8687fd2f11aa868 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aa8687fd2f11aa868 /* src/CmCollection.cpp */; }; - FFFFf11aa8d07fd2f11aa8d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aa8d07fd2f11aa8d0 /* src/CmMathUtils.cpp */; }; - FFFFf11aa9387fd2f11aa938 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aa9387fd2f11aa938 /* src/CmPtrTable.cpp */; }; - FFFFf11aa9a07fd2f11aa9a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aa9a07fd2f11aa9a0 /* src/CmRadixSort.cpp */; }; - FFFFf11aaa087fd2f11aaa08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aaa087fd2f11aaa08 /* src/CmRadixSortBuffered.cpp */; }; - FFFFf11aaa707fd2f11aaa70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aaa707fd2f11aaa70 /* src/CmRenderOutput.cpp */; }; - FFFFf11aaad87fd2f11aaad8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf11aaad87fd2f11aaad8 /* src/CmVisualization.cpp */; }; - FFFFf20013a87fd2f20013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20013a87fd2f20013a8 /* ../../Include/GeomUtils */; }; - FFFFf20048e07fd2f20048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20048e07fd2f20048e0 /* src/GuBounds.cpp */; }; - FFFFf20049487fd2f2004948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20049487fd2f2004948 /* src/GuBox.cpp */; }; - FFFFf20049b07fd2f20049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20049b07fd2f20049b0 /* src/GuCCTSweepTests.cpp */; }; - FFFFf2004a187fd2f2004a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004a187fd2f2004a18 /* src/GuCapsule.cpp */; }; - FFFFf2004a807fd2f2004a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004a807fd2f2004a80 /* src/GuGeometryQuery.cpp */; }; - FFFFf2004ae87fd2f2004ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004ae87fd2f2004ae8 /* src/GuGeometryUnion.cpp */; }; - FFFFf2004b507fd2f2004b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004b507fd2f2004b50 /* src/GuInternal.cpp */; }; - FFFFf2004bb87fd2f2004bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004bb87fd2f2004bb8 /* src/GuMTD.cpp */; }; - FFFFf2004c207fd2f2004c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004c207fd2f2004c20 /* src/GuMeshFactory.cpp */; }; - FFFFf2004c887fd2f2004c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004c887fd2f2004c88 /* src/GuMetaData.cpp */; }; - FFFFf2004cf07fd2f2004cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004cf07fd2f2004cf0 /* src/GuOverlapTests.cpp */; }; - FFFFf2004d587fd2f2004d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004d587fd2f2004d58 /* src/GuRaycastTests.cpp */; }; - FFFFf2004dc07fd2f2004dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004dc07fd2f2004dc0 /* src/GuSerialize.cpp */; }; - FFFFf2004e287fd2f2004e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004e287fd2f2004e28 /* src/GuSweepMTD.cpp */; }; - FFFFf2004e907fd2f2004e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004e907fd2f2004e90 /* src/GuSweepSharedTests.cpp */; }; - FFFFf2004ef87fd2f2004ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004ef87fd2f2004ef8 /* src/GuSweepTests.cpp */; }; - FFFFf2004f607fd2f2004f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004f607fd2f2004f60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFFf2004fc87fd2f2004fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2004fc87fd2f2004fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFFf20050307fd2f2005030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20050307fd2f2005030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFFf20050987fd2f2005098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20050987fd2f2005098 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFFf20051007fd2f2005100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20051007fd2f2005100 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFFf20051687fd2f2005168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20051687fd2f2005168 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFFf20051d07fd2f20051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20051d07fd2f20051d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFFf20052387fd2f2005238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20052387fd2f2005238 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFFf20052a07fd2f20052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20052a07fd2f20052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFFf20053087fd2f2005308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20053087fd2f2005308 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFFf20053707fd2f2005370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20053707fd2f2005370 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFFf20053d87fd2f20053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20053d87fd2f20053d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFFf20054407fd2f2005440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20054407fd2f2005440 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFFf20054a87fd2f20054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20054a87fd2f20054a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFFf20055107fd2f2005510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20055107fd2f2005510 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFFf20055787fd2f2005578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20055787fd2f2005578 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFFf20055e07fd2f20055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20055e07fd2f20055e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFFf20056487fd2f2005648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20056487fd2f2005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFFf20056b07fd2f20056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20056b07fd2f20056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFFf20057187fd2f2005718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20057187fd2f2005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFFf20057807fd2f2005780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20057807fd2f2005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFFf20057e87fd2f20057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20057e87fd2f20057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFFf20058507fd2f2005850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20058507fd2f2005850 /* src/common/GuSeparatingAxes.cpp */; }; - FFFFf20058b87fd2f20058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20058b87fd2f20058b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFFf20059207fd2f2005920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20059207fd2f2005920 /* src/convex/GuConvexHelper.cpp */; }; - FFFFf20059887fd2f2005988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20059887fd2f2005988 /* src/convex/GuConvexMesh.cpp */; }; - FFFFf20059f07fd2f20059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20059f07fd2f20059f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFFf2005a587fd2f2005a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005a587fd2f2005a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFFf2005ac07fd2f2005ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005ac07fd2f2005ac0 /* src/convex/GuHillClimbing.cpp */; }; - FFFFf2005b287fd2f2005b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005b287fd2f2005b28 /* src/convex/GuShapeConvex.cpp */; }; - FFFFf2005b907fd2f2005b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005b907fd2f2005b90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFFf2005bf87fd2f2005bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005bf87fd2f2005bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFFf2005c607fd2f2005c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005c607fd2f2005c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFFf2005cc87fd2f2005cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005cc87fd2f2005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFFf2005d307fd2f2005d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005d307fd2f2005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFFf2005d987fd2f2005d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005d987fd2f2005d98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFFf2005e007fd2f2005e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005e007fd2f2005e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFFf2005e687fd2f2005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005e687fd2f2005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFFf2005ed07fd2f2005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005ed07fd2f2005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFFf2005f387fd2f2005f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005f387fd2f2005f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFFf2005fa07fd2f2005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2005fa07fd2f2005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFFf20060087fd2f2006008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20060087fd2f2006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFFf20060707fd2f2006070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20060707fd2f2006070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFFf20060d87fd2f20060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20060d87fd2f20060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFFf20061407fd2f2006140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20061407fd2f2006140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFFf20061a87fd2f20061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20061a87fd2f20061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFFf20062107fd2f2006210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20062107fd2f2006210 /* src/gjk/GuEPA.cpp */; }; - FFFFf20062787fd2f2006278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20062787fd2f2006278 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFFf20062e07fd2f20062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20062e07fd2f20062e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFFf20063487fd2f2006348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20063487fd2f2006348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFFf20063b07fd2f20063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20063b07fd2f20063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFFf20064187fd2f2006418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20064187fd2f2006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFFf20064807fd2f2006480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20064807fd2f2006480 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFFf20064e87fd2f20064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20064e87fd2f20064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFFf20065507fd2f2006550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20065507fd2f2006550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFFf20065b87fd2f20065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20065b87fd2f20065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFFf20066207fd2f2006620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20066207fd2f2006620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFFf20066887fd2f2006688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20066887fd2f2006688 /* src/mesh/GuBV32.cpp */; }; - FFFFf20066f07fd2f20066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20066f07fd2f20066f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFFf20067587fd2f2006758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20067587fd2f2006758 /* src/mesh/GuBV4.cpp */; }; - FFFFf20067c07fd2f20067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20067c07fd2f20067c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFFf20068287fd2f2006828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20068287fd2f2006828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFFf20068907fd2f2006890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20068907fd2f2006890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFFf20068f87fd2f20068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20068f87fd2f20068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFFf20069607fd2f2006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20069607fd2f2006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFFf20069c87fd2f20069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20069c87fd2f20069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFFf2006a307fd2f2006a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006a307fd2f2006a30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFFf2006a987fd2f2006a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006a987fd2f2006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFFf2006b007fd2f2006b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006b007fd2f2006b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFFf2006b687fd2f2006b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006b687fd2f2006b68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFFf2006bd07fd2f2006bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006bd07fd2f2006bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFFf2006c387fd2f2006c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006c387fd2f2006c38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFFf2006ca07fd2f2006ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006ca07fd2f2006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFFf2006d087fd2f2006d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006d087fd2f2006d08 /* src/mesh/GuRTree.cpp */; }; - FFFFf2006d707fd2f2006d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006d707fd2f2006d70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFFf2006dd87fd2f2006dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006dd87fd2f2006dd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFFf2006e407fd2f2006e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006e407fd2f2006e40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFFf2006ea87fd2f2006ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006ea87fd2f2006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFFf2006f107fd2f2006f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006f107fd2f2006f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFFf2006f787fd2f2006f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006f787fd2f2006f78 /* src/hf/GuHeightField.cpp */; }; - FFFFf2006fe07fd2f2006fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2006fe07fd2f2006fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFFf20070487fd2f2007048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20070487fd2f2007048 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFFf20070b07fd2f20070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20070b07fd2f20070b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFFf20071187fd2f2007118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20071187fd2f2007118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFFf20071807fd2f2007180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20071807fd2f2007180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFFf20071e87fd2f20071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20071e87fd2f20071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFFf20072507fd2f2007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20072507fd2f2007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFFf20072b87fd2f20072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20072b87fd2f20072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFFf20073207fd2f2007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20073207fd2f2007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFFf20073887fd2f2007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20073887fd2f2007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFFf20073f07fd2f20073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20073f07fd2f20073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFFf20074587fd2f2007458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20074587fd2f2007458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFFf20074c07fd2f20074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20074c07fd2f20074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFFf20075287fd2f2007528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20075287fd2f2007528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFFf20075907fd2f2007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20075907fd2f2007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFFf20075f87fd2f20075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20075f87fd2f20075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFFf20076607fd2f2007660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20076607fd2f2007660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFFf20076c87fd2f20076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20076c87fd2f20076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFFf20077307fd2f2007730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20077307fd2f2007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFFf20077987fd2f2007798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20077987fd2f2007798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFFf20078007fd2f2007800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20078007fd2f2007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFFf20078687fd2f2007868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20078687fd2f2007868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFFf20078d07fd2f20078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20078d07fd2f20078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFFf20079387fd2f2007938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20079387fd2f2007938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFFf20079a07fd2f20079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf20079a07fd2f20079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFFf2007a087fd2f2007a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007a087fd2f2007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFFf2007a707fd2f2007a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007a707fd2f2007a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFFf2007ad87fd2f2007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007ad87fd2f2007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFFf2007b407fd2f2007b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007b407fd2f2007b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFFf2007ba87fd2f2007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007ba87fd2f2007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFFf2007c107fd2f2007c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf2007c107fd2f2007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF6398cc007f856398cc00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398cc007f856398cc00 /* src/CmBoxPruning.cpp */; }; + FFFF6398cc687f856398cc68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398cc687f856398cc68 /* src/CmCollection.cpp */; }; + FFFF6398ccd07f856398ccd0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398ccd07f856398ccd0 /* src/CmMathUtils.cpp */; }; + FFFF6398cd387f856398cd38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398cd387f856398cd38 /* src/CmPtrTable.cpp */; }; + FFFF6398cda07f856398cda0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398cda07f856398cda0 /* src/CmRadixSort.cpp */; }; + FFFF6398ce087f856398ce08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398ce087f856398ce08 /* src/CmRadixSortBuffered.cpp */; }; + FFFF6398ce707f856398ce70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398ce707f856398ce70 /* src/CmRenderOutput.cpp */; }; + FFFF6398ced87f856398ced8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD6398ced87f856398ced8 /* src/CmVisualization.cpp */; }; + FFFF648013a87f85648013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648013a87f85648013a8 /* ../../Include/GeomUtils */; }; + FFFF648048e07f85648048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648048e07f85648048e0 /* src/GuBounds.cpp */; }; + FFFF648049487f8564804948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648049487f8564804948 /* src/GuBox.cpp */; }; + FFFF648049b07f85648049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648049b07f85648049b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF64804a187f8564804a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804a187f8564804a18 /* src/GuCapsule.cpp */; }; + FFFF64804a807f8564804a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804a807f8564804a80 /* src/GuGeometryQuery.cpp */; }; + FFFF64804ae87f8564804ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804ae87f8564804ae8 /* src/GuGeometryUnion.cpp */; }; + FFFF64804b507f8564804b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804b507f8564804b50 /* src/GuInternal.cpp */; }; + FFFF64804bb87f8564804bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804bb87f8564804bb8 /* src/GuMTD.cpp */; }; + FFFF64804c207f8564804c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804c207f8564804c20 /* src/GuMeshFactory.cpp */; }; + FFFF64804c887f8564804c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804c887f8564804c88 /* src/GuMetaData.cpp */; }; + FFFF64804cf07f8564804cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804cf07f8564804cf0 /* src/GuOverlapTests.cpp */; }; + FFFF64804d587f8564804d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804d587f8564804d58 /* src/GuRaycastTests.cpp */; }; + FFFF64804dc07f8564804dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804dc07f8564804dc0 /* src/GuSerialize.cpp */; }; + FFFF64804e287f8564804e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804e287f8564804e28 /* src/GuSweepMTD.cpp */; }; + FFFF64804e907f8564804e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804e907f8564804e90 /* src/GuSweepSharedTests.cpp */; }; + FFFF64804ef87f8564804ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804ef87f8564804ef8 /* src/GuSweepTests.cpp */; }; + FFFF64804f607f8564804f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804f607f8564804f60 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF64804fc87f8564804fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64804fc87f8564804fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF648050307f8564805030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648050307f8564805030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF648050987f8564805098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648050987f8564805098 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF648051007f8564805100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648051007f8564805100 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF648051687f8564805168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648051687f8564805168 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF648051d07f85648051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648051d07f85648051d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF648052387f8564805238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648052387f8564805238 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF648052a07f85648052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648052a07f85648052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF648053087f8564805308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648053087f8564805308 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF648053707f8564805370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648053707f8564805370 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF648053d87f85648053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648053d87f85648053d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF648054407f8564805440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648054407f8564805440 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF648054a87f85648054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648054a87f85648054a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF648055107f8564805510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648055107f8564805510 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF648055787f8564805578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648055787f8564805578 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF648055e07f85648055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648055e07f85648055e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF648056487f8564805648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648056487f8564805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF648056b07f85648056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648056b07f85648056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF648057187f8564805718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648057187f8564805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF648057807f8564805780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648057807f8564805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF648057e87f85648057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648057e87f85648057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF648058507f8564805850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648058507f8564805850 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF648058b87f85648058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648058b87f85648058b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF648059207f8564805920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648059207f8564805920 /* src/convex/GuConvexHelper.cpp */; }; + FFFF648059887f8564805988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648059887f8564805988 /* src/convex/GuConvexMesh.cpp */; }; + FFFF648059f07f85648059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648059f07f85648059f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF64805a587f8564805a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805a587f8564805a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF64805ac07f8564805ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805ac07f8564805ac0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF64805b287f8564805b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805b287f8564805b28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF64805b907f8564805b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805b907f8564805b90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF64805bf87f8564805bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805bf87f8564805bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF64805c607f8564805c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805c607f8564805c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF64805cc87f8564805cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805cc87f8564805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF64805d307f8564805d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805d307f8564805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF64805d987f8564805d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805d987f8564805d98 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF64805e007f8564805e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805e007f8564805e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF64805e687f8564805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805e687f8564805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF64805ed07f8564805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805ed07f8564805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF64805f387f8564805f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805f387f8564805f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF64805fa07f8564805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64805fa07f8564805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF648060087f8564806008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648060087f8564806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF648060707f8564806070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648060707f8564806070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF648060d87f85648060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648060d87f85648060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF648061407f8564806140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648061407f8564806140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF648061a87f85648061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648061a87f85648061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF648062107f8564806210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648062107f8564806210 /* src/gjk/GuEPA.cpp */; }; + FFFF648062787f8564806278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648062787f8564806278 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF648062e07f85648062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648062e07f85648062e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF648063487f8564806348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648063487f8564806348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF648063b07f85648063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648063b07f85648063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF648064187f8564806418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648064187f8564806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF648064807f8564806480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648064807f8564806480 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF648064e87f85648064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648064e87f85648064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF648065507f8564806550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648065507f8564806550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF648065b87f85648065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648065b87f85648065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF648066207f8564806620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648066207f8564806620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF648066887f8564806688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648066887f8564806688 /* src/mesh/GuBV32.cpp */; }; + FFFF648066f07f85648066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648066f07f85648066f0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF648067587f8564806758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648067587f8564806758 /* src/mesh/GuBV4.cpp */; }; + FFFF648067c07f85648067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648067c07f85648067c0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF648068287f8564806828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648068287f8564806828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF648068907f8564806890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648068907f8564806890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF648068f87f85648068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648068f87f85648068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF648069607f8564806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648069607f8564806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF648069c87f85648069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648069c87f85648069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF64806a307f8564806a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806a307f8564806a30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF64806a987f8564806a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806a987f8564806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF64806b007f8564806b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806b007f8564806b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF64806b687f8564806b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806b687f8564806b68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF64806bd07f8564806bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806bd07f8564806bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF64806c387f8564806c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806c387f8564806c38 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF64806ca07f8564806ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806ca07f8564806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF64806d087f8564806d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806d087f8564806d08 /* src/mesh/GuRTree.cpp */; }; + FFFF64806d707f8564806d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806d707f8564806d70 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF64806dd87f8564806dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806dd87f8564806dd8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF64806e407f8564806e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806e407f8564806e40 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF64806ea87f8564806ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806ea87f8564806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF64806f107f8564806f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806f107f8564806f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF64806f787f8564806f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806f787f8564806f78 /* src/hf/GuHeightField.cpp */; }; + FFFF64806fe07f8564806fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64806fe07f8564806fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF648070487f8564807048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648070487f8564807048 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF648070b07f85648070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648070b07f85648070b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF648071187f8564807118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648071187f8564807118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF648071807f8564807180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648071807f8564807180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF648071e87f85648071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648071e87f85648071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF648072507f8564807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648072507f8564807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF648072b87f85648072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648072b87f85648072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF648073207f8564807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648073207f8564807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF648073887f8564807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648073887f8564807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF648073f07f85648073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648073f07f85648073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF648074587f8564807458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648074587f8564807458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF648074c07f85648074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648074c07f85648074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF648075287f8564807528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648075287f8564807528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF648075907f8564807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648075907f8564807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF648075f87f85648075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648075f87f85648075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF648076607f8564807660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648076607f8564807660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF648076c87f85648076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648076c87f85648076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF648077307f8564807730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648077307f8564807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF648077987f8564807798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648077987f8564807798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF648078007f8564807800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648078007f8564807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF648078687f8564807868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648078687f8564807868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF648078d07f85648078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648078d07f85648078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF648079387f8564807938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648079387f8564807938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF648079a07f85648079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD648079a07f85648079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF64807a087f8564807a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807a087f8564807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF64807a707f8564807a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807a707f8564807a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF64807ad87f8564807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807ad87f8564807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF64807b407f8564807b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807b407f8564807b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF64807ba87f8564807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807ba87f8564807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF64807c107f8564807c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD64807c107f8564807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf18a0c307fd2f18a0c30 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf200ec007fd2f200ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ec687fd2f200ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ecd07fd2f200ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ed387fd2f200ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200eda07fd2f200eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ee087fd2f200ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ee707fd2f200ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200eed87fd2f200eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200ef407fd2f200ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200efa87fd2f200efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f0107fd2f200f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f0787fd2f200f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f0e07fd2f200f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f1487fd2f200f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f1b07fd2f200f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f2187fd2f200f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f2807fd2f200f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f2e87fd2f200f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f3507fd2f200f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f3b87fd2f200f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f4207fd2f200f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f4887fd2f200f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f4f07fd2f200f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f5587fd2f200f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f5c07fd2f200f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f6287fd2f200f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f6907fd2f200f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f6f87fd2f200f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f7607fd2f200f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f7c87fd2f200f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f8307fd2f200f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f8987fd2f200f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf200f9007fd2f200f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aa8007fd2f11aa800 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aa8687fd2f11aa868 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aa8d07fd2f11aa8d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aa9387fd2f11aa938 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aa9a07fd2f11aa9a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaa087fd2f11aaa08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaa707fd2f11aaa70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaad87fd2f11aaad8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11aab407fd2f11aab40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaba87fd2f11aaba8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aac107fd2f11aac10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aac787fd2f11aac78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aace07fd2f11aace0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aad487fd2f11aad48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aadb07fd2f11aadb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aae187fd2f11aae18 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aae807fd2f11aae80 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaee87fd2f11aaee8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aaf507fd2f11aaf50 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11aafb87fd2f11aafb8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab0207fd2f11ab020 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab0887fd2f11ab088 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab0f07fd2f11ab0f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab1587fd2f11ab158 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab1c07fd2f11ab1c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab2287fd2f11ab228 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab2907fd2f11ab290 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab2f87fd2f11ab2f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab3607fd2f11ab360 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab3c87fd2f11ab3c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab4307fd2f11ab430 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab4987fd2f11ab498 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab5007fd2f11ab500 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab5687fd2f11ab568 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11ab5d07fd2f11ab5d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20010007fd2f2001000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20010687fd2f2001068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20010d07fd2f20010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20011387fd2f2001138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20011a07fd2f20011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20012087fd2f2001208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20012707fd2f2001270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20012d87fd2f20012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20013407fd2f2001340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20013a87fd2f20013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFDf20014107fd2f2001410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20014787fd2f2001478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20014e07fd2f20014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20015487fd2f2001548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20015b07fd2f20015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20016187fd2f2001618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20016807fd2f2001680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20016e87fd2f20016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20017507fd2f2001750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20017b87fd2f20017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20018207fd2f2001820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20018887fd2f2001888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20018f07fd2f20018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20019587fd2f2001958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20019c07fd2f20019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001a287fd2f2001a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001a907fd2f2001a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001af87fd2f2001af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001b607fd2f2001b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001bc87fd2f2001bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001c307fd2f2001c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001c987fd2f2001c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001d007fd2f2001d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001d687fd2f2001d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001dd07fd2f2001dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001e387fd2f2001e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001ea07fd2f2001ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001f087fd2f2001f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001f707fd2f2001f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2001fd87fd2f2001fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20020407fd2f2002040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20020a87fd2f20020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20021107fd2f2002110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20021787fd2f2002178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20021e07fd2f20021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20022487fd2f2002248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20022b07fd2f20022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20023187fd2f2002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20023807fd2f2002380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20023e87fd2f20023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20024507fd2f2002450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20024b87fd2f20024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20025207fd2f2002520 /* 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; }; - FFFDf20025887fd2f2002588 /* 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; }; - FFFDf20025f07fd2f20025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20026587fd2f2002658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20026c07fd2f20026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20027287fd2f2002728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20027907fd2f2002790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20027f87fd2f20027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20028607fd2f2002860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20028c87fd2f20028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20029307fd2f2002930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20029987fd2f2002998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002a007fd2f2002a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002a687fd2f2002a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002ad07fd2f2002ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002b387fd2f2002b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002ba07fd2f2002ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002c087fd2f2002c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002c707fd2f2002c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002cd87fd2f2002cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002d407fd2f2002d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002da87fd2f2002da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002e107fd2f2002e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002e787fd2f2002e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002ee07fd2f2002ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002f487fd2f2002f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2002fb07fd2f2002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20030187fd2f2003018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20030807fd2f2003080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20030e87fd2f20030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20031507fd2f2003150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20031b87fd2f20031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20032207fd2f2003220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20032887fd2f2003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20032f07fd2f20032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20033587fd2f2003358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20033c07fd2f20033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20034287fd2f2003428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20034907fd2f2003490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20034f87fd2f20034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20035607fd2f2003560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20035c87fd2f20035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20036307fd2f2003630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20036987fd2f2003698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20037007fd2f2003700 /* 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; }; - FFFDf20037687fd2f2003768 /* 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; }; - FFFDf20037d07fd2f20037d0 /* 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; }; - FFFDf20038387fd2f2003838 /* 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; }; - FFFDf20038a07fd2f20038a0 /* 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; }; - FFFDf20039087fd2f2003908 /* 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; }; - FFFDf20039707fd2f2003970 /* 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; }; - FFFDf20039d87fd2f20039d8 /* 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; }; - FFFDf2003a407fd2f2003a40 /* 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; }; - FFFDf2003aa87fd2f2003aa8 /* 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; }; - FFFDf2003b107fd2f2003b10 /* 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; }; - FFFDf2003b787fd2f2003b78 /* 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; }; - FFFDf2003be07fd2f2003be0 /* 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; }; - FFFDf2003c487fd2f2003c48 /* 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; }; - FFFDf2003cb07fd2f2003cb0 /* 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; }; - FFFDf2003d187fd2f2003d18 /* 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; }; - FFFDf2003d807fd2f2003d80 /* 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; }; - FFFDf2003de87fd2f2003de8 /* 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; }; - FFFDf2003e507fd2f2003e50 /* 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; }; - FFFDf2003eb87fd2f2003eb8 /* 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; }; - FFFDf2003f207fd2f2003f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2003f887fd2f2003f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2003ff07fd2f2003ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20040587fd2f2004058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20040c07fd2f20040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20041287fd2f2004128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20041907fd2f2004190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20041f87fd2f20041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20042607fd2f2004260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20042c87fd2f20042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20043307fd2f2004330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20043987fd2f2004398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20044007fd2f2004400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20044687fd2f2004468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20044d07fd2f20044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20045387fd2f2004538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20045a07fd2f20045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20046087fd2f2004608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20046707fd2f2004670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20046d87fd2f20046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20047407fd2f2004740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20047a87fd2f20047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20048107fd2f2004810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20048787fd2f2004878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf20048e07fd2f20048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20049487fd2f2004948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20049b07fd2f20049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004a187fd2f2004a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004a807fd2f2004a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004ae87fd2f2004ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004b507fd2f2004b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004bb87fd2f2004bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004c207fd2f2004c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004c887fd2f2004c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004cf07fd2f2004cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004d587fd2f2004d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004dc07fd2f2004dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004e287fd2f2004e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004e907fd2f2004e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004ef87fd2f2004ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004f607fd2f2004f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2004fc87fd2f2004fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20050307fd2f2005030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20050987fd2f2005098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20051007fd2f2005100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20051687fd2f2005168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20051d07fd2f20051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20052387fd2f2005238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20052a07fd2f20052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20053087fd2f2005308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20053707fd2f2005370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20053d87fd2f20053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20054407fd2f2005440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20054a87fd2f20054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20055107fd2f2005510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20055787fd2f2005578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20055e07fd2f20055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20056487fd2f2005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20056b07fd2f20056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20057187fd2f2005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20057807fd2f2005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20057e87fd2f20057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20058507fd2f2005850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20058b87fd2f20058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20059207fd2f2005920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20059887fd2f2005988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20059f07fd2f20059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005a587fd2f2005a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005ac07fd2f2005ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005b287fd2f2005b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005b907fd2f2005b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005bf87fd2f2005bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005c607fd2f2005c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005cc87fd2f2005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005d307fd2f2005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005d987fd2f2005d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005e007fd2f2005e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005e687fd2f2005e68 /* 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; }; - FFFDf2005ed07fd2f2005ed0 /* 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; }; - FFFDf2005f387fd2f2005f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2005fa07fd2f2005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20060087fd2f2006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20060707fd2f2006070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20060d87fd2f20060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20061407fd2f2006140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20061a87fd2f20061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20062107fd2f2006210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20062787fd2f2006278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20062e07fd2f20062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20063487fd2f2006348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20063b07fd2f20063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20064187fd2f2006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20064807fd2f2006480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20064e87fd2f20064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20065507fd2f2006550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20065b87fd2f20065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20066207fd2f2006620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20066887fd2f2006688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20066f07fd2f20066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20067587fd2f2006758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20067c07fd2f20067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20068287fd2f2006828 /* 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; }; - FFFDf20068907fd2f2006890 /* 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; }; - FFFDf20068f87fd2f20068f8 /* 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; }; - FFFDf20069607fd2f2006960 /* 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; }; - FFFDf20069c87fd2f20069c8 /* 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; }; - FFFDf2006a307fd2f2006a30 /* 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; }; - FFFDf2006a987fd2f2006a98 /* 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; }; - FFFDf2006b007fd2f2006b00 /* 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; }; - FFFDf2006b687fd2f2006b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006bd07fd2f2006bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006c387fd2f2006c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006ca07fd2f2006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006d087fd2f2006d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006d707fd2f2006d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006dd87fd2f2006dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006e407fd2f2006e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006ea87fd2f2006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006f107fd2f2006f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006f787fd2f2006f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2006fe07fd2f2006fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20070487fd2f2007048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20070b07fd2f20070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20071187fd2f2007118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20071807fd2f2007180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20071e87fd2f20071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20072507fd2f2007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20072b87fd2f20072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20073207fd2f2007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20073887fd2f2007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20073f07fd2f20073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20074587fd2f2007458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20074c07fd2f20074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20075287fd2f2007528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20075907fd2f2007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20075f87fd2f20075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20076607fd2f2007660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20076c87fd2f20076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20077307fd2f2007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20077987fd2f2007798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20078007fd2f2007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20078687fd2f2007868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20078d07fd2f20078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20079387fd2f2007938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf20079a07fd2f20079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007a087fd2f2007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007a707fd2f2007a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007ad87fd2f2007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007b407fd2f2007b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007ba87fd2f2007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2007c107fd2f2007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD641046c07f85641046c0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6480ec007f856480ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ec687f856480ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ecd07f856480ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ed387f856480ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480eda07f856480eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ee087f856480ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ee707f856480ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480eed87f856480eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480ef407f856480ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480efa87f856480efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f0107f856480f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f0787f856480f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f0e07f856480f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f1487f856480f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f1b07f856480f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f2187f856480f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f2807f856480f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f2e87f856480f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f3507f856480f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f3b87f856480f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f4207f856480f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f4887f856480f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f4f07f856480f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f5587f856480f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f5c07f856480f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f6287f856480f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f6907f856480f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f6f87f856480f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f7607f856480f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f7c87f856480f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f8307f856480f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f8987f856480f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f9007f856480f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398cc007f856398cc00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398cc687f856398cc68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398ccd07f856398ccd0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398cd387f856398cd38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398cda07f856398cda0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398ce087f856398ce08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398ce707f856398ce70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398ced87f856398ced8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6398cf407f856398cf40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398cfa87f856398cfa8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d0107f856398d010 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d0787f856398d078 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d0e07f856398d0e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d1487f856398d148 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d1b07f856398d1b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d2187f856398d218 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d2807f856398d280 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d2e87f856398d2e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d3507f856398d350 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d3b87f856398d3b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d4207f856398d420 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d4887f856398d488 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d4f07f856398d4f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d5587f856398d558 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d5c07f856398d5c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d6287f856398d628 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d6907f856398d690 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d6f87f856398d6f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d7607f856398d760 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d7c87f856398d7c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d8307f856398d830 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d8987f856398d898 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d9007f856398d900 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d9687f856398d968 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD6398d9d07f856398d9d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD648010007f8564801000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD648010687f8564801068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648010d07f85648010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648011387f8564801138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD648011a07f85648011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648012087f8564801208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648012707f8564801270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD648012d87f85648012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD648013407f8564801340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD648013a87f85648013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD648014107f8564801410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD648014787f8564801478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD648014e07f85648014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD648015487f8564801548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD648015b07f85648015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD648016187f8564801618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648016807f8564801680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD648016e87f85648016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD648017507f8564801750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD648017b87f85648017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD648018207f8564801820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648018887f8564801888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD648018f07f85648018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD648019587f8564801958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD648019c07f85648019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801a287f8564801a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801a907f8564801a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801af87f8564801af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801b607f8564801b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801bc87f8564801bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801c307f8564801c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801c987f8564801c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801d007f8564801d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801d687f8564801d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801dd07f8564801dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801e387f8564801e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801ea07f8564801ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801f087f8564801f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801f707f8564801f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD64801fd87f8564801fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD648020407f8564802040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD648020a87f85648020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD648021107f8564802110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD648021787f8564802178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648021e07f85648021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD648022487f8564802248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648022b07f85648022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648023187f8564802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648023807f8564802380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648023e87f85648023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648024507f8564802450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648024b87f85648024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD648025207f8564802520 /* 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; }; + FFFD648025887f8564802588 /* 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; }; + FFFD648025f07f85648025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648026587f8564802658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD648026c07f85648026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648027287f8564802728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD648027907f8564802790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD648027f87f85648027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648028607f8564802860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD648028c87f85648028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD648029307f8564802930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD648029987f8564802998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802a007f8564802a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802a687f8564802a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802ad07f8564802ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802b387f8564802b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802ba07f8564802ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802c087f8564802c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802c707f8564802c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802cd87f8564802cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802d407f8564802d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802da87f8564802da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802e107f8564802e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802e787f8564802e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802ee07f8564802ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802f487f8564802f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD64802fb07f8564802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD648030187f8564803018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD648030807f8564803080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648030e87f85648030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648031507f8564803150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD648031b87f85648031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD648032207f8564803220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648032887f8564803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD648032f07f85648032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD648033587f8564803358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD648033c07f85648033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD648034287f8564803428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD648034907f8564803490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD648034f87f85648034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD648035607f8564803560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD648035c87f85648035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD648036307f8564803630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD648036987f8564803698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD648037007f8564803700 /* 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; }; + FFFD648037687f8564803768 /* 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; }; + FFFD648037d07f85648037d0 /* 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; }; + FFFD648038387f8564803838 /* 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; }; + FFFD648038a07f85648038a0 /* 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; }; + FFFD648039087f8564803908 /* 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; }; + FFFD648039707f8564803970 /* 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; }; + FFFD648039d87f85648039d8 /* 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; }; + FFFD64803a407f8564803a40 /* 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; }; + FFFD64803aa87f8564803aa8 /* 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; }; + FFFD64803b107f8564803b10 /* 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; }; + FFFD64803b787f8564803b78 /* 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; }; + FFFD64803be07f8564803be0 /* 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; }; + FFFD64803c487f8564803c48 /* 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; }; + FFFD64803cb07f8564803cb0 /* 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; }; + FFFD64803d187f8564803d18 /* 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; }; + FFFD64803d807f8564803d80 /* 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; }; + FFFD64803de87f8564803de8 /* 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; }; + FFFD64803e507f8564803e50 /* 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; }; + FFFD64803eb87f8564803eb8 /* 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; }; + FFFD64803f207f8564803f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD64803f887f8564803f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD64803ff07f8564803ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD648040587f8564804058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD648040c07f85648040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD648041287f8564804128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD648041907f8564804190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD648041f87f85648041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD648042607f8564804260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD648042c87f85648042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD648043307f8564804330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD648043987f8564804398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD648044007f8564804400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD648044687f8564804468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD648044d07f85648044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648045387f8564804538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD648045a07f85648045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD648046087f8564804608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD648046707f8564804670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD648046d87f85648046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD648047407f8564804740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD648047a87f85648047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD648048107f8564804810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD648048787f8564804878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD648048e07f85648048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648049487f8564804948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648049b07f85648049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804a187f8564804a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804a807f8564804a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804ae87f8564804ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804b507f8564804b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804bb87f8564804bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804c207f8564804c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804c887f8564804c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804cf07f8564804cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804d587f8564804d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804dc07f8564804dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804e287f8564804e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804e907f8564804e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804ef87f8564804ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804f607f8564804f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64804fc87f8564804fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648050307f8564805030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648050987f8564805098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648051007f8564805100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648051687f8564805168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648051d07f85648051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648052387f8564805238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648052a07f85648052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648053087f8564805308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648053707f8564805370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648053d87f85648053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648054407f8564805440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648054a87f85648054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648055107f8564805510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648055787f8564805578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648055e07f85648055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648056487f8564805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648056b07f85648056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648057187f8564805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648057807f8564805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648057e87f85648057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648058507f8564805850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648058b87f85648058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648059207f8564805920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648059887f8564805988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648059f07f85648059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805a587f8564805a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805ac07f8564805ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805b287f8564805b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805b907f8564805b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805bf87f8564805bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805c607f8564805c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805cc87f8564805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805d307f8564805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805d987f8564805d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805e007f8564805e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805e687f8564805e68 /* 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; }; + FFFD64805ed07f8564805ed0 /* 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; }; + FFFD64805f387f8564805f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64805fa07f8564805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648060087f8564806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648060707f8564806070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648060d87f85648060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648061407f8564806140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648061a87f85648061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648062107f8564806210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648062787f8564806278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648062e07f85648062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648063487f8564806348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648063b07f85648063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648064187f8564806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648064807f8564806480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648064e87f85648064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648065507f8564806550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648065b87f85648065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648066207f8564806620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648066887f8564806688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648066f07f85648066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648067587f8564806758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648067c07f85648067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648068287f8564806828 /* 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; }; + FFFD648068907f8564806890 /* 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; }; + FFFD648068f87f85648068f8 /* 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; }; + FFFD648069607f8564806960 /* 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; }; + FFFD648069c87f85648069c8 /* 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; }; + FFFD64806a307f8564806a30 /* 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; }; + FFFD64806a987f8564806a98 /* 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; }; + FFFD64806b007f8564806b00 /* 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; }; + FFFD64806b687f8564806b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806bd07f8564806bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806c387f8564806c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806ca07f8564806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806d087f8564806d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806d707f8564806d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806dd87f8564806dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806e407f8564806e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806ea87f8564806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806f107f8564806f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806f787f8564806f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64806fe07f8564806fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648070487f8564807048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648070b07f85648070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648071187f8564807118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648071807f8564807180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648071e87f85648071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648072507f8564807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648072b87f85648072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648073207f8564807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648073887f8564807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648073f07f85648073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648074587f8564807458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648074c07f85648074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648075287f8564807528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648075907f8564807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648075f87f85648075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648076607f8564807660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648076c87f85648076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648077307f8564807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648077987f8564807798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648078007f8564807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648078687f8564807868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648078d07f85648078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648079387f8564807938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648079a07f85648079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807a087f8564807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807a707f8564807a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807ad87f8564807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807b407f8564807b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807ba87f8564807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807c107f8564807c10 /* 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 */ - FFF2f18a0c307fd2f18a0c30 /* Resources */ = { + FFF2641046c07f85641046c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf20013a87fd2f20013a8, + FFFF648013a87f85648013a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf18a0c307fd2f18a0c30 /* Frameworks */ = { + FFFC641046c07f85641046c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1852,145 +1852,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f18a0c307fd2f18a0c30 /* Sources */ = { + FFF8641046c07f85641046c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf11aa8007fd2f11aa800, - FFFFf11aa8687fd2f11aa868, - FFFFf11aa8d07fd2f11aa8d0, - FFFFf11aa9387fd2f11aa938, - FFFFf11aa9a07fd2f11aa9a0, - FFFFf11aaa087fd2f11aaa08, - FFFFf11aaa707fd2f11aaa70, - FFFFf11aaad87fd2f11aaad8, - FFFFf20048e07fd2f20048e0, - FFFFf20049487fd2f2004948, - FFFFf20049b07fd2f20049b0, - FFFFf2004a187fd2f2004a18, - FFFFf2004a807fd2f2004a80, - FFFFf2004ae87fd2f2004ae8, - FFFFf2004b507fd2f2004b50, - FFFFf2004bb87fd2f2004bb8, - FFFFf2004c207fd2f2004c20, - FFFFf2004c887fd2f2004c88, - FFFFf2004cf07fd2f2004cf0, - FFFFf2004d587fd2f2004d58, - FFFFf2004dc07fd2f2004dc0, - FFFFf2004e287fd2f2004e28, - FFFFf2004e907fd2f2004e90, - FFFFf2004ef87fd2f2004ef8, - FFFFf2004f607fd2f2004f60, - FFFFf2004fc87fd2f2004fc8, - FFFFf20050307fd2f2005030, - FFFFf20050987fd2f2005098, - FFFFf20051007fd2f2005100, - FFFFf20051687fd2f2005168, - FFFFf20051d07fd2f20051d0, - FFFFf20052387fd2f2005238, - FFFFf20052a07fd2f20052a0, - FFFFf20053087fd2f2005308, - FFFFf20053707fd2f2005370, - FFFFf20053d87fd2f20053d8, - FFFFf20054407fd2f2005440, - FFFFf20054a87fd2f20054a8, - FFFFf20055107fd2f2005510, - FFFFf20055787fd2f2005578, - FFFFf20055e07fd2f20055e0, - FFFFf20056487fd2f2005648, - FFFFf20056b07fd2f20056b0, - FFFFf20057187fd2f2005718, - FFFFf20057807fd2f2005780, - FFFFf20057e87fd2f20057e8, - FFFFf20058507fd2f2005850, - FFFFf20058b87fd2f20058b8, - FFFFf20059207fd2f2005920, - FFFFf20059887fd2f2005988, - FFFFf20059f07fd2f20059f0, - FFFFf2005a587fd2f2005a58, - FFFFf2005ac07fd2f2005ac0, - FFFFf2005b287fd2f2005b28, - FFFFf2005b907fd2f2005b90, - FFFFf2005bf87fd2f2005bf8, - FFFFf2005c607fd2f2005c60, - FFFFf2005cc87fd2f2005cc8, - FFFFf2005d307fd2f2005d30, - FFFFf2005d987fd2f2005d98, - FFFFf2005e007fd2f2005e00, - FFFFf2005e687fd2f2005e68, - FFFFf2005ed07fd2f2005ed0, - FFFFf2005f387fd2f2005f38, - FFFFf2005fa07fd2f2005fa0, - FFFFf20060087fd2f2006008, - FFFFf20060707fd2f2006070, - FFFFf20060d87fd2f20060d8, - FFFFf20061407fd2f2006140, - FFFFf20061a87fd2f20061a8, - FFFFf20062107fd2f2006210, - FFFFf20062787fd2f2006278, - FFFFf20062e07fd2f20062e0, - FFFFf20063487fd2f2006348, - FFFFf20063b07fd2f20063b0, - FFFFf20064187fd2f2006418, - FFFFf20064807fd2f2006480, - FFFFf20064e87fd2f20064e8, - FFFFf20065507fd2f2006550, - FFFFf20065b87fd2f20065b8, - FFFFf20066207fd2f2006620, - FFFFf20066887fd2f2006688, - FFFFf20066f07fd2f20066f0, - FFFFf20067587fd2f2006758, - FFFFf20067c07fd2f20067c0, - FFFFf20068287fd2f2006828, - FFFFf20068907fd2f2006890, - FFFFf20068f87fd2f20068f8, - FFFFf20069607fd2f2006960, - FFFFf20069c87fd2f20069c8, - FFFFf2006a307fd2f2006a30, - FFFFf2006a987fd2f2006a98, - FFFFf2006b007fd2f2006b00, - FFFFf2006b687fd2f2006b68, - FFFFf2006bd07fd2f2006bd0, - FFFFf2006c387fd2f2006c38, - FFFFf2006ca07fd2f2006ca0, - FFFFf2006d087fd2f2006d08, - FFFFf2006d707fd2f2006d70, - FFFFf2006dd87fd2f2006dd8, - FFFFf2006e407fd2f2006e40, - FFFFf2006ea87fd2f2006ea8, - FFFFf2006f107fd2f2006f10, - FFFFf2006f787fd2f2006f78, - FFFFf2006fe07fd2f2006fe0, - FFFFf20070487fd2f2007048, - FFFFf20070b07fd2f20070b0, - FFFFf20071187fd2f2007118, - FFFFf20071807fd2f2007180, - FFFFf20071e87fd2f20071e8, - FFFFf20072507fd2f2007250, - FFFFf20072b87fd2f20072b8, - FFFFf20073207fd2f2007320, - FFFFf20073887fd2f2007388, - FFFFf20073f07fd2f20073f0, - FFFFf20074587fd2f2007458, - FFFFf20074c07fd2f20074c0, - FFFFf20075287fd2f2007528, - FFFFf20075907fd2f2007590, - FFFFf20075f87fd2f20075f8, - FFFFf20076607fd2f2007660, - FFFFf20076c87fd2f20076c8, - FFFFf20077307fd2f2007730, - FFFFf20077987fd2f2007798, - FFFFf20078007fd2f2007800, - FFFFf20078687fd2f2007868, - FFFFf20078d07fd2f20078d0, - FFFFf20079387fd2f2007938, - FFFFf20079a07fd2f20079a0, - FFFFf2007a087fd2f2007a08, - FFFFf2007a707fd2f2007a70, - FFFFf2007ad87fd2f2007ad8, - FFFFf2007b407fd2f2007b40, - FFFFf2007ba87fd2f2007ba8, - FFFFf2007c107fd2f2007c10, + FFFF6398cc007f856398cc00, + FFFF6398cc687f856398cc68, + FFFF6398ccd07f856398ccd0, + FFFF6398cd387f856398cd38, + FFFF6398cda07f856398cda0, + FFFF6398ce087f856398ce08, + FFFF6398ce707f856398ce70, + FFFF6398ced87f856398ced8, + FFFF648048e07f85648048e0, + FFFF648049487f8564804948, + FFFF648049b07f85648049b0, + FFFF64804a187f8564804a18, + FFFF64804a807f8564804a80, + FFFF64804ae87f8564804ae8, + FFFF64804b507f8564804b50, + FFFF64804bb87f8564804bb8, + FFFF64804c207f8564804c20, + FFFF64804c887f8564804c88, + FFFF64804cf07f8564804cf0, + FFFF64804d587f8564804d58, + FFFF64804dc07f8564804dc0, + FFFF64804e287f8564804e28, + FFFF64804e907f8564804e90, + FFFF64804ef87f8564804ef8, + FFFF64804f607f8564804f60, + FFFF64804fc87f8564804fc8, + FFFF648050307f8564805030, + FFFF648050987f8564805098, + FFFF648051007f8564805100, + FFFF648051687f8564805168, + FFFF648051d07f85648051d0, + FFFF648052387f8564805238, + FFFF648052a07f85648052a0, + FFFF648053087f8564805308, + FFFF648053707f8564805370, + FFFF648053d87f85648053d8, + FFFF648054407f8564805440, + FFFF648054a87f85648054a8, + FFFF648055107f8564805510, + FFFF648055787f8564805578, + FFFF648055e07f85648055e0, + FFFF648056487f8564805648, + FFFF648056b07f85648056b0, + FFFF648057187f8564805718, + FFFF648057807f8564805780, + FFFF648057e87f85648057e8, + FFFF648058507f8564805850, + FFFF648058b87f85648058b8, + FFFF648059207f8564805920, + FFFF648059887f8564805988, + FFFF648059f07f85648059f0, + FFFF64805a587f8564805a58, + FFFF64805ac07f8564805ac0, + FFFF64805b287f8564805b28, + FFFF64805b907f8564805b90, + FFFF64805bf87f8564805bf8, + FFFF64805c607f8564805c60, + FFFF64805cc87f8564805cc8, + FFFF64805d307f8564805d30, + FFFF64805d987f8564805d98, + FFFF64805e007f8564805e00, + FFFF64805e687f8564805e68, + FFFF64805ed07f8564805ed0, + FFFF64805f387f8564805f38, + FFFF64805fa07f8564805fa0, + FFFF648060087f8564806008, + FFFF648060707f8564806070, + FFFF648060d87f85648060d8, + FFFF648061407f8564806140, + FFFF648061a87f85648061a8, + FFFF648062107f8564806210, + FFFF648062787f8564806278, + FFFF648062e07f85648062e0, + FFFF648063487f8564806348, + FFFF648063b07f85648063b0, + FFFF648064187f8564806418, + FFFF648064807f8564806480, + FFFF648064e87f85648064e8, + FFFF648065507f8564806550, + FFFF648065b87f85648065b8, + FFFF648066207f8564806620, + FFFF648066887f8564806688, + FFFF648066f07f85648066f0, + FFFF648067587f8564806758, + FFFF648067c07f85648067c0, + FFFF648068287f8564806828, + FFFF648068907f8564806890, + FFFF648068f87f85648068f8, + FFFF648069607f8564806960, + FFFF648069c87f85648069c8, + FFFF64806a307f8564806a30, + FFFF64806a987f8564806a98, + FFFF64806b007f8564806b00, + FFFF64806b687f8564806b68, + FFFF64806bd07f8564806bd0, + FFFF64806c387f8564806c38, + FFFF64806ca07f8564806ca0, + FFFF64806d087f8564806d08, + FFFF64806d707f8564806d70, + FFFF64806dd87f8564806dd8, + FFFF64806e407f8564806e40, + FFFF64806ea87f8564806ea8, + FFFF64806f107f8564806f10, + FFFF64806f787f8564806f78, + FFFF64806fe07f8564806fe0, + FFFF648070487f8564807048, + FFFF648070b07f85648070b0, + FFFF648071187f8564807118, + FFFF648071807f8564807180, + FFFF648071e87f85648071e8, + FFFF648072507f8564807250, + FFFF648072b87f85648072b8, + FFFF648073207f8564807320, + FFFF648073887f8564807388, + FFFF648073f07f85648073f0, + FFFF648074587f8564807458, + FFFF648074c07f85648074c0, + FFFF648075287f8564807528, + FFFF648075907f8564807590, + FFFF648075f87f85648075f8, + FFFF648076607f8564807660, + FFFF648076c87f85648076c8, + FFFF648077307f8564807730, + FFFF648077987f8564807798, + FFFF648078007f8564807800, + FFFF648078687f8564807868, + FFFF648078d07f85648078d0, + FFFF648079387f8564807938, + FFFF648079a07f85648079a0, + FFFF64807a087f8564807a08, + FFFF64807a707f8564807a70, + FFFF64807ad87f8564807ad8, + FFFF64807b407f8564807b40, + FFFF64807ba87f8564807ba8, + FFFF64807c107f8564807c10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1999,132 +1999,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f1b07af07fd2f1b07af0 /* PBXTargetDependency */ = { + FFF46410ff507f856410ff50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188de607fd2f188de60 /* PxFoundation */; - targetProxy = FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */; + target = FFFA641711507f8564171150 /* PxFoundation */; + targetProxy = FFF5641711507f8564171150 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFFf11a25187fd2f11a2518 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a25187fd2f11a2518 /* src/PsAllocator.cpp */; }; - FFFFf11a25807fd2f11a2580 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a25807fd2f11a2580 /* src/PsAssert.cpp */; }; - FFFFf11a25e87fd2f11a25e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a25e87fd2f11a25e8 /* src/PsFoundation.cpp */; }; - FFFFf11a26507fd2f11a2650 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a26507fd2f11a2650 /* src/PsMathUtils.cpp */; }; - FFFFf11a26b87fd2f11a26b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a26b87fd2f11a26b8 /* src/PsString.cpp */; }; - FFFFf11a27207fd2f11a2720 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a27207fd2f11a2720 /* src/PsTempAllocator.cpp */; }; - FFFFf11a27887fd2f11a2788 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a27887fd2f11a2788 /* src/PsUtilities.cpp */; }; - FFFFf11a27f07fd2f11a27f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a27f07fd2f11a27f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFFf11a28587fd2f11a2858 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a28587fd2f11a2858 /* src/unix/PsUnixCpu.cpp */; }; - FFFFf11a28c07fd2f11a28c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a28c07fd2f11a28c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFFf11a29287fd2f11a2928 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a29287fd2f11a2928 /* src/unix/PsUnixMutex.cpp */; }; - FFFFf11a29907fd2f11a2990 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a29907fd2f11a2990 /* src/unix/PsUnixPrintString.cpp */; }; - FFFFf11a29f87fd2f11a29f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a29f87fd2f11a29f8 /* src/unix/PsUnixSList.cpp */; }; - FFFFf11a2a607fd2f11a2a60 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a2a607fd2f11a2a60 /* src/unix/PsUnixSocket.cpp */; }; - FFFFf11a2ac87fd2f11a2ac8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a2ac87fd2f11a2ac8 /* src/unix/PsUnixSync.cpp */; }; - FFFFf11a2b307fd2f11a2b30 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a2b307fd2f11a2b30 /* src/unix/PsUnixThread.cpp */; }; - FFFFf11a2b987fd2f11a2b98 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11a2b987fd2f11a2b98 /* src/unix/PsUnixTime.cpp */; }; + FFFF639849187f8563984918 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD639849187f8563984918 /* src/PsAllocator.cpp */; }; + FFFF639849807f8563984980 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD639849807f8563984980 /* src/PsAssert.cpp */; }; + FFFF639849e87f85639849e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD639849e87f85639849e8 /* src/PsFoundation.cpp */; }; + FFFF63984a507f8563984a50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984a507f8563984a50 /* src/PsMathUtils.cpp */; }; + FFFF63984ab87f8563984ab8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984ab87f8563984ab8 /* src/PsString.cpp */; }; + FFFF63984b207f8563984b20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984b207f8563984b20 /* src/PsTempAllocator.cpp */; }; + FFFF63984b887f8563984b88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984b887f8563984b88 /* src/PsUtilities.cpp */; }; + FFFF63984bf07f8563984bf0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984bf07f8563984bf0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF63984c587f8563984c58 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984c587f8563984c58 /* src/unix/PsUnixCpu.cpp */; }; + FFFF63984cc07f8563984cc0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984cc07f8563984cc0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF63984d287f8563984d28 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984d287f8563984d28 /* src/unix/PsUnixMutex.cpp */; }; + FFFF63984d907f8563984d90 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984d907f8563984d90 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF63984df87f8563984df8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984df87f8563984df8 /* src/unix/PsUnixSList.cpp */; }; + FFFF63984e607f8563984e60 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984e607f8563984e60 /* src/unix/PsUnixSocket.cpp */; }; + FFFF63984ec87f8563984ec8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984ec87f8563984ec8 /* src/unix/PsUnixSync.cpp */; }; + FFFF63984f307f8563984f30 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984f307f8563984f30 /* src/unix/PsUnixThread.cpp */; }; + FFFF63984f987f8563984f98 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD63984f987f8563984f98 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf188de607fd2f188de60 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf1196c007fd2f1196c00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196c687fd2f1196c68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196cd07fd2f1196cd0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196d387fd2f1196d38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196da07fd2f1196da0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196e087fd2f1196e08 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196e707fd2f1196e70 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196ed87fd2f1196ed8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196f407fd2f1196f40 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1196fa87fd2f1196fa8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11970107fd2f1197010 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11970787fd2f1197078 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11970e07fd2f11970e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11971487fd2f1197148 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11971b07fd2f11971b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11972187fd2f1197218 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11972807fd2f1197280 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11972e87fd2f11972e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11973507fd2f1197350 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11973b87fd2f11973b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11974207fd2f1197420 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11974887fd2f1197488 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11974f07fd2f11974f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11975587fd2f1197558 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11975c07fd2f11975c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11976287fd2f1197628 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11976907fd2f1197690 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11976f87fd2f11976f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11977607fd2f1197760 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a12007fd2f11a1200 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a12687fd2f11a1268 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a12d07fd2f11a12d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a13387fd2f11a1338 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a13a07fd2f11a13a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a14087fd2f11a1408 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a14707fd2f11a1470 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a14d87fd2f11a14d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a15407fd2f11a1540 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a15a87fd2f11a15a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a16107fd2f11a1610 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a16787fd2f11a1678 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a16e07fd2f11a16e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a17487fd2f11a1748 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a17b07fd2f11a17b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a18187fd2f11a1818 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a18807fd2f11a1880 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a18e87fd2f11a18e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a19507fd2f11a1950 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a19b87fd2f11a19b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1a207fd2f11a1a20 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1a887fd2f11a1a88 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1af07fd2f11a1af0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1b587fd2f11a1b58 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1bc07fd2f11a1bc0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1c287fd2f11a1c28 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1c907fd2f11a1c90 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1cf87fd2f11a1cf8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1d607fd2f11a1d60 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1dc87fd2f11a1dc8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1e307fd2f11a1e30 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1e987fd2f11a1e98 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1f007fd2f11a1f00 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1f687fd2f11a1f68 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a1fd07fd2f11a1fd0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a20387fd2f11a2038 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a20a07fd2f11a20a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a21087fd2f11a2108 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a21707fd2f11a2170 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a21d87fd2f11a21d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a22407fd2f11a2240 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a22a87fd2f11a22a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a23107fd2f11a2310 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a23787fd2f11a2378 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a23e07fd2f11a23e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a24487fd2f11a2448 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a24b07fd2f11a24b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11a25187fd2f11a2518 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a25807fd2f11a2580 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a25e87fd2f11a25e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a26507fd2f11a2650 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a26b87fd2f11a26b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a27207fd2f11a2720 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a27887fd2f11a2788 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a27f07fd2f11a27f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a28587fd2f11a2858 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a28c07fd2f11a28c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a29287fd2f11a2928 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a29907fd2f11a2990 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a29f87fd2f11a29f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a2a607fd2f11a2a60 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a2ac87fd2f11a2ac8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a2b307fd2f11a2b30 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11a2b987fd2f11a2b98 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD641711507f8564171150 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD639790007f8563979000 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD639790687f8563979068 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD639790d07f85639790d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD639791387f8563979138 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD639791a07f85639791a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD639792087f8563979208 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD639792707f8563979270 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD639792d87f85639792d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD639793407f8563979340 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD639793a87f85639793a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD639794107f8563979410 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD639794787f8563979478 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD639794e07f85639794e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD639795487f8563979548 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD639795b07f85639795b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD639796187f8563979618 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD639796807f8563979680 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD639796e87f85639796e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD639797507f8563979750 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD639797b87f85639797b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD639798207f8563979820 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD639798887f8563979888 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD639798f07f85639798f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD639799587f8563979958 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD639799c07f85639799c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD63979a287f8563979a28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD63979a907f8563979a90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD63979af87f8563979af8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD63979b607f8563979b60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD639836007f8563983600 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD639836687f8563983668 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD639836d07f85639836d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD639837387f8563983738 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD639837a07f85639837a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD639838087f8563983808 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD639838707f8563983870 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD639838d87f85639838d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD639839407f8563983940 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD639839a87f85639839a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983a107f8563983a10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983a787f8563983a78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983ae07f8563983ae0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983b487f8563983b48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983bb07f8563983bb0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983c187f8563983c18 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983c807f8563983c80 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983ce87f8563983ce8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983d507f8563983d50 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983db87f8563983db8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983e207f8563983e20 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983e887f8563983e88 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983ef07f8563983ef0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983f587f8563983f58 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD63983fc07f8563983fc0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD639840287f8563984028 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD639840907f8563984090 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD639840f87f85639840f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD639841607f8563984160 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD639841c87f85639841c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD639842307f8563984230 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD639842987f8563984298 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD639843007f8563984300 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD639843687f8563984368 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD639843d07f85639843d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD639844387f8563984438 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD639844a07f85639844a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD639845087f8563984508 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD639845707f8563984570 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD639845d87f85639845d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD639846407f8563984640 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD639846a87f85639846a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD639847107f8563984710 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD639847787f8563984778 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD639847e07f85639847e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD639848487f8563984848 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD639848b07f85639848b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD639849187f8563984918 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD639849807f8563984980 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD639849e87f85639849e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984a507f8563984a50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984ab87f8563984ab8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984b207f8563984b20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984b887f8563984b88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984bf07f8563984bf0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984c587f8563984c58 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984cc07f8563984cc0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984d287f8563984d28 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984d907f8563984d90 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984df87f8563984df8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984e607f8563984e60 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984ec87f8563984ec8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984f307f8563984f30 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63984f987f8563984f98 /* 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 */ - FFF2f188de607fd2f188de60 /* Resources */ = { + FFF2641711507f8564171150 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2134,7 +2134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf188de607fd2f188de60 /* Frameworks */ = { + FFFC641711507f8564171150 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2144,27 +2144,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f188de607fd2f188de60 /* Sources */ = { + FFF8641711507f8564171150 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf11a25187fd2f11a2518, - FFFFf11a25807fd2f11a2580, - FFFFf11a25e87fd2f11a25e8, - FFFFf11a26507fd2f11a2650, - FFFFf11a26b87fd2f11a26b8, - FFFFf11a27207fd2f11a2720, - FFFFf11a27887fd2f11a2788, - FFFFf11a27f07fd2f11a27f0, - FFFFf11a28587fd2f11a2858, - FFFFf11a28c07fd2f11a28c0, - FFFFf11a29287fd2f11a2928, - FFFFf11a29907fd2f11a2990, - FFFFf11a29f87fd2f11a29f8, - FFFFf11a2a607fd2f11a2a60, - FFFFf11a2ac87fd2f11a2ac8, - FFFFf11a2b307fd2f11a2b30, - FFFFf11a2b987fd2f11a2b98, + FFFF639849187f8563984918, + FFFF639849807f8563984980, + FFFF639849e87f85639849e8, + FFFF63984a507f8563984a50, + FFFF63984ab87f8563984ab8, + FFFF63984b207f8563984b20, + FFFF63984b887f8563984b88, + FFFF63984bf07f8563984bf0, + FFFF63984c587f8563984c58, + FFFF63984cc07f8563984cc0, + FFFF63984d287f8563984d28, + FFFF63984d907f8563984d90, + FFFF63984df87f8563984df8, + FFFF63984e607f8563984e60, + FFFF63984ec87f8563984ec8, + FFFF63984f307f8563984f30, + FFFF63984f987f8563984f98, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2176,103 +2176,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFFf300f9a87fd2f300f9a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300f9a87fd2f300f9a8 /* src/PxProfileEventImpl.cpp */; }; - FFFFf300fa107fd2f300fa10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fa107fd2f300fa10 /* src/PxPvd.cpp */; }; - FFFFf300fa787fd2f300fa78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fa787fd2f300fa78 /* src/PxPvdDataStream.cpp */; }; - FFFFf300fae07fd2f300fae0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fae07fd2f300fae0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFFf300fb487fd2f300fb48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fb487fd2f300fb48 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFFf300fbb07fd2f300fbb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fbb07fd2f300fbb0 /* src/PxPvdImpl.cpp */; }; - FFFFf300fc187fd2f300fc18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fc187fd2f300fc18 /* src/PxPvdMemClient.cpp */; }; - FFFFf300fc807fd2f300fc80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fc807fd2f300fc80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFFf300fce87fd2f300fce8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fce87fd2f300fce8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFFf300fd507fd2f300fd50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fd507fd2f300fd50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFFf300fdb87fd2f300fdb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf300fdb87fd2f300fdb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF6302dfa87f856302dfa8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302dfa87f856302dfa8 /* src/PxProfileEventImpl.cpp */; }; + FFFF6302e0107f856302e010 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e0107f856302e010 /* src/PxPvd.cpp */; }; + FFFF6302e0787f856302e078 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e0787f856302e078 /* src/PxPvdDataStream.cpp */; }; + FFFF6302e0e07f856302e0e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e0e07f856302e0e0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF6302e1487f856302e148 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e1487f856302e148 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF6302e1b07f856302e1b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e1b07f856302e1b0 /* src/PxPvdImpl.cpp */; }; + FFFF6302e2187f856302e218 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e2187f856302e218 /* src/PxPvdMemClient.cpp */; }; + FFFF6302e2807f856302e280 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e2807f856302e280 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF6302e2e87f856302e2e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e2e87f856302e2e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF6302e3507f856302e350 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e3507f856302e350 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF6302e3b87f856302e3b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6302e3b87f856302e3b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2809f007fd2f2809f00 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf280cc207fd2f280cc20 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf280cc887fd2f280cc88 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6007fd2f300f600 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6687fd2f300f668 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6d07fd2f300f6d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f7387fd2f300f738 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f7a07fd2f300f7a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f8087fd2f300f808 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f8707fd2f300f870 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f8d87fd2f300f8d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f9407fd2f300f940 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f9a87fd2f300f9a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fa107fd2f300fa10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fa787fd2f300fa78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fae07fd2f300fae0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fb487fd2f300fb48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fbb07fd2f300fbb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fc187fd2f300fc18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fc807fd2f300fc80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fce87fd2f300fce8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fd507fd2f300fd50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fdb87fd2f300fdb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf300fe207fd2f300fe20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300fe887fd2f300fe88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300fef07fd2f300fef0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ff587fd2f300ff58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ffc07fd2f300ffc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30100287fd2f3010028 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30100907fd2f3010090 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30100f87fd2f30100f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30101607fd2f3010160 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30101c87fd2f30101c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30102307fd2f3010230 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30102987fd2f3010298 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30103007fd2f3010300 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30103687fd2f3010368 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30103d07fd2f30103d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30104387fd2f3010438 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30104a07fd2f30104a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30105087fd2f3010508 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30105707fd2f3010570 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30105d87fd2f30105d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30106407fd2f3010640 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30106a87fd2f30106a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30107107fd2f3010710 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30107787fd2f3010778 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30107e07fd2f30107e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30108487fd2f3010848 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30108b07fd2f30108b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30109187fd2f3010918 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30109807fd2f3010980 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30109e87fd2f30109e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010a507fd2f3010a50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010ab87fd2f3010ab8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010b207fd2f3010b20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010b887fd2f3010b88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010bf07fd2f3010bf0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010c587fd2f3010c58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010cc07fd2f3010cc0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010d287fd2f3010d28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010d907fd2f3010d90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010df87fd2f3010df8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010e607fd2f3010e60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010ec87fd2f3010ec8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010f307fd2f3010f30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3010f987fd2f3010f98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30110007fd2f3011000 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30110687fd2f3011068 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30110d07fd2f30110d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30111387fd2f3011138 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30111a07fd2f30111a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30112087fd2f3011208 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30112707fd2f3011270 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30112d87fd2f30112d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30113407fd2f3011340 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30113a87fd2f30113a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30114107fd2f3011410 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30114787fd2f3011478 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD62c77dd07f8562c77dd0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD62c726707f8562c72670 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD62c726d87f8562c726d8 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dc007f856302dc00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dc687f856302dc68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dcd07f856302dcd0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dd387f856302dd38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dda07f856302dda0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302de087f856302de08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302de707f856302de70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ded87f856302ded8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302df407f856302df40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302dfa87f856302dfa8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e0107f856302e010 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e0787f856302e078 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e0e07f856302e0e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e1487f856302e148 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e1b07f856302e1b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e2187f856302e218 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e2807f856302e280 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e2e87f856302e2e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e3507f856302e350 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e3b87f856302e3b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6302e4207f856302e420 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e4887f856302e488 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e4f07f856302e4f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e5587f856302e558 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e5c07f856302e5c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e6287f856302e628 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e6907f856302e690 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e6f87f856302e6f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e7607f856302e760 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e7c87f856302e7c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e8307f856302e830 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e8987f856302e898 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e9007f856302e900 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e9687f856302e968 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302e9d07f856302e9d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ea387f856302ea38 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302eaa07f856302eaa0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302eb087f856302eb08 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302eb707f856302eb70 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ebd87f856302ebd8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ec407f856302ec40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302eca87f856302eca8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ed107f856302ed10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ed787f856302ed78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ede07f856302ede0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ee487f856302ee48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302eeb07f856302eeb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ef187f856302ef18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302ef807f856302ef80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302efe87f856302efe8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f0507f856302f050 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f0b87f856302f0b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f1207f856302f120 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f1887f856302f188 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f1f07f856302f1f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f2587f856302f258 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f2c07f856302f2c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f3287f856302f328 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f3907f856302f390 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f3f87f856302f3f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f4607f856302f460 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f4c87f856302f4c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f5307f856302f530 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f5987f856302f598 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f6007f856302f600 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f6687f856302f668 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f6d07f856302f6d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f7387f856302f738 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f7a07f856302f7a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f8087f856302f808 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f8707f856302f870 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f8d87f856302f8d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f9407f856302f940 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302f9a87f856302f9a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302fa107f856302fa10 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD6302fa787f856302fa78 /* 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 */ - FFF2f2809f007fd2f2809f00 /* Resources */ = { + FFF262c77dd07f8562c77dd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2282,7 +2282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2809f007fd2f2809f00 /* Frameworks */ = { + FFFC62c77dd07f8562c77dd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2292,21 +2292,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2809f007fd2f2809f00 /* Sources */ = { + FFF862c77dd07f8562c77dd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf300f9a87fd2f300f9a8, - FFFFf300fa107fd2f300fa10, - FFFFf300fa787fd2f300fa78, - FFFFf300fae07fd2f300fae0, - FFFFf300fb487fd2f300fb48, - FFFFf300fbb07fd2f300fbb0, - FFFFf300fc187fd2f300fc18, - FFFFf300fc807fd2f300fc80, - FFFFf300fce87fd2f300fce8, - FFFFf300fd507fd2f300fd50, - FFFFf300fdb87fd2f300fdb8, + FFFF6302dfa87f856302dfa8, + FFFF6302e0107f856302e010, + FFFF6302e0787f856302e078, + FFFF6302e0e07f856302e0e0, + FFFF6302e1487f856302e148, + FFFF6302e1b07f856302e1b0, + FFFF6302e2187f856302e218, + FFFF6302e2807f856302e280, + FFFF6302e2e87f856302e2e8, + FFFF6302e3507f856302e350, + FFFF6302e3b87f856302e3b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2315,108 +2315,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f28080f07fd2f28080f0 /* PBXTargetDependency */ = { + FFF462c74ad07f8562c74ad0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf188de607fd2f188de60 /* PxFoundation */; - targetProxy = FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */; + target = FFFA641711507f8564171150 /* PxFoundation */; + targetProxy = FFF5641711507f8564171150 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFFf282abc07fd2f282abc0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFDf282abc07fd2f282abc0 /* px_globals.cpp */; }; - FFFFf282e2007fd2f282e200 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e2007fd2f282e200 /* PxsCCD.cpp */; }; - FFFFf282e2687fd2f282e268 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e2687fd2f282e268 /* PxsContactManager.cpp */; }; - FFFFf282e2d07fd2f282e2d0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e2d07fd2f282e2d0 /* PxsContext.cpp */; }; - FFFFf282e3387fd2f282e338 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e3387fd2f282e338 /* PxsDefaultMemoryManager.cpp */; }; - FFFFf282e3a07fd2f282e3a0 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e3a07fd2f282e3a0 /* PxsIslandSim.cpp */; }; - FFFFf282e4087fd2f282e408 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e4087fd2f282e408 /* PxsMaterialCombiner.cpp */; }; - FFFFf282e4707fd2f282e470 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e4707fd2f282e470 /* PxsNphaseImplementationContext.cpp */; }; - FFFFf282e4d87fd2f282e4d8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf282e4d87fd2f282e4d8 /* PxsSimpleIslandManager.cpp */; }; - FFFFf30174007fd2f3017400 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30174007fd2f3017400 /* collision/PxcContact.cpp */; }; - FFFFf30174687fd2f3017468 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30174687fd2f3017468 /* pipeline/PxcContactCache.cpp */; }; - FFFFf30174d07fd2f30174d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30174d07fd2f30174d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFFf30175387fd2f3017538 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30175387fd2f3017538 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFFf30175a07fd2f30175a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30175a07fd2f30175a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFFf30176087fd2f3017608 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30176087fd2f3017608 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFFf30176707fd2f3017670 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30176707fd2f3017670 /* pipeline/PxcMaterialShape.cpp */; }; - FFFFf30176d87fd2f30176d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30176d87fd2f30176d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFFf30177407fd2f3017740 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30177407fd2f3017740 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFFf30177a87fd2f30177a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30177a87fd2f30177a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFFf30178107fd2f3017810 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30178107fd2f3017810 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFFf30178787fd2f3017878 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30178787fd2f3017878 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF62e7cdb07f8562e7cdb0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD62e7cdb07f8562e7cdb0 /* px_globals.cpp */; }; + FFFF62e803f07f8562e803f0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e803f07f8562e803f0 /* PxsCCD.cpp */; }; + FFFF62e804587f8562e80458 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e804587f8562e80458 /* PxsContactManager.cpp */; }; + FFFF62e804c07f8562e804c0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e804c07f8562e804c0 /* PxsContext.cpp */; }; + FFFF62e805287f8562e80528 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e805287f8562e80528 /* PxsDefaultMemoryManager.cpp */; }; + FFFF62e805907f8562e80590 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e805907f8562e80590 /* PxsIslandSim.cpp */; }; + FFFF62e805f87f8562e805f8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e805f87f8562e805f8 /* PxsMaterialCombiner.cpp */; }; + FFFF62e806607f8562e80660 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e806607f8562e80660 /* PxsNphaseImplementationContext.cpp */; }; + FFFF62e806c87f8562e806c8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD62e806c87f8562e806c8 /* PxsSimpleIslandManager.cpp */; }; + FFFF63034c007f8563034c00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034c007f8563034c00 /* collision/PxcContact.cpp */; }; + FFFF63034c687f8563034c68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034c687f8563034c68 /* pipeline/PxcContactCache.cpp */; }; + FFFF63034cd07f8563034cd0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034cd07f8563034cd0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF63034d387f8563034d38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034d387f8563034d38 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF63034da07f8563034da0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034da07f8563034da0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF63034e087f8563034e08 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034e087f8563034e08 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF63034e707f8563034e70 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034e707f8563034e70 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF63034ed87f8563034ed8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034ed87f8563034ed8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF63034f407f8563034f40 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034f407f8563034f40 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF63034fa87f8563034fa8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD63034fa87f8563034fa8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF630350107f8563035010 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD630350107f8563035010 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF630350787f8563035078 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD630350787f8563035078 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf28272b07fd2f28272b0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf282abc07fd2f282abc0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282d0f07fd2f282d0f0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d1587fd2f282d158 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d1c07fd2f282d1c0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d2287fd2f282d228 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d2907fd2f282d290 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d2f87fd2f282d2f8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d3607fd2f282d360 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d3c87fd2f282d3c8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282d4307fd2f282d430 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDf282e2007fd2f282e200 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e2687fd2f282e268 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e2d07fd2f282e2d0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e3387fd2f282e338 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e3a07fd2f282e3a0 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e4087fd2f282e408 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e4707fd2f282e470 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf282e4d87fd2f282e4d8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30016007fd2f3001600 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30016687fd2f3001668 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30016d07fd2f30016d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30017387fd2f3001738 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30017a07fd2f30017a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018087fd2f3001808 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018707fd2f3001870 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018d87fd2f30018d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30019407fd2f3001940 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30019a87fd2f30019a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001a107fd2f3001a10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001a787fd2f3001a78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001ae07fd2f3001ae0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001b487fd2f3001b48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001bb07fd2f3001bb0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001c187fd2f3001c18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001c807fd2f3001c80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001ce87fd2f3001ce8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001d507fd2f3001d50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001db87fd2f3001db8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30174007fd2f3017400 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30174687fd2f3017468 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30174d07fd2f30174d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30175387fd2f3017538 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30175a07fd2f30175a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30176087fd2f3017608 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30176707fd2f3017670 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30176d87fd2f30176d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30177407fd2f3017740 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30177a87fd2f30177a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30178107fd2f3017810 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30178787fd2f3017878 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3017c007fd2f3017c00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017c687fd2f3017c68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017cd07fd2f3017cd0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017d387fd2f3017d38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017da07fd2f3017da0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017e087fd2f3017e08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017e707fd2f3017e70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017ed87fd2f3017ed8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017f407fd2f3017f40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3017fa87fd2f3017fa8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30180107fd2f3018010 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30180787fd2f3018078 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30180e07fd2f30180e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30181487fd2f3018148 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30181b07fd2f30181b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e791907f8562e79190 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD62e7cdb07f8562e7cdb0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f2e07f8562e7f2e0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f3487f8562e7f348 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f3b07f8562e7f3b0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f4187f8562e7f418 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f4807f8562e7f480 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f4e87f8562e7f4e8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f5507f8562e7f550 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f5b87f8562e7f5b8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e7f6207f8562e7f620 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD62e803f07f8562e803f0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e804587f8562e80458 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e804c07f8562e804c0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e805287f8562e80528 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e805907f8562e80590 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e805f87f8562e805f8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e806607f8562e80660 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62e806c87f8562e806c8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD630362007f8563036200 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD630362687f8563036268 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD630362d07f85630362d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD630363387f8563036338 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD630363a07f85630363a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD630364087f8563036408 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD630364707f8563036470 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD630364d87f85630364d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD630365407f8563036540 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD630365a87f85630365a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD630366107f8563036610 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD630366787f8563036678 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD630366e07f85630366e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD630367487f8563036748 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD630367b07f85630367b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD630368187f8563036818 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD630368807f8563036880 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD630368e87f85630368e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD630369507f8563036950 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD630369b87f85630369b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD63034c007f8563034c00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034c687f8563034c68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034cd07f8563034cd0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034d387f8563034d38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034da07f8563034da0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034e087f8563034e08 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034e707f8563034e70 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034ed87f8563034ed8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034f407f8563034f40 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63034fa87f8563034fa8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD630350107f8563035010 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD630350787f8563035078 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD630354007f8563035400 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD630354687f8563035468 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD630354d07f85630354d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD630355387f8563035538 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD630355a07f85630355a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD630356087f8563035608 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD630356707f8563035670 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD630356d87f85630356d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD630357407f8563035740 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD630357a87f85630357a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD630358107f8563035810 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD630358787f8563035878 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD630358e07f85630358e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD630359487f8563035948 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD630359b07f85630359b0 /* 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 */ - FFF2f28272b07fd2f28272b0 /* Resources */ = { + FFF262e791907f8562e79190 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2426,7 +2426,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf28272b07fd2f28272b0 /* Frameworks */ = { + FFFC62e791907f8562e79190 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2436,31 +2436,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f28272b07fd2f28272b0 /* Sources */ = { + FFF862e791907f8562e79190 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf282abc07fd2f282abc0, - FFFFf282e2007fd2f282e200, - FFFFf282e2687fd2f282e268, - FFFFf282e2d07fd2f282e2d0, - FFFFf282e3387fd2f282e338, - FFFFf282e3a07fd2f282e3a0, - FFFFf282e4087fd2f282e408, - FFFFf282e4707fd2f282e470, - FFFFf282e4d87fd2f282e4d8, - FFFFf30174007fd2f3017400, - FFFFf30174687fd2f3017468, - FFFFf30174d07fd2f30174d0, - FFFFf30175387fd2f3017538, - FFFFf30175a07fd2f30175a0, - FFFFf30176087fd2f3017608, - FFFFf30176707fd2f3017670, - FFFFf30176d87fd2f30176d8, - FFFFf30177407fd2f3017740, - FFFFf30177a87fd2f30177a8, - FFFFf30178107fd2f3017810, - FFFFf30178787fd2f3017878, + FFFF62e7cdb07f8562e7cdb0, + FFFF62e803f07f8562e803f0, + FFFF62e804587f8562e80458, + FFFF62e804c07f8562e804c0, + FFFF62e805287f8562e80528, + FFFF62e805907f8562e80590, + FFFF62e805f87f8562e805f8, + FFFF62e806607f8562e80660, + FFFF62e806c87f8562e806c8, + FFFF63034c007f8563034c00, + FFFF63034c687f8563034c68, + FFFF63034cd07f8563034cd0, + FFFF63034d387f8563034d38, + FFFF63034da07f8563034da0, + FFFF63034e087f8563034e08, + FFFF63034e707f8563034e70, + FFFF63034ed87f8563034ed8, + FFFF63034f407f8563034f40, + FFFF63034fa87f8563034fa8, + FFFF630350107f8563035010, + FFFF630350787f8563035078, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2472,38 +2472,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFFf3020e707fd2f3020e70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3020e707fd2f3020e70 /* BpBroadPhase.cpp */; }; - FFFFf3020ed87fd2f3020ed8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3020ed87fd2f3020ed8 /* BpBroadPhaseMBP.cpp */; }; - FFFFf3020f407fd2f3020f40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3020f407fd2f3020f40 /* BpBroadPhaseSap.cpp */; }; - FFFFf3020fa87fd2f3020fa8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf3020fa87fd2f3020fa8 /* BpBroadPhaseSapAux.cpp */; }; - FFFFf30210107fd2f3021010 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf30210107fd2f3021010 /* BpMBPTasks.cpp */; }; - FFFFf30210787fd2f3021078 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf30210787fd2f3021078 /* BpSAPTasks.cpp */; }; - FFFFf30210e07fd2f30210e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf30210e07fd2f30210e0 /* BpSimpleAABBManager.cpp */; }; + FFFF648184707f8564818470 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648184707f8564818470 /* BpBroadPhase.cpp */; }; + FFFF648184d87f85648184d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648184d87f85648184d8 /* BpBroadPhaseMBP.cpp */; }; + FFFF648185407f8564818540 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648185407f8564818540 /* BpBroadPhaseSap.cpp */; }; + FFFF648185a87f85648185a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648185a87f85648185a8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF648186107f8564818610 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648186107f8564818610 /* BpMBPTasks.cpp */; }; + FFFF648186787f8564818678 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648186787f8564818678 /* BpSAPTasks.cpp */; }; + FFFF648186e07f85648186e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648186e07f85648186e0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2854ea07fd2f2854ea0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf284f2807fd2f284f280 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf284f2e87fd2f284f2e8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf284f3507fd2f284f350 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf284f3b87fd2f284f3b8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020c007fd2f3020c00 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020c687fd2f3020c68 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020cd07fd2f3020cd0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020d387fd2f3020d38 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020da07fd2f3020da0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020e087fd2f3020e08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3020e707fd2f3020e70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3020ed87fd2f3020ed8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3020f407fd2f3020f40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3020fa87fd2f3020fa8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30210107fd2f3021010 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30210787fd2f3021078 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30210e07fd2f30210e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64431e607f8564431e60 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD644362f07f85644362f0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD644363587f8564436358 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD644363c07f85644363c0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD644364287f8564436428 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD648182007f8564818200 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD648182687f8564818268 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD648182d07f85648182d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD648183387f8564818338 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD648183a07f85648183a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD648184087f8564818408 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD648184707f8564818470 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648184d87f85648184d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648185407f8564818540 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648185a87f85648185a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648186107f8564818610 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648186787f8564818678 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648186e07f85648186e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f2854ea07fd2f2854ea0 /* Resources */ = { + FFF264431e607f8564431e60 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2513,7 +2513,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2854ea07fd2f2854ea0 /* Frameworks */ = { + FFFC64431e607f8564431e60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2523,17 +2523,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2854ea07fd2f2854ea0 /* Sources */ = { + FFF864431e607f8564431e60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf3020e707fd2f3020e70, - FFFFf3020ed87fd2f3020ed8, - FFFFf3020f407fd2f3020f40, - FFFFf3020fa87fd2f3020fa8, - FFFFf30210107fd2f3021010, - FFFFf30210787fd2f3021078, - FFFFf30210e07fd2f30210e0, + FFFF648184707f8564818470, + FFFF648184d87f85648184d8, + FFFF648185407f8564818540, + FFFF648185a87f85648185a8, + FFFF648186107f8564818610, + FFFF648186787f8564818678, + FFFF648186e07f85648186e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2545,105 +2545,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFFf3808e007fd2f3808e00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf3808e007fd2f3808e00 /* DyArticulation.cpp */; }; - FFFFf3808e687fd2f3808e68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf3808e687fd2f3808e68 /* DyArticulationContactPrep.cpp */; }; - FFFFf3808ed07fd2f3808ed0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf3808ed07fd2f3808ed0 /* DyArticulationContactPrepPF.cpp */; }; - FFFFf3808f387fd2f3808f38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf3808f387fd2f3808f38 /* DyArticulationHelper.cpp */; }; - FFFFf3808fa07fd2f3808fa0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf3808fa07fd2f3808fa0 /* DyArticulationSIMD.cpp */; }; - FFFFf38090087fd2f3809008 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38090087fd2f3809008 /* DyArticulationScalar.cpp */; }; - FFFFf38090707fd2f3809070 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38090707fd2f3809070 /* DyConstraintPartition.cpp */; }; - FFFFf38090d87fd2f38090d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38090d87fd2f38090d8 /* DyConstraintSetup.cpp */; }; - FFFFf38091407fd2f3809140 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38091407fd2f3809140 /* DyConstraintSetupBlock.cpp */; }; - FFFFf38091a87fd2f38091a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38091a87fd2f38091a8 /* DyContactPrep.cpp */; }; - FFFFf38092107fd2f3809210 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38092107fd2f3809210 /* DyContactPrep4.cpp */; }; - FFFFf38092787fd2f3809278 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38092787fd2f3809278 /* DyContactPrep4PF.cpp */; }; - FFFFf38092e07fd2f38092e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38092e07fd2f38092e0 /* DyContactPrepPF.cpp */; }; - FFFFf38093487fd2f3809348 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38093487fd2f3809348 /* DyDynamics.cpp */; }; - FFFFf38093b07fd2f38093b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38093b07fd2f38093b0 /* DyFrictionCorrelation.cpp */; }; - FFFFf38094187fd2f3809418 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38094187fd2f3809418 /* DyRigidBodyToSolverBody.cpp */; }; - FFFFf38094807fd2f3809480 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38094807fd2f3809480 /* DySolverConstraints.cpp */; }; - FFFFf38094e87fd2f38094e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38094e87fd2f38094e8 /* DySolverConstraintsBlock.cpp */; }; - FFFFf38095507fd2f3809550 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38095507fd2f3809550 /* DySolverControl.cpp */; }; - FFFFf38095b87fd2f38095b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38095b87fd2f38095b8 /* DySolverControlPF.cpp */; }; - FFFFf38096207fd2f3809620 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38096207fd2f3809620 /* DySolverPFConstraints.cpp */; }; - FFFFf38096887fd2f3809688 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38096887fd2f3809688 /* DySolverPFConstraintsBlock.cpp */; }; - FFFFf38096f07fd2f38096f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38096f07fd2f38096f0 /* DyThreadContext.cpp */; }; - FFFFf38097587fd2f3809758 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf38097587fd2f3809758 /* DyThresholdTable.cpp */; }; + FFFF6303ee007f856303ee00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303ee007f856303ee00 /* DyArticulation.cpp */; }; + FFFF6303ee687f856303ee68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303ee687f856303ee68 /* DyArticulationContactPrep.cpp */; }; + FFFF6303eed07f856303eed0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303eed07f856303eed0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF6303ef387f856303ef38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303ef387f856303ef38 /* DyArticulationHelper.cpp */; }; + FFFF6303efa07f856303efa0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303efa07f856303efa0 /* DyArticulationSIMD.cpp */; }; + FFFF6303f0087f856303f008 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f0087f856303f008 /* DyArticulationScalar.cpp */; }; + FFFF6303f0707f856303f070 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f0707f856303f070 /* DyConstraintPartition.cpp */; }; + FFFF6303f0d87f856303f0d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f0d87f856303f0d8 /* DyConstraintSetup.cpp */; }; + FFFF6303f1407f856303f140 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f1407f856303f140 /* DyConstraintSetupBlock.cpp */; }; + FFFF6303f1a87f856303f1a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f1a87f856303f1a8 /* DyContactPrep.cpp */; }; + FFFF6303f2107f856303f210 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f2107f856303f210 /* DyContactPrep4.cpp */; }; + FFFF6303f2787f856303f278 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f2787f856303f278 /* DyContactPrep4PF.cpp */; }; + FFFF6303f2e07f856303f2e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f2e07f856303f2e0 /* DyContactPrepPF.cpp */; }; + FFFF6303f3487f856303f348 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f3487f856303f348 /* DyDynamics.cpp */; }; + FFFF6303f3b07f856303f3b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f3b07f856303f3b0 /* DyFrictionCorrelation.cpp */; }; + FFFF6303f4187f856303f418 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f4187f856303f418 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF6303f4807f856303f480 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f4807f856303f480 /* DySolverConstraints.cpp */; }; + FFFF6303f4e87f856303f4e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f4e87f856303f4e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF6303f5507f856303f550 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f5507f856303f550 /* DySolverControl.cpp */; }; + FFFF6303f5b87f856303f5b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f5b87f856303f5b8 /* DySolverControlPF.cpp */; }; + FFFF6303f6207f856303f620 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f6207f856303f620 /* DySolverPFConstraints.cpp */; }; + FFFF6303f6887f856303f688 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f6887f856303f688 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF6303f6f07f856303f6f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f6f07f856303f6f0 /* DyThreadContext.cpp */; }; + FFFF6303f7587f856303f758 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD6303f7587f856303f758 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf29090e07fd2f29090e0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf3808e007fd2f3808e00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3808e687fd2f3808e68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3808ed07fd2f3808ed0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3808f387fd2f3808f38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3808fa07fd2f3808fa0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38090087fd2f3809008 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38090707fd2f3809070 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38090d87fd2f38090d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38091407fd2f3809140 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38091a87fd2f38091a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38092107fd2f3809210 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38092787fd2f3809278 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38092e07fd2f38092e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38093487fd2f3809348 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38093b07fd2f38093b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38094187fd2f3809418 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38094807fd2f3809480 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38094e87fd2f38094e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38095507fd2f3809550 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38095b87fd2f38095b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38096207fd2f3809620 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38096887fd2f3809688 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38096f07fd2f38096f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf38097587fd2f3809758 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf29116f07fd2f29116f0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf29117587fd2f2911758 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf29117c07fd2f29117c0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFDf29118287fd2f2911828 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf29118907fd2f2911890 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf29118f87fd2f29118f8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380aa007fd2f380aa00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380aa687fd2f380aa68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380aad07fd2f380aad0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ab387fd2f380ab38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380aba07fd2f380aba0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ac087fd2f380ac08 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ac707fd2f380ac70 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380acd87fd2f380acd8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ad407fd2f380ad40 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ada87fd2f380ada8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ae107fd2f380ae10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380ae787fd2f380ae78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380aee07fd2f380aee0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380af487fd2f380af48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380afb07fd2f380afb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b0187fd2f380b018 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b0807fd2f380b080 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b0e87fd2f380b0e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b1507fd2f380b150 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b1b87fd2f380b1b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b2207fd2f380b220 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b2887fd2f380b288 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b2f07fd2f380b2f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b3587fd2f380b358 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b3c07fd2f380b3c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b4287fd2f380b428 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b4907fd2f380b490 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b4f87fd2f380b4f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b5607fd2f380b560 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b5c87fd2f380b5c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b6307fd2f380b630 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b6987fd2f380b698 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b7007fd2f380b700 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b7687fd2f380b768 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b7d07fd2f380b7d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b8387fd2f380b838 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf380b8a07fd2f380b8a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea73f07f8562ea73f0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6303ee007f856303ee00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303ee687f856303ee68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303eed07f856303eed0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303ef387f856303ef38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303efa07f856303efa0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f0087f856303f008 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f0707f856303f070 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f0d87f856303f0d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f1407f856303f140 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f1a87f856303f1a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f2107f856303f210 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f2787f856303f278 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f2e07f856303f2e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f3487f856303f348 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f3b07f856303f3b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f4187f856303f418 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f4807f856303f480 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f4e87f856303f4e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f5507f856303f550 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f5b87f856303f5b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f6207f856303f620 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f6887f856303f688 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f6f07f856303f6f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6303f7587f856303f758 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62ea96107f8562ea9610 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea96787f8562ea9678 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea96e07f8562ea96e0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea97487f8562ea9748 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea97b07f8562ea97b0 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD62ea98187f8562ea9818 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD630400007f8563040000 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD630400687f8563040068 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD630400d07f85630400d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD630401387f8563040138 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD630401a07f85630401a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD630402087f8563040208 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD630402707f8563040270 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD630402d87f85630402d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD630403407f8563040340 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD630403a87f85630403a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD630404107f8563040410 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD630404787f8563040478 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD630404e07f85630404e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD630405487f8563040548 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD630405b07f85630405b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD630406187f8563040618 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD630406807f8563040680 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD630406e87f85630406e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD630407507f8563040750 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD630407b87f85630407b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD630408207f8563040820 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD630408887f8563040888 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD630408f07f85630408f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD630409587f8563040958 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD630409c07f85630409c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040a287f8563040a28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040a907f8563040a90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040af87f8563040af8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040b607f8563040b60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040bc87f8563040bc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040c307f8563040c30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040c987f8563040c98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040d007f8563040d00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040d687f8563040d68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040dd07f8563040dd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040e387f8563040e38 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD63040ea07f8563040ea0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f29090e07fd2f29090e0 /* Resources */ = { + FFF262ea73f07f8562ea73f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,7 +2653,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf29090e07fd2f29090e0 /* Frameworks */ = { + FFFC62ea73f07f8562ea73f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2663,34 +2663,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f29090e07fd2f29090e0 /* Sources */ = { + FFF862ea73f07f8562ea73f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf3808e007fd2f3808e00, - FFFFf3808e687fd2f3808e68, - FFFFf3808ed07fd2f3808ed0, - FFFFf3808f387fd2f3808f38, - FFFFf3808fa07fd2f3808fa0, - FFFFf38090087fd2f3809008, - FFFFf38090707fd2f3809070, - FFFFf38090d87fd2f38090d8, - FFFFf38091407fd2f3809140, - FFFFf38091a87fd2f38091a8, - FFFFf38092107fd2f3809210, - FFFFf38092787fd2f3809278, - FFFFf38092e07fd2f38092e0, - FFFFf38093487fd2f3809348, - FFFFf38093b07fd2f38093b0, - FFFFf38094187fd2f3809418, - FFFFf38094807fd2f3809480, - FFFFf38094e87fd2f38094e8, - FFFFf38095507fd2f3809550, - FFFFf38095b87fd2f38095b8, - FFFFf38096207fd2f3809620, - FFFFf38096887fd2f3809688, - FFFFf38096f07fd2f38096f0, - FFFFf38097587fd2f3809758, + FFFF6303ee007f856303ee00, + FFFF6303ee687f856303ee68, + FFFF6303eed07f856303eed0, + FFFF6303ef387f856303ef38, + FFFF6303efa07f856303efa0, + FFFF6303f0087f856303f008, + FFFF6303f0707f856303f070, + FFFF6303f0d87f856303f0d8, + FFFF6303f1407f856303f140, + FFFF6303f1a87f856303f1a8, + FFFF6303f2107f856303f210, + FFFF6303f2787f856303f278, + FFFF6303f2e07f856303f2e0, + FFFF6303f3487f856303f348, + FFFF6303f3b07f856303f3b0, + FFFF6303f4187f856303f418, + FFFF6303f4807f856303f480, + FFFF6303f4e87f856303f4e8, + FFFF6303f5507f856303f550, + FFFF6303f5b87f856303f5b8, + FFFF6303f6207f856303f620, + FFFF6303f6887f856303f688, + FFFF6303f6f07f856303f6f0, + FFFF6303f7587f856303f758, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2702,73 +2702,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFFf11b38907fd2f11b3890 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b38907fd2f11b3890 /* Allocator.cpp */; }; - FFFFf11b38f87fd2f11b38f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b38f87fd2f11b38f8 /* Factory.cpp */; }; - FFFFf11b39607fd2f11b3960 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b39607fd2f11b3960 /* PhaseConfig.cpp */; }; - FFFFf11b39c87fd2f11b39c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b39c87fd2f11b39c8 /* SwCloth.cpp */; }; - FFFFf11b3a307fd2f11b3a30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3a307fd2f11b3a30 /* SwClothData.cpp */; }; - FFFFf11b3a987fd2f11b3a98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3a987fd2f11b3a98 /* SwCollision.cpp */; }; - FFFFf11b3b007fd2f11b3b00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3b007fd2f11b3b00 /* SwFabric.cpp */; }; - FFFFf11b3b687fd2f11b3b68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3b687fd2f11b3b68 /* SwFactory.cpp */; }; - FFFFf11b3bd07fd2f11b3bd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3bd07fd2f11b3bd0 /* SwInterCollision.cpp */; }; - FFFFf11b3c387fd2f11b3c38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3c387fd2f11b3c38 /* SwSelfCollision.cpp */; }; - FFFFf11b3ca07fd2f11b3ca0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3ca07fd2f11b3ca0 /* SwSolver.cpp */; }; - FFFFf11b3d087fd2f11b3d08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3d087fd2f11b3d08 /* SwSolverKernel.cpp */; }; - FFFFf11b3d707fd2f11b3d70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf11b3d707fd2f11b3d70 /* TripletScheduler.cpp */; }; + FFFF6500a6907f856500a690 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a6907f856500a690 /* Allocator.cpp */; }; + FFFF6500a6f87f856500a6f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a6f87f856500a6f8 /* Factory.cpp */; }; + FFFF6500a7607f856500a760 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a7607f856500a760 /* PhaseConfig.cpp */; }; + FFFF6500a7c87f856500a7c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a7c87f856500a7c8 /* SwCloth.cpp */; }; + FFFF6500a8307f856500a830 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a8307f856500a830 /* SwClothData.cpp */; }; + FFFF6500a8987f856500a898 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a8987f856500a898 /* SwCollision.cpp */; }; + FFFF6500a9007f856500a900 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a9007f856500a900 /* SwFabric.cpp */; }; + FFFF6500a9687f856500a968 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a9687f856500a968 /* SwFactory.cpp */; }; + FFFF6500a9d07f856500a9d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500a9d07f856500a9d0 /* SwInterCollision.cpp */; }; + FFFF6500aa387f856500aa38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500aa387f856500aa38 /* SwSelfCollision.cpp */; }; + FFFF6500aaa07f856500aaa0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500aaa07f856500aaa0 /* SwSolver.cpp */; }; + FFFF6500ab087f856500ab08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500ab087f856500ab08 /* SwSolverKernel.cpp */; }; + FFFF6500ab707f856500ab70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD6500ab707f856500ab70 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf188ae307fd2f188ae30 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf1b114007fd2f1b11400 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b114687fd2f1b11468 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b114d07fd2f1b114d0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b115387fd2f1b11538 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b115a07fd2f1b115a0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b116087fd2f1b11608 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1b116707fd2f1b11670 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b2e007fd2f11b2e00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b2e687fd2f11b2e68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b2ed07fd2f11b2ed0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b2f387fd2f11b2f38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b2fa07fd2f11b2fa0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b30087fd2f11b3008 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b30707fd2f11b3070 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b30d87fd2f11b30d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b31407fd2f11b3140 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b31a87fd2f11b31a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b32107fd2f11b3210 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b32787fd2f11b3278 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b32e07fd2f11b32e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b33487fd2f11b3348 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b33b07fd2f11b33b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b34187fd2f11b3418 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b34807fd2f11b3480 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b34e87fd2f11b34e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b35507fd2f11b3550 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b35b87fd2f11b35b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b36207fd2f11b3620 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b36887fd2f11b3688 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b36f07fd2f11b36f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b37587fd2f11b3758 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b37c07fd2f11b37c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b38287fd2f11b3828 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFDf11b38907fd2f11b3890 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b38f87fd2f11b38f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b39607fd2f11b3960 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b39c87fd2f11b39c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3a307fd2f11b3a30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3a987fd2f11b3a98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3b007fd2f11b3b00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3b687fd2f11b3b68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3bd07fd2f11b3bd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3c387fd2f11b3c38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3ca07fd2f11b3ca0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3d087fd2f11b3d08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf11b3d707fd2f11b3d70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD647094107f8564709410 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6470ce107f856470ce10 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470ce787f856470ce78 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470cee07f856470cee0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470cf487f856470cf48 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470cfb07f856470cfb0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470d0187f856470d018 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD6470d0807f856470d080 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009c007f8565009c00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009c687f8565009c68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009cd07f8565009cd0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009d387f8565009d38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009da07f8565009da0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009e087f8565009e08 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009e707f8565009e70 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009ed87f8565009ed8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009f407f8565009f40 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD65009fa87f8565009fa8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a0107f856500a010 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a0787f856500a078 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a0e07f856500a0e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a1487f856500a148 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a1b07f856500a1b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a2187f856500a218 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a2807f856500a280 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a2e87f856500a2e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a3507f856500a350 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a3b87f856500a3b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a4207f856500a420 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a4887f856500a488 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a4f07f856500a4f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a5587f856500a558 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a5c07f856500a5c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a6287f856500a628 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500a6907f856500a690 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a6f87f856500a6f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a7607f856500a760 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a7c87f856500a7c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a8307f856500a830 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a8987f856500a898 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a9007f856500a900 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a9687f856500a968 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500a9d07f856500a9d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500aa387f856500aa38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500aaa07f856500aaa0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500ab087f856500ab08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500ab707f856500ab70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f188ae307fd2f188ae30 /* Resources */ = { + FFF2647094107f8564709410 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,7 +2778,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf188ae307fd2f188ae30 /* Frameworks */ = { + FFFC647094107f8564709410 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2788,23 +2788,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f188ae307fd2f188ae30 /* Sources */ = { + FFF8647094107f8564709410 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf11b38907fd2f11b3890, - FFFFf11b38f87fd2f11b38f8, - FFFFf11b39607fd2f11b3960, - FFFFf11b39c87fd2f11b39c8, - FFFFf11b3a307fd2f11b3a30, - FFFFf11b3a987fd2f11b3a98, - FFFFf11b3b007fd2f11b3b00, - FFFFf11b3b687fd2f11b3b68, - FFFFf11b3bd07fd2f11b3bd0, - FFFFf11b3c387fd2f11b3c38, - FFFFf11b3ca07fd2f11b3ca0, - FFFFf11b3d087fd2f11b3d08, - FFFFf11b3d707fd2f11b3d70, + FFFF6500a6907f856500a690, + FFFF6500a6f87f856500a6f8, + FFFF6500a7607f856500a760, + FFFF6500a7c87f856500a7c8, + FFFF6500a8307f856500a830, + FFFF6500a8987f856500a898, + FFFF6500a9007f856500a900, + FFFF6500a9687f856500a968, + FFFF6500a9d07f856500a9d0, + FFFF6500aa387f856500aa38, + FFFF6500aaa07f856500aaa0, + FFFF6500ab087f856500ab08, + FFFF6500ab707f856500ab70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2816,79 +2816,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFFf302bd587fd2f302bd58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302bd587fd2f302bd58 /* PtBatcher.cpp */; }; - FFFFf302bdc07fd2f302bdc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302bdc07fd2f302bdc0 /* PtBodyTransformVault.cpp */; }; - FFFFf302be287fd2f302be28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302be287fd2f302be28 /* PtCollision.cpp */; }; - FFFFf302be907fd2f302be90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302be907fd2f302be90 /* PtCollisionBox.cpp */; }; - FFFFf302bef87fd2f302bef8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302bef87fd2f302bef8 /* PtCollisionCapsule.cpp */; }; - FFFFf302bf607fd2f302bf60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302bf607fd2f302bf60 /* PtCollisionConvex.cpp */; }; - FFFFf302bfc87fd2f302bfc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302bfc87fd2f302bfc8 /* PtCollisionMesh.cpp */; }; - FFFFf302c0307fd2f302c030 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c0307fd2f302c030 /* PtCollisionPlane.cpp */; }; - FFFFf302c0987fd2f302c098 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c0987fd2f302c098 /* PtCollisionSphere.cpp */; }; - FFFFf302c1007fd2f302c100 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c1007fd2f302c100 /* PtContextCpu.cpp */; }; - FFFFf302c1687fd2f302c168 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c1687fd2f302c168 /* PtDynamics.cpp */; }; - FFFFf302c1d07fd2f302c1d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c1d07fd2f302c1d0 /* PtParticleData.cpp */; }; - FFFFf302c2387fd2f302c238 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c2387fd2f302c238 /* PtParticleShapeCpu.cpp */; }; - FFFFf302c2a07fd2f302c2a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c2a07fd2f302c2a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFFf302c3087fd2f302c308 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c3087fd2f302c308 /* PtSpatialHash.cpp */; }; - FFFFf302c3707fd2f302c370 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf302c3707fd2f302c370 /* PtSpatialLocalHash.cpp */; }; + FFFF64822b587f8564822b58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822b587f8564822b58 /* PtBatcher.cpp */; }; + FFFF64822bc07f8564822bc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822bc07f8564822bc0 /* PtBodyTransformVault.cpp */; }; + FFFF64822c287f8564822c28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822c287f8564822c28 /* PtCollision.cpp */; }; + FFFF64822c907f8564822c90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822c907f8564822c90 /* PtCollisionBox.cpp */; }; + FFFF64822cf87f8564822cf8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822cf87f8564822cf8 /* PtCollisionCapsule.cpp */; }; + FFFF64822d607f8564822d60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822d607f8564822d60 /* PtCollisionConvex.cpp */; }; + FFFF64822dc87f8564822dc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822dc87f8564822dc8 /* PtCollisionMesh.cpp */; }; + FFFF64822e307f8564822e30 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822e307f8564822e30 /* PtCollisionPlane.cpp */; }; + FFFF64822e987f8564822e98 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822e987f8564822e98 /* PtCollisionSphere.cpp */; }; + FFFF64822f007f8564822f00 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822f007f8564822f00 /* PtContextCpu.cpp */; }; + FFFF64822f687f8564822f68 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822f687f8564822f68 /* PtDynamics.cpp */; }; + FFFF64822fd07f8564822fd0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD64822fd07f8564822fd0 /* PtParticleData.cpp */; }; + FFFF648230387f8564823038 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648230387f8564823038 /* PtParticleShapeCpu.cpp */; }; + FFFF648230a07f85648230a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648230a07f85648230a0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF648231087f8564823108 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648231087f8564823108 /* PtSpatialHash.cpp */; }; + FFFF648231707f8564823170 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD648231707f8564823170 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf28619307fd2f2861930 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf30256007fd2f3025600 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30256687fd2f3025668 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30256d07fd2f30256d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30257387fd2f3025738 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30257a07fd2f30257a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30258087fd2f3025808 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30258707fd2f3025870 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30258d87fd2f30258d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30259407fd2f3025940 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30259a87fd2f30259a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b4007fd2f302b400 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b4687fd2f302b468 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b4d07fd2f302b4d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b5387fd2f302b538 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b5a07fd2f302b5a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b6087fd2f302b608 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b6707fd2f302b670 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b6d87fd2f302b6d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b7407fd2f302b740 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b7a87fd2f302b7a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b8107fd2f302b810 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b8787fd2f302b878 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b8e07fd2f302b8e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b9487fd2f302b948 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302b9b07fd2f302b9b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302ba187fd2f302ba18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302ba807fd2f302ba80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bae87fd2f302bae8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bb507fd2f302bb50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bbb87fd2f302bbb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bc207fd2f302bc20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bc887fd2f302bc88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bcf07fd2f302bcf0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf302bd587fd2f302bd58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302bdc07fd2f302bdc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302be287fd2f302be28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302be907fd2f302be90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302bef87fd2f302bef8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302bf607fd2f302bf60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302bfc87fd2f302bfc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c0307fd2f302c030 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c0987fd2f302c098 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c1007fd2f302c100 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c1687fd2f302c168 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c1d07fd2f302c1d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c2387fd2f302c238 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c2a07fd2f302c2a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c3087fd2f302c308 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf302c3707fd2f302c370 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64455fc07f8564455fc0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6481bc007f856481bc00 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bc687f856481bc68 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bcd07f856481bcd0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bd387f856481bd38 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bda07f856481bda0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481be087f856481be08 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481be707f856481be70 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bed87f856481bed8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bf407f856481bf40 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481bfa87f856481bfa8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD648222007f8564822200 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD648222687f8564822268 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD648222d07f85648222d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD648223387f8564822338 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD648223a07f85648223a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD648224087f8564822408 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD648224707f8564822470 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD648224d87f85648224d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD648225407f8564822540 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD648225a87f85648225a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD648226107f8564822610 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD648226787f8564822678 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD648226e07f85648226e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD648227487f8564822748 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD648227b07f85648227b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD648228187f8564822818 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD648228807f8564822880 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD648228e87f85648228e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD648229507f8564822950 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD648229b87f85648229b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD64822a207f8564822a20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD64822a887f8564822a88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD64822af07f8564822af0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD64822b587f8564822b58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822bc07f8564822bc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822c287f8564822c28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822c907f8564822c90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822cf87f8564822cf8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822d607f8564822d60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822dc87f8564822dc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822e307f8564822e30 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822e987f8564822e98 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822f007f8564822f00 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822f687f8564822f68 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64822fd07f8564822fd0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648230387f8564823038 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648230a07f85648230a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648231087f8564823108 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648231707f8564823170 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f28619307fd2f2861930 /* Resources */ = { + FFF264455fc07f8564455fc0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,7 +2898,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf28619307fd2f2861930 /* Frameworks */ = { + FFFC64455fc07f8564455fc0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2908,26 +2908,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f28619307fd2f2861930 /* Sources */ = { + FFF864455fc07f8564455fc0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf302bd587fd2f302bd58, - FFFFf302bdc07fd2f302bdc0, - FFFFf302be287fd2f302be28, - FFFFf302be907fd2f302be90, - FFFFf302bef87fd2f302bef8, - FFFFf302bf607fd2f302bf60, - FFFFf302bfc87fd2f302bfc8, - FFFFf302c0307fd2f302c030, - FFFFf302c0987fd2f302c098, - FFFFf302c1007fd2f302c100, - FFFFf302c1687fd2f302c168, - FFFFf302c1d07fd2f302c1d0, - FFFFf302c2387fd2f302c238, - FFFFf302c2a07fd2f302c2a0, - FFFFf302c3087fd2f302c308, - FFFFf302c3707fd2f302c370, + FFFF64822b587f8564822b58, + FFFF64822bc07f8564822bc0, + FFFF64822c287f8564822c28, + FFFF64822c907f8564822c90, + FFFF64822cf87f8564822cf8, + FFFF64822d607f8564822d60, + FFFF64822dc87f8564822dc8, + FFFF64822e307f8564822e30, + FFFF64822e987f8564822e98, + FFFF64822f007f8564822f00, + FFFF64822f687f8564822f68, + FFFF64822fd07f8564822fd0, + FFFF648230387f8564823038, + FFFF648230a07f85648230a0, + FFFF648231087f8564823108, + FFFF648231707f8564823170, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2939,22 +2939,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFFf2bf6de07fd2f2bf6de0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2bf6de07fd2f2bf6de0 /* src/TaskManager.cpp */; }; + FFFF65a0b9407f8565a0b940 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD65a0b9407f8565a0b940 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf28f6e807fd2f28f6e80 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf2bf77e07fd2f2bf77e0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf78487fd2f2bf7848 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf78b07fd2f2bf78b0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf79187fd2f2bf7918 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf79807fd2f2bf7980 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf79e87fd2f2bf79e8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2bf6de07fd2f2bf6de0 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD65a0da807f8565a0da80 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD65a0b6407f8565a0b640 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b6a87f8565a0b6a8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b7107f8565a0b710 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b7787f8565a0b778 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b7e07f8565a0b7e0 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b8487f8565a0b848 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD65a0b9407f8565a0b940 /* 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 */ - FFF2f28f6e807fd2f28f6e80 /* Resources */ = { + FFF265a0da807f8565a0da80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,7 +2964,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf28f6e807fd2f28f6e80 /* Frameworks */ = { + FFFC65a0da807f8565a0da80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2974,11 +2974,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f28f6e807fd2f28f6e80 /* Sources */ = { + FFF865a0da807f8565a0da80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2bf6de07fd2f2bf6de0, + FFFF65a0b9407f8565a0b940, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2990,17 +2990,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFFf2d244607fd2f2d24460 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2d244607fd2f2d24460 /* PsFastXml.cpp */; }; + FFFF658af8807f85658af880 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD658af8807f85658af880 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d23c207fd2f2d23c20 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf2d243607fd2f2d24360 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d244607fd2f2d24460 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658377107f8565837710 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD658b13307f85658b1330 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD658af8807f85658af880 /* 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 */ - FFF2f2d23c207fd2f2d23c20 /* Resources */ = { + FFF2658377107f8565837710 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,7 +3010,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d23c207fd2f2d23c20 /* Frameworks */ = { + FFFC658377107f8565837710 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3020,11 +3020,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d23c207fd2f2d23c20 /* Sources */ = { + FFF8658377107f8565837710 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2d244607fd2f2d24460, + FFFF658af8807f85658af880, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3036,1974 +3036,1974 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5f2d231d07fd2f2d231d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5658037a07f85658037a0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d231d07fd2f2d231d0 /* PhysX */; + remoteGlobalIDString = FFFA658037a07f85658037a0 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5f2d50f307fd2f2d50f30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5659099007f8565909900 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d50f307fd2f2d50f30 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA659099007f8565909900 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5f2d4e3107fd2f2d4e310 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF565909af07f8565909af0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d4e3107fd2f2d4e310 /* PhysXVehicle */; + remoteGlobalIDString = FFFA65909af07f8565909af0 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5f2d5f8507fd2f2d5f850 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF56590e1d07f856590e1d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d5f8507fd2f2d5f850 /* PhysXExtensions */; + remoteGlobalIDString = FFFA6590e1d07f856590e1d0 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5f2d709607fd2f2d70960 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5659313f07f85659313f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d709607fd2f2d70960 /* SceneQuery */; + remoteGlobalIDString = FFFA659313f07f85659313f0 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5f2d74db07fd2f2d74db0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5659359707f8565935970 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d74db07fd2f2d74db0 /* SimulationController */; + remoteGlobalIDString = FFFA659359707f8565935970 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5f1f241a07fd2f1f241a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF56593ab007f856593ab00 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf1f241a07fd2f1f241a0 /* PhysXCooking */; + remoteGlobalIDString = FFFA6593ab007f856593ab00 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5f18a0c307fd2f18a0c30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5641046c07f85641046c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf18a0c307fd2f18a0c30 /* PhysXCommon */; + remoteGlobalIDString = FFFA641046c07f85641046c0 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5f188de607fd2f188de60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5641711507f8564171150 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf188de607fd2f188de60 /* PxFoundation */; + remoteGlobalIDString = FFFA641711507f8564171150 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5f2809f007fd2f2809f00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF562c77dd07f8562c77dd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2809f007fd2f2809f00 /* PxPvdSDK */; + remoteGlobalIDString = FFFA62c77dd07f8562c77dd0 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5f28272b07fd2f28272b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF562e791907f8562e79190 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf28272b07fd2f28272b0 /* LowLevel */; + remoteGlobalIDString = FFFA62e791907f8562e79190 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5f2854ea07fd2f2854ea0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF564431e607f8564431e60 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2854ea07fd2f2854ea0 /* LowLevelAABB */; + remoteGlobalIDString = FFFA64431e607f8564431e60 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5f29090e07fd2f29090e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF562ea73f07f8562ea73f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf29090e07fd2f29090e0 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA62ea73f07f8562ea73f0 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5f188ae307fd2f188ae30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5647094107f8564709410 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf188ae307fd2f188ae30 /* LowLevelCloth */; + remoteGlobalIDString = FFFA647094107f8564709410 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5f28619307fd2f2861930 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF564455fc07f8564455fc0 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf28619307fd2f2861930 /* LowLevelParticles */; + remoteGlobalIDString = FFFA64455fc07f8564455fc0 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5f28f6e807fd2f28f6e80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF565a0da807f8565a0da80 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf28f6e807fd2f28f6e80 /* PxTask */; + remoteGlobalIDString = FFFA65a0da807f8565a0da80 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5f2d23c207fd2f2d23c20 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + FFF5658377107f8565837710 /* PBXContainerItemProxy */ = { + containerPortal = FFF962f02be07f8562f02be0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d23c207fd2f2d23c20 /* PsFastXml */; + remoteGlobalIDString = FFFA658377107f8565837710 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBf0c7c9b87fd2f0c7c9b8 /* PhysX */ = { + FFFB62f02c487f8562f02c48 /* PhysX */ = { isa = PBXGroup; children = ( - FFF0f0c7c9507fd2f0c7c950 /* Source */, - FFEEf0c7c9507fd2f0c7c950 /* Products */, + FFF062f02be07f8562f02be0 /* Source */, + FFEE62f02be07f8562f02be0 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF0f0c7c9507fd2f0c7c950 /* Source */ = { + FFF062f02be07f8562f02be0 /* Source */ = { isa = PBXGroup; children = ( - FFFBf2d231d07fd2f2d231d0, - FFFBf2d50f307fd2f2d50f30, - FFFBf2d4e3107fd2f2d4e310, - FFFBf2d5f8507fd2f2d5f850, - FFFBf2d709607fd2f2d70960, - FFFBf2d74db07fd2f2d74db0, - FFFBf1f241a07fd2f1f241a0, - FFFBf18a0c307fd2f18a0c30, - FFFBf188de607fd2f188de60, - FFFBf2809f007fd2f2809f00, - FFFBf28272b07fd2f28272b0, - FFFBf2854ea07fd2f2854ea0, - FFFBf29090e07fd2f29090e0, - FFFBf188ae307fd2f188ae30, - FFFBf28619307fd2f2861930, - FFFBf28f6e807fd2f28f6e80, - FFFBf2d23c207fd2f2d23c20, + FFFB658037a07f85658037a0, + FFFB659099007f8565909900, + FFFB65909af07f8565909af0, + FFFB6590e1d07f856590e1d0, + FFFB659313f07f85659313f0, + FFFB659359707f8565935970, + FFFB6593ab007f856593ab00, + FFFB641046c07f85641046c0, + FFFB641711507f8564171150, + FFFB62c77dd07f8562c77dd0, + FFFB62e791907f8562e79190, + FFFB64431e607f8564431e60, + FFFB62ea73f07f8562ea73f0, + FFFB647094107f8564709410, + FFFB64455fc07f8564455fc0, + FFFB65a0da807f8565a0da80, + FFFB658377107f8565837710, ); name = Source; sourceTree = "<group>"; }; - FFEEf0c7c9507fd2f0c7c950 /* Products */ = { + FFEE62f02be07f8562f02be0 /* Products */ = { isa = PBXGroup; children = ( - FFFDf2d231d07fd2f2d231d0, - FFFDf2d50f307fd2f2d50f30, - FFFDf2d4e3107fd2f2d4e310, - FFFDf2d5f8507fd2f2d5f850, - FFFDf2d709607fd2f2d70960, - FFFDf2d74db07fd2f2d74db0, - FFFDf1f241a07fd2f1f241a0, - FFFDf18a0c307fd2f18a0c30, - FFFDf188de607fd2f188de60, - FFFDf2809f007fd2f2809f00, - FFFDf28272b07fd2f28272b0, - FFFDf2854ea07fd2f2854ea0, - FFFDf29090e07fd2f29090e0, - FFFDf188ae307fd2f188ae30, - FFFDf28619307fd2f2861930, - FFFDf28f6e807fd2f28f6e80, - FFFDf2d23c207fd2f2d23c20, + FFFD658037a07f85658037a0, + FFFD659099007f8565909900, + FFFD65909af07f8565909af0, + FFFD6590e1d07f856590e1d0, + FFFD659313f07f85659313f0, + FFFD659359707f8565935970, + FFFD6593ab007f856593ab00, + FFFD641046c07f85641046c0, + FFFD641711507f8564171150, + FFFD62c77dd07f8562c77dd0, + FFFD62e791907f8562e79190, + FFFD64431e607f8564431e60, + FFFD62ea73f07f8562ea73f0, + FFFD647094107f8564709410, + FFFD64455fc07f8564455fc0, + FFFD65a0da807f8565a0da80, + FFFD658377107f8565837710, ); name = Products; sourceTree = "<group>"; }; - FFFBf2d231d07fd2f2d231d0 /* PhysX */ = { + FFFB658037a07f85658037a0 /* PhysX */ = { isa = PBXGroup; children = ( - FFFBf2d54cb07fd2f2d54cb0 /* src */, - FFFBf2d54cd87fd2f2d54cd8 /* include */, - FFFBf2d54d007fd2f2d54d00 /* metadata */, + FFFB658041f07f85658041f0 /* src */, + FFFB658042187f8565804218 /* include */, + FFFB658042407f8565804240 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFBf2d54cb07fd2f2d54cb0 /* src */ = { + FFFB658041f07f85658041f0 /* src */ = { isa = PBXGroup; children = ( - FFFDf383c0007fd2f383c000 /* NpActor.h */, - FFFDf383c0687fd2f383c068 /* NpActorTemplate.h */, - FFFDf383c0d07fd2f383c0d0 /* NpAggregate.h */, - FFFDf383c1387fd2f383c138 /* NpArticulation.h */, - FFFDf383c1a07fd2f383c1a0 /* NpArticulationJoint.h */, - FFFDf383c2087fd2f383c208 /* NpArticulationLink.h */, - FFFDf383c2707fd2f383c270 /* NpBatchQuery.h */, - FFFDf383c2d87fd2f383c2d8 /* NpCast.h */, - FFFDf383c3407fd2f383c340 /* NpConnector.h */, - FFFDf383c3a87fd2f383c3a8 /* NpConstraint.h */, - FFFDf383c4107fd2f383c410 /* NpFactory.h */, - FFFDf383c4787fd2f383c478 /* NpMaterial.h */, - FFFDf383c4e07fd2f383c4e0 /* NpMaterialManager.h */, - FFFDf383c5487fd2f383c548 /* NpPhysics.h */, - FFFDf383c5b07fd2f383c5b0 /* NpPhysicsInsertionCallback.h */, - FFFDf383c6187fd2f383c618 /* NpPtrTableStorageManager.h */, - FFFDf383c6807fd2f383c680 /* NpPvdSceneQueryCollector.h */, - FFFDf383c6e87fd2f383c6e8 /* NpQueryShared.h */, - FFFDf383c7507fd2f383c750 /* NpReadCheck.h */, - FFFDf383c7b87fd2f383c7b8 /* NpRigidActorTemplate.h */, - FFFDf383c8207fd2f383c820 /* NpRigidActorTemplateInternal.h */, - FFFDf383c8887fd2f383c888 /* NpRigidBodyTemplate.h */, - FFFDf383c8f07fd2f383c8f0 /* NpRigidDynamic.h */, - FFFDf383c9587fd2f383c958 /* NpRigidStatic.h */, - FFFDf383c9c07fd2f383c9c0 /* NpScene.h */, - FFFDf383ca287fd2f383ca28 /* NpSceneQueries.h */, - FFFDf383ca907fd2f383ca90 /* NpShape.h */, - FFFDf383caf87fd2f383caf8 /* NpShapeManager.h */, - FFFDf383cb607fd2f383cb60 /* NpSpatialIndex.h */, - FFFDf383cbc87fd2f383cbc8 /* NpVolumeCache.h */, - FFFDf383cc307fd2f383cc30 /* NpWriteCheck.h */, - FFFDf383cc987fd2f383cc98 /* PvdMetaDataBindingData.h */, - FFFDf383cd007fd2f383cd00 /* PvdMetaDataPvdBinding.h */, - FFFDf383cd687fd2f383cd68 /* PvdPhysicsClient.h */, - FFFDf383cdd07fd2f383cdd0 /* PvdTypeNames.h */, - FFFDf383ce387fd2f383ce38 /* NpActor.cpp */, - FFFDf383cea07fd2f383cea0 /* NpAggregate.cpp */, - FFFDf383cf087fd2f383cf08 /* NpArticulation.cpp */, - FFFDf383cf707fd2f383cf70 /* NpArticulationJoint.cpp */, - FFFDf383cfd87fd2f383cfd8 /* NpArticulationLink.cpp */, - FFFDf383d0407fd2f383d040 /* NpBatchQuery.cpp */, - FFFDf383d0a87fd2f383d0a8 /* NpConstraint.cpp */, - FFFDf383d1107fd2f383d110 /* NpFactory.cpp */, - FFFDf383d1787fd2f383d178 /* NpMaterial.cpp */, - FFFDf383d1e07fd2f383d1e0 /* NpMetaData.cpp */, - FFFDf383d2487fd2f383d248 /* NpPhysics.cpp */, - FFFDf383d2b07fd2f383d2b0 /* NpPvdSceneQueryCollector.cpp */, - FFFDf383d3187fd2f383d318 /* NpReadCheck.cpp */, - FFFDf383d3807fd2f383d380 /* NpRigidDynamic.cpp */, - FFFDf383d3e87fd2f383d3e8 /* NpRigidStatic.cpp */, - FFFDf383d4507fd2f383d450 /* NpScene.cpp */, - FFFDf383d4b87fd2f383d4b8 /* NpSceneQueries.cpp */, - FFFDf383d5207fd2f383d520 /* NpSerializerAdapter.cpp */, - FFFDf383d5887fd2f383d588 /* NpShape.cpp */, - FFFDf383d5f07fd2f383d5f0 /* NpShapeManager.cpp */, - FFFDf383d6587fd2f383d658 /* NpSpatialIndex.cpp */, - FFFDf383d6c07fd2f383d6c0 /* NpVolumeCache.cpp */, - FFFDf383d7287fd2f383d728 /* NpWriteCheck.cpp */, - FFFDf383d7907fd2f383d790 /* PvdMetaDataPvdBinding.cpp */, - FFFDf383d7f87fd2f383d7f8 /* PvdPhysicsClient.cpp */, - FFFDf383d8607fd2f383d860 /* particles/NpParticleBaseTemplate.h */, - FFFDf383d8c87fd2f383d8c8 /* particles/NpParticleFluid.h */, - FFFDf383d9307fd2f383d930 /* particles/NpParticleFluidReadData.h */, - FFFDf383d9987fd2f383d998 /* particles/NpParticleSystem.h */, - FFFDf383da007fd2f383da00 /* particles/NpParticleFluid.cpp */, - FFFDf383da687fd2f383da68 /* particles/NpParticleSystem.cpp */, - FFFDf383dad07fd2f383dad0 /* buffering/ScbActor.h */, - FFFDf383db387fd2f383db38 /* buffering/ScbAggregate.h */, - FFFDf383dba07fd2f383dba0 /* buffering/ScbArticulation.h */, - FFFDf383dc087fd2f383dc08 /* buffering/ScbArticulationJoint.h */, - FFFDf383dc707fd2f383dc70 /* buffering/ScbBase.h */, - FFFDf383dcd87fd2f383dcd8 /* buffering/ScbBody.h */, - FFFDf383dd407fd2f383dd40 /* buffering/ScbCloth.h */, - FFFDf383dda87fd2f383dda8 /* buffering/ScbConstraint.h */, - FFFDf383de107fd2f383de10 /* buffering/ScbDefs.h */, - FFFDf383de787fd2f383de78 /* buffering/ScbNpDeps.h */, - FFFDf383dee07fd2f383dee0 /* buffering/ScbParticleSystem.h */, - FFFDf383df487fd2f383df48 /* buffering/ScbRigidObject.h */, - FFFDf383dfb07fd2f383dfb0 /* buffering/ScbRigidStatic.h */, - FFFDf383e0187fd2f383e018 /* buffering/ScbScene.h */, - FFFDf383e0807fd2f383e080 /* buffering/ScbSceneBuffer.h */, - FFFDf383e0e87fd2f383e0e8 /* buffering/ScbScenePvdClient.h */, - FFFDf383e1507fd2f383e150 /* buffering/ScbShape.h */, - FFFDf383e1b87fd2f383e1b8 /* buffering/ScbType.h */, - FFFDf383e2207fd2f383e220 /* buffering/ScbActor.cpp */, - FFFDf383e2887fd2f383e288 /* buffering/ScbAggregate.cpp */, - FFFDf383e2f07fd2f383e2f0 /* buffering/ScbBase.cpp */, - FFFDf383e3587fd2f383e358 /* buffering/ScbCloth.cpp */, - FFFDf383e3c07fd2f383e3c0 /* buffering/ScbMetaData.cpp */, - FFFDf383e4287fd2f383e428 /* buffering/ScbParticleSystem.cpp */, - FFFDf383e4907fd2f383e490 /* buffering/ScbScene.cpp */, - FFFDf383e4f87fd2f383e4f8 /* buffering/ScbScenePvdClient.cpp */, - FFFDf383e5607fd2f383e560 /* buffering/ScbShape.cpp */, - FFFDf383e5c87fd2f383e5c8 /* cloth/NpCloth.h */, - FFFDf383e6307fd2f383e630 /* cloth/NpClothFabric.h */, - FFFDf383e6987fd2f383e698 /* cloth/NpClothParticleData.h */, - FFFDf383e7007fd2f383e700 /* cloth/NpCloth.cpp */, - FFFDf383e7687fd2f383e768 /* cloth/NpClothFabric.cpp */, - FFFDf383e7d07fd2f383e7d0 /* cloth/NpClothParticleData.cpp */, - FFFDf383e8387fd2f383e838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD64842c007f8564842c00 /* NpActor.h */, + FFFD64842c687f8564842c68 /* NpActorTemplate.h */, + FFFD64842cd07f8564842cd0 /* NpAggregate.h */, + FFFD64842d387f8564842d38 /* NpArticulation.h */, + FFFD64842da07f8564842da0 /* NpArticulationJoint.h */, + FFFD64842e087f8564842e08 /* NpArticulationLink.h */, + FFFD64842e707f8564842e70 /* NpBatchQuery.h */, + FFFD64842ed87f8564842ed8 /* NpCast.h */, + FFFD64842f407f8564842f40 /* NpConnector.h */, + FFFD64842fa87f8564842fa8 /* NpConstraint.h */, + FFFD648430107f8564843010 /* NpFactory.h */, + FFFD648430787f8564843078 /* NpMaterial.h */, + FFFD648430e07f85648430e0 /* NpMaterialManager.h */, + FFFD648431487f8564843148 /* NpPhysics.h */, + FFFD648431b07f85648431b0 /* NpPhysicsInsertionCallback.h */, + FFFD648432187f8564843218 /* NpPtrTableStorageManager.h */, + FFFD648432807f8564843280 /* NpPvdSceneQueryCollector.h */, + FFFD648432e87f85648432e8 /* NpQueryShared.h */, + FFFD648433507f8564843350 /* NpReadCheck.h */, + FFFD648433b87f85648433b8 /* NpRigidActorTemplate.h */, + FFFD648434207f8564843420 /* NpRigidActorTemplateInternal.h */, + FFFD648434887f8564843488 /* NpRigidBodyTemplate.h */, + FFFD648434f07f85648434f0 /* NpRigidDynamic.h */, + FFFD648435587f8564843558 /* NpRigidStatic.h */, + FFFD648435c07f85648435c0 /* NpScene.h */, + FFFD648436287f8564843628 /* NpSceneQueries.h */, + FFFD648436907f8564843690 /* NpShape.h */, + FFFD648436f87f85648436f8 /* NpShapeManager.h */, + FFFD648437607f8564843760 /* NpSpatialIndex.h */, + FFFD648437c87f85648437c8 /* NpVolumeCache.h */, + FFFD648438307f8564843830 /* NpWriteCheck.h */, + FFFD648438987f8564843898 /* PvdMetaDataBindingData.h */, + FFFD648439007f8564843900 /* PvdMetaDataPvdBinding.h */, + FFFD648439687f8564843968 /* PvdPhysicsClient.h */, + FFFD648439d07f85648439d0 /* PvdTypeNames.h */, + FFFD64843a387f8564843a38 /* NpActor.cpp */, + FFFD64843aa07f8564843aa0 /* NpAggregate.cpp */, + FFFD64843b087f8564843b08 /* NpArticulation.cpp */, + FFFD64843b707f8564843b70 /* NpArticulationJoint.cpp */, + FFFD64843bd87f8564843bd8 /* NpArticulationLink.cpp */, + FFFD64843c407f8564843c40 /* NpBatchQuery.cpp */, + FFFD64843ca87f8564843ca8 /* NpConstraint.cpp */, + FFFD64843d107f8564843d10 /* NpFactory.cpp */, + FFFD64843d787f8564843d78 /* NpMaterial.cpp */, + FFFD64843de07f8564843de0 /* NpMetaData.cpp */, + FFFD64843e487f8564843e48 /* NpPhysics.cpp */, + FFFD64843eb07f8564843eb0 /* NpPvdSceneQueryCollector.cpp */, + FFFD64843f187f8564843f18 /* NpReadCheck.cpp */, + FFFD64843f807f8564843f80 /* NpRigidDynamic.cpp */, + FFFD64843fe87f8564843fe8 /* NpRigidStatic.cpp */, + FFFD648440507f8564844050 /* NpScene.cpp */, + FFFD648440b87f85648440b8 /* NpSceneQueries.cpp */, + FFFD648441207f8564844120 /* NpSerializerAdapter.cpp */, + FFFD648441887f8564844188 /* NpShape.cpp */, + FFFD648441f07f85648441f0 /* NpShapeManager.cpp */, + FFFD648442587f8564844258 /* NpSpatialIndex.cpp */, + FFFD648442c07f85648442c0 /* NpVolumeCache.cpp */, + FFFD648443287f8564844328 /* NpWriteCheck.cpp */, + FFFD648443907f8564844390 /* PvdMetaDataPvdBinding.cpp */, + FFFD648443f87f85648443f8 /* PvdPhysicsClient.cpp */, + FFFD648444607f8564844460 /* particles/NpParticleBaseTemplate.h */, + FFFD648444c87f85648444c8 /* particles/NpParticleFluid.h */, + FFFD648445307f8564844530 /* particles/NpParticleFluidReadData.h */, + FFFD648445987f8564844598 /* particles/NpParticleSystem.h */, + FFFD648446007f8564844600 /* particles/NpParticleFluid.cpp */, + FFFD648446687f8564844668 /* particles/NpParticleSystem.cpp */, + FFFD648446d07f85648446d0 /* buffering/ScbActor.h */, + FFFD648447387f8564844738 /* buffering/ScbAggregate.h */, + FFFD648447a07f85648447a0 /* buffering/ScbArticulation.h */, + FFFD648448087f8564844808 /* buffering/ScbArticulationJoint.h */, + FFFD648448707f8564844870 /* buffering/ScbBase.h */, + FFFD648448d87f85648448d8 /* buffering/ScbBody.h */, + FFFD648449407f8564844940 /* buffering/ScbCloth.h */, + FFFD648449a87f85648449a8 /* buffering/ScbConstraint.h */, + FFFD64844a107f8564844a10 /* buffering/ScbDefs.h */, + FFFD64844a787f8564844a78 /* buffering/ScbNpDeps.h */, + FFFD64844ae07f8564844ae0 /* buffering/ScbParticleSystem.h */, + FFFD64844b487f8564844b48 /* buffering/ScbRigidObject.h */, + FFFD64844bb07f8564844bb0 /* buffering/ScbRigidStatic.h */, + FFFD64844c187f8564844c18 /* buffering/ScbScene.h */, + FFFD64844c807f8564844c80 /* buffering/ScbSceneBuffer.h */, + FFFD64844ce87f8564844ce8 /* buffering/ScbScenePvdClient.h */, + FFFD64844d507f8564844d50 /* buffering/ScbShape.h */, + FFFD64844db87f8564844db8 /* buffering/ScbType.h */, + FFFD64844e207f8564844e20 /* buffering/ScbActor.cpp */, + FFFD64844e887f8564844e88 /* buffering/ScbAggregate.cpp */, + FFFD64844ef07f8564844ef0 /* buffering/ScbBase.cpp */, + FFFD64844f587f8564844f58 /* buffering/ScbCloth.cpp */, + FFFD64844fc07f8564844fc0 /* buffering/ScbMetaData.cpp */, + FFFD648450287f8564845028 /* buffering/ScbParticleSystem.cpp */, + FFFD648450907f8564845090 /* buffering/ScbScene.cpp */, + FFFD648450f87f85648450f8 /* buffering/ScbScenePvdClient.cpp */, + FFFD648451607f8564845160 /* buffering/ScbShape.cpp */, + FFFD648451c87f85648451c8 /* cloth/NpCloth.h */, + FFFD648452307f8564845230 /* cloth/NpClothFabric.h */, + FFFD648452987f8564845298 /* cloth/NpClothParticleData.h */, + FFFD648453007f8564845300 /* cloth/NpCloth.cpp */, + FFFD648453687f8564845368 /* cloth/NpClothFabric.cpp */, + FFFD648453d07f85648453d0 /* cloth/NpClothParticleData.cpp */, + FFFD648454387f8564845438 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d54cd87fd2f2d54cd8 /* include */ = { + FFFB658042187f8565804218 /* include */ = { isa = PBXGroup; children = ( - FFFDf3835a007fd2f3835a00 /* PxActor.h */, - FFFDf3835a687fd2f3835a68 /* PxAggregate.h */, - FFFDf3835ad07fd2f3835ad0 /* PxArticulation.h */, - FFFDf3835b387fd2f3835b38 /* PxArticulationJoint.h */, - FFFDf3835ba07fd2f3835ba0 /* PxArticulationLink.h */, - FFFDf3835c087fd2f3835c08 /* PxBatchQuery.h */, - FFFDf3835c707fd2f3835c70 /* PxBatchQueryDesc.h */, - FFFDf3835cd87fd2f3835cd8 /* PxBroadPhase.h */, - FFFDf3835d407fd2f3835d40 /* PxClient.h */, - FFFDf3835da87fd2f3835da8 /* PxConstraint.h */, - FFFDf3835e107fd2f3835e10 /* PxConstraintDesc.h */, - FFFDf3835e787fd2f3835e78 /* PxContact.h */, - FFFDf3835ee07fd2f3835ee0 /* PxContactModifyCallback.h */, - FFFDf3835f487fd2f3835f48 /* PxDeletionListener.h */, - FFFDf3835fb07fd2f3835fb0 /* PxFiltering.h */, - FFFDf38360187fd2f3836018 /* PxForceMode.h */, - FFFDf38360807fd2f3836080 /* PxImmediateMode.h */, - FFFDf38360e87fd2f38360e8 /* PxLockedData.h */, - FFFDf38361507fd2f3836150 /* PxMaterial.h */, - FFFDf38361b87fd2f38361b8 /* PxPhysXConfig.h */, - FFFDf38362207fd2f3836220 /* PxPhysics.h */, - FFFDf38362887fd2f3836288 /* PxPhysicsAPI.h */, - FFFDf38362f07fd2f38362f0 /* PxPhysicsSerialization.h */, - FFFDf38363587fd2f3836358 /* PxPhysicsVersion.h */, - FFFDf38363c07fd2f38363c0 /* PxPruningStructure.h */, - FFFDf38364287fd2f3836428 /* PxQueryFiltering.h */, - FFFDf38364907fd2f3836490 /* PxQueryReport.h */, - FFFDf38364f87fd2f38364f8 /* PxRigidActor.h */, - FFFDf38365607fd2f3836560 /* PxRigidBody.h */, - FFFDf38365c87fd2f38365c8 /* PxRigidDynamic.h */, - FFFDf38366307fd2f3836630 /* PxRigidStatic.h */, - FFFDf38366987fd2f3836698 /* PxScene.h */, - FFFDf38367007fd2f3836700 /* PxSceneDesc.h */, - FFFDf38367687fd2f3836768 /* PxSceneLock.h */, - FFFDf38367d07fd2f38367d0 /* PxShape.h */, - FFFDf38368387fd2f3836838 /* PxSimulationEventCallback.h */, - FFFDf38368a07fd2f38368a0 /* PxSimulationStatistics.h */, - FFFDf38369087fd2f3836908 /* PxSpatialIndex.h */, - FFFDf38369707fd2f3836970 /* PxVisualizationParameter.h */, - FFFDf38369d87fd2f38369d8 /* PxVolumeCache.h */, - FFFDf3836a407fd2f3836a40 /* particles/PxParticleBase.h */, - FFFDf3836aa87fd2f3836aa8 /* particles/PxParticleBaseFlag.h */, - FFFDf3836b107fd2f3836b10 /* particles/PxParticleCreationData.h */, - FFFDf3836b787fd2f3836b78 /* particles/PxParticleFlag.h */, - FFFDf3836be07fd2f3836be0 /* particles/PxParticleFluid.h */, - FFFDf3836c487fd2f3836c48 /* particles/PxParticleFluidReadData.h */, - FFFDf3836cb07fd2f3836cb0 /* particles/PxParticleReadData.h */, - FFFDf3836d187fd2f3836d18 /* particles/PxParticleSystem.h */, - FFFDf3836d807fd2f3836d80 /* pvd/PxPvdSceneClient.h */, - FFFDf3836de87fd2f3836de8 /* cloth/PxCloth.h */, - FFFDf3836e507fd2f3836e50 /* cloth/PxClothCollisionData.h */, - FFFDf3836eb87fd2f3836eb8 /* cloth/PxClothFabric.h */, - FFFDf3836f207fd2f3836f20 /* cloth/PxClothParticleData.h */, - FFFDf3836f887fd2f3836f88 /* cloth/PxClothTypes.h */, + FFFD6483ec007f856483ec00 /* PxActor.h */, + FFFD6483ec687f856483ec68 /* PxAggregate.h */, + FFFD6483ecd07f856483ecd0 /* PxArticulation.h */, + FFFD6483ed387f856483ed38 /* PxArticulationJoint.h */, + FFFD6483eda07f856483eda0 /* PxArticulationLink.h */, + FFFD6483ee087f856483ee08 /* PxBatchQuery.h */, + FFFD6483ee707f856483ee70 /* PxBatchQueryDesc.h */, + FFFD6483eed87f856483eed8 /* PxBroadPhase.h */, + FFFD6483ef407f856483ef40 /* PxClient.h */, + FFFD6483efa87f856483efa8 /* PxConstraint.h */, + FFFD6483f0107f856483f010 /* PxConstraintDesc.h */, + FFFD6483f0787f856483f078 /* PxContact.h */, + FFFD6483f0e07f856483f0e0 /* PxContactModifyCallback.h */, + FFFD6483f1487f856483f148 /* PxDeletionListener.h */, + FFFD6483f1b07f856483f1b0 /* PxFiltering.h */, + FFFD6483f2187f856483f218 /* PxForceMode.h */, + FFFD6483f2807f856483f280 /* PxImmediateMode.h */, + FFFD6483f2e87f856483f2e8 /* PxLockedData.h */, + FFFD6483f3507f856483f350 /* PxMaterial.h */, + FFFD6483f3b87f856483f3b8 /* PxPhysXConfig.h */, + FFFD6483f4207f856483f420 /* PxPhysics.h */, + FFFD6483f4887f856483f488 /* PxPhysicsAPI.h */, + FFFD6483f4f07f856483f4f0 /* PxPhysicsSerialization.h */, + FFFD6483f5587f856483f558 /* PxPhysicsVersion.h */, + FFFD6483f5c07f856483f5c0 /* PxPruningStructure.h */, + FFFD6483f6287f856483f628 /* PxQueryFiltering.h */, + FFFD6483f6907f856483f690 /* PxQueryReport.h */, + FFFD6483f6f87f856483f6f8 /* PxRigidActor.h */, + FFFD6483f7607f856483f760 /* PxRigidBody.h */, + FFFD6483f7c87f856483f7c8 /* PxRigidDynamic.h */, + FFFD6483f8307f856483f830 /* PxRigidStatic.h */, + FFFD6483f8987f856483f898 /* PxScene.h */, + FFFD6483f9007f856483f900 /* PxSceneDesc.h */, + FFFD6483f9687f856483f968 /* PxSceneLock.h */, + FFFD6483f9d07f856483f9d0 /* PxShape.h */, + FFFD6483fa387f856483fa38 /* PxSimulationEventCallback.h */, + FFFD6483faa07f856483faa0 /* PxSimulationStatistics.h */, + FFFD6483fb087f856483fb08 /* PxSpatialIndex.h */, + FFFD6483fb707f856483fb70 /* PxVisualizationParameter.h */, + FFFD6483fbd87f856483fbd8 /* PxVolumeCache.h */, + FFFD6483fc407f856483fc40 /* particles/PxParticleBase.h */, + FFFD6483fca87f856483fca8 /* particles/PxParticleBaseFlag.h */, + FFFD6483fd107f856483fd10 /* particles/PxParticleCreationData.h */, + FFFD6483fd787f856483fd78 /* particles/PxParticleFlag.h */, + FFFD6483fde07f856483fde0 /* particles/PxParticleFluid.h */, + FFFD6483fe487f856483fe48 /* particles/PxParticleFluidReadData.h */, + FFFD6483feb07f856483feb0 /* particles/PxParticleReadData.h */, + FFFD6483ff187f856483ff18 /* particles/PxParticleSystem.h */, + FFFD6483ff807f856483ff80 /* pvd/PxPvdSceneClient.h */, + FFFD6483ffe87f856483ffe8 /* cloth/PxCloth.h */, + FFFD648400507f8564840050 /* cloth/PxClothCollisionData.h */, + FFFD648400b87f85648400b8 /* cloth/PxClothFabric.h */, + FFFD648401207f8564840120 /* cloth/PxClothParticleData.h */, + FFFD648401887f8564840188 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d54d007fd2f2d54d00 /* metadata */ = { + FFFB658042407f8565804240 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf38330007fd2f3833000 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDf38330687fd2f3833068 /* core/include/PvdMetaDataExtensions.h */, - FFFDf38330d07fd2f38330d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDf38331387fd2f3833138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDf38331a07fd2f38331a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDf38332087fd2f3833208 /* core/include/PxMetaDataCompare.h */, - FFFDf38332707fd2f3833270 /* core/include/PxMetaDataCppPrefix.h */, - FFFDf38332d87fd2f38332d8 /* core/include/PxMetaDataObjects.h */, - FFFDf38333407fd2f3833340 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDf38333a87fd2f38333a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFDf38334107fd2f3833410 /* core/src/PxMetaDataObjects.cpp */, + FFFD64841c007f8564841c00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD64841c687f8564841c68 /* core/include/PvdMetaDataExtensions.h */, + FFFD64841cd07f8564841cd0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD64841d387f8564841d38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD64841da07f8564841da0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD64841e087f8564841e08 /* core/include/PxMetaDataCompare.h */, + FFFD64841e707f8564841e70 /* core/include/PxMetaDataCppPrefix.h */, + FFFD64841ed87f8564841ed8 /* core/include/PxMetaDataObjects.h */, + FFFD64841f407f8564841f40 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD64841fa87f8564841fa8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD648420107f8564842010 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf2d50f307fd2f2d50f30 /* PhysXCharacterKinematic */ = { + FFFB659099007f8565909900 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFBf2d53fd07fd2f2d53fd0 /* include */, - FFFBf2d53ff87fd2f2d53ff8 /* src */, + FFFB658069a07f85658069a0 /* include */, + FFFB658069c87f85658069c8 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFBf2d53fd07fd2f2d53fd0 /* include */ = { + FFFB658069a07f85658069a0 /* include */ = { isa = PBXGroup; children = ( - FFFDf2d540207fd2f2d54020 /* PxBoxController.h */, - FFFDf2d540887fd2f2d54088 /* PxCapsuleController.h */, - FFFDf2d540f07fd2f2d540f0 /* PxCharacter.h */, - FFFDf2d541587fd2f2d54158 /* PxController.h */, - FFFDf2d541c07fd2f2d541c0 /* PxControllerBehavior.h */, - FFFDf2d542287fd2f2d54228 /* PxControllerManager.h */, - FFFDf2d542907fd2f2d54290 /* PxControllerObstacles.h */, - FFFDf2d542f87fd2f2d542f8 /* PxExtended.h */, + FFFD65909e307f8565909e30 /* PxBoxController.h */, + FFFD65909e987f8565909e98 /* PxCapsuleController.h */, + FFFD65909f007f8565909f00 /* PxCharacter.h */, + FFFD65909f687f8565909f68 /* PxController.h */, + FFFD65909fd07f8565909fd0 /* PxControllerBehavior.h */, + FFFD6590a0387f856590a038 /* PxControllerManager.h */, + FFFD6590a0a07f856590a0a0 /* PxControllerObstacles.h */, + FFFD6590a1087f856590a108 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d53ff87fd2f2d53ff8 /* src */ = { + FFFB658069c87f85658069c8 /* src */ = { isa = PBXGroup; children = ( - FFFDf38390007fd2f3839000 /* CctBoxController.h */, - FFFDf38390687fd2f3839068 /* CctCapsuleController.h */, - FFFDf38390d07fd2f38390d0 /* CctCharacterController.h */, - FFFDf38391387fd2f3839138 /* CctCharacterControllerManager.h */, - FFFDf38391a07fd2f38391a0 /* CctController.h */, - FFFDf38392087fd2f3839208 /* CctInternalStructs.h */, - FFFDf38392707fd2f3839270 /* CctObstacleContext.h */, - FFFDf38392d87fd2f38392d8 /* CctSweptBox.h */, - FFFDf38393407fd2f3839340 /* CctSweptCapsule.h */, - FFFDf38393a87fd2f38393a8 /* CctSweptVolume.h */, - FFFDf38394107fd2f3839410 /* CctUtils.h */, - FFFDf38394787fd2f3839478 /* CctBoxController.cpp */, - FFFDf38394e07fd2f38394e0 /* CctCapsuleController.cpp */, - FFFDf38395487fd2f3839548 /* CctCharacterController.cpp */, - FFFDf38395b07fd2f38395b0 /* CctCharacterControllerCallbacks.cpp */, - FFFDf38396187fd2f3839618 /* CctCharacterControllerManager.cpp */, - FFFDf38396807fd2f3839680 /* CctController.cpp */, - FFFDf38396e87fd2f38396e8 /* CctObstacleContext.cpp */, - FFFDf38397507fd2f3839750 /* CctSweptBox.cpp */, - FFFDf38397b87fd2f38397b8 /* CctSweptCapsule.cpp */, - FFFDf38398207fd2f3839820 /* CctSweptVolume.cpp */, + FFFD648476007f8564847600 /* CctBoxController.h */, + FFFD648476687f8564847668 /* CctCapsuleController.h */, + FFFD648476d07f85648476d0 /* CctCharacterController.h */, + FFFD648477387f8564847738 /* CctCharacterControllerManager.h */, + FFFD648477a07f85648477a0 /* CctController.h */, + FFFD648478087f8564847808 /* CctInternalStructs.h */, + FFFD648478707f8564847870 /* CctObstacleContext.h */, + FFFD648478d87f85648478d8 /* CctSweptBox.h */, + FFFD648479407f8564847940 /* CctSweptCapsule.h */, + FFFD648479a87f85648479a8 /* CctSweptVolume.h */, + FFFD64847a107f8564847a10 /* CctUtils.h */, + FFFD64847a787f8564847a78 /* CctBoxController.cpp */, + FFFD64847ae07f8564847ae0 /* CctCapsuleController.cpp */, + FFFD64847b487f8564847b48 /* CctCharacterController.cpp */, + FFFD64847bb07f8564847bb0 /* CctCharacterControllerCallbacks.cpp */, + FFFD64847c187f8564847c18 /* CctCharacterControllerManager.cpp */, + FFFD64847c807f8564847c80 /* CctController.cpp */, + FFFD64847ce87f8564847ce8 /* CctObstacleContext.cpp */, + FFFD64847d507f8564847d50 /* CctSweptBox.cpp */, + FFFD64847db87f8564847db8 /* CctSweptCapsule.cpp */, + FFFD64847e207f8564847e20 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d4e3107fd2f2d4e310 /* PhysXVehicle */ = { + FFFB65909af07f8565909af0 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFBf2d5e9b07fd2f2d5e9b0 /* include */, - FFFBf2d5e9d87fd2f2d5e9d8 /* src */, - FFFBf2d5ea007fd2f2d5ea00 /* metadata */, + FFFB6590bd407f856590bd40 /* include */, + FFFB6590bd687f856590bd68 /* src */, + FFFB6590bd907f856590bd90 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFBf2d5e9b07fd2f2d5e9b0 /* include */ = { + FFFB6590bd407f856590bd40 /* include */ = { isa = PBXGroup; children = ( - FFFDf383ea007fd2f383ea00 /* PxVehicleComponents.h */, - FFFDf383ea687fd2f383ea68 /* PxVehicleDrive.h */, - FFFDf383ead07fd2f383ead0 /* PxVehicleDrive4W.h */, - FFFDf383eb387fd2f383eb38 /* PxVehicleDriveNW.h */, - FFFDf383eba07fd2f383eba0 /* PxVehicleDriveTank.h */, - FFFDf383ec087fd2f383ec08 /* PxVehicleNoDrive.h */, - FFFDf383ec707fd2f383ec70 /* PxVehicleSDK.h */, - FFFDf383ecd87fd2f383ecd8 /* PxVehicleShaders.h */, - FFFDf383ed407fd2f383ed40 /* PxVehicleTireFriction.h */, - FFFDf383eda87fd2f383eda8 /* PxVehicleUpdate.h */, - FFFDf383ee107fd2f383ee10 /* PxVehicleUtil.h */, - FFFDf383ee787fd2f383ee78 /* PxVehicleUtilControl.h */, - FFFDf383eee07fd2f383eee0 /* PxVehicleUtilSetup.h */, - FFFDf383ef487fd2f383ef48 /* PxVehicleUtilTelemetry.h */, - FFFDf383efb07fd2f383efb0 /* PxVehicleWheels.h */, + FFFD6484a4007f856484a400 /* PxVehicleComponents.h */, + FFFD6484a4687f856484a468 /* PxVehicleDrive.h */, + FFFD6484a4d07f856484a4d0 /* PxVehicleDrive4W.h */, + FFFD6484a5387f856484a538 /* PxVehicleDriveNW.h */, + FFFD6484a5a07f856484a5a0 /* PxVehicleDriveTank.h */, + FFFD6484a6087f856484a608 /* PxVehicleNoDrive.h */, + FFFD6484a6707f856484a670 /* PxVehicleSDK.h */, + FFFD6484a6d87f856484a6d8 /* PxVehicleShaders.h */, + FFFD6484a7407f856484a740 /* PxVehicleTireFriction.h */, + FFFD6484a7a87f856484a7a8 /* PxVehicleUpdate.h */, + FFFD6484a8107f856484a810 /* PxVehicleUtil.h */, + FFFD6484a8787f856484a878 /* PxVehicleUtilControl.h */, + FFFD6484a8e07f856484a8e0 /* PxVehicleUtilSetup.h */, + FFFD6484a9487f856484a948 /* PxVehicleUtilTelemetry.h */, + FFFD6484a9b07f856484a9b0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d5e9d87fd2f2d5e9d8 /* src */ = { + FFFB6590bd687f856590bd68 /* src */ = { isa = PBXGroup; children = ( - FFFDf38408007fd2f3840800 /* PxVehicleDefaults.h */, - FFFDf38408687fd2f3840868 /* PxVehicleLinearMath.h */, - FFFDf38408d07fd2f38408d0 /* PxVehicleSerialization.h */, - FFFDf38409387fd2f3840938 /* PxVehicleSuspLimitConstraintShader.h */, - FFFDf38409a07fd2f38409a0 /* PxVehicleSuspWheelTire4.h */, - FFFDf3840a087fd2f3840a08 /* PxVehicleComponents.cpp */, - FFFDf3840a707fd2f3840a70 /* PxVehicleDrive.cpp */, - FFFDf3840ad87fd2f3840ad8 /* PxVehicleDrive4W.cpp */, - FFFDf3840b407fd2f3840b40 /* PxVehicleDriveNW.cpp */, - FFFDf3840ba87fd2f3840ba8 /* PxVehicleDriveTank.cpp */, - FFFDf3840c107fd2f3840c10 /* PxVehicleMetaData.cpp */, - FFFDf3840c787fd2f3840c78 /* PxVehicleNoDrive.cpp */, - FFFDf3840ce07fd2f3840ce0 /* PxVehicleSDK.cpp */, - FFFDf3840d487fd2f3840d48 /* PxVehicleSerialization.cpp */, - FFFDf3840db07fd2f3840db0 /* PxVehicleSuspWheelTire4.cpp */, - FFFDf3840e187fd2f3840e18 /* PxVehicleTireFriction.cpp */, - FFFDf3840e807fd2f3840e80 /* PxVehicleUpdate.cpp */, - FFFDf3840ee87fd2f3840ee8 /* PxVehicleWheels.cpp */, - FFFDf3840f507fd2f3840f50 /* VehicleUtilControl.cpp */, - FFFDf3840fb87fd2f3840fb8 /* VehicleUtilSetup.cpp */, - FFFDf38410207fd2f3841020 /* VehicleUtilTelemetry.cpp */, + FFFD6484c2007f856484c200 /* PxVehicleDefaults.h */, + FFFD6484c2687f856484c268 /* PxVehicleLinearMath.h */, + FFFD6484c2d07f856484c2d0 /* PxVehicleSerialization.h */, + FFFD6484c3387f856484c338 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD6484c3a07f856484c3a0 /* PxVehicleSuspWheelTire4.h */, + FFFD6484c4087f856484c408 /* PxVehicleComponents.cpp */, + FFFD6484c4707f856484c470 /* PxVehicleDrive.cpp */, + FFFD6484c4d87f856484c4d8 /* PxVehicleDrive4W.cpp */, + FFFD6484c5407f856484c540 /* PxVehicleDriveNW.cpp */, + FFFD6484c5a87f856484c5a8 /* PxVehicleDriveTank.cpp */, + FFFD6484c6107f856484c610 /* PxVehicleMetaData.cpp */, + FFFD6484c6787f856484c678 /* PxVehicleNoDrive.cpp */, + FFFD6484c6e07f856484c6e0 /* PxVehicleSDK.cpp */, + FFFD6484c7487f856484c748 /* PxVehicleSerialization.cpp */, + FFFD6484c7b07f856484c7b0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD6484c8187f856484c818 /* PxVehicleTireFriction.cpp */, + FFFD6484c8807f856484c880 /* PxVehicleUpdate.cpp */, + FFFD6484c8e87f856484c8e8 /* PxVehicleWheels.cpp */, + FFFD6484c9507f856484c950 /* VehicleUtilControl.cpp */, + FFFD6484c9b87f856484c9b8 /* VehicleUtilSetup.cpp */, + FFFD6484ca207f856484ca20 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d5ea007fd2f2d5ea00 /* metadata */ = { + FFFB6590bd907f856590bd90 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf2d5fc307fd2f2d5fc30 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFDf2d5fc987fd2f2d5fc98 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFDf2d5fd007fd2f2d5fd00 /* include/PxVehicleMetaDataObjects.h */, - FFFDf2d5fd687fd2f2d5fd68 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFDf2d5fdd07fd2f2d5fdd0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD6590e5b07f856590e5b0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD6590e6187f856590e618 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD6590e6807f856590e680 /* include/PxVehicleMetaDataObjects.h */, + FFFD6590e6e87f856590e6e8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD6590e7507f856590e750 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf2d5f8507fd2f2d5f850 /* PhysXExtensions */ = { + FFFB6590e1d07f856590e1d0 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFBf2d61e907fd2f2d61e90 /* include */, - FFFBf2d61eb87fd2f2d61eb8 /* src */, - FFFBf2d61ee07fd2f2d61ee0 /* serialization */, - FFFBf2d61f087fd2f2d61f08 /* metadata */, + FFFB65915e907f8565915e90 /* include */, + FFFB65915eb87f8565915eb8 /* src */, + FFFB65915ee07f8565915ee0 /* serialization */, + FFFB65915f087f8565915f08 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFBf2d61e907fd2f2d61e90 /* include */ = { + FFFB65915e907f8565915e90 /* include */ = { isa = PBXGroup; children = ( - FFFDf38440007fd2f3844000 /* PxBinaryConverter.h */, - FFFDf38440687fd2f3844068 /* PxBroadPhaseExt.h */, - FFFDf38440d07fd2f38440d0 /* PxClothFabricCooker.h */, - FFFDf38441387fd2f3844138 /* PxClothMeshDesc.h */, - FFFDf38441a07fd2f38441a0 /* PxClothMeshQuadifier.h */, - FFFDf38442087fd2f3844208 /* PxClothTetherCooker.h */, - FFFDf38442707fd2f3844270 /* PxCollectionExt.h */, - FFFDf38442d87fd2f38442d8 /* PxConstraintExt.h */, - FFFDf38443407fd2f3844340 /* PxConvexMeshExt.h */, - FFFDf38443a87fd2f38443a8 /* PxD6Joint.h */, - FFFDf38444107fd2f3844410 /* PxDefaultAllocator.h */, - FFFDf38444787fd2f3844478 /* PxDefaultCpuDispatcher.h */, - FFFDf38444e07fd2f38444e0 /* PxDefaultErrorCallback.h */, - FFFDf38445487fd2f3844548 /* PxDefaultSimulationFilterShader.h */, - FFFDf38445b07fd2f38445b0 /* PxDefaultStreams.h */, - FFFDf38446187fd2f3844618 /* PxDistanceJoint.h */, - FFFDf38446807fd2f3844680 /* PxExtensionsAPI.h */, - FFFDf38446e87fd2f38446e8 /* PxFixedJoint.h */, - FFFDf38447507fd2f3844750 /* PxJoint.h */, - FFFDf38447b87fd2f38447b8 /* PxJointLimit.h */, - FFFDf38448207fd2f3844820 /* PxMassProperties.h */, - FFFDf38448887fd2f3844888 /* PxParticleExt.h */, - FFFDf38448f07fd2f38448f0 /* PxPrismaticJoint.h */, - FFFDf38449587fd2f3844958 /* PxRaycastCCD.h */, - FFFDf38449c07fd2f38449c0 /* PxRepXSerializer.h */, - FFFDf3844a287fd2f3844a28 /* PxRepXSimpleType.h */, - FFFDf3844a907fd2f3844a90 /* PxRevoluteJoint.h */, - FFFDf3844af87fd2f3844af8 /* PxRigidActorExt.h */, - FFFDf3844b607fd2f3844b60 /* PxRigidBodyExt.h */, - FFFDf3844bc87fd2f3844bc8 /* PxSceneQueryExt.h */, - FFFDf3844c307fd2f3844c30 /* PxSerialization.h */, - FFFDf3844c987fd2f3844c98 /* PxShapeExt.h */, - FFFDf3844d007fd2f3844d00 /* PxSimpleFactory.h */, - FFFDf3844d687fd2f3844d68 /* PxSmoothNormals.h */, - FFFDf3844dd07fd2f3844dd0 /* PxSphericalJoint.h */, - FFFDf3844e387fd2f3844e38 /* PxStringTableExt.h */, - FFFDf3844ea07fd2f3844ea0 /* PxTriangleMeshExt.h */, + FFFD6484fa007f856484fa00 /* PxBinaryConverter.h */, + FFFD6484fa687f856484fa68 /* PxBroadPhaseExt.h */, + FFFD6484fad07f856484fad0 /* PxClothFabricCooker.h */, + FFFD6484fb387f856484fb38 /* PxClothMeshDesc.h */, + FFFD6484fba07f856484fba0 /* PxClothMeshQuadifier.h */, + FFFD6484fc087f856484fc08 /* PxClothTetherCooker.h */, + FFFD6484fc707f856484fc70 /* PxCollectionExt.h */, + FFFD6484fcd87f856484fcd8 /* PxConstraintExt.h */, + FFFD6484fd407f856484fd40 /* PxConvexMeshExt.h */, + FFFD6484fda87f856484fda8 /* PxD6Joint.h */, + FFFD6484fe107f856484fe10 /* PxDefaultAllocator.h */, + FFFD6484fe787f856484fe78 /* PxDefaultCpuDispatcher.h */, + FFFD6484fee07f856484fee0 /* PxDefaultErrorCallback.h */, + FFFD6484ff487f856484ff48 /* PxDefaultSimulationFilterShader.h */, + FFFD6484ffb07f856484ffb0 /* PxDefaultStreams.h */, + FFFD648500187f8564850018 /* PxDistanceJoint.h */, + FFFD648500807f8564850080 /* PxExtensionsAPI.h */, + FFFD648500e87f85648500e8 /* PxFixedJoint.h */, + FFFD648501507f8564850150 /* PxJoint.h */, + FFFD648501b87f85648501b8 /* PxJointLimit.h */, + FFFD648502207f8564850220 /* PxMassProperties.h */, + FFFD648502887f8564850288 /* PxParticleExt.h */, + FFFD648502f07f85648502f0 /* PxPrismaticJoint.h */, + FFFD648503587f8564850358 /* PxRaycastCCD.h */, + FFFD648503c07f85648503c0 /* PxRepXSerializer.h */, + FFFD648504287f8564850428 /* PxRepXSimpleType.h */, + FFFD648504907f8564850490 /* PxRevoluteJoint.h */, + FFFD648504f87f85648504f8 /* PxRigidActorExt.h */, + FFFD648505607f8564850560 /* PxRigidBodyExt.h */, + FFFD648505c87f85648505c8 /* PxSceneQueryExt.h */, + FFFD648506307f8564850630 /* PxSerialization.h */, + FFFD648506987f8564850698 /* PxShapeExt.h */, + FFFD648507007f8564850700 /* PxSimpleFactory.h */, + FFFD648507687f8564850768 /* PxSmoothNormals.h */, + FFFD648507d07f85648507d0 /* PxSphericalJoint.h */, + FFFD648508387f8564850838 /* PxStringTableExt.h */, + FFFD648508a07f85648508a0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d61eb87fd2f2d61eb8 /* src */ = { + FFFB65915eb87f8565915eb8 /* src */ = { isa = PBXGroup; children = ( - FFFDf3842a007fd2f3842a00 /* ExtConstraintHelper.h */, - FFFDf3842a687fd2f3842a68 /* ExtCpuWorkerThread.h */, - FFFDf3842ad07fd2f3842ad0 /* ExtD6Joint.h */, - FFFDf3842b387fd2f3842b38 /* ExtDefaultCpuDispatcher.h */, - FFFDf3842ba07fd2f3842ba0 /* ExtDistanceJoint.h */, - FFFDf3842c087fd2f3842c08 /* ExtFixedJoint.h */, - FFFDf3842c707fd2f3842c70 /* ExtInertiaTensor.h */, - FFFDf3842cd87fd2f3842cd8 /* ExtJoint.h */, - FFFDf3842d407fd2f3842d40 /* ExtJointMetaDataExtensions.h */, - FFFDf3842da87fd2f3842da8 /* ExtPlatform.h */, - FFFDf3842e107fd2f3842e10 /* ExtPrismaticJoint.h */, - FFFDf3842e787fd2f3842e78 /* ExtPvd.h */, - FFFDf3842ee07fd2f3842ee0 /* ExtRevoluteJoint.h */, - FFFDf3842f487fd2f3842f48 /* ExtSerialization.h */, - FFFDf3842fb07fd2f3842fb0 /* ExtSharedQueueEntryPool.h */, - FFFDf38430187fd2f3843018 /* ExtSphericalJoint.h */, - FFFDf38430807fd2f3843080 /* ExtTaskQueueHelper.h */, - FFFDf38430e87fd2f38430e8 /* ExtBroadPhase.cpp */, - FFFDf38431507fd2f3843150 /* ExtClothFabricCooker.cpp */, - FFFDf38431b87fd2f38431b8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFDf38432207fd2f3843220 /* ExtClothMeshQuadifier.cpp */, - FFFDf38432887fd2f3843288 /* ExtClothSimpleTetherCooker.cpp */, - FFFDf38432f07fd2f38432f0 /* ExtCollection.cpp */, - FFFDf38433587fd2f3843358 /* ExtConvexMeshExt.cpp */, - FFFDf38433c07fd2f38433c0 /* ExtCpuWorkerThread.cpp */, - FFFDf38434287fd2f3843428 /* ExtD6Joint.cpp */, - FFFDf38434907fd2f3843490 /* ExtD6JointSolverPrep.cpp */, - FFFDf38434f87fd2f38434f8 /* ExtDefaultCpuDispatcher.cpp */, - FFFDf38435607fd2f3843560 /* ExtDefaultErrorCallback.cpp */, - FFFDf38435c87fd2f38435c8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFDf38436307fd2f3843630 /* ExtDefaultStreams.cpp */, - FFFDf38436987fd2f3843698 /* ExtDistanceJoint.cpp */, - FFFDf38437007fd2f3843700 /* ExtDistanceJointSolverPrep.cpp */, - FFFDf38437687fd2f3843768 /* ExtExtensions.cpp */, - FFFDf38437d07fd2f38437d0 /* ExtFixedJoint.cpp */, - FFFDf38438387fd2f3843838 /* ExtFixedJointSolverPrep.cpp */, - FFFDf38438a07fd2f38438a0 /* ExtJoint.cpp */, - FFFDf38439087fd2f3843908 /* ExtMetaData.cpp */, - FFFDf38439707fd2f3843970 /* ExtParticleExt.cpp */, - FFFDf38439d87fd2f38439d8 /* ExtPrismaticJoint.cpp */, - FFFDf3843a407fd2f3843a40 /* ExtPrismaticJointSolverPrep.cpp */, - FFFDf3843aa87fd2f3843aa8 /* ExtPvd.cpp */, - FFFDf3843b107fd2f3843b10 /* ExtPxStringTable.cpp */, - FFFDf3843b787fd2f3843b78 /* ExtRaycastCCD.cpp */, - FFFDf3843be07fd2f3843be0 /* ExtRevoluteJoint.cpp */, - FFFDf3843c487fd2f3843c48 /* ExtRevoluteJointSolverPrep.cpp */, - FFFDf3843cb07fd2f3843cb0 /* ExtRigidBodyExt.cpp */, - FFFDf3843d187fd2f3843d18 /* ExtSceneQueryExt.cpp */, - FFFDf3843d807fd2f3843d80 /* ExtSimpleFactory.cpp */, - FFFDf3843de87fd2f3843de8 /* ExtSmoothNormals.cpp */, - FFFDf3843e507fd2f3843e50 /* ExtSphericalJoint.cpp */, - FFFDf3843eb87fd2f3843eb8 /* ExtSphericalJointSolverPrep.cpp */, - FFFDf3843f207fd2f3843f20 /* ExtTriangleMeshExt.cpp */, + FFFD6484e4007f856484e400 /* ExtConstraintHelper.h */, + FFFD6484e4687f856484e468 /* ExtCpuWorkerThread.h */, + FFFD6484e4d07f856484e4d0 /* ExtD6Joint.h */, + FFFD6484e5387f856484e538 /* ExtDefaultCpuDispatcher.h */, + FFFD6484e5a07f856484e5a0 /* ExtDistanceJoint.h */, + FFFD6484e6087f856484e608 /* ExtFixedJoint.h */, + FFFD6484e6707f856484e670 /* ExtInertiaTensor.h */, + FFFD6484e6d87f856484e6d8 /* ExtJoint.h */, + FFFD6484e7407f856484e740 /* ExtJointMetaDataExtensions.h */, + FFFD6484e7a87f856484e7a8 /* ExtPlatform.h */, + FFFD6484e8107f856484e810 /* ExtPrismaticJoint.h */, + FFFD6484e8787f856484e878 /* ExtPvd.h */, + FFFD6484e8e07f856484e8e0 /* ExtRevoluteJoint.h */, + FFFD6484e9487f856484e948 /* ExtSerialization.h */, + FFFD6484e9b07f856484e9b0 /* ExtSharedQueueEntryPool.h */, + FFFD6484ea187f856484ea18 /* ExtSphericalJoint.h */, + FFFD6484ea807f856484ea80 /* ExtTaskQueueHelper.h */, + FFFD6484eae87f856484eae8 /* ExtBroadPhase.cpp */, + FFFD6484eb507f856484eb50 /* ExtClothFabricCooker.cpp */, + FFFD6484ebb87f856484ebb8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD6484ec207f856484ec20 /* ExtClothMeshQuadifier.cpp */, + FFFD6484ec887f856484ec88 /* ExtClothSimpleTetherCooker.cpp */, + FFFD6484ecf07f856484ecf0 /* ExtCollection.cpp */, + FFFD6484ed587f856484ed58 /* ExtConvexMeshExt.cpp */, + FFFD6484edc07f856484edc0 /* ExtCpuWorkerThread.cpp */, + FFFD6484ee287f856484ee28 /* ExtD6Joint.cpp */, + FFFD6484ee907f856484ee90 /* ExtD6JointSolverPrep.cpp */, + FFFD6484eef87f856484eef8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD6484ef607f856484ef60 /* ExtDefaultErrorCallback.cpp */, + FFFD6484efc87f856484efc8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD6484f0307f856484f030 /* ExtDefaultStreams.cpp */, + FFFD6484f0987f856484f098 /* ExtDistanceJoint.cpp */, + FFFD6484f1007f856484f100 /* ExtDistanceJointSolverPrep.cpp */, + FFFD6484f1687f856484f168 /* ExtExtensions.cpp */, + FFFD6484f1d07f856484f1d0 /* ExtFixedJoint.cpp */, + FFFD6484f2387f856484f238 /* ExtFixedJointSolverPrep.cpp */, + FFFD6484f2a07f856484f2a0 /* ExtJoint.cpp */, + FFFD6484f3087f856484f308 /* ExtMetaData.cpp */, + FFFD6484f3707f856484f370 /* ExtParticleExt.cpp */, + FFFD6484f3d87f856484f3d8 /* ExtPrismaticJoint.cpp */, + FFFD6484f4407f856484f440 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD6484f4a87f856484f4a8 /* ExtPvd.cpp */, + FFFD6484f5107f856484f510 /* ExtPxStringTable.cpp */, + FFFD6484f5787f856484f578 /* ExtRaycastCCD.cpp */, + FFFD6484f5e07f856484f5e0 /* ExtRevoluteJoint.cpp */, + FFFD6484f6487f856484f648 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD6484f6b07f856484f6b0 /* ExtRigidBodyExt.cpp */, + FFFD6484f7187f856484f718 /* ExtSceneQueryExt.cpp */, + FFFD6484f7807f856484f780 /* ExtSimpleFactory.cpp */, + FFFD6484f7e87f856484f7e8 /* ExtSmoothNormals.cpp */, + FFFD6484f8507f856484f850 /* ExtSphericalJoint.cpp */, + FFFD6484f8b87f856484f8b8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD6484f9207f856484f920 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d61ee07fd2f2d61ee0 /* serialization */ = { + FFFB65915ee07f8565915ee0 /* serialization */ = { isa = PBXGroup; children = ( - FFFDf38474007fd2f3847400 /* SnSerialUtils.h */, - FFFDf38474687fd2f3847468 /* SnSerializationRegistry.h */, - FFFDf38474d07fd2f38474d0 /* SnSerialUtils.cpp */, - FFFDf38475387fd2f3847538 /* SnSerialization.cpp */, - FFFDf38475a07fd2f38475a0 /* SnSerializationRegistry.cpp */, - FFFDf38476087fd2f3847608 /* Binary/SnConvX.h */, - FFFDf38476707fd2f3847670 /* Binary/SnConvX_Align.h */, - FFFDf38476d87fd2f38476d8 /* Binary/SnConvX_Common.h */, - FFFDf38477407fd2f3847740 /* Binary/SnConvX_MetaData.h */, - FFFDf38477a87fd2f38477a8 /* Binary/SnConvX_Output.h */, - FFFDf38478107fd2f3847810 /* Binary/SnConvX_Union.h */, - FFFDf38478787fd2f3847878 /* Binary/SnSerializationContext.h */, - FFFDf38478e07fd2f38478e0 /* Binary/SnBinaryDeserialization.cpp */, - FFFDf38479487fd2f3847948 /* Binary/SnBinarySerialization.cpp */, - FFFDf38479b07fd2f38479b0 /* Binary/SnConvX.cpp */, - FFFDf3847a187fd2f3847a18 /* Binary/SnConvX_Align.cpp */, - FFFDf3847a807fd2f3847a80 /* Binary/SnConvX_Convert.cpp */, - FFFDf3847ae87fd2f3847ae8 /* Binary/SnConvX_Error.cpp */, - FFFDf3847b507fd2f3847b50 /* Binary/SnConvX_MetaData.cpp */, - FFFDf3847bb87fd2f3847bb8 /* Binary/SnConvX_Output.cpp */, - FFFDf3847c207fd2f3847c20 /* Binary/SnConvX_Union.cpp */, - FFFDf3847c887fd2f3847c88 /* Binary/SnSerializationContext.cpp */, - FFFDf3847cf07fd2f3847cf0 /* Xml/SnJointRepXSerializer.h */, - FFFDf3847d587fd2f3847d58 /* Xml/SnPxStreamOperators.h */, - FFFDf3847dc07fd2f3847dc0 /* Xml/SnRepX1_0Defaults.h */, - FFFDf3847e287fd2f3847e28 /* Xml/SnRepX3_1Defaults.h */, - FFFDf3847e907fd2f3847e90 /* Xml/SnRepX3_2Defaults.h */, - FFFDf3847ef87fd2f3847ef8 /* Xml/SnRepXCollection.h */, - FFFDf3847f607fd2f3847f60 /* Xml/SnRepXCoreSerializer.h */, - FFFDf3847fc87fd2f3847fc8 /* Xml/SnRepXSerializerImpl.h */, - FFFDf38480307fd2f3848030 /* Xml/SnRepXUpgrader.h */, - FFFDf38480987fd2f3848098 /* Xml/SnSimpleXmlWriter.h */, - FFFDf38481007fd2f3848100 /* Xml/SnXmlDeserializer.h */, - FFFDf38481687fd2f3848168 /* Xml/SnXmlImpl.h */, - FFFDf38481d07fd2f38481d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFDf38482387fd2f3848238 /* Xml/SnXmlMemoryPool.h */, - FFFDf38482a07fd2f38482a0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFDf38483087fd2f3848308 /* Xml/SnXmlReader.h */, - FFFDf38483707fd2f3848370 /* Xml/SnXmlSerializer.h */, - FFFDf38483d87fd2f38483d8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFDf38484407fd2f3848440 /* Xml/SnXmlStringToType.h */, - FFFDf38484a87fd2f38484a8 /* Xml/SnXmlVisitorReader.h */, - FFFDf38485107fd2f3848510 /* Xml/SnXmlVisitorWriter.h */, - FFFDf38485787fd2f3848578 /* Xml/SnXmlWriter.h */, - FFFDf38485e07fd2f38485e0 /* Xml/SnJointRepXSerializer.cpp */, - FFFDf38486487fd2f3848648 /* Xml/SnRepXCoreSerializer.cpp */, - FFFDf38486b07fd2f38486b0 /* Xml/SnRepXUpgrader.cpp */, - FFFDf38487187fd2f3848718 /* Xml/SnXmlSerialization.cpp */, - FFFDf38487807fd2f3848780 /* File/SnFile.h */, + FFFD64852e007f8564852e00 /* SnSerialUtils.h */, + FFFD64852e687f8564852e68 /* SnSerializationRegistry.h */, + FFFD64852ed07f8564852ed0 /* SnSerialUtils.cpp */, + FFFD64852f387f8564852f38 /* SnSerialization.cpp */, + FFFD64852fa07f8564852fa0 /* SnSerializationRegistry.cpp */, + FFFD648530087f8564853008 /* Binary/SnConvX.h */, + FFFD648530707f8564853070 /* Binary/SnConvX_Align.h */, + FFFD648530d87f85648530d8 /* Binary/SnConvX_Common.h */, + FFFD648531407f8564853140 /* Binary/SnConvX_MetaData.h */, + FFFD648531a87f85648531a8 /* Binary/SnConvX_Output.h */, + FFFD648532107f8564853210 /* Binary/SnConvX_Union.h */, + FFFD648532787f8564853278 /* Binary/SnSerializationContext.h */, + FFFD648532e07f85648532e0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD648533487f8564853348 /* Binary/SnBinarySerialization.cpp */, + FFFD648533b07f85648533b0 /* Binary/SnConvX.cpp */, + FFFD648534187f8564853418 /* Binary/SnConvX_Align.cpp */, + FFFD648534807f8564853480 /* Binary/SnConvX_Convert.cpp */, + FFFD648534e87f85648534e8 /* Binary/SnConvX_Error.cpp */, + FFFD648535507f8564853550 /* Binary/SnConvX_MetaData.cpp */, + FFFD648535b87f85648535b8 /* Binary/SnConvX_Output.cpp */, + FFFD648536207f8564853620 /* Binary/SnConvX_Union.cpp */, + FFFD648536887f8564853688 /* Binary/SnSerializationContext.cpp */, + FFFD648536f07f85648536f0 /* Xml/SnJointRepXSerializer.h */, + FFFD648537587f8564853758 /* Xml/SnPxStreamOperators.h */, + FFFD648537c07f85648537c0 /* Xml/SnRepX1_0Defaults.h */, + FFFD648538287f8564853828 /* Xml/SnRepX3_1Defaults.h */, + FFFD648538907f8564853890 /* Xml/SnRepX3_2Defaults.h */, + FFFD648538f87f85648538f8 /* Xml/SnRepXCollection.h */, + FFFD648539607f8564853960 /* Xml/SnRepXCoreSerializer.h */, + FFFD648539c87f85648539c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD64853a307f8564853a30 /* Xml/SnRepXUpgrader.h */, + FFFD64853a987f8564853a98 /* Xml/SnSimpleXmlWriter.h */, + FFFD64853b007f8564853b00 /* Xml/SnXmlDeserializer.h */, + FFFD64853b687f8564853b68 /* Xml/SnXmlImpl.h */, + FFFD64853bd07f8564853bd0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD64853c387f8564853c38 /* Xml/SnXmlMemoryPool.h */, + FFFD64853ca07f8564853ca0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD64853d087f8564853d08 /* Xml/SnXmlReader.h */, + FFFD64853d707f8564853d70 /* Xml/SnXmlSerializer.h */, + FFFD64853dd87f8564853dd8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD64853e407f8564853e40 /* Xml/SnXmlStringToType.h */, + FFFD64853ea87f8564853ea8 /* Xml/SnXmlVisitorReader.h */, + FFFD64853f107f8564853f10 /* Xml/SnXmlVisitorWriter.h */, + FFFD64853f787f8564853f78 /* Xml/SnXmlWriter.h */, + FFFD64853fe07f8564853fe0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD648540487f8564854048 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD648540b07f85648540b0 /* Xml/SnRepXUpgrader.cpp */, + FFFD648541187f8564854118 /* Xml/SnXmlSerialization.cpp */, + FFFD648541807f8564854180 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFBf2d61f087fd2f2d61f08 /* metadata */ = { + FFFB65915f087f8565915f08 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf38450007fd2f3845000 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDf38450687fd2f3845068 /* core/include/PvdMetaDataExtensions.h */, - FFFDf38450d07fd2f38450d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDf38451387fd2f3845138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDf38451a07fd2f38451a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDf38452087fd2f3845208 /* core/include/PxMetaDataCompare.h */, - FFFDf38452707fd2f3845270 /* core/include/PxMetaDataCppPrefix.h */, - FFFDf38452d87fd2f38452d8 /* core/include/PxMetaDataObjects.h */, - FFFDf38453407fd2f3845340 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDf38453a87fd2f38453a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFDf38454107fd2f3845410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFDf38454787fd2f3845478 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFDf38454e07fd2f38454e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD64850a007f8564850a00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD64850a687f8564850a68 /* core/include/PvdMetaDataExtensions.h */, + FFFD64850ad07f8564850ad0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD64850b387f8564850b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD64850ba07f8564850ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD64850c087f8564850c08 /* core/include/PxMetaDataCompare.h */, + FFFD64850c707f8564850c70 /* core/include/PxMetaDataCppPrefix.h */, + FFFD64850cd87f8564850cd8 /* core/include/PxMetaDataObjects.h */, + FFFD64850d407f8564850d40 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD64850da87f8564850da8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD64850e107f8564850e10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD64850e787f8564850e78 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD64850ee07f8564850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf2d709607fd2f2d70960 /* SceneQuery */ = { + FFFB659313f07f85659313f0 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFBf2d731e07fd2f2d731e0 /* src */, - FFFBf2d732087fd2f2d73208 /* include */, + FFFB65933da07f8565933da0 /* src */, + FFFB65933dc87f8565933dc8 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFBf2d731e07fd2f2d731e0 /* src */ = { + FFFB65933da07f8565933da0 /* src */ = { isa = PBXGroup; children = ( - FFFDf384b4007fd2f384b400 /* SqAABBPruner.cpp */, - FFFDf384b4687fd2f384b468 /* SqAABBTree.cpp */, - FFFDf384b4d07fd2f384b4d0 /* SqAABBTreeBuild.cpp */, - FFFDf384b5387fd2f384b538 /* SqAABBTreeUpdateMap.cpp */, - FFFDf384b5a07fd2f384b5a0 /* SqBounds.cpp */, - FFFDf384b6087fd2f384b608 /* SqBucketPruner.cpp */, - FFFDf384b6707fd2f384b670 /* SqExtendedBucketPruner.cpp */, - FFFDf384b6d87fd2f384b6d8 /* SqIncrementalAABBPrunerCore.cpp */, - FFFDf384b7407fd2f384b740 /* SqIncrementalAABBTree.cpp */, - FFFDf384b7a87fd2f384b7a8 /* SqMetaData.cpp */, - FFFDf384b8107fd2f384b810 /* SqPruningPool.cpp */, - FFFDf384b8787fd2f384b878 /* SqPruningStructure.cpp */, - FFFDf384b8e07fd2f384b8e0 /* SqSceneQueryManager.cpp */, - FFFDf384b9487fd2f384b948 /* SqAABBPruner.h */, - FFFDf384b9b07fd2f384b9b0 /* SqAABBTree.h */, - FFFDf384ba187fd2f384ba18 /* SqAABBTreeBuild.h */, - FFFDf384ba807fd2f384ba80 /* SqAABBTreeQuery.h */, - FFFDf384bae87fd2f384bae8 /* SqAABBTreeUpdateMap.h */, - FFFDf384bb507fd2f384bb50 /* SqBounds.h */, - FFFDf384bbb87fd2f384bbb8 /* SqBucketPruner.h */, - FFFDf384bc207fd2f384bc20 /* SqExtendedBucketPruner.h */, - FFFDf384bc887fd2f384bc88 /* SqIncrementalAABBPrunerCore.h */, - FFFDf384bcf07fd2f384bcf0 /* SqIncrementalAABBTree.h */, - FFFDf384bd587fd2f384bd58 /* SqPrunerTestsSIMD.h */, - FFFDf384bdc07fd2f384bdc0 /* SqPruningPool.h */, - FFFDf384be287fd2f384be28 /* SqTypedef.h */, + FFFD64856e007f8564856e00 /* SqAABBPruner.cpp */, + FFFD64856e687f8564856e68 /* SqAABBTree.cpp */, + FFFD64856ed07f8564856ed0 /* SqAABBTreeBuild.cpp */, + FFFD64856f387f8564856f38 /* SqAABBTreeUpdateMap.cpp */, + FFFD64856fa07f8564856fa0 /* SqBounds.cpp */, + FFFD648570087f8564857008 /* SqBucketPruner.cpp */, + FFFD648570707f8564857070 /* SqExtendedBucketPruner.cpp */, + FFFD648570d87f85648570d8 /* SqIncrementalAABBPrunerCore.cpp */, + FFFD648571407f8564857140 /* SqIncrementalAABBTree.cpp */, + FFFD648571a87f85648571a8 /* SqMetaData.cpp */, + FFFD648572107f8564857210 /* SqPruningPool.cpp */, + FFFD648572787f8564857278 /* SqPruningStructure.cpp */, + FFFD648572e07f85648572e0 /* SqSceneQueryManager.cpp */, + FFFD648573487f8564857348 /* SqAABBPruner.h */, + FFFD648573b07f85648573b0 /* SqAABBTree.h */, + FFFD648574187f8564857418 /* SqAABBTreeBuild.h */, + FFFD648574807f8564857480 /* SqAABBTreeQuery.h */, + FFFD648574e87f85648574e8 /* SqAABBTreeUpdateMap.h */, + FFFD648575507f8564857550 /* SqBounds.h */, + FFFD648575b87f85648575b8 /* SqBucketPruner.h */, + FFFD648576207f8564857620 /* SqExtendedBucketPruner.h */, + FFFD648576887f8564857688 /* SqIncrementalAABBPrunerCore.h */, + FFFD648576f07f85648576f0 /* SqIncrementalAABBTree.h */, + FFFD648577587f8564857758 /* SqPrunerTestsSIMD.h */, + FFFD648577c07f85648577c0 /* SqPruningPool.h */, + FFFD648578287f8564857828 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d732087fd2f2d73208 /* include */ = { + FFFB65933dc87f8565933dc8 /* include */ = { isa = PBXGroup; children = ( - FFFDf2d74b807fd2f2d74b80 /* SqPruner.h */, - FFFDf2d74be87fd2f2d74be8 /* SqPrunerMergeData.h */, - FFFDf2d74c507fd2f2d74c50 /* SqPruningStructure.h */, - FFFDf2d74cb87fd2f2d74cb8 /* SqSceneQueryManager.h */, + FFFD659357407f8565935740 /* SqPruner.h */, + FFFD659357a87f85659357a8 /* SqPrunerMergeData.h */, + FFFD659358107f8565935810 /* SqPruningStructure.h */, + FFFD659358787f8565935878 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d74db07fd2f2d74db0 /* SimulationController */ = { + FFFB659359707f8565935970 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFBf2d79a007fd2f2d79a00 /* include */, - FFFBf2d79a287fd2f2d79a28 /* src */, + FFFB6593a6c07f856593a6c0 /* include */, + FFFB6593a6e87f856593a6e8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFBf2d79a007fd2f2d79a00 /* include */ = { + FFFB6593a6c07f856593a6c0 /* include */ = { isa = PBXGroup; children = ( - FFFDf384e0007fd2f384e000 /* ScActorCore.h */, - FFFDf384e0687fd2f384e068 /* ScArticulationCore.h */, - FFFDf384e0d07fd2f384e0d0 /* ScArticulationJointCore.h */, - FFFDf384e1387fd2f384e138 /* ScBodyCore.h */, - FFFDf384e1a07fd2f384e1a0 /* ScClothCore.h */, - FFFDf384e2087fd2f384e208 /* ScClothFabricCore.h */, - FFFDf384e2707fd2f384e270 /* ScConstraintCore.h */, - FFFDf384e2d87fd2f384e2d8 /* ScIterators.h */, - FFFDf384e3407fd2f384e340 /* ScMaterialCore.h */, - FFFDf384e3a87fd2f384e3a8 /* ScParticleSystemCore.h */, - FFFDf384e4107fd2f384e410 /* ScPhysics.h */, - FFFDf384e4787fd2f384e478 /* ScRigidCore.h */, - FFFDf384e4e07fd2f384e4e0 /* ScScene.h */, - FFFDf384e5487fd2f384e548 /* ScShapeCore.h */, - FFFDf384e5b07fd2f384e5b0 /* ScStaticCore.h */, + FFFD64859a007f8564859a00 /* ScActorCore.h */, + FFFD64859a687f8564859a68 /* ScArticulationCore.h */, + FFFD64859ad07f8564859ad0 /* ScArticulationJointCore.h */, + FFFD64859b387f8564859b38 /* ScBodyCore.h */, + FFFD64859ba07f8564859ba0 /* ScClothCore.h */, + FFFD64859c087f8564859c08 /* ScClothFabricCore.h */, + FFFD64859c707f8564859c70 /* ScConstraintCore.h */, + FFFD64859cd87f8564859cd8 /* ScIterators.h */, + FFFD64859d407f8564859d40 /* ScMaterialCore.h */, + FFFD64859da87f8564859da8 /* ScParticleSystemCore.h */, + FFFD64859e107f8564859e10 /* ScPhysics.h */, + FFFD64859e787f8564859e78 /* ScRigidCore.h */, + FFFD64859ee07f8564859ee0 /* ScScene.h */, + FFFD64859f487f8564859f48 /* ScShapeCore.h */, + FFFD64859fb07f8564859fb0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d79a287fd2f2d79a28 /* src */ = { + FFFB6593a6e87f856593a6e8 /* src */ = { isa = PBXGroup; children = ( - FFFDf202e8007fd2f202e800 /* ScActorElementPair.h */, - FFFDf202e8687fd2f202e868 /* ScActorInteraction.h */, - FFFDf202e8d07fd2f202e8d0 /* ScActorPair.h */, - FFFDf202e9387fd2f202e938 /* ScActorSim.h */, - FFFDf202e9a07fd2f202e9a0 /* ScArticulationJointSim.h */, - FFFDf202ea087fd2f202ea08 /* ScArticulationSim.h */, - FFFDf202ea707fd2f202ea70 /* ScBodySim.h */, - FFFDf202ead87fd2f202ead8 /* ScClient.h */, - FFFDf202eb407fd2f202eb40 /* ScConstraintGroupNode.h */, - FFFDf202eba87fd2f202eba8 /* ScConstraintInteraction.h */, - FFFDf202ec107fd2f202ec10 /* ScConstraintProjectionManager.h */, - FFFDf202ec787fd2f202ec78 /* ScConstraintProjectionTree.h */, - FFFDf202ece07fd2f202ece0 /* ScConstraintSim.h */, - FFFDf202ed487fd2f202ed48 /* ScContactReportBuffer.h */, - FFFDf202edb07fd2f202edb0 /* ScContactStream.h */, - FFFDf202ee187fd2f202ee18 /* ScElementInteractionMarker.h */, - FFFDf202ee807fd2f202ee80 /* ScElementSim.h */, - FFFDf202eee87fd2f202eee8 /* ScElementSimInteraction.h */, - FFFDf202ef507fd2f202ef50 /* ScInteraction.h */, - FFFDf202efb87fd2f202efb8 /* ScInteractionFlags.h */, - FFFDf202f0207fd2f202f020 /* ScNPhaseCore.h */, - FFFDf202f0887fd2f202f088 /* ScObjectIDTracker.h */, - FFFDf202f0f07fd2f202f0f0 /* ScRbElementInteraction.h */, - FFFDf202f1587fd2f202f158 /* ScRigidSim.h */, - FFFDf202f1c07fd2f202f1c0 /* ScShapeInteraction.h */, - FFFDf202f2287fd2f202f228 /* ScShapeIterator.h */, - FFFDf202f2907fd2f202f290 /* ScShapeSim.h */, - FFFDf202f2f87fd2f202f2f8 /* ScSimStateData.h */, - FFFDf202f3607fd2f202f360 /* ScSimStats.h */, - FFFDf202f3c87fd2f202f3c8 /* ScSimulationController.h */, - FFFDf202f4307fd2f202f430 /* ScSqBoundsManager.h */, - FFFDf202f4987fd2f202f498 /* ScStaticSim.h */, - FFFDf202f5007fd2f202f500 /* ScTriggerInteraction.h */, - FFFDf202f5687fd2f202f568 /* ScTriggerPairs.h */, - FFFDf202f5d07fd2f202f5d0 /* ScActorCore.cpp */, - FFFDf202f6387fd2f202f638 /* ScActorSim.cpp */, - FFFDf202f6a07fd2f202f6a0 /* ScArticulationCore.cpp */, - FFFDf202f7087fd2f202f708 /* ScArticulationJointCore.cpp */, - FFFDf202f7707fd2f202f770 /* ScArticulationJointSim.cpp */, - FFFDf202f7d87fd2f202f7d8 /* ScArticulationSim.cpp */, - FFFDf202f8407fd2f202f840 /* ScBodyCore.cpp */, - FFFDf202f8a87fd2f202f8a8 /* ScBodyCoreKinematic.cpp */, - FFFDf202f9107fd2f202f910 /* ScBodySim.cpp */, - FFFDf202f9787fd2f202f978 /* ScConstraintCore.cpp */, - FFFDf202f9e07fd2f202f9e0 /* ScConstraintGroupNode.cpp */, - FFFDf202fa487fd2f202fa48 /* ScConstraintInteraction.cpp */, - FFFDf202fab07fd2f202fab0 /* ScConstraintProjectionManager.cpp */, - FFFDf202fb187fd2f202fb18 /* ScConstraintProjectionTree.cpp */, - FFFDf202fb807fd2f202fb80 /* ScConstraintSim.cpp */, - FFFDf202fbe87fd2f202fbe8 /* ScElementInteractionMarker.cpp */, - FFFDf202fc507fd2f202fc50 /* ScElementSim.cpp */, - FFFDf202fcb87fd2f202fcb8 /* ScInteraction.cpp */, - FFFDf202fd207fd2f202fd20 /* ScIterators.cpp */, - FFFDf202fd887fd2f202fd88 /* ScMaterialCore.cpp */, - FFFDf202fdf07fd2f202fdf0 /* ScMetaData.cpp */, - FFFDf202fe587fd2f202fe58 /* ScNPhaseCore.cpp */, - FFFDf202fec07fd2f202fec0 /* ScPhysics.cpp */, - FFFDf202ff287fd2f202ff28 /* ScRigidCore.cpp */, - FFFDf202ff907fd2f202ff90 /* ScRigidSim.cpp */, - FFFDf202fff87fd2f202fff8 /* ScScene.cpp */, - FFFDf20300607fd2f2030060 /* ScShapeCore.cpp */, - FFFDf20300c87fd2f20300c8 /* ScShapeInteraction.cpp */, - FFFDf20301307fd2f2030130 /* ScShapeSim.cpp */, - FFFDf20301987fd2f2030198 /* ScSimStats.cpp */, - FFFDf20302007fd2f2030200 /* ScSimulationController.cpp */, - FFFDf20302687fd2f2030268 /* ScSqBoundsManager.cpp */, - FFFDf20302d07fd2f20302d0 /* ScStaticCore.cpp */, - FFFDf20303387fd2f2030338 /* ScStaticSim.cpp */, - FFFDf20303a07fd2f20303a0 /* ScTriggerInteraction.cpp */, - FFFDf20304087fd2f2030408 /* particles/ScParticleBodyInteraction.h */, - FFFDf20304707fd2f2030470 /* particles/ScParticlePacketShape.h */, - FFFDf20304d87fd2f20304d8 /* particles/ScParticleSystemSim.h */, - FFFDf20305407fd2f2030540 /* particles/ScParticleBodyInteraction.cpp */, - FFFDf20305a87fd2f20305a8 /* particles/ScParticlePacketShape.cpp */, - FFFDf20306107fd2f2030610 /* particles/ScParticleSystemCore.cpp */, - FFFDf20306787fd2f2030678 /* particles/ScParticleSystemSim.cpp */, - FFFDf20306e07fd2f20306e0 /* cloth/ScClothShape.h */, - FFFDf20307487fd2f2030748 /* cloth/ScClothSim.h */, - FFFDf20307b07fd2f20307b0 /* cloth/ScClothCore.cpp */, - FFFDf20308187fd2f2030818 /* cloth/ScClothFabricCore.cpp */, - FFFDf20308807fd2f2030880 /* cloth/ScClothShape.cpp */, - FFFDf20308e87fd2f20308e8 /* cloth/ScClothSim.cpp */, + FFFD6485cc007f856485cc00 /* ScActorElementPair.h */, + FFFD6485cc687f856485cc68 /* ScActorInteraction.h */, + FFFD6485ccd07f856485ccd0 /* ScActorPair.h */, + FFFD6485cd387f856485cd38 /* ScActorSim.h */, + FFFD6485cda07f856485cda0 /* ScArticulationJointSim.h */, + FFFD6485ce087f856485ce08 /* ScArticulationSim.h */, + FFFD6485ce707f856485ce70 /* ScBodySim.h */, + FFFD6485ced87f856485ced8 /* ScClient.h */, + FFFD6485cf407f856485cf40 /* ScConstraintGroupNode.h */, + FFFD6485cfa87f856485cfa8 /* ScConstraintInteraction.h */, + FFFD6485d0107f856485d010 /* ScConstraintProjectionManager.h */, + FFFD6485d0787f856485d078 /* ScConstraintProjectionTree.h */, + FFFD6485d0e07f856485d0e0 /* ScConstraintSim.h */, + FFFD6485d1487f856485d148 /* ScContactReportBuffer.h */, + FFFD6485d1b07f856485d1b0 /* ScContactStream.h */, + FFFD6485d2187f856485d218 /* ScElementInteractionMarker.h */, + FFFD6485d2807f856485d280 /* ScElementSim.h */, + FFFD6485d2e87f856485d2e8 /* ScElementSimInteraction.h */, + FFFD6485d3507f856485d350 /* ScInteraction.h */, + FFFD6485d3b87f856485d3b8 /* ScInteractionFlags.h */, + FFFD6485d4207f856485d420 /* ScNPhaseCore.h */, + FFFD6485d4887f856485d488 /* ScObjectIDTracker.h */, + FFFD6485d4f07f856485d4f0 /* ScRbElementInteraction.h */, + FFFD6485d5587f856485d558 /* ScRigidSim.h */, + FFFD6485d5c07f856485d5c0 /* ScShapeInteraction.h */, + FFFD6485d6287f856485d628 /* ScShapeIterator.h */, + FFFD6485d6907f856485d690 /* ScShapeSim.h */, + FFFD6485d6f87f856485d6f8 /* ScSimStateData.h */, + FFFD6485d7607f856485d760 /* ScSimStats.h */, + FFFD6485d7c87f856485d7c8 /* ScSimulationController.h */, + FFFD6485d8307f856485d830 /* ScSqBoundsManager.h */, + FFFD6485d8987f856485d898 /* ScStaticSim.h */, + FFFD6485d9007f856485d900 /* ScTriggerInteraction.h */, + FFFD6485d9687f856485d968 /* ScTriggerPairs.h */, + FFFD6485d9d07f856485d9d0 /* ScActorCore.cpp */, + FFFD6485da387f856485da38 /* ScActorSim.cpp */, + FFFD6485daa07f856485daa0 /* ScArticulationCore.cpp */, + FFFD6485db087f856485db08 /* ScArticulationJointCore.cpp */, + FFFD6485db707f856485db70 /* ScArticulationJointSim.cpp */, + FFFD6485dbd87f856485dbd8 /* ScArticulationSim.cpp */, + FFFD6485dc407f856485dc40 /* ScBodyCore.cpp */, + FFFD6485dca87f856485dca8 /* ScBodyCoreKinematic.cpp */, + FFFD6485dd107f856485dd10 /* ScBodySim.cpp */, + FFFD6485dd787f856485dd78 /* ScConstraintCore.cpp */, + FFFD6485dde07f856485dde0 /* ScConstraintGroupNode.cpp */, + FFFD6485de487f856485de48 /* ScConstraintInteraction.cpp */, + FFFD6485deb07f856485deb0 /* ScConstraintProjectionManager.cpp */, + FFFD6485df187f856485df18 /* ScConstraintProjectionTree.cpp */, + FFFD6485df807f856485df80 /* ScConstraintSim.cpp */, + FFFD6485dfe87f856485dfe8 /* ScElementInteractionMarker.cpp */, + FFFD6485e0507f856485e050 /* ScElementSim.cpp */, + FFFD6485e0b87f856485e0b8 /* ScInteraction.cpp */, + FFFD6485e1207f856485e120 /* ScIterators.cpp */, + FFFD6485e1887f856485e188 /* ScMaterialCore.cpp */, + FFFD6485e1f07f856485e1f0 /* ScMetaData.cpp */, + FFFD6485e2587f856485e258 /* ScNPhaseCore.cpp */, + FFFD6485e2c07f856485e2c0 /* ScPhysics.cpp */, + FFFD6485e3287f856485e328 /* ScRigidCore.cpp */, + FFFD6485e3907f856485e390 /* ScRigidSim.cpp */, + FFFD6485e3f87f856485e3f8 /* ScScene.cpp */, + FFFD6485e4607f856485e460 /* ScShapeCore.cpp */, + FFFD6485e4c87f856485e4c8 /* ScShapeInteraction.cpp */, + FFFD6485e5307f856485e530 /* ScShapeSim.cpp */, + FFFD6485e5987f856485e598 /* ScSimStats.cpp */, + FFFD6485e6007f856485e600 /* ScSimulationController.cpp */, + FFFD6485e6687f856485e668 /* ScSqBoundsManager.cpp */, + FFFD6485e6d07f856485e6d0 /* ScStaticCore.cpp */, + FFFD6485e7387f856485e738 /* ScStaticSim.cpp */, + FFFD6485e7a07f856485e7a0 /* ScTriggerInteraction.cpp */, + FFFD6485e8087f856485e808 /* particles/ScParticleBodyInteraction.h */, + FFFD6485e8707f856485e870 /* particles/ScParticlePacketShape.h */, + FFFD6485e8d87f856485e8d8 /* particles/ScParticleSystemSim.h */, + FFFD6485e9407f856485e940 /* particles/ScParticleBodyInteraction.cpp */, + FFFD6485e9a87f856485e9a8 /* particles/ScParticlePacketShape.cpp */, + FFFD6485ea107f856485ea10 /* particles/ScParticleSystemCore.cpp */, + FFFD6485ea787f856485ea78 /* particles/ScParticleSystemSim.cpp */, + FFFD6485eae07f856485eae0 /* cloth/ScClothShape.h */, + FFFD6485eb487f856485eb48 /* cloth/ScClothSim.h */, + FFFD6485ebb07f856485ebb0 /* cloth/ScClothCore.cpp */, + FFFD6485ec187f856485ec18 /* cloth/ScClothFabricCore.cpp */, + FFFD6485ec807f856485ec80 /* cloth/ScClothShape.cpp */, + FFFD6485ece87f856485ece8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf1f241a07fd2f1f241a0 /* PhysXCooking */ = { + FFFB6593ab007f856593ab00 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFBf1f255207fd2f1f25520 /* include */, - FFFBf1f255487fd2f1f25548 /* src */, + FFFB6593f0807f856593f080 /* include */, + FFFB6593f0a87f856593f0a8 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFBf1f255207fd2f1f25520 /* include */ = { + FFFB6593f0807f856593f080 /* include */ = { isa = PBXGroup; children = ( - FFFDf1f270707fd2f1f27070 /* PxBVH33MidphaseDesc.h */, - FFFDf1f270d87fd2f1f270d8 /* PxBVH34MidphaseDesc.h */, - FFFDf1f271407fd2f1f27140 /* PxConvexMeshDesc.h */, - FFFDf1f271a87fd2f1f271a8 /* PxCooking.h */, - FFFDf1f272107fd2f1f27210 /* PxMidphaseDesc.h */, - FFFDf1f272787fd2f1f27278 /* PxTriangleMeshDesc.h */, - FFFDf1f272e07fd2f1f272e0 /* Pxc.h */, + FFFD65944ea07f8565944ea0 /* PxBVH33MidphaseDesc.h */, + FFFD65944f087f8565944f08 /* PxBVH34MidphaseDesc.h */, + FFFD65944f707f8565944f70 /* PxConvexMeshDesc.h */, + FFFD65944fd87f8565944fd8 /* PxCooking.h */, + FFFD659450407f8565945040 /* PxMidphaseDesc.h */, + FFFD659450a87f85659450a8 /* PxTriangleMeshDesc.h */, + FFFD659451107f8565945110 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf1f255487fd2f1f25548 /* src */ = { + FFFB6593f0a87f856593f0a8 /* src */ = { isa = PBXGroup; children = ( - FFFDf2036a007fd2f2036a00 /* Adjacencies.cpp */, - FFFDf2036a687fd2f2036a68 /* Cooking.cpp */, - FFFDf2036ad07fd2f2036ad0 /* CookingUtils.cpp */, - FFFDf2036b387fd2f2036b38 /* EdgeList.cpp */, - FFFDf2036ba07fd2f2036ba0 /* MeshCleaner.cpp */, - FFFDf2036c087fd2f2036c08 /* Quantizer.cpp */, - FFFDf2036c707fd2f2036c70 /* Adjacencies.h */, - FFFDf2036cd87fd2f2036cd8 /* Cooking.h */, - FFFDf2036d407fd2f2036d40 /* CookingUtils.h */, - FFFDf2036da87fd2f2036da8 /* EdgeList.h */, - FFFDf2036e107fd2f2036e10 /* MeshCleaner.h */, - FFFDf2036e787fd2f2036e78 /* Quantizer.h */, - FFFDf2036ee07fd2f2036ee0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFDf2036f487fd2f2036f48 /* mesh/HeightFieldCooking.cpp */, - FFFDf2036fb07fd2f2036fb0 /* mesh/RTreeCooking.cpp */, - FFFDf20370187fd2f2037018 /* mesh/TriangleMeshBuilder.cpp */, - FFFDf20370807fd2f2037080 /* mesh/GrbTriangleMeshCooking.h */, - FFFDf20370e87fd2f20370e8 /* mesh/HeightFieldCooking.h */, - FFFDf20371507fd2f2037150 /* mesh/QuickSelect.h */, - FFFDf20371b87fd2f20371b8 /* mesh/RTreeCooking.h */, - FFFDf20372207fd2f2037220 /* mesh/TriangleMeshBuilder.h */, - FFFDf20372887fd2f2037288 /* convex/BigConvexDataBuilder.cpp */, - FFFDf20372f07fd2f20372f0 /* convex/ConvexHullBuilder.cpp */, - FFFDf20373587fd2f2037358 /* convex/ConvexHullLib.cpp */, - FFFDf20373c07fd2f20373c0 /* convex/ConvexHullUtils.cpp */, - FFFDf20374287fd2f2037428 /* convex/ConvexMeshBuilder.cpp */, - FFFDf20374907fd2f2037490 /* convex/ConvexPolygonsBuilder.cpp */, - FFFDf20374f87fd2f20374f8 /* convex/InflationConvexHullLib.cpp */, - FFFDf20375607fd2f2037560 /* convex/QuickHullConvexHullLib.cpp */, - FFFDf20375c87fd2f20375c8 /* convex/VolumeIntegration.cpp */, - FFFDf20376307fd2f2037630 /* convex/BigConvexDataBuilder.h */, - FFFDf20376987fd2f2037698 /* convex/ConvexHullBuilder.h */, - FFFDf20377007fd2f2037700 /* convex/ConvexHullLib.h */, - FFFDf20377687fd2f2037768 /* convex/ConvexHullUtils.h */, - FFFDf20377d07fd2f20377d0 /* convex/ConvexMeshBuilder.h */, - FFFDf20378387fd2f2037838 /* convex/ConvexPolygonsBuilder.h */, - FFFDf20378a07fd2f20378a0 /* convex/InflationConvexHullLib.h */, - FFFDf20379087fd2f2037908 /* convex/QuickHullConvexHullLib.h */, - FFFDf20379707fd2f2037970 /* convex/VolumeIntegration.h */, + FFFD64860e007f8564860e00 /* Adjacencies.cpp */, + FFFD64860e687f8564860e68 /* Cooking.cpp */, + FFFD64860ed07f8564860ed0 /* CookingUtils.cpp */, + FFFD64860f387f8564860f38 /* EdgeList.cpp */, + FFFD64860fa07f8564860fa0 /* MeshCleaner.cpp */, + FFFD648610087f8564861008 /* Quantizer.cpp */, + FFFD648610707f8564861070 /* Adjacencies.h */, + FFFD648610d87f85648610d8 /* Cooking.h */, + FFFD648611407f8564861140 /* CookingUtils.h */, + FFFD648611a87f85648611a8 /* EdgeList.h */, + FFFD648612107f8564861210 /* MeshCleaner.h */, + FFFD648612787f8564861278 /* Quantizer.h */, + FFFD648612e07f85648612e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD648613487f8564861348 /* mesh/HeightFieldCooking.cpp */, + FFFD648613b07f85648613b0 /* mesh/RTreeCooking.cpp */, + FFFD648614187f8564861418 /* mesh/TriangleMeshBuilder.cpp */, + FFFD648614807f8564861480 /* mesh/GrbTriangleMeshCooking.h */, + FFFD648614e87f85648614e8 /* mesh/HeightFieldCooking.h */, + FFFD648615507f8564861550 /* mesh/QuickSelect.h */, + FFFD648615b87f85648615b8 /* mesh/RTreeCooking.h */, + FFFD648616207f8564861620 /* mesh/TriangleMeshBuilder.h */, + FFFD648616887f8564861688 /* convex/BigConvexDataBuilder.cpp */, + FFFD648616f07f85648616f0 /* convex/ConvexHullBuilder.cpp */, + FFFD648617587f8564861758 /* convex/ConvexHullLib.cpp */, + FFFD648617c07f85648617c0 /* convex/ConvexHullUtils.cpp */, + FFFD648618287f8564861828 /* convex/ConvexMeshBuilder.cpp */, + FFFD648618907f8564861890 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD648618f87f85648618f8 /* convex/InflationConvexHullLib.cpp */, + FFFD648619607f8564861960 /* convex/QuickHullConvexHullLib.cpp */, + FFFD648619c87f85648619c8 /* convex/VolumeIntegration.cpp */, + FFFD64861a307f8564861a30 /* convex/BigConvexDataBuilder.h */, + FFFD64861a987f8564861a98 /* convex/ConvexHullBuilder.h */, + FFFD64861b007f8564861b00 /* convex/ConvexHullLib.h */, + FFFD64861b687f8564861b68 /* convex/ConvexHullUtils.h */, + FFFD64861bd07f8564861bd0 /* convex/ConvexMeshBuilder.h */, + FFFD64861c387f8564861c38 /* convex/ConvexPolygonsBuilder.h */, + FFFD64861ca07f8564861ca0 /* convex/InflationConvexHullLib.h */, + FFFD64861d087f8564861d08 /* convex/QuickHullConvexHullLib.h */, + FFFD64861d707f8564861d70 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf18a0c307fd2f18a0c30 /* PhysXCommon */ = { + FFFB641046c07f85641046c0 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFBf18a33c07fd2f18a33c0 /* include */, - FFFBf18a33e87fd2f18a33e8 /* common */, - FFFBf18a34107fd2f18a3410 /* geomutils */, + FFFB641111d07f85641111d0 /* include */, + FFFB641111f87f85641111f8 /* common */, + FFFB641112207f8564111220 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFBf18a33c07fd2f18a33c0 /* include */ = { + FFFB641111d07f85641111d0 /* include */ = { isa = PBXGroup; children = ( - FFFDf200ec007fd2f200ec00 /* common/PxBase.h */, - FFFDf200ec687fd2f200ec68 /* common/PxCollection.h */, - FFFDf200ecd07fd2f200ecd0 /* common/PxCoreUtilityTypes.h */, - FFFDf200ed387fd2f200ed38 /* common/PxMetaData.h */, - FFFDf200eda07fd2f200eda0 /* common/PxMetaDataFlags.h */, - FFFDf200ee087fd2f200ee08 /* common/PxPhysXCommonConfig.h */, - FFFDf200ee707fd2f200ee70 /* common/PxPhysicsInsertionCallback.h */, - FFFDf200eed87fd2f200eed8 /* common/PxRenderBuffer.h */, - FFFDf200ef407fd2f200ef40 /* common/PxSerialFramework.h */, - FFFDf200efa87fd2f200efa8 /* common/PxSerializer.h */, - FFFDf200f0107fd2f200f010 /* common/PxStringTable.h */, - FFFDf200f0787fd2f200f078 /* common/PxTolerancesScale.h */, - FFFDf200f0e07fd2f200f0e0 /* common/PxTypeInfo.h */, - FFFDf200f1487fd2f200f148 /* geometry/PxBoxGeometry.h */, - FFFDf200f1b07fd2f200f1b0 /* geometry/PxCapsuleGeometry.h */, - FFFDf200f2187fd2f200f218 /* geometry/PxConvexMesh.h */, - FFFDf200f2807fd2f200f280 /* geometry/PxConvexMeshGeometry.h */, - FFFDf200f2e87fd2f200f2e8 /* geometry/PxGeometry.h */, - FFFDf200f3507fd2f200f350 /* geometry/PxGeometryHelpers.h */, - FFFDf200f3b87fd2f200f3b8 /* geometry/PxGeometryQuery.h */, - FFFDf200f4207fd2f200f420 /* geometry/PxHeightField.h */, - FFFDf200f4887fd2f200f488 /* geometry/PxHeightFieldDesc.h */, - FFFDf200f4f07fd2f200f4f0 /* geometry/PxHeightFieldFlag.h */, - FFFDf200f5587fd2f200f558 /* geometry/PxHeightFieldGeometry.h */, - FFFDf200f5c07fd2f200f5c0 /* geometry/PxHeightFieldSample.h */, - FFFDf200f6287fd2f200f628 /* geometry/PxMeshQuery.h */, - FFFDf200f6907fd2f200f690 /* geometry/PxMeshScale.h */, - FFFDf200f6f87fd2f200f6f8 /* geometry/PxPlaneGeometry.h */, - FFFDf200f7607fd2f200f760 /* geometry/PxSimpleTriangleMesh.h */, - FFFDf200f7c87fd2f200f7c8 /* geometry/PxSphereGeometry.h */, - FFFDf200f8307fd2f200f830 /* geometry/PxTriangle.h */, - FFFDf200f8987fd2f200f898 /* geometry/PxTriangleMesh.h */, - FFFDf200f9007fd2f200f900 /* geometry/PxTriangleMeshGeometry.h */, + FFFD6480ec007f856480ec00 /* common/PxBase.h */, + FFFD6480ec687f856480ec68 /* common/PxCollection.h */, + FFFD6480ecd07f856480ecd0 /* common/PxCoreUtilityTypes.h */, + FFFD6480ed387f856480ed38 /* common/PxMetaData.h */, + FFFD6480eda07f856480eda0 /* common/PxMetaDataFlags.h */, + FFFD6480ee087f856480ee08 /* common/PxPhysXCommonConfig.h */, + FFFD6480ee707f856480ee70 /* common/PxPhysicsInsertionCallback.h */, + FFFD6480eed87f856480eed8 /* common/PxRenderBuffer.h */, + FFFD6480ef407f856480ef40 /* common/PxSerialFramework.h */, + FFFD6480efa87f856480efa8 /* common/PxSerializer.h */, + FFFD6480f0107f856480f010 /* common/PxStringTable.h */, + FFFD6480f0787f856480f078 /* common/PxTolerancesScale.h */, + FFFD6480f0e07f856480f0e0 /* common/PxTypeInfo.h */, + FFFD6480f1487f856480f148 /* geometry/PxBoxGeometry.h */, + FFFD6480f1b07f856480f1b0 /* geometry/PxCapsuleGeometry.h */, + FFFD6480f2187f856480f218 /* geometry/PxConvexMesh.h */, + FFFD6480f2807f856480f280 /* geometry/PxConvexMeshGeometry.h */, + FFFD6480f2e87f856480f2e8 /* geometry/PxGeometry.h */, + FFFD6480f3507f856480f350 /* geometry/PxGeometryHelpers.h */, + FFFD6480f3b87f856480f3b8 /* geometry/PxGeometryQuery.h */, + FFFD6480f4207f856480f420 /* geometry/PxHeightField.h */, + FFFD6480f4887f856480f488 /* geometry/PxHeightFieldDesc.h */, + FFFD6480f4f07f856480f4f0 /* geometry/PxHeightFieldFlag.h */, + FFFD6480f5587f856480f558 /* geometry/PxHeightFieldGeometry.h */, + FFFD6480f5c07f856480f5c0 /* geometry/PxHeightFieldSample.h */, + FFFD6480f6287f856480f628 /* geometry/PxMeshQuery.h */, + FFFD6480f6907f856480f690 /* geometry/PxMeshScale.h */, + FFFD6480f6f87f856480f6f8 /* geometry/PxPlaneGeometry.h */, + FFFD6480f7607f856480f760 /* geometry/PxSimpleTriangleMesh.h */, + FFFD6480f7c87f856480f7c8 /* geometry/PxSphereGeometry.h */, + FFFD6480f8307f856480f830 /* geometry/PxTriangle.h */, + FFFD6480f8987f856480f898 /* geometry/PxTriangleMesh.h */, + FFFD6480f9007f856480f900 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf18a33e87fd2f18a33e8 /* common */ = { + FFFB641111f87f85641111f8 /* common */ = { isa = PBXGroup; children = ( - FFFDf11aa8007fd2f11aa800 /* src/CmBoxPruning.cpp */, - FFFDf11aa8687fd2f11aa868 /* src/CmCollection.cpp */, - FFFDf11aa8d07fd2f11aa8d0 /* src/CmMathUtils.cpp */, - FFFDf11aa9387fd2f11aa938 /* src/CmPtrTable.cpp */, - FFFDf11aa9a07fd2f11aa9a0 /* src/CmRadixSort.cpp */, - FFFDf11aaa087fd2f11aaa08 /* src/CmRadixSortBuffered.cpp */, - FFFDf11aaa707fd2f11aaa70 /* src/CmRenderOutput.cpp */, - FFFDf11aaad87fd2f11aaad8 /* src/CmVisualization.cpp */, - FFFDf11aab407fd2f11aab40 /* src/CmBitMap.h */, - FFFDf11aaba87fd2f11aaba8 /* src/CmBoxPruning.h */, - FFFDf11aac107fd2f11aac10 /* src/CmCollection.h */, - FFFDf11aac787fd2f11aac78 /* src/CmConeLimitHelper.h */, - FFFDf11aace07fd2f11aace0 /* src/CmFlushPool.h */, - FFFDf11aad487fd2f11aad48 /* src/CmIDPool.h */, - FFFDf11aadb07fd2f11aadb0 /* src/CmIO.h */, - FFFDf11aae187fd2f11aae18 /* src/CmMatrix34.h */, - FFFDf11aae807fd2f11aae80 /* src/CmPhysXCommon.h */, - FFFDf11aaee87fd2f11aaee8 /* src/CmPool.h */, - FFFDf11aaf507fd2f11aaf50 /* src/CmPreallocatingPool.h */, - FFFDf11aafb87fd2f11aafb8 /* src/CmPriorityQueue.h */, - FFFDf11ab0207fd2f11ab020 /* src/CmPtrTable.h */, - FFFDf11ab0887fd2f11ab088 /* src/CmQueue.h */, - FFFDf11ab0f07fd2f11ab0f0 /* src/CmRadixSort.h */, - FFFDf11ab1587fd2f11ab158 /* src/CmRadixSortBuffered.h */, - FFFDf11ab1c07fd2f11ab1c0 /* src/CmRefCountable.h */, - FFFDf11ab2287fd2f11ab228 /* src/CmRenderBuffer.h */, - FFFDf11ab2907fd2f11ab290 /* src/CmRenderOutput.h */, - FFFDf11ab2f87fd2f11ab2f8 /* src/CmScaling.h */, - FFFDf11ab3607fd2f11ab360 /* src/CmSpatialVector.h */, - FFFDf11ab3c87fd2f11ab3c8 /* src/CmTask.h */, - FFFDf11ab4307fd2f11ab430 /* src/CmTaskPool.h */, - FFFDf11ab4987fd2f11ab498 /* src/CmTmpMem.h */, - FFFDf11ab5007fd2f11ab500 /* src/CmTransformUtils.h */, - FFFDf11ab5687fd2f11ab568 /* src/CmUtils.h */, - FFFDf11ab5d07fd2f11ab5d0 /* src/CmVisualization.h */, + FFFD6398cc007f856398cc00 /* src/CmBoxPruning.cpp */, + FFFD6398cc687f856398cc68 /* src/CmCollection.cpp */, + FFFD6398ccd07f856398ccd0 /* src/CmMathUtils.cpp */, + FFFD6398cd387f856398cd38 /* src/CmPtrTable.cpp */, + FFFD6398cda07f856398cda0 /* src/CmRadixSort.cpp */, + FFFD6398ce087f856398ce08 /* src/CmRadixSortBuffered.cpp */, + FFFD6398ce707f856398ce70 /* src/CmRenderOutput.cpp */, + FFFD6398ced87f856398ced8 /* src/CmVisualization.cpp */, + FFFD6398cf407f856398cf40 /* src/CmBitMap.h */, + FFFD6398cfa87f856398cfa8 /* src/CmBoxPruning.h */, + FFFD6398d0107f856398d010 /* src/CmCollection.h */, + FFFD6398d0787f856398d078 /* src/CmConeLimitHelper.h */, + FFFD6398d0e07f856398d0e0 /* src/CmFlushPool.h */, + FFFD6398d1487f856398d148 /* src/CmIDPool.h */, + FFFD6398d1b07f856398d1b0 /* src/CmIO.h */, + FFFD6398d2187f856398d218 /* src/CmMatrix34.h */, + FFFD6398d2807f856398d280 /* src/CmPhysXCommon.h */, + FFFD6398d2e87f856398d2e8 /* src/CmPool.h */, + FFFD6398d3507f856398d350 /* src/CmPreallocatingPool.h */, + FFFD6398d3b87f856398d3b8 /* src/CmPriorityQueue.h */, + FFFD6398d4207f856398d420 /* src/CmPtrTable.h */, + FFFD6398d4887f856398d488 /* src/CmQueue.h */, + FFFD6398d4f07f856398d4f0 /* src/CmRadixSort.h */, + FFFD6398d5587f856398d558 /* src/CmRadixSortBuffered.h */, + FFFD6398d5c07f856398d5c0 /* src/CmRefCountable.h */, + FFFD6398d6287f856398d628 /* src/CmRenderBuffer.h */, + FFFD6398d6907f856398d690 /* src/CmRenderOutput.h */, + FFFD6398d6f87f856398d6f8 /* src/CmScaling.h */, + FFFD6398d7607f856398d760 /* src/CmSpatialVector.h */, + FFFD6398d7c87f856398d7c8 /* src/CmTask.h */, + FFFD6398d8307f856398d830 /* src/CmTaskPool.h */, + FFFD6398d8987f856398d898 /* src/CmTmpMem.h */, + FFFD6398d9007f856398d900 /* src/CmTransformUtils.h */, + FFFD6398d9687f856398d968 /* src/CmUtils.h */, + FFFD6398d9d07f856398d9d0 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFBf18a34107fd2f18a3410 /* geomutils */ = { + FFFB641112207f8564111220 /* geomutils */ = { isa = PBXGroup; children = ( - FFFDf20010007fd2f2001000 /* headers/GuAxes.h */, - FFFDf20010687fd2f2001068 /* headers/GuBox.h */, - FFFDf20010d07fd2f20010d0 /* headers/GuDistanceSegmentBox.h */, - FFFDf20011387fd2f2001138 /* headers/GuDistanceSegmentSegment.h */, - FFFDf20011a07fd2f20011a0 /* headers/GuIntersectionBoxBox.h */, - FFFDf20012087fd2f2001208 /* headers/GuIntersectionTriangleBox.h */, - FFFDf20012707fd2f2001270 /* headers/GuRaycastTests.h */, - FFFDf20012d87fd2f20012d8 /* headers/GuSIMDHelpers.h */, - FFFDf20013407fd2f2001340 /* headers/GuSegment.h */, - FFFDf20013a87fd2f20013a8 /* ../../Include/GeomUtils */, - FFFDf20014107fd2f2001410 /* src/GuBounds.h */, - FFFDf20014787fd2f2001478 /* src/GuCapsule.h */, - FFFDf20014e07fd2f20014e0 /* src/GuCenterExtents.h */, - FFFDf20015487fd2f2001548 /* src/GuGeometryUnion.h */, - FFFDf20015b07fd2f20015b0 /* src/GuInternal.h */, - FFFDf20016187fd2f2001618 /* src/GuMTD.h */, - FFFDf20016807fd2f2001680 /* src/GuMeshFactory.h */, - FFFDf20016e87fd2f20016e8 /* src/GuOverlapTests.h */, - FFFDf20017507fd2f2001750 /* src/GuSerialize.h */, - FFFDf20017b87fd2f20017b8 /* src/GuSphere.h */, - FFFDf20018207fd2f2001820 /* src/GuSweepMTD.h */, - FFFDf20018887fd2f2001888 /* src/GuSweepSharedTests.h */, - FFFDf20018f07fd2f20018f0 /* src/GuSweepTests.h */, - FFFDf20019587fd2f2001958 /* src/contact/GuContactMethodImpl.h */, - FFFDf20019c07fd2f20019c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFDf2001a287fd2f2001a28 /* src/contact/GuFeatureCode.h */, - FFFDf2001a907fd2f2001a90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFDf2001af87fd2f2001af8 /* src/common/GuBarycentricCoordinates.h */, - FFFDf2001b607fd2f2001b60 /* src/common/GuBoxConversion.h */, - FFFDf2001bc87fd2f2001bc8 /* src/common/GuEdgeCache.h */, - FFFDf2001c307fd2f2001c30 /* src/common/GuEdgeListData.h */, - FFFDf2001c987fd2f2001c98 /* src/common/GuSeparatingAxes.h */, - FFFDf2001d007fd2f2001d00 /* src/convex/GuBigConvexData.h */, - FFFDf2001d687fd2f2001d68 /* src/convex/GuBigConvexData2.h */, - FFFDf2001dd07fd2f2001dd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFDf2001e387fd2f2001e38 /* src/convex/GuConvexHelper.h */, - FFFDf2001ea07fd2f2001ea0 /* src/convex/GuConvexMesh.h */, - FFFDf2001f087fd2f2001f08 /* src/convex/GuConvexMeshData.h */, - FFFDf2001f707fd2f2001f70 /* src/convex/GuConvexSupportTable.h */, - FFFDf2001fd87fd2f2001fd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFDf20020407fd2f2002040 /* src/convex/GuCubeIndex.h */, - FFFDf20020a87fd2f20020a8 /* src/convex/GuHillClimbing.h */, - FFFDf20021107fd2f2002110 /* src/convex/GuShapeConvex.h */, - FFFDf20021787fd2f2002178 /* src/distance/GuDistancePointBox.h */, - FFFDf20021e07fd2f20021e0 /* src/distance/GuDistancePointSegment.h */, - FFFDf20022487fd2f2002248 /* src/distance/GuDistancePointTriangle.h */, - FFFDf20022b07fd2f20022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFDf20023187fd2f2002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFDf20023807fd2f2002380 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFDf20023e87fd2f20023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFDf20024507fd2f2002450 /* src/sweep/GuSweepBoxBox.h */, - FFFDf20024b87fd2f20024b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFDf20025207fd2f2002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFDf20025887fd2f2002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFDf20025f07fd2f20025f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFDf20026587fd2f2002658 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFDf20026c07fd2f20026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFDf20027287fd2f2002728 /* src/sweep/GuSweepSphereCapsule.h */, - FFFDf20027907fd2f2002790 /* src/sweep/GuSweepSphereSphere.h */, - FFFDf20027f87fd2f20027f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFDf20028607fd2f2002860 /* src/sweep/GuSweepTriangleUtils.h */, - FFFDf20028c87fd2f20028c8 /* src/gjk/GuEPA.h */, - FFFDf20029307fd2f2002930 /* src/gjk/GuEPAFacet.h */, - FFFDf20029987fd2f2002998 /* src/gjk/GuGJK.h */, - FFFDf2002a007fd2f2002a00 /* src/gjk/GuGJKPenetration.h */, - FFFDf2002a687fd2f2002a68 /* src/gjk/GuGJKRaycast.h */, - FFFDf2002ad07fd2f2002ad0 /* src/gjk/GuGJKSimplex.h */, - FFFDf2002b387fd2f2002b38 /* src/gjk/GuGJKTest.h */, - FFFDf2002ba07fd2f2002ba0 /* src/gjk/GuGJKType.h */, - FFFDf2002c087fd2f2002c08 /* src/gjk/GuGJKUtil.h */, - FFFDf2002c707fd2f2002c70 /* src/gjk/GuVecBox.h */, - FFFDf2002cd87fd2f2002cd8 /* src/gjk/GuVecCapsule.h */, - FFFDf2002d407fd2f2002d40 /* src/gjk/GuVecConvex.h */, - FFFDf2002da87fd2f2002da8 /* src/gjk/GuVecConvexHull.h */, - FFFDf2002e107fd2f2002e10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFDf2002e787fd2f2002e78 /* src/gjk/GuVecPlane.h */, - FFFDf2002ee07fd2f2002ee0 /* src/gjk/GuVecShrunkBox.h */, - FFFDf2002f487fd2f2002f48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFDf2002fb07fd2f2002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFDf20030187fd2f2003018 /* src/gjk/GuVecSphere.h */, - FFFDf20030807fd2f2003080 /* src/gjk/GuVecTriangle.h */, - FFFDf20030e87fd2f20030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFDf20031507fd2f2003150 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFDf20031b87fd2f20031b8 /* src/intersection/GuIntersectionRay.h */, - FFFDf20032207fd2f2003220 /* src/intersection/GuIntersectionRayBox.h */, - FFFDf20032887fd2f2003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFDf20032f07fd2f20032f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFDf20033587fd2f2003358 /* src/intersection/GuIntersectionRayPlane.h */, - FFFDf20033c07fd2f20033c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFDf20034287fd2f2003428 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFDf20034907fd2f2003490 /* src/intersection/GuIntersectionSphereBox.h */, - FFFDf20034f87fd2f20034f8 /* src/mesh/GuBV32.h */, - FFFDf20035607fd2f2003560 /* src/mesh/GuBV32Build.h */, - FFFDf20035c87fd2f20035c8 /* src/mesh/GuBV4.h */, - FFFDf20036307fd2f2003630 /* src/mesh/GuBV4Build.h */, - FFFDf20036987fd2f2003698 /* src/mesh/GuBV4Settings.h */, - FFFDf20037007fd2f2003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFDf20037687fd2f2003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFDf20037d07fd2f20037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFDf20038387fd2f2003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFDf20038a07fd2f20038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFDf20039087fd2f2003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFDf20039707fd2f2003970 /* src/mesh/GuBV4_Common.h */, - FFFDf20039d87fd2f20039d8 /* src/mesh/GuBV4_Internal.h */, - FFFDf2003a407fd2f2003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFDf2003aa87fd2f2003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFDf2003b107fd2f2003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFDf2003b787fd2f2003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFDf2003be07fd2f2003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFDf2003c487fd2f2003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFDf2003cb07fd2f2003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFDf2003d187fd2f2003d18 /* src/mesh/GuBV4_Slabs.h */, - FFFDf2003d807fd2f2003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFDf2003de87fd2f2003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFDf2003e507fd2f2003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFDf2003eb87fd2f2003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFDf2003f207fd2f2003f20 /* src/mesh/GuBVConstants.h */, - FFFDf2003f887fd2f2003f88 /* src/mesh/GuMeshData.h */, - FFFDf2003ff07fd2f2003ff0 /* src/mesh/GuMidphaseInterface.h */, - FFFDf20040587fd2f2004058 /* src/mesh/GuRTree.h */, - FFFDf20040c07fd2f20040c0 /* src/mesh/GuSweepConvexTri.h */, - FFFDf20041287fd2f2004128 /* src/mesh/GuSweepMesh.h */, - FFFDf20041907fd2f2004190 /* src/mesh/GuTriangle32.h */, - FFFDf20041f87fd2f20041f8 /* src/mesh/GuTriangleCache.h */, - FFFDf20042607fd2f2004260 /* src/mesh/GuTriangleMesh.h */, - FFFDf20042c87fd2f20042c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFDf20043307fd2f2004330 /* src/mesh/GuTriangleMeshRTree.h */, - FFFDf20043987fd2f2004398 /* src/mesh/GuTriangleVertexPointers.h */, - FFFDf20044007fd2f2004400 /* src/hf/GuEntityReport.h */, - FFFDf20044687fd2f2004468 /* src/hf/GuHeightField.h */, - FFFDf20044d07fd2f20044d0 /* src/hf/GuHeightFieldData.h */, - FFFDf20045387fd2f2004538 /* src/hf/GuHeightFieldUtil.h */, - FFFDf20045a07fd2f20045a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFDf20046087fd2f2004608 /* src/pcm/GuPCMContactGen.h */, - FFFDf20046707fd2f2004670 /* src/pcm/GuPCMContactGenUtil.h */, - FFFDf20046d87fd2f20046d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFDf20047407fd2f2004740 /* src/pcm/GuPCMShapeConvex.h */, - FFFDf20047a87fd2f20047a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFDf20048107fd2f2004810 /* src/pcm/GuPersistentContactManifold.h */, - FFFDf20048787fd2f2004878 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFDf20048e07fd2f20048e0 /* src/GuBounds.cpp */, - FFFDf20049487fd2f2004948 /* src/GuBox.cpp */, - FFFDf20049b07fd2f20049b0 /* src/GuCCTSweepTests.cpp */, - FFFDf2004a187fd2f2004a18 /* src/GuCapsule.cpp */, - FFFDf2004a807fd2f2004a80 /* src/GuGeometryQuery.cpp */, - FFFDf2004ae87fd2f2004ae8 /* src/GuGeometryUnion.cpp */, - FFFDf2004b507fd2f2004b50 /* src/GuInternal.cpp */, - FFFDf2004bb87fd2f2004bb8 /* src/GuMTD.cpp */, - FFFDf2004c207fd2f2004c20 /* src/GuMeshFactory.cpp */, - FFFDf2004c887fd2f2004c88 /* src/GuMetaData.cpp */, - FFFDf2004cf07fd2f2004cf0 /* src/GuOverlapTests.cpp */, - FFFDf2004d587fd2f2004d58 /* src/GuRaycastTests.cpp */, - FFFDf2004dc07fd2f2004dc0 /* src/GuSerialize.cpp */, - FFFDf2004e287fd2f2004e28 /* src/GuSweepMTD.cpp */, - FFFDf2004e907fd2f2004e90 /* src/GuSweepSharedTests.cpp */, - FFFDf2004ef87fd2f2004ef8 /* src/GuSweepTests.cpp */, - FFFDf2004f607fd2f2004f60 /* src/contact/GuContactBoxBox.cpp */, - FFFDf2004fc87fd2f2004fc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFDf20050307fd2f2005030 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFDf20050987fd2f2005098 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFDf20051007fd2f2005100 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFDf20051687fd2f2005168 /* src/contact/GuContactConvexConvex.cpp */, - FFFDf20051d07fd2f20051d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFDf20052387fd2f2005238 /* src/contact/GuContactPlaneBox.cpp */, - FFFDf20052a07fd2f20052a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFDf20053087fd2f2005308 /* src/contact/GuContactPlaneConvex.cpp */, - FFFDf20053707fd2f2005370 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFDf20053d87fd2f20053d8 /* src/contact/GuContactSphereBox.cpp */, - FFFDf20054407fd2f2005440 /* src/contact/GuContactSphereCapsule.cpp */, - FFFDf20054a87fd2f20054a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFDf20055107fd2f2005510 /* src/contact/GuContactSpherePlane.cpp */, - FFFDf20055787fd2f2005578 /* src/contact/GuContactSphereSphere.cpp */, - FFFDf20055e07fd2f20055e0 /* src/contact/GuFeatureCode.cpp */, - FFFDf20056487fd2f2005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFDf20056b07fd2f20056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFDf20057187fd2f2005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFDf20057807fd2f2005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFDf20057e87fd2f20057e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFDf20058507fd2f2005850 /* src/common/GuSeparatingAxes.cpp */, - FFFDf20058b87fd2f20058b8 /* src/convex/GuBigConvexData.cpp */, - FFFDf20059207fd2f2005920 /* src/convex/GuConvexHelper.cpp */, - FFFDf20059887fd2f2005988 /* src/convex/GuConvexMesh.cpp */, - FFFDf20059f07fd2f20059f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFDf2005a587fd2f2005a58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFDf2005ac07fd2f2005ac0 /* src/convex/GuHillClimbing.cpp */, - FFFDf2005b287fd2f2005b28 /* src/convex/GuShapeConvex.cpp */, - FFFDf2005b907fd2f2005b90 /* src/distance/GuDistancePointBox.cpp */, - FFFDf2005bf87fd2f2005bf8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFDf2005c607fd2f2005c60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFDf2005cc87fd2f2005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFDf2005d307fd2f2005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFDf2005d987fd2f2005d98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFDf2005e007fd2f2005e00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFDf2005e687fd2f2005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFDf2005ed07fd2f2005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFDf2005f387fd2f2005f38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFDf2005fa07fd2f2005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFDf20060087fd2f2006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFDf20060707fd2f2006070 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFDf20060d87fd2f20060d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFDf20061407fd2f2006140 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFDf20061a87fd2f20061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFDf20062107fd2f2006210 /* src/gjk/GuEPA.cpp */, - FFFDf20062787fd2f2006278 /* src/gjk/GuGJKSimplex.cpp */, - FFFDf20062e07fd2f20062e0 /* src/gjk/GuGJKTest.cpp */, - FFFDf20063487fd2f2006348 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFDf20063b07fd2f20063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFDf20064187fd2f2006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFDf20064807fd2f2006480 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFDf20064e87fd2f20064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFDf20065507fd2f2006550 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFDf20065b87fd2f20065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFDf20066207fd2f2006620 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFDf20066887fd2f2006688 /* src/mesh/GuBV32.cpp */, - FFFDf20066f07fd2f20066f0 /* src/mesh/GuBV32Build.cpp */, - FFFDf20067587fd2f2006758 /* src/mesh/GuBV4.cpp */, - FFFDf20067c07fd2f20067c0 /* src/mesh/GuBV4Build.cpp */, - FFFDf20068287fd2f2006828 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFDf20068907fd2f2006890 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFDf20068f87fd2f20068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFDf20069607fd2f2006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFDf20069c87fd2f20069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFDf2006a307fd2f2006a30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFDf2006a987fd2f2006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFDf2006b007fd2f2006b00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFDf2006b687fd2f2006b68 /* src/mesh/GuMeshQuery.cpp */, - FFFDf2006bd07fd2f2006bd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFDf2006c387fd2f2006c38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFDf2006ca07fd2f2006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFDf2006d087fd2f2006d08 /* src/mesh/GuRTree.cpp */, - FFFDf2006d707fd2f2006d70 /* src/mesh/GuRTreeQueries.cpp */, - FFFDf2006dd87fd2f2006dd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFDf2006e407fd2f2006e40 /* src/mesh/GuTriangleMesh.cpp */, - FFFDf2006ea87fd2f2006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFDf2006f107fd2f2006f10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFDf2006f787fd2f2006f78 /* src/hf/GuHeightField.cpp */, - FFFDf2006fe07fd2f2006fe0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFDf20070487fd2f2007048 /* src/hf/GuOverlapTestsHF.cpp */, - FFFDf20070b07fd2f20070b0 /* src/hf/GuSweepsHF.cpp */, - FFFDf20071187fd2f2007118 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFDf20071807fd2f2007180 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFDf20071e87fd2f20071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFDf20072507fd2f2007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFDf20072b87fd2f20072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFDf20073207fd2f2007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFDf20073887fd2f2007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFDf20073f07fd2f20073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFDf20074587fd2f2007458 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFDf20074c07fd2f20074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFDf20075287fd2f2007528 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFDf20075907fd2f2007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFDf20075f87fd2f20075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFDf20076607fd2f2007660 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFDf20076c87fd2f20076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFDf20077307fd2f2007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFDf20077987fd2f2007798 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFDf20078007fd2f2007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFDf20078687fd2f2007868 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFDf20078d07fd2f20078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFDf20079387fd2f2007938 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFDf20079a07fd2f20079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFDf2007a087fd2f2007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFDf2007a707fd2f2007a70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFDf2007ad87fd2f2007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFDf2007b407fd2f2007b40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFDf2007ba87fd2f2007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFDf2007c107fd2f2007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD648010007f8564801000 /* headers/GuAxes.h */, + FFFD648010687f8564801068 /* headers/GuBox.h */, + FFFD648010d07f85648010d0 /* headers/GuDistanceSegmentBox.h */, + FFFD648011387f8564801138 /* headers/GuDistanceSegmentSegment.h */, + FFFD648011a07f85648011a0 /* headers/GuIntersectionBoxBox.h */, + FFFD648012087f8564801208 /* headers/GuIntersectionTriangleBox.h */, + FFFD648012707f8564801270 /* headers/GuRaycastTests.h */, + FFFD648012d87f85648012d8 /* headers/GuSIMDHelpers.h */, + FFFD648013407f8564801340 /* headers/GuSegment.h */, + FFFD648013a87f85648013a8 /* ../../Include/GeomUtils */, + FFFD648014107f8564801410 /* src/GuBounds.h */, + FFFD648014787f8564801478 /* src/GuCapsule.h */, + FFFD648014e07f85648014e0 /* src/GuCenterExtents.h */, + FFFD648015487f8564801548 /* src/GuGeometryUnion.h */, + FFFD648015b07f85648015b0 /* src/GuInternal.h */, + FFFD648016187f8564801618 /* src/GuMTD.h */, + FFFD648016807f8564801680 /* src/GuMeshFactory.h */, + FFFD648016e87f85648016e8 /* src/GuOverlapTests.h */, + FFFD648017507f8564801750 /* src/GuSerialize.h */, + FFFD648017b87f85648017b8 /* src/GuSphere.h */, + FFFD648018207f8564801820 /* src/GuSweepMTD.h */, + FFFD648018887f8564801888 /* src/GuSweepSharedTests.h */, + FFFD648018f07f85648018f0 /* src/GuSweepTests.h */, + FFFD648019587f8564801958 /* src/contact/GuContactMethodImpl.h */, + FFFD648019c07f85648019c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD64801a287f8564801a28 /* src/contact/GuFeatureCode.h */, + FFFD64801a907f8564801a90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD64801af87f8564801af8 /* src/common/GuBarycentricCoordinates.h */, + FFFD64801b607f8564801b60 /* src/common/GuBoxConversion.h */, + FFFD64801bc87f8564801bc8 /* src/common/GuEdgeCache.h */, + FFFD64801c307f8564801c30 /* src/common/GuEdgeListData.h */, + FFFD64801c987f8564801c98 /* src/common/GuSeparatingAxes.h */, + FFFD64801d007f8564801d00 /* src/convex/GuBigConvexData.h */, + FFFD64801d687f8564801d68 /* src/convex/GuBigConvexData2.h */, + FFFD64801dd07f8564801dd0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD64801e387f8564801e38 /* src/convex/GuConvexHelper.h */, + FFFD64801ea07f8564801ea0 /* src/convex/GuConvexMesh.h */, + FFFD64801f087f8564801f08 /* src/convex/GuConvexMeshData.h */, + FFFD64801f707f8564801f70 /* src/convex/GuConvexSupportTable.h */, + FFFD64801fd87f8564801fd8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD648020407f8564802040 /* src/convex/GuCubeIndex.h */, + FFFD648020a87f85648020a8 /* src/convex/GuHillClimbing.h */, + FFFD648021107f8564802110 /* src/convex/GuShapeConvex.h */, + FFFD648021787f8564802178 /* src/distance/GuDistancePointBox.h */, + FFFD648021e07f85648021e0 /* src/distance/GuDistancePointSegment.h */, + FFFD648022487f8564802248 /* src/distance/GuDistancePointTriangle.h */, + FFFD648022b07f85648022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD648023187f8564802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD648023807f8564802380 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD648023e87f85648023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD648024507f8564802450 /* src/sweep/GuSweepBoxBox.h */, + FFFD648024b87f85648024b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD648025207f8564802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD648025887f8564802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD648025f07f85648025f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD648026587f8564802658 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD648026c07f85648026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD648027287f8564802728 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD648027907f8564802790 /* src/sweep/GuSweepSphereSphere.h */, + FFFD648027f87f85648027f8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD648028607f8564802860 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD648028c87f85648028c8 /* src/gjk/GuEPA.h */, + FFFD648029307f8564802930 /* src/gjk/GuEPAFacet.h */, + FFFD648029987f8564802998 /* src/gjk/GuGJK.h */, + FFFD64802a007f8564802a00 /* src/gjk/GuGJKPenetration.h */, + FFFD64802a687f8564802a68 /* src/gjk/GuGJKRaycast.h */, + FFFD64802ad07f8564802ad0 /* src/gjk/GuGJKSimplex.h */, + FFFD64802b387f8564802b38 /* src/gjk/GuGJKTest.h */, + FFFD64802ba07f8564802ba0 /* src/gjk/GuGJKType.h */, + FFFD64802c087f8564802c08 /* src/gjk/GuGJKUtil.h */, + FFFD64802c707f8564802c70 /* src/gjk/GuVecBox.h */, + FFFD64802cd87f8564802cd8 /* src/gjk/GuVecCapsule.h */, + FFFD64802d407f8564802d40 /* src/gjk/GuVecConvex.h */, + FFFD64802da87f8564802da8 /* src/gjk/GuVecConvexHull.h */, + FFFD64802e107f8564802e10 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD64802e787f8564802e78 /* src/gjk/GuVecPlane.h */, + FFFD64802ee07f8564802ee0 /* src/gjk/GuVecShrunkBox.h */, + FFFD64802f487f8564802f48 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD64802fb07f8564802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD648030187f8564803018 /* src/gjk/GuVecSphere.h */, + FFFD648030807f8564803080 /* src/gjk/GuVecTriangle.h */, + FFFD648030e87f85648030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD648031507f8564803150 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD648031b87f85648031b8 /* src/intersection/GuIntersectionRay.h */, + FFFD648032207f8564803220 /* src/intersection/GuIntersectionRayBox.h */, + FFFD648032887f8564803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD648032f07f85648032f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD648033587f8564803358 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD648033c07f85648033c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD648034287f8564803428 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD648034907f8564803490 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD648034f87f85648034f8 /* src/mesh/GuBV32.h */, + FFFD648035607f8564803560 /* src/mesh/GuBV32Build.h */, + FFFD648035c87f85648035c8 /* src/mesh/GuBV4.h */, + FFFD648036307f8564803630 /* src/mesh/GuBV4Build.h */, + FFFD648036987f8564803698 /* src/mesh/GuBV4Settings.h */, + FFFD648037007f8564803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD648037687f8564803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD648037d07f85648037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD648038387f8564803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD648038a07f85648038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD648039087f8564803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD648039707f8564803970 /* src/mesh/GuBV4_Common.h */, + FFFD648039d87f85648039d8 /* src/mesh/GuBV4_Internal.h */, + FFFD64803a407f8564803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD64803aa87f8564803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD64803b107f8564803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD64803b787f8564803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD64803be07f8564803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD64803c487f8564803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD64803cb07f8564803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD64803d187f8564803d18 /* src/mesh/GuBV4_Slabs.h */, + FFFD64803d807f8564803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD64803de87f8564803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD64803e507f8564803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD64803eb87f8564803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD64803f207f8564803f20 /* src/mesh/GuBVConstants.h */, + FFFD64803f887f8564803f88 /* src/mesh/GuMeshData.h */, + FFFD64803ff07f8564803ff0 /* src/mesh/GuMidphaseInterface.h */, + FFFD648040587f8564804058 /* src/mesh/GuRTree.h */, + FFFD648040c07f85648040c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD648041287f8564804128 /* src/mesh/GuSweepMesh.h */, + FFFD648041907f8564804190 /* src/mesh/GuTriangle32.h */, + FFFD648041f87f85648041f8 /* src/mesh/GuTriangleCache.h */, + FFFD648042607f8564804260 /* src/mesh/GuTriangleMesh.h */, + FFFD648042c87f85648042c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD648043307f8564804330 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD648043987f8564804398 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD648044007f8564804400 /* src/hf/GuEntityReport.h */, + FFFD648044687f8564804468 /* src/hf/GuHeightField.h */, + FFFD648044d07f85648044d0 /* src/hf/GuHeightFieldData.h */, + FFFD648045387f8564804538 /* src/hf/GuHeightFieldUtil.h */, + FFFD648045a07f85648045a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD648046087f8564804608 /* src/pcm/GuPCMContactGen.h */, + FFFD648046707f8564804670 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD648046d87f85648046d8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD648047407f8564804740 /* src/pcm/GuPCMShapeConvex.h */, + FFFD648047a87f85648047a8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD648048107f8564804810 /* src/pcm/GuPersistentContactManifold.h */, + FFFD648048787f8564804878 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD648048e07f85648048e0 /* src/GuBounds.cpp */, + FFFD648049487f8564804948 /* src/GuBox.cpp */, + FFFD648049b07f85648049b0 /* src/GuCCTSweepTests.cpp */, + FFFD64804a187f8564804a18 /* src/GuCapsule.cpp */, + FFFD64804a807f8564804a80 /* src/GuGeometryQuery.cpp */, + FFFD64804ae87f8564804ae8 /* src/GuGeometryUnion.cpp */, + FFFD64804b507f8564804b50 /* src/GuInternal.cpp */, + FFFD64804bb87f8564804bb8 /* src/GuMTD.cpp */, + FFFD64804c207f8564804c20 /* src/GuMeshFactory.cpp */, + FFFD64804c887f8564804c88 /* src/GuMetaData.cpp */, + FFFD64804cf07f8564804cf0 /* src/GuOverlapTests.cpp */, + FFFD64804d587f8564804d58 /* src/GuRaycastTests.cpp */, + FFFD64804dc07f8564804dc0 /* src/GuSerialize.cpp */, + FFFD64804e287f8564804e28 /* src/GuSweepMTD.cpp */, + FFFD64804e907f8564804e90 /* src/GuSweepSharedTests.cpp */, + FFFD64804ef87f8564804ef8 /* src/GuSweepTests.cpp */, + FFFD64804f607f8564804f60 /* src/contact/GuContactBoxBox.cpp */, + FFFD64804fc87f8564804fc8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD648050307f8564805030 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD648050987f8564805098 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD648051007f8564805100 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD648051687f8564805168 /* src/contact/GuContactConvexConvex.cpp */, + FFFD648051d07f85648051d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD648052387f8564805238 /* src/contact/GuContactPlaneBox.cpp */, + FFFD648052a07f85648052a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD648053087f8564805308 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD648053707f8564805370 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD648053d87f85648053d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD648054407f8564805440 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD648054a87f85648054a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD648055107f8564805510 /* src/contact/GuContactSpherePlane.cpp */, + FFFD648055787f8564805578 /* src/contact/GuContactSphereSphere.cpp */, + FFFD648055e07f85648055e0 /* src/contact/GuFeatureCode.cpp */, + FFFD648056487f8564805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD648056b07f85648056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD648057187f8564805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD648057807f8564805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD648057e87f85648057e8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD648058507f8564805850 /* src/common/GuSeparatingAxes.cpp */, + FFFD648058b87f85648058b8 /* src/convex/GuBigConvexData.cpp */, + FFFD648059207f8564805920 /* src/convex/GuConvexHelper.cpp */, + FFFD648059887f8564805988 /* src/convex/GuConvexMesh.cpp */, + FFFD648059f07f85648059f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD64805a587f8564805a58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD64805ac07f8564805ac0 /* src/convex/GuHillClimbing.cpp */, + FFFD64805b287f8564805b28 /* src/convex/GuShapeConvex.cpp */, + FFFD64805b907f8564805b90 /* src/distance/GuDistancePointBox.cpp */, + FFFD64805bf87f8564805bf8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD64805c607f8564805c60 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD64805cc87f8564805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD64805d307f8564805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD64805d987f8564805d98 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD64805e007f8564805e00 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD64805e687f8564805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD64805ed07f8564805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD64805f387f8564805f38 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD64805fa07f8564805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD648060087f8564806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD648060707f8564806070 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD648060d87f85648060d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD648061407f8564806140 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD648061a87f85648061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD648062107f8564806210 /* src/gjk/GuEPA.cpp */, + FFFD648062787f8564806278 /* src/gjk/GuGJKSimplex.cpp */, + FFFD648062e07f85648062e0 /* src/gjk/GuGJKTest.cpp */, + FFFD648063487f8564806348 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD648063b07f85648063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD648064187f8564806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD648064807f8564806480 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD648064e87f85648064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD648065507f8564806550 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD648065b87f85648065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD648066207f8564806620 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD648066887f8564806688 /* src/mesh/GuBV32.cpp */, + FFFD648066f07f85648066f0 /* src/mesh/GuBV32Build.cpp */, + FFFD648067587f8564806758 /* src/mesh/GuBV4.cpp */, + FFFD648067c07f85648067c0 /* src/mesh/GuBV4Build.cpp */, + FFFD648068287f8564806828 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD648068907f8564806890 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD648068f87f85648068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD648069607f8564806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD648069c87f85648069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD64806a307f8564806a30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD64806a987f8564806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD64806b007f8564806b00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD64806b687f8564806b68 /* src/mesh/GuMeshQuery.cpp */, + FFFD64806bd07f8564806bd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD64806c387f8564806c38 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD64806ca07f8564806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD64806d087f8564806d08 /* src/mesh/GuRTree.cpp */, + FFFD64806d707f8564806d70 /* src/mesh/GuRTreeQueries.cpp */, + FFFD64806dd87f8564806dd8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD64806e407f8564806e40 /* src/mesh/GuTriangleMesh.cpp */, + FFFD64806ea87f8564806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD64806f107f8564806f10 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD64806f787f8564806f78 /* src/hf/GuHeightField.cpp */, + FFFD64806fe07f8564806fe0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD648070487f8564807048 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD648070b07f85648070b0 /* src/hf/GuSweepsHF.cpp */, + FFFD648071187f8564807118 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD648071807f8564807180 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD648071e87f85648071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD648072507f8564807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD648072b87f85648072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD648073207f8564807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD648073887f8564807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD648073f07f85648073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD648074587f8564807458 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD648074c07f85648074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD648075287f8564807528 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD648075907f8564807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD648075f87f85648075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD648076607f8564807660 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD648076c87f85648076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD648077307f8564807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD648077987f8564807798 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD648078007f8564807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD648078687f8564807868 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD648078d07f85648078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD648079387f8564807938 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD648079a07f85648079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD64807a087f8564807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD64807a707f8564807a70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD64807ad87f8564807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD64807b407f8564807b40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD64807ba87f8564807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD64807c107f8564807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFBf188de607fd2f188de60 /* PxFoundation */ = { + FFFB641711507f8564171150 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFBf188e4c07fd2f188e4c0 /* include */, - FFFBf188e4e87fd2f188e4e8 /* src */, + FFFB6416f2907f856416f290 /* include */, + FFFB6416f2b87f856416f2b8 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFBf188e4c07fd2f188e4c0 /* include */ = { + FFFB6416f2907f856416f290 /* include */ = { isa = PBXGroup; children = ( - FFFDf1196c007fd2f1196c00 /* Px.h */, - FFFDf1196c687fd2f1196c68 /* PxAllocatorCallback.h */, - FFFDf1196cd07fd2f1196cd0 /* PxAssert.h */, - FFFDf1196d387fd2f1196d38 /* PxBitAndData.h */, - FFFDf1196da07fd2f1196da0 /* PxBounds3.h */, - FFFDf1196e087fd2f1196e08 /* PxErrorCallback.h */, - FFFDf1196e707fd2f1196e70 /* PxErrors.h */, - FFFDf1196ed87fd2f1196ed8 /* PxFlags.h */, - FFFDf1196f407fd2f1196f40 /* PxFoundation.h */, - FFFDf1196fa87fd2f1196fa8 /* PxFoundationVersion.h */, - FFFDf11970107fd2f1197010 /* PxIO.h */, - FFFDf11970787fd2f1197078 /* PxIntrinsics.h */, - FFFDf11970e07fd2f11970e0 /* PxMat33.h */, - FFFDf11971487fd2f1197148 /* PxMat44.h */, - FFFDf11971b07fd2f11971b0 /* PxMath.h */, - FFFDf11972187fd2f1197218 /* PxMathUtils.h */, - FFFDf11972807fd2f1197280 /* PxMemory.h */, - FFFDf11972e87fd2f11972e8 /* PxPlane.h */, - FFFDf11973507fd2f1197350 /* PxPreprocessor.h */, - FFFDf11973b87fd2f11973b8 /* PxProfiler.h */, - FFFDf11974207fd2f1197420 /* PxQuat.h */, - FFFDf11974887fd2f1197488 /* PxSimpleTypes.h */, - FFFDf11974f07fd2f11974f0 /* PxStrideIterator.h */, - FFFDf11975587fd2f1197558 /* PxTransform.h */, - FFFDf11975c07fd2f11975c0 /* PxUnionCast.h */, - FFFDf11976287fd2f1197628 /* PxVec2.h */, - FFFDf11976907fd2f1197690 /* PxVec3.h */, - FFFDf11976f87fd2f11976f8 /* PxVec4.h */, - FFFDf11977607fd2f1197760 /* unix/PxUnixIntrinsics.h */, + FFFD639790007f8563979000 /* Px.h */, + FFFD639790687f8563979068 /* PxAllocatorCallback.h */, + FFFD639790d07f85639790d0 /* PxAssert.h */, + FFFD639791387f8563979138 /* PxBitAndData.h */, + FFFD639791a07f85639791a0 /* PxBounds3.h */, + FFFD639792087f8563979208 /* PxErrorCallback.h */, + FFFD639792707f8563979270 /* PxErrors.h */, + FFFD639792d87f85639792d8 /* PxFlags.h */, + FFFD639793407f8563979340 /* PxFoundation.h */, + FFFD639793a87f85639793a8 /* PxFoundationVersion.h */, + FFFD639794107f8563979410 /* PxIO.h */, + FFFD639794787f8563979478 /* PxIntrinsics.h */, + FFFD639794e07f85639794e0 /* PxMat33.h */, + FFFD639795487f8563979548 /* PxMat44.h */, + FFFD639795b07f85639795b0 /* PxMath.h */, + FFFD639796187f8563979618 /* PxMathUtils.h */, + FFFD639796807f8563979680 /* PxMemory.h */, + FFFD639796e87f85639796e8 /* PxPlane.h */, + FFFD639797507f8563979750 /* PxPreprocessor.h */, + FFFD639797b87f85639797b8 /* PxProfiler.h */, + FFFD639798207f8563979820 /* PxQuat.h */, + FFFD639798887f8563979888 /* PxSimpleTypes.h */, + FFFD639798f07f85639798f0 /* PxStrideIterator.h */, + FFFD639799587f8563979958 /* PxTransform.h */, + FFFD639799c07f85639799c0 /* PxUnionCast.h */, + FFFD63979a287f8563979a28 /* PxVec2.h */, + FFFD63979a907f8563979a90 /* PxVec3.h */, + FFFD63979af87f8563979af8 /* PxVec4.h */, + FFFD63979b607f8563979b60 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf188e4e87fd2f188e4e8 /* src */ = { + FFFB6416f2b87f856416f2b8 /* src */ = { isa = PBXGroup; children = ( - FFFDf11a12007fd2f11a1200 /* include/Ps.h */, - FFFDf11a12687fd2f11a1268 /* include/PsAlignedMalloc.h */, - FFFDf11a12d07fd2f11a12d0 /* include/PsAlloca.h */, - FFFDf11a13387fd2f11a1338 /* include/PsAllocator.h */, - FFFDf11a13a07fd2f11a13a0 /* include/PsAoS.h */, - FFFDf11a14087fd2f11a1408 /* include/PsArray.h */, - FFFDf11a14707fd2f11a1470 /* include/PsAtomic.h */, - FFFDf11a14d87fd2f11a14d8 /* include/PsBasicTemplates.h */, - FFFDf11a15407fd2f11a1540 /* include/PsBitUtils.h */, - FFFDf11a15a87fd2f11a15a8 /* include/PsBroadcast.h */, - FFFDf11a16107fd2f11a1610 /* include/PsCpu.h */, - FFFDf11a16787fd2f11a1678 /* include/PsFPU.h */, - FFFDf11a16e07fd2f11a16e0 /* include/PsFoundation.h */, - FFFDf11a17487fd2f11a1748 /* include/PsHash.h */, - FFFDf11a17b07fd2f11a17b0 /* include/PsHashInternals.h */, - FFFDf11a18187fd2f11a1818 /* include/PsHashMap.h */, - FFFDf11a18807fd2f11a1880 /* include/PsHashSet.h */, - FFFDf11a18e87fd2f11a18e8 /* include/PsInlineAllocator.h */, - FFFDf11a19507fd2f11a1950 /* include/PsInlineAoS.h */, - FFFDf11a19b87fd2f11a19b8 /* include/PsInlineArray.h */, - FFFDf11a1a207fd2f11a1a20 /* include/PsIntrinsics.h */, - FFFDf11a1a887fd2f11a1a88 /* include/PsMathUtils.h */, - FFFDf11a1af07fd2f11a1af0 /* include/PsMutex.h */, - FFFDf11a1b587fd2f11a1b58 /* include/PsPool.h */, - FFFDf11a1bc07fd2f11a1bc0 /* include/PsSList.h */, - FFFDf11a1c287fd2f11a1c28 /* include/PsSocket.h */, - FFFDf11a1c907fd2f11a1c90 /* include/PsSort.h */, - FFFDf11a1cf87fd2f11a1cf8 /* include/PsSortInternals.h */, - FFFDf11a1d607fd2f11a1d60 /* include/PsString.h */, - FFFDf11a1dc87fd2f11a1dc8 /* include/PsSync.h */, - FFFDf11a1e307fd2f11a1e30 /* include/PsTempAllocator.h */, - FFFDf11a1e987fd2f11a1e98 /* include/PsThread.h */, - FFFDf11a1f007fd2f11a1f00 /* include/PsTime.h */, - FFFDf11a1f687fd2f11a1f68 /* include/PsUserAllocated.h */, - FFFDf11a1fd07fd2f11a1fd0 /* include/PsUtilities.h */, - FFFDf11a20387fd2f11a2038 /* include/PsVecMath.h */, - FFFDf11a20a07fd2f11a20a0 /* include/PsVecMathAoSScalar.h */, - FFFDf11a21087fd2f11a2108 /* include/PsVecMathAoSScalarInline.h */, - FFFDf11a21707fd2f11a2170 /* include/PsVecMathSSE.h */, - FFFDf11a21d87fd2f11a21d8 /* include/PsVecMathUtilities.h */, - FFFDf11a22407fd2f11a2240 /* include/PsVecQuat.h */, - FFFDf11a22a87fd2f11a22a8 /* include/PsVecTransform.h */, - FFFDf11a23107fd2f11a2310 /* include/unix/PsUnixAoS.h */, - FFFDf11a23787fd2f11a2378 /* include/unix/PsUnixFPU.h */, - FFFDf11a23e07fd2f11a23e0 /* include/unix/PsUnixInlineAoS.h */, - FFFDf11a24487fd2f11a2448 /* include/unix/PsUnixIntrinsics.h */, - FFFDf11a24b07fd2f11a24b0 /* include/unix/PsUnixTrigConstants.h */, - FFFDf11a25187fd2f11a2518 /* src/PsAllocator.cpp */, - FFFDf11a25807fd2f11a2580 /* src/PsAssert.cpp */, - FFFDf11a25e87fd2f11a25e8 /* src/PsFoundation.cpp */, - FFFDf11a26507fd2f11a2650 /* src/PsMathUtils.cpp */, - FFFDf11a26b87fd2f11a26b8 /* src/PsString.cpp */, - FFFDf11a27207fd2f11a2720 /* src/PsTempAllocator.cpp */, - FFFDf11a27887fd2f11a2788 /* src/PsUtilities.cpp */, - FFFDf11a27f07fd2f11a27f0 /* src/unix/PsUnixAtomic.cpp */, - FFFDf11a28587fd2f11a2858 /* src/unix/PsUnixCpu.cpp */, - FFFDf11a28c07fd2f11a28c0 /* src/unix/PsUnixFPU.cpp */, - FFFDf11a29287fd2f11a2928 /* src/unix/PsUnixMutex.cpp */, - FFFDf11a29907fd2f11a2990 /* src/unix/PsUnixPrintString.cpp */, - FFFDf11a29f87fd2f11a29f8 /* src/unix/PsUnixSList.cpp */, - FFFDf11a2a607fd2f11a2a60 /* src/unix/PsUnixSocket.cpp */, - FFFDf11a2ac87fd2f11a2ac8 /* src/unix/PsUnixSync.cpp */, - FFFDf11a2b307fd2f11a2b30 /* src/unix/PsUnixThread.cpp */, - FFFDf11a2b987fd2f11a2b98 /* src/unix/PsUnixTime.cpp */, + FFFD639836007f8563983600 /* include/Ps.h */, + FFFD639836687f8563983668 /* include/PsAlignedMalloc.h */, + FFFD639836d07f85639836d0 /* include/PsAlloca.h */, + FFFD639837387f8563983738 /* include/PsAllocator.h */, + FFFD639837a07f85639837a0 /* include/PsAoS.h */, + FFFD639838087f8563983808 /* include/PsArray.h */, + FFFD639838707f8563983870 /* include/PsAtomic.h */, + FFFD639838d87f85639838d8 /* include/PsBasicTemplates.h */, + FFFD639839407f8563983940 /* include/PsBitUtils.h */, + FFFD639839a87f85639839a8 /* include/PsBroadcast.h */, + FFFD63983a107f8563983a10 /* include/PsCpu.h */, + FFFD63983a787f8563983a78 /* include/PsFPU.h */, + FFFD63983ae07f8563983ae0 /* include/PsFoundation.h */, + FFFD63983b487f8563983b48 /* include/PsHash.h */, + FFFD63983bb07f8563983bb0 /* include/PsHashInternals.h */, + FFFD63983c187f8563983c18 /* include/PsHashMap.h */, + FFFD63983c807f8563983c80 /* include/PsHashSet.h */, + FFFD63983ce87f8563983ce8 /* include/PsInlineAllocator.h */, + FFFD63983d507f8563983d50 /* include/PsInlineAoS.h */, + FFFD63983db87f8563983db8 /* include/PsInlineArray.h */, + FFFD63983e207f8563983e20 /* include/PsIntrinsics.h */, + FFFD63983e887f8563983e88 /* include/PsMathUtils.h */, + FFFD63983ef07f8563983ef0 /* include/PsMutex.h */, + FFFD63983f587f8563983f58 /* include/PsPool.h */, + FFFD63983fc07f8563983fc0 /* include/PsSList.h */, + FFFD639840287f8563984028 /* include/PsSocket.h */, + FFFD639840907f8563984090 /* include/PsSort.h */, + FFFD639840f87f85639840f8 /* include/PsSortInternals.h */, + FFFD639841607f8563984160 /* include/PsString.h */, + FFFD639841c87f85639841c8 /* include/PsSync.h */, + FFFD639842307f8563984230 /* include/PsTempAllocator.h */, + FFFD639842987f8563984298 /* include/PsThread.h */, + FFFD639843007f8563984300 /* include/PsTime.h */, + FFFD639843687f8563984368 /* include/PsUserAllocated.h */, + FFFD639843d07f85639843d0 /* include/PsUtilities.h */, + FFFD639844387f8563984438 /* include/PsVecMath.h */, + FFFD639844a07f85639844a0 /* include/PsVecMathAoSScalar.h */, + FFFD639845087f8563984508 /* include/PsVecMathAoSScalarInline.h */, + FFFD639845707f8563984570 /* include/PsVecMathSSE.h */, + FFFD639845d87f85639845d8 /* include/PsVecMathUtilities.h */, + FFFD639846407f8563984640 /* include/PsVecQuat.h */, + FFFD639846a87f85639846a8 /* include/PsVecTransform.h */, + FFFD639847107f8563984710 /* include/unix/PsUnixAoS.h */, + FFFD639847787f8563984778 /* include/unix/PsUnixFPU.h */, + FFFD639847e07f85639847e0 /* include/unix/PsUnixInlineAoS.h */, + FFFD639848487f8563984848 /* include/unix/PsUnixIntrinsics.h */, + FFFD639848b07f85639848b0 /* include/unix/PsUnixTrigConstants.h */, + FFFD639849187f8563984918 /* src/PsAllocator.cpp */, + FFFD639849807f8563984980 /* src/PsAssert.cpp */, + FFFD639849e87f85639849e8 /* src/PsFoundation.cpp */, + FFFD63984a507f8563984a50 /* src/PsMathUtils.cpp */, + FFFD63984ab87f8563984ab8 /* src/PsString.cpp */, + FFFD63984b207f8563984b20 /* src/PsTempAllocator.cpp */, + FFFD63984b887f8563984b88 /* src/PsUtilities.cpp */, + FFFD63984bf07f8563984bf0 /* src/unix/PsUnixAtomic.cpp */, + FFFD63984c587f8563984c58 /* src/unix/PsUnixCpu.cpp */, + FFFD63984cc07f8563984cc0 /* src/unix/PsUnixFPU.cpp */, + FFFD63984d287f8563984d28 /* src/unix/PsUnixMutex.cpp */, + FFFD63984d907f8563984d90 /* src/unix/PsUnixPrintString.cpp */, + FFFD63984df87f8563984df8 /* src/unix/PsUnixSList.cpp */, + FFFD63984e607f8563984e60 /* src/unix/PsUnixSocket.cpp */, + FFFD63984ec87f8563984ec8 /* src/unix/PsUnixSync.cpp */, + FFFD63984f307f8563984f30 /* src/unix/PsUnixThread.cpp */, + FFFD63984f987f8563984f98 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2809f007fd2f2809f00 /* PxPvdSDK */ = { + FFFB62c77dd07f8562c77dd0 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFBf280c3a07fd2f280c3a0 /* include */, - FFFBf280c3c87fd2f280c3c8 /* src */, + FFFB62c7a2e07f8562c7a2e0 /* include */, + FFFB62c7a3087f8562c7a308 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFBf280c3a07fd2f280c3a0 /* include */ = { + FFFB62c7a2e07f8562c7a2e0 /* include */ = { isa = PBXGroup; children = ( - FFFDf280cc207fd2f280cc20 /* PxPvd.h */, - FFFDf280cc887fd2f280cc88 /* PxPvdTransport.h */, + FFFD62c726707f8562c72670 /* PxPvd.h */, + FFFD62c726d87f8562c726d8 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf280c3c87fd2f280c3c8 /* src */ = { + FFFB62c7a3087f8562c7a308 /* src */ = { isa = PBXGroup; children = ( - FFFDf300f6007fd2f300f600 /* include/PsPvd.h */, - FFFDf300f6687fd2f300f668 /* include/PxProfileAllocatorWrapper.h */, - FFFDf300f6d07fd2f300f6d0 /* include/PxPvdClient.h */, - FFFDf300f7387fd2f300f738 /* include/PxPvdDataStream.h */, - FFFDf300f7a07fd2f300f7a0 /* include/PxPvdDataStreamHelpers.h */, - FFFDf300f8087fd2f300f808 /* include/PxPvdErrorCodes.h */, - FFFDf300f8707fd2f300f870 /* include/PxPvdObjectModelBaseTypes.h */, - FFFDf300f8d87fd2f300f8d8 /* include/PxPvdRenderBuffer.h */, - FFFDf300f9407fd2f300f940 /* include/PxPvdUserRenderer.h */, - FFFDf300f9a87fd2f300f9a8 /* src/PxProfileEventImpl.cpp */, - FFFDf300fa107fd2f300fa10 /* src/PxPvd.cpp */, - FFFDf300fa787fd2f300fa78 /* src/PxPvdDataStream.cpp */, - FFFDf300fae07fd2f300fae0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFDf300fb487fd2f300fb48 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFDf300fbb07fd2f300fbb0 /* src/PxPvdImpl.cpp */, - FFFDf300fc187fd2f300fc18 /* src/PxPvdMemClient.cpp */, - FFFDf300fc807fd2f300fc80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFDf300fce87fd2f300fce8 /* src/PxPvdObjectRegistrar.cpp */, - FFFDf300fd507fd2f300fd50 /* src/PxPvdProfileZoneClient.cpp */, - FFFDf300fdb87fd2f300fdb8 /* src/PxPvdUserRenderer.cpp */, - FFFDf300fe207fd2f300fe20 /* src/PxProfileBase.h */, - FFFDf300fe887fd2f300fe88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFDf300fef07fd2f300fef0 /* src/PxProfileContextProvider.h */, - FFFDf300ff587fd2f300ff58 /* src/PxProfileContextProviderImpl.h */, - FFFDf300ffc07fd2f300ffc0 /* src/PxProfileDataBuffer.h */, - FFFDf30100287fd2f3010028 /* src/PxProfileDataParsing.h */, - FFFDf30100907fd2f3010090 /* src/PxProfileEventBuffer.h */, - FFFDf30100f87fd2f30100f8 /* src/PxProfileEventBufferAtomic.h */, - FFFDf30101607fd2f3010160 /* src/PxProfileEventBufferClient.h */, - FFFDf30101c87fd2f30101c8 /* src/PxProfileEventBufferClientManager.h */, - FFFDf30102307fd2f3010230 /* src/PxProfileEventFilter.h */, - FFFDf30102987fd2f3010298 /* src/PxProfileEventHandler.h */, - FFFDf30103007fd2f3010300 /* src/PxProfileEventId.h */, - FFFDf30103687fd2f3010368 /* src/PxProfileEventMutex.h */, - FFFDf30103d07fd2f30103d0 /* src/PxProfileEventNames.h */, - FFFDf30104387fd2f3010438 /* src/PxProfileEventParser.h */, - FFFDf30104a07fd2f30104a0 /* src/PxProfileEventSender.h */, - FFFDf30105087fd2f3010508 /* src/PxProfileEventSerialization.h */, - FFFDf30105707fd2f3010570 /* src/PxProfileEventSystem.h */, - FFFDf30105d87fd2f30105d8 /* src/PxProfileEvents.h */, - FFFDf30106407fd2f3010640 /* src/PxProfileMemory.h */, - FFFDf30106a87fd2f30106a8 /* src/PxProfileMemoryBuffer.h */, - FFFDf30107107fd2f3010710 /* src/PxProfileMemoryEventBuffer.h */, - FFFDf30107787fd2f3010778 /* src/PxProfileMemoryEventParser.h */, - FFFDf30107e07fd2f30107e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFDf30108487fd2f3010848 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFDf30108b07fd2f30108b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFDf30109187fd2f3010918 /* src/PxProfileMemoryEventTypes.h */, - FFFDf30109807fd2f3010980 /* src/PxProfileMemoryEvents.h */, - FFFDf30109e87fd2f30109e8 /* src/PxProfileScopedEvent.h */, - FFFDf3010a507fd2f3010a50 /* src/PxProfileScopedMutexLock.h */, - FFFDf3010ab87fd2f3010ab8 /* src/PxProfileZone.h */, - FFFDf3010b207fd2f3010b20 /* src/PxProfileZoneImpl.h */, - FFFDf3010b887fd2f3010b88 /* src/PxProfileZoneManager.h */, - FFFDf3010bf07fd2f3010bf0 /* src/PxProfileZoneManagerImpl.h */, - FFFDf3010c587fd2f3010c58 /* src/PxPvdBits.h */, - FFFDf3010cc07fd2f3010cc0 /* src/PxPvdByteStreams.h */, - FFFDf3010d287fd2f3010d28 /* src/PxPvdCommStreamEventSink.h */, - FFFDf3010d907fd2f3010d90 /* src/PxPvdCommStreamEvents.h */, - FFFDf3010df87fd2f3010df8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFDf3010e607fd2f3010e60 /* src/PxPvdCommStreamTypes.h */, - FFFDf3010ec87fd2f3010ec8 /* src/PxPvdDefaultFileTransport.h */, - FFFDf3010f307fd2f3010f30 /* src/PxPvdDefaultSocketTransport.h */, - FFFDf3010f987fd2f3010f98 /* src/PxPvdFoundation.h */, - FFFDf30110007fd2f3011000 /* src/PxPvdImpl.h */, - FFFDf30110687fd2f3011068 /* src/PxPvdInternalByteStreams.h */, - FFFDf30110d07fd2f30110d0 /* src/PxPvdMarshalling.h */, - FFFDf30111387fd2f3011138 /* src/PxPvdMemClient.h */, - FFFDf30111a07fd2f30111a0 /* src/PxPvdObjectModel.h */, - FFFDf30112087fd2f3011208 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFDf30112707fd2f3011270 /* src/PxPvdObjectModelInternalTypes.h */, - FFFDf30112d87fd2f30112d8 /* src/PxPvdObjectModelMetaData.h */, - FFFDf30113407fd2f3011340 /* src/PxPvdObjectRegistrar.h */, - FFFDf30113a87fd2f30113a8 /* src/PxPvdProfileZoneClient.h */, - FFFDf30114107fd2f3011410 /* src/PxPvdUserRenderImpl.h */, - FFFDf30114787fd2f3011478 /* src/PxPvdUserRenderTypes.h */, + FFFD6302dc007f856302dc00 /* include/PsPvd.h */, + FFFD6302dc687f856302dc68 /* include/PxProfileAllocatorWrapper.h */, + FFFD6302dcd07f856302dcd0 /* include/PxPvdClient.h */, + FFFD6302dd387f856302dd38 /* include/PxPvdDataStream.h */, + FFFD6302dda07f856302dda0 /* include/PxPvdDataStreamHelpers.h */, + FFFD6302de087f856302de08 /* include/PxPvdErrorCodes.h */, + FFFD6302de707f856302de70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD6302ded87f856302ded8 /* include/PxPvdRenderBuffer.h */, + FFFD6302df407f856302df40 /* include/PxPvdUserRenderer.h */, + FFFD6302dfa87f856302dfa8 /* src/PxProfileEventImpl.cpp */, + FFFD6302e0107f856302e010 /* src/PxPvd.cpp */, + FFFD6302e0787f856302e078 /* src/PxPvdDataStream.cpp */, + FFFD6302e0e07f856302e0e0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD6302e1487f856302e148 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD6302e1b07f856302e1b0 /* src/PxPvdImpl.cpp */, + FFFD6302e2187f856302e218 /* src/PxPvdMemClient.cpp */, + FFFD6302e2807f856302e280 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD6302e2e87f856302e2e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD6302e3507f856302e350 /* src/PxPvdProfileZoneClient.cpp */, + FFFD6302e3b87f856302e3b8 /* src/PxPvdUserRenderer.cpp */, + FFFD6302e4207f856302e420 /* src/PxProfileBase.h */, + FFFD6302e4887f856302e488 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD6302e4f07f856302e4f0 /* src/PxProfileContextProvider.h */, + FFFD6302e5587f856302e558 /* src/PxProfileContextProviderImpl.h */, + FFFD6302e5c07f856302e5c0 /* src/PxProfileDataBuffer.h */, + FFFD6302e6287f856302e628 /* src/PxProfileDataParsing.h */, + FFFD6302e6907f856302e690 /* src/PxProfileEventBuffer.h */, + FFFD6302e6f87f856302e6f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD6302e7607f856302e760 /* src/PxProfileEventBufferClient.h */, + FFFD6302e7c87f856302e7c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD6302e8307f856302e830 /* src/PxProfileEventFilter.h */, + FFFD6302e8987f856302e898 /* src/PxProfileEventHandler.h */, + FFFD6302e9007f856302e900 /* src/PxProfileEventId.h */, + FFFD6302e9687f856302e968 /* src/PxProfileEventMutex.h */, + FFFD6302e9d07f856302e9d0 /* src/PxProfileEventNames.h */, + FFFD6302ea387f856302ea38 /* src/PxProfileEventParser.h */, + FFFD6302eaa07f856302eaa0 /* src/PxProfileEventSender.h */, + FFFD6302eb087f856302eb08 /* src/PxProfileEventSerialization.h */, + FFFD6302eb707f856302eb70 /* src/PxProfileEventSystem.h */, + FFFD6302ebd87f856302ebd8 /* src/PxProfileEvents.h */, + FFFD6302ec407f856302ec40 /* src/PxProfileMemory.h */, + FFFD6302eca87f856302eca8 /* src/PxProfileMemoryBuffer.h */, + FFFD6302ed107f856302ed10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD6302ed787f856302ed78 /* src/PxProfileMemoryEventParser.h */, + FFFD6302ede07f856302ede0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD6302ee487f856302ee48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD6302eeb07f856302eeb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD6302ef187f856302ef18 /* src/PxProfileMemoryEventTypes.h */, + FFFD6302ef807f856302ef80 /* src/PxProfileMemoryEvents.h */, + FFFD6302efe87f856302efe8 /* src/PxProfileScopedEvent.h */, + FFFD6302f0507f856302f050 /* src/PxProfileScopedMutexLock.h */, + FFFD6302f0b87f856302f0b8 /* src/PxProfileZone.h */, + FFFD6302f1207f856302f120 /* src/PxProfileZoneImpl.h */, + FFFD6302f1887f856302f188 /* src/PxProfileZoneManager.h */, + FFFD6302f1f07f856302f1f0 /* src/PxProfileZoneManagerImpl.h */, + FFFD6302f2587f856302f258 /* src/PxPvdBits.h */, + FFFD6302f2c07f856302f2c0 /* src/PxPvdByteStreams.h */, + FFFD6302f3287f856302f328 /* src/PxPvdCommStreamEventSink.h */, + FFFD6302f3907f856302f390 /* src/PxPvdCommStreamEvents.h */, + FFFD6302f3f87f856302f3f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD6302f4607f856302f460 /* src/PxPvdCommStreamTypes.h */, + FFFD6302f4c87f856302f4c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD6302f5307f856302f530 /* src/PxPvdDefaultSocketTransport.h */, + FFFD6302f5987f856302f598 /* src/PxPvdFoundation.h */, + FFFD6302f6007f856302f600 /* src/PxPvdImpl.h */, + FFFD6302f6687f856302f668 /* src/PxPvdInternalByteStreams.h */, + FFFD6302f6d07f856302f6d0 /* src/PxPvdMarshalling.h */, + FFFD6302f7387f856302f738 /* src/PxPvdMemClient.h */, + FFFD6302f7a07f856302f7a0 /* src/PxPvdObjectModel.h */, + FFFD6302f8087f856302f808 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD6302f8707f856302f870 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD6302f8d87f856302f8d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD6302f9407f856302f940 /* src/PxPvdObjectRegistrar.h */, + FFFD6302f9a87f856302f9a8 /* src/PxPvdProfileZoneClient.h */, + FFFD6302fa107f856302fa10 /* src/PxPvdUserRenderImpl.h */, + FFFD6302fa787f856302fa78 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf28272b07fd2f28272b0 /* LowLevel */ = { + FFFB62e791907f8562e79190 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFBf282bdc07fd2f282bdc0 /* API Source */, - FFFBf282bde87fd2f282bde8 /* API Includes */, - FFFBf282be107fd2f282be10 /* Software Source */, - FFFBf282be387fd2f282be38 /* Software Includes */, - FFFBf282be607fd2f282be60 /* Common Source */, - FFFBf282be887fd2f282be88 /* Common Includes */, + FFFB62e7dfb07f8562e7dfb0 /* API Source */, + FFFB62e7dfd87f8562e7dfd8 /* API Includes */, + FFFB62e7e0007f8562e7e000 /* Software Source */, + FFFB62e7e0287f8562e7e028 /* Software Includes */, + FFFB62e7e0507f8562e7e050 /* Common Source */, + FFFB62e7e0787f8562e7e078 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFBf282bdc07fd2f282bdc0 /* API Source */ = { + FFFB62e7dfb07f8562e7dfb0 /* API Source */ = { isa = PBXGroup; children = ( - FFFDf282abc07fd2f282abc0 /* px_globals.cpp */, + FFFD62e7cdb07f8562e7cdb0 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFBf282bde87fd2f282bde8 /* API Includes */ = { + FFFB62e7dfd87f8562e7dfd8 /* API Includes */ = { isa = PBXGroup; children = ( - FFFDf282d0f07fd2f282d0f0 /* PxsMaterialCore.h */, - FFFDf282d1587fd2f282d158 /* PxsMaterialManager.h */, - FFFDf282d1c07fd2f282d1c0 /* PxvConfig.h */, - FFFDf282d2287fd2f282d228 /* PxvContext.h */, - FFFDf282d2907fd2f282d290 /* PxvDynamics.h */, - FFFDf282d2f87fd2f282d2f8 /* PxvGeometry.h */, - FFFDf282d3607fd2f282d360 /* PxvGlobals.h */, - FFFDf282d3c87fd2f282d3c8 /* PxvManager.h */, - FFFDf282d4307fd2f282d430 /* PxvSimStats.h */, + FFFD62e7f2e07f8562e7f2e0 /* PxsMaterialCore.h */, + FFFD62e7f3487f8562e7f348 /* PxsMaterialManager.h */, + FFFD62e7f3b07f8562e7f3b0 /* PxvConfig.h */, + FFFD62e7f4187f8562e7f418 /* PxvContext.h */, + FFFD62e7f4807f8562e7f480 /* PxvDynamics.h */, + FFFD62e7f4e87f8562e7f4e8 /* PxvGeometry.h */, + FFFD62e7f5507f8562e7f550 /* PxvGlobals.h */, + FFFD62e7f5b87f8562e7f5b8 /* PxvManager.h */, + FFFD62e7f6207f8562e7f620 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf282be107fd2f282be10 /* Software Source */ = { + FFFB62e7e0007f8562e7e000 /* Software Source */ = { isa = PBXGroup; children = ( - FFFDf282e2007fd2f282e200 /* PxsCCD.cpp */, - FFFDf282e2687fd2f282e268 /* PxsContactManager.cpp */, - FFFDf282e2d07fd2f282e2d0 /* PxsContext.cpp */, - FFFDf282e3387fd2f282e338 /* PxsDefaultMemoryManager.cpp */, - FFFDf282e3a07fd2f282e3a0 /* PxsIslandSim.cpp */, - FFFDf282e4087fd2f282e408 /* PxsMaterialCombiner.cpp */, - FFFDf282e4707fd2f282e470 /* PxsNphaseImplementationContext.cpp */, - FFFDf282e4d87fd2f282e4d8 /* PxsSimpleIslandManager.cpp */, + FFFD62e803f07f8562e803f0 /* PxsCCD.cpp */, + FFFD62e804587f8562e80458 /* PxsContactManager.cpp */, + FFFD62e804c07f8562e804c0 /* PxsContext.cpp */, + FFFD62e805287f8562e80528 /* PxsDefaultMemoryManager.cpp */, + FFFD62e805907f8562e80590 /* PxsIslandSim.cpp */, + FFFD62e805f87f8562e805f8 /* PxsMaterialCombiner.cpp */, + FFFD62e806607f8562e80660 /* PxsNphaseImplementationContext.cpp */, + FFFD62e806c87f8562e806c8 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFBf282be387fd2f282be38 /* Software Includes */ = { + FFFB62e7e0287f8562e7e028 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFDf30016007fd2f3001600 /* PxsBodySim.h */, - FFFDf30016687fd2f3001668 /* PxsCCD.h */, - FFFDf30016d07fd2f30016d0 /* PxsContactManager.h */, - FFFDf30017387fd2f3001738 /* PxsContactManagerState.h */, - FFFDf30017a07fd2f30017a0 /* PxsContext.h */, - FFFDf30018087fd2f3001808 /* PxsDefaultMemoryManager.h */, - FFFDf30018707fd2f3001870 /* PxsHeapMemoryAllocator.h */, - FFFDf30018d87fd2f30018d8 /* PxsIncrementalConstraintPartitioning.h */, - FFFDf30019407fd2f3001940 /* PxsIslandManagerTypes.h */, - FFFDf30019a87fd2f30019a8 /* PxsIslandSim.h */, - FFFDf3001a107fd2f3001a10 /* PxsKernelWrangler.h */, - FFFDf3001a787fd2f3001a78 /* PxsMaterialCombiner.h */, - FFFDf3001ae07fd2f3001ae0 /* PxsMemoryManager.h */, - FFFDf3001b487fd2f3001b48 /* PxsNphaseImplementationContext.h */, - FFFDf3001bb07fd2f3001bb0 /* PxsRigidBody.h */, - FFFDf3001c187fd2f3001c18 /* PxsShapeSim.h */, - FFFDf3001c807fd2f3001c80 /* PxsSimpleIslandManager.h */, - FFFDf3001ce87fd2f3001ce8 /* PxsSimulationController.h */, - FFFDf3001d507fd2f3001d50 /* PxsTransformCache.h */, - FFFDf3001db87fd2f3001db8 /* PxvNphaseImplementationContext.h */, + FFFD630362007f8563036200 /* PxsBodySim.h */, + FFFD630362687f8563036268 /* PxsCCD.h */, + FFFD630362d07f85630362d0 /* PxsContactManager.h */, + FFFD630363387f8563036338 /* PxsContactManagerState.h */, + FFFD630363a07f85630363a0 /* PxsContext.h */, + FFFD630364087f8563036408 /* PxsDefaultMemoryManager.h */, + FFFD630364707f8563036470 /* PxsHeapMemoryAllocator.h */, + FFFD630364d87f85630364d8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD630365407f8563036540 /* PxsIslandManagerTypes.h */, + FFFD630365a87f85630365a8 /* PxsIslandSim.h */, + FFFD630366107f8563036610 /* PxsKernelWrangler.h */, + FFFD630366787f8563036678 /* PxsMaterialCombiner.h */, + FFFD630366e07f85630366e0 /* PxsMemoryManager.h */, + FFFD630367487f8563036748 /* PxsNphaseImplementationContext.h */, + FFFD630367b07f85630367b0 /* PxsRigidBody.h */, + FFFD630368187f8563036818 /* PxsShapeSim.h */, + FFFD630368807f8563036880 /* PxsSimpleIslandManager.h */, + FFFD630368e87f85630368e8 /* PxsSimulationController.h */, + FFFD630369507f8563036950 /* PxsTransformCache.h */, + FFFD630369b87f85630369b8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf282be607fd2f282be60 /* Common Source */ = { + FFFB62e7e0507f8562e7e050 /* Common Source */ = { isa = PBXGroup; children = ( - FFFDf30174007fd2f3017400 /* collision/PxcContact.cpp */, - FFFDf30174687fd2f3017468 /* pipeline/PxcContactCache.cpp */, - FFFDf30174d07fd2f30174d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFDf30175387fd2f3017538 /* pipeline/PxcMaterialHeightField.cpp */, - FFFDf30175a07fd2f30175a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFDf30176087fd2f3017608 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFDf30176707fd2f3017670 /* pipeline/PxcMaterialShape.cpp */, - FFFDf30176d87fd2f30176d8 /* pipeline/PxcNpBatch.cpp */, - FFFDf30177407fd2f3017740 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFDf30177a87fd2f30177a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFDf30178107fd2f3017810 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFDf30178787fd2f3017878 /* pipeline/PxcNpThreadContext.cpp */, + FFFD63034c007f8563034c00 /* collision/PxcContact.cpp */, + FFFD63034c687f8563034c68 /* pipeline/PxcContactCache.cpp */, + FFFD63034cd07f8563034cd0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD63034d387f8563034d38 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD63034da07f8563034da0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD63034e087f8563034e08 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD63034e707f8563034e70 /* pipeline/PxcMaterialShape.cpp */, + FFFD63034ed87f8563034ed8 /* pipeline/PxcNpBatch.cpp */, + FFFD63034f407f8563034f40 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD63034fa87f8563034fa8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD630350107f8563035010 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD630350787f8563035078 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFBf282be887fd2f282be88 /* Common Includes */ = { + FFFB62e7e0787f8562e7e078 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFDf3017c007fd2f3017c00 /* collision/PxcContactMethodImpl.h */, - FFFDf3017c687fd2f3017c68 /* pipeline/PxcCCDStateStreamPair.h */, - FFFDf3017cd07fd2f3017cd0 /* pipeline/PxcConstraintBlockStream.h */, - FFFDf3017d387fd2f3017d38 /* pipeline/PxcContactCache.h */, - FFFDf3017da07fd2f3017da0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFDf3017e087fd2f3017e08 /* pipeline/PxcNpBatch.h */, - FFFDf3017e707fd2f3017e70 /* pipeline/PxcNpCache.h */, - FFFDf3017ed87fd2f3017ed8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFDf3017f407fd2f3017f40 /* pipeline/PxcNpContactPrepShared.h */, - FFFDf3017fa87fd2f3017fa8 /* pipeline/PxcNpMemBlockPool.h */, - FFFDf30180107fd2f3018010 /* pipeline/PxcNpThreadContext.h */, - FFFDf30180787fd2f3018078 /* pipeline/PxcNpWorkUnit.h */, - FFFDf30180e07fd2f30180e0 /* pipeline/PxcRigidBody.h */, - FFFDf30181487fd2f3018148 /* utils/PxcScratchAllocator.h */, - FFFDf30181b07fd2f30181b0 /* utils/PxcThreadCoherentCache.h */, + FFFD630354007f8563035400 /* collision/PxcContactMethodImpl.h */, + FFFD630354687f8563035468 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD630354d07f85630354d0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD630355387f8563035538 /* pipeline/PxcContactCache.h */, + FFFD630355a07f85630355a0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD630356087f8563035608 /* pipeline/PxcNpBatch.h */, + FFFD630356707f8563035670 /* pipeline/PxcNpCache.h */, + FFFD630356d87f85630356d8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD630357407f8563035740 /* pipeline/PxcNpContactPrepShared.h */, + FFFD630357a87f85630357a8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD630358107f8563035810 /* pipeline/PxcNpThreadContext.h */, + FFFD630358787f8563035878 /* pipeline/PxcNpWorkUnit.h */, + FFFD630358e07f85630358e0 /* pipeline/PxcRigidBody.h */, + FFFD630359487f8563035948 /* utils/PxcScratchAllocator.h */, + FFFD630359b07f85630359b0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf2854ea07fd2f2854ea0 /* LowLevelAABB */ = { + FFFB64431e607f8564431e60 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFBf284ed607fd2f284ed60 /* include */, - FFFBf284ed887fd2f284ed88 /* src */, + FFFB644362a07f85644362a0 /* include */, + FFFB644362c87f85644362c8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFBf284ed607fd2f284ed60 /* include */ = { + FFFB644362a07f85644362a0 /* include */ = { isa = PBXGroup; children = ( - FFFDf284f2807fd2f284f280 /* BpAABBManagerTasks.h */, - FFFDf284f2e87fd2f284f2e8 /* BpBroadPhase.h */, - FFFDf284f3507fd2f284f350 /* BpBroadPhaseUpdate.h */, - FFFDf284f3b87fd2f284f3b8 /* BpSimpleAABBManager.h */, + FFFD644362f07f85644362f0 /* BpAABBManagerTasks.h */, + FFFD644363587f8564436358 /* BpBroadPhase.h */, + FFFD644363c07f85644363c0 /* BpBroadPhaseUpdate.h */, + FFFD644364287f8564436428 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf284ed887fd2f284ed88 /* src */ = { + FFFB644362c87f85644362c8 /* src */ = { isa = PBXGroup; children = ( - FFFDf3020c007fd2f3020c00 /* BpBroadPhaseMBP.h */, - FFFDf3020c687fd2f3020c68 /* BpBroadPhaseMBPCommon.h */, - FFFDf3020cd07fd2f3020cd0 /* BpBroadPhaseSap.h */, - FFFDf3020d387fd2f3020d38 /* BpBroadPhaseSapAux.h */, - FFFDf3020da07fd2f3020da0 /* BpMBPTasks.h */, - FFFDf3020e087fd2f3020e08 /* BpSAPTasks.h */, - FFFDf3020e707fd2f3020e70 /* BpBroadPhase.cpp */, - FFFDf3020ed87fd2f3020ed8 /* BpBroadPhaseMBP.cpp */, - FFFDf3020f407fd2f3020f40 /* BpBroadPhaseSap.cpp */, - FFFDf3020fa87fd2f3020fa8 /* BpBroadPhaseSapAux.cpp */, - FFFDf30210107fd2f3021010 /* BpMBPTasks.cpp */, - FFFDf30210787fd2f3021078 /* BpSAPTasks.cpp */, - FFFDf30210e07fd2f30210e0 /* BpSimpleAABBManager.cpp */, + FFFD648182007f8564818200 /* BpBroadPhaseMBP.h */, + FFFD648182687f8564818268 /* BpBroadPhaseMBPCommon.h */, + FFFD648182d07f85648182d0 /* BpBroadPhaseSap.h */, + FFFD648183387f8564818338 /* BpBroadPhaseSapAux.h */, + FFFD648183a07f85648183a0 /* BpMBPTasks.h */, + FFFD648184087f8564818408 /* BpSAPTasks.h */, + FFFD648184707f8564818470 /* BpBroadPhase.cpp */, + FFFD648184d87f85648184d8 /* BpBroadPhaseMBP.cpp */, + FFFD648185407f8564818540 /* BpBroadPhaseSap.cpp */, + FFFD648185a87f85648185a8 /* BpBroadPhaseSapAux.cpp */, + FFFD648186107f8564818610 /* BpMBPTasks.cpp */, + FFFD648186787f8564818678 /* BpSAPTasks.cpp */, + FFFD648186e07f85648186e0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf29090e07fd2f29090e0 /* LowLevelDynamics */ = { + FFFB62ea73f07f8562ea73f0 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFBf29100707fd2f2910070 /* Dynamics Source */, - FFFBf29100987fd2f2910098 /* Dynamics Includes */, - FFFBf29100c07fd2f29100c0 /* Dynamics Internal Includes */, + FFFB62e94c307f8562e94c30 /* Dynamics Source */, + FFFB62e94c587f8562e94c58 /* Dynamics Includes */, + FFFB62e94c807f8562e94c80 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFBf29100707fd2f2910070 /* Dynamics Source */ = { + FFFB62e94c307f8562e94c30 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFDf3808e007fd2f3808e00 /* DyArticulation.cpp */, - FFFDf3808e687fd2f3808e68 /* DyArticulationContactPrep.cpp */, - FFFDf3808ed07fd2f3808ed0 /* DyArticulationContactPrepPF.cpp */, - FFFDf3808f387fd2f3808f38 /* DyArticulationHelper.cpp */, - FFFDf3808fa07fd2f3808fa0 /* DyArticulationSIMD.cpp */, - FFFDf38090087fd2f3809008 /* DyArticulationScalar.cpp */, - FFFDf38090707fd2f3809070 /* DyConstraintPartition.cpp */, - FFFDf38090d87fd2f38090d8 /* DyConstraintSetup.cpp */, - FFFDf38091407fd2f3809140 /* DyConstraintSetupBlock.cpp */, - FFFDf38091a87fd2f38091a8 /* DyContactPrep.cpp */, - FFFDf38092107fd2f3809210 /* DyContactPrep4.cpp */, - FFFDf38092787fd2f3809278 /* DyContactPrep4PF.cpp */, - FFFDf38092e07fd2f38092e0 /* DyContactPrepPF.cpp */, - FFFDf38093487fd2f3809348 /* DyDynamics.cpp */, - FFFDf38093b07fd2f38093b0 /* DyFrictionCorrelation.cpp */, - FFFDf38094187fd2f3809418 /* DyRigidBodyToSolverBody.cpp */, - FFFDf38094807fd2f3809480 /* DySolverConstraints.cpp */, - FFFDf38094e87fd2f38094e8 /* DySolverConstraintsBlock.cpp */, - FFFDf38095507fd2f3809550 /* DySolverControl.cpp */, - FFFDf38095b87fd2f38095b8 /* DySolverControlPF.cpp */, - FFFDf38096207fd2f3809620 /* DySolverPFConstraints.cpp */, - FFFDf38096887fd2f3809688 /* DySolverPFConstraintsBlock.cpp */, - FFFDf38096f07fd2f38096f0 /* DyThreadContext.cpp */, - FFFDf38097587fd2f3809758 /* DyThresholdTable.cpp */, + FFFD6303ee007f856303ee00 /* DyArticulation.cpp */, + FFFD6303ee687f856303ee68 /* DyArticulationContactPrep.cpp */, + FFFD6303eed07f856303eed0 /* DyArticulationContactPrepPF.cpp */, + FFFD6303ef387f856303ef38 /* DyArticulationHelper.cpp */, + FFFD6303efa07f856303efa0 /* DyArticulationSIMD.cpp */, + FFFD6303f0087f856303f008 /* DyArticulationScalar.cpp */, + FFFD6303f0707f856303f070 /* DyConstraintPartition.cpp */, + FFFD6303f0d87f856303f0d8 /* DyConstraintSetup.cpp */, + FFFD6303f1407f856303f140 /* DyConstraintSetupBlock.cpp */, + FFFD6303f1a87f856303f1a8 /* DyContactPrep.cpp */, + FFFD6303f2107f856303f210 /* DyContactPrep4.cpp */, + FFFD6303f2787f856303f278 /* DyContactPrep4PF.cpp */, + FFFD6303f2e07f856303f2e0 /* DyContactPrepPF.cpp */, + FFFD6303f3487f856303f348 /* DyDynamics.cpp */, + FFFD6303f3b07f856303f3b0 /* DyFrictionCorrelation.cpp */, + FFFD6303f4187f856303f418 /* DyRigidBodyToSolverBody.cpp */, + FFFD6303f4807f856303f480 /* DySolverConstraints.cpp */, + FFFD6303f4e87f856303f4e8 /* DySolverConstraintsBlock.cpp */, + FFFD6303f5507f856303f550 /* DySolverControl.cpp */, + FFFD6303f5b87f856303f5b8 /* DySolverControlPF.cpp */, + FFFD6303f6207f856303f620 /* DySolverPFConstraints.cpp */, + FFFD6303f6887f856303f688 /* DySolverPFConstraintsBlock.cpp */, + FFFD6303f6f07f856303f6f0 /* DyThreadContext.cpp */, + FFFD6303f7587f856303f758 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFBf29100987fd2f2910098 /* Dynamics Includes */ = { + FFFB62e94c587f8562e94c58 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFDf29116f07fd2f29116f0 /* DyArticulation.h */, - FFFDf29117587fd2f2911758 /* DyConstraint.h */, - FFFDf29117c07fd2f29117c0 /* DyConstraintWriteBack.h */, - FFFDf29118287fd2f2911828 /* DyContext.h */, - FFFDf29118907fd2f2911890 /* DySleepingConfigulation.h */, - FFFDf29118f87fd2f29118f8 /* DyThresholdTable.h */, + FFFD62ea96107f8562ea9610 /* DyArticulation.h */, + FFFD62ea96787f8562ea9678 /* DyConstraint.h */, + FFFD62ea96e07f8562ea96e0 /* DyConstraintWriteBack.h */, + FFFD62ea97487f8562ea9748 /* DyContext.h */, + FFFD62ea97b07f8562ea97b0 /* DySleepingConfigulation.h */, + FFFD62ea98187f8562ea9818 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf29100c07fd2f29100c0 /* Dynamics Internal Includes */ = { + FFFB62e94c807f8562e94c80 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFDf380aa007fd2f380aa00 /* DyArticulationContactPrep.h */, - FFFDf380aa687fd2f380aa68 /* DyArticulationFnsDebug.h */, - FFFDf380aad07fd2f380aad0 /* DyArticulationFnsScalar.h */, - FFFDf380ab387fd2f380ab38 /* DyArticulationFnsSimd.h */, - FFFDf380aba07fd2f380aba0 /* DyArticulationHelper.h */, - FFFDf380ac087fd2f380ac08 /* DyArticulationPImpl.h */, - FFFDf380ac707fd2f380ac70 /* DyArticulationReference.h */, - FFFDf380acd87fd2f380acd8 /* DyArticulationScalar.h */, - FFFDf380ad407fd2f380ad40 /* DyArticulationUtils.h */, - FFFDf380ada87fd2f380ada8 /* DyBodyCoreIntegrator.h */, - FFFDf380ae107fd2f380ae10 /* DyConstraintPartition.h */, - FFFDf380ae787fd2f380ae78 /* DyConstraintPrep.h */, - FFFDf380aee07fd2f380aee0 /* DyContactPrep.h */, - FFFDf380af487fd2f380af48 /* DyContactPrepShared.h */, - FFFDf380afb07fd2f380afb0 /* DyContactReduction.h */, - FFFDf380b0187fd2f380b018 /* DyCorrelationBuffer.h */, - FFFDf380b0807fd2f380b080 /* DyDynamics.h */, - FFFDf380b0e87fd2f380b0e8 /* DyFrictionPatch.h */, - FFFDf380b1507fd2f380b150 /* DyFrictionPatchStreamPair.h */, - FFFDf380b1b87fd2f380b1b8 /* DySolverBody.h */, - FFFDf380b2207fd2f380b220 /* DySolverConstraint1D.h */, - FFFDf380b2887fd2f380b288 /* DySolverConstraint1D4.h */, - FFFDf380b2f07fd2f380b2f0 /* DySolverConstraintDesc.h */, - FFFDf380b3587fd2f380b358 /* DySolverConstraintExtShared.h */, - FFFDf380b3c07fd2f380b3c0 /* DySolverConstraintTypes.h */, - FFFDf380b4287fd2f380b428 /* DySolverConstraintsShared.h */, - FFFDf380b4907fd2f380b490 /* DySolverContact.h */, - FFFDf380b4f87fd2f380b4f8 /* DySolverContact4.h */, - FFFDf380b5607fd2f380b560 /* DySolverContactPF.h */, - FFFDf380b5c87fd2f380b5c8 /* DySolverContactPF4.h */, - FFFDf380b6307fd2f380b630 /* DySolverContext.h */, - FFFDf380b6987fd2f380b698 /* DySolverControl.h */, - FFFDf380b7007fd2f380b700 /* DySolverControlPF.h */, - FFFDf380b7687fd2f380b768 /* DySolverCore.h */, - FFFDf380b7d07fd2f380b7d0 /* DySolverExt.h */, - FFFDf380b8387fd2f380b838 /* DySpatial.h */, - FFFDf380b8a07fd2f380b8a0 /* DyThreadContext.h */, + FFFD630400007f8563040000 /* DyArticulationContactPrep.h */, + FFFD630400687f8563040068 /* DyArticulationFnsDebug.h */, + FFFD630400d07f85630400d0 /* DyArticulationFnsScalar.h */, + FFFD630401387f8563040138 /* DyArticulationFnsSimd.h */, + FFFD630401a07f85630401a0 /* DyArticulationHelper.h */, + FFFD630402087f8563040208 /* DyArticulationPImpl.h */, + FFFD630402707f8563040270 /* DyArticulationReference.h */, + FFFD630402d87f85630402d8 /* DyArticulationScalar.h */, + FFFD630403407f8563040340 /* DyArticulationUtils.h */, + FFFD630403a87f85630403a8 /* DyBodyCoreIntegrator.h */, + FFFD630404107f8563040410 /* DyConstraintPartition.h */, + FFFD630404787f8563040478 /* DyConstraintPrep.h */, + FFFD630404e07f85630404e0 /* DyContactPrep.h */, + FFFD630405487f8563040548 /* DyContactPrepShared.h */, + FFFD630405b07f85630405b0 /* DyContactReduction.h */, + FFFD630406187f8563040618 /* DyCorrelationBuffer.h */, + FFFD630406807f8563040680 /* DyDynamics.h */, + FFFD630406e87f85630406e8 /* DyFrictionPatch.h */, + FFFD630407507f8563040750 /* DyFrictionPatchStreamPair.h */, + FFFD630407b87f85630407b8 /* DySolverBody.h */, + FFFD630408207f8563040820 /* DySolverConstraint1D.h */, + FFFD630408887f8563040888 /* DySolverConstraint1D4.h */, + FFFD630408f07f85630408f0 /* DySolverConstraintDesc.h */, + FFFD630409587f8563040958 /* DySolverConstraintExtShared.h */, + FFFD630409c07f85630409c0 /* DySolverConstraintTypes.h */, + FFFD63040a287f8563040a28 /* DySolverConstraintsShared.h */, + FFFD63040a907f8563040a90 /* DySolverContact.h */, + FFFD63040af87f8563040af8 /* DySolverContact4.h */, + FFFD63040b607f8563040b60 /* DySolverContactPF.h */, + FFFD63040bc87f8563040bc8 /* DySolverContactPF4.h */, + FFFD63040c307f8563040c30 /* DySolverContext.h */, + FFFD63040c987f8563040c98 /* DySolverControl.h */, + FFFD63040d007f8563040d00 /* DySolverControlPF.h */, + FFFD63040d687f8563040d68 /* DySolverCore.h */, + FFFD63040dd07f8563040dd0 /* DySolverExt.h */, + FFFD63040e387f8563040e38 /* DySpatial.h */, + FFFD63040ea07f8563040ea0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf188ae307fd2f188ae30 /* LowLevelCloth */ = { + FFFB647094107f8564709410 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFBf188d8e07fd2f188d8e0 /* include */, - FFFBf188d9087fd2f188d908 /* src */, + FFFB6470bb607f856470bb60 /* include */, + FFFB6470bb887f856470bb88 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFBf188d8e07fd2f188d8e0 /* include */ = { + FFFB6470bb607f856470bb60 /* include */ = { isa = PBXGroup; children = ( - FFFDf1b114007fd2f1b11400 /* Cloth.h */, - FFFDf1b114687fd2f1b11468 /* Fabric.h */, - FFFDf1b114d07fd2f1b114d0 /* Factory.h */, - FFFDf1b115387fd2f1b11538 /* PhaseConfig.h */, - FFFDf1b115a07fd2f1b115a0 /* Range.h */, - FFFDf1b116087fd2f1b11608 /* Solver.h */, - FFFDf1b116707fd2f1b11670 /* Types.h */, + FFFD6470ce107f856470ce10 /* Cloth.h */, + FFFD6470ce787f856470ce78 /* Fabric.h */, + FFFD6470cee07f856470cee0 /* Factory.h */, + FFFD6470cf487f856470cf48 /* PhaseConfig.h */, + FFFD6470cfb07f856470cfb0 /* Range.h */, + FFFD6470d0187f856470d018 /* Solver.h */, + FFFD6470d0807f856470d080 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf188d9087fd2f188d908 /* src */ = { + FFFB6470bb887f856470bb88 /* src */ = { isa = PBXGroup; children = ( - FFFDf11b2e007fd2f11b2e00 /* Allocator.h */, - FFFDf11b2e687fd2f11b2e68 /* Array.h */, - FFFDf11b2ed07fd2f11b2ed0 /* BoundingBox.h */, - FFFDf11b2f387fd2f11b2f38 /* ClothBase.h */, - FFFDf11b2fa07fd2f11b2fa0 /* ClothImpl.h */, - FFFDf11b30087fd2f11b3008 /* IndexPair.h */, - FFFDf11b30707fd2f11b3070 /* IterationState.h */, - FFFDf11b30d87fd2f11b30d8 /* MovingAverage.h */, - FFFDf11b31407fd2f11b3140 /* PointInterpolator.h */, - FFFDf11b31a87fd2f11b31a8 /* Simd.h */, - FFFDf11b32107fd2f11b3210 /* Simd4f.h */, - FFFDf11b32787fd2f11b3278 /* Simd4i.h */, - FFFDf11b32e07fd2f11b32e0 /* SimdTypes.h */, - FFFDf11b33487fd2f11b3348 /* StackAllocator.h */, - FFFDf11b33b07fd2f11b33b0 /* SwCloth.h */, - FFFDf11b34187fd2f11b3418 /* SwClothData.h */, - FFFDf11b34807fd2f11b3480 /* SwCollision.h */, - FFFDf11b34e87fd2f11b34e8 /* SwCollisionHelpers.h */, - FFFDf11b35507fd2f11b3550 /* SwFabric.h */, - FFFDf11b35b87fd2f11b35b8 /* SwFactory.h */, - FFFDf11b36207fd2f11b3620 /* SwInterCollision.h */, - FFFDf11b36887fd2f11b3688 /* SwSelfCollision.h */, - FFFDf11b36f07fd2f11b36f0 /* SwSolver.h */, - FFFDf11b37587fd2f11b3758 /* SwSolverKernel.h */, - FFFDf11b37c07fd2f11b37c0 /* TripletScheduler.h */, - FFFDf11b38287fd2f11b3828 /* Vec4T.h */, - FFFDf11b38907fd2f11b3890 /* Allocator.cpp */, - FFFDf11b38f87fd2f11b38f8 /* Factory.cpp */, - FFFDf11b39607fd2f11b3960 /* PhaseConfig.cpp */, - FFFDf11b39c87fd2f11b39c8 /* SwCloth.cpp */, - FFFDf11b3a307fd2f11b3a30 /* SwClothData.cpp */, - FFFDf11b3a987fd2f11b3a98 /* SwCollision.cpp */, - FFFDf11b3b007fd2f11b3b00 /* SwFabric.cpp */, - FFFDf11b3b687fd2f11b3b68 /* SwFactory.cpp */, - FFFDf11b3bd07fd2f11b3bd0 /* SwInterCollision.cpp */, - FFFDf11b3c387fd2f11b3c38 /* SwSelfCollision.cpp */, - FFFDf11b3ca07fd2f11b3ca0 /* SwSolver.cpp */, - FFFDf11b3d087fd2f11b3d08 /* SwSolverKernel.cpp */, - FFFDf11b3d707fd2f11b3d70 /* TripletScheduler.cpp */, + FFFD65009c007f8565009c00 /* Allocator.h */, + FFFD65009c687f8565009c68 /* Array.h */, + FFFD65009cd07f8565009cd0 /* BoundingBox.h */, + FFFD65009d387f8565009d38 /* ClothBase.h */, + FFFD65009da07f8565009da0 /* ClothImpl.h */, + FFFD65009e087f8565009e08 /* IndexPair.h */, + FFFD65009e707f8565009e70 /* IterationState.h */, + FFFD65009ed87f8565009ed8 /* MovingAverage.h */, + FFFD65009f407f8565009f40 /* PointInterpolator.h */, + FFFD65009fa87f8565009fa8 /* Simd.h */, + FFFD6500a0107f856500a010 /* Simd4f.h */, + FFFD6500a0787f856500a078 /* Simd4i.h */, + FFFD6500a0e07f856500a0e0 /* SimdTypes.h */, + FFFD6500a1487f856500a148 /* StackAllocator.h */, + FFFD6500a1b07f856500a1b0 /* SwCloth.h */, + FFFD6500a2187f856500a218 /* SwClothData.h */, + FFFD6500a2807f856500a280 /* SwCollision.h */, + FFFD6500a2e87f856500a2e8 /* SwCollisionHelpers.h */, + FFFD6500a3507f856500a350 /* SwFabric.h */, + FFFD6500a3b87f856500a3b8 /* SwFactory.h */, + FFFD6500a4207f856500a420 /* SwInterCollision.h */, + FFFD6500a4887f856500a488 /* SwSelfCollision.h */, + FFFD6500a4f07f856500a4f0 /* SwSolver.h */, + FFFD6500a5587f856500a558 /* SwSolverKernel.h */, + FFFD6500a5c07f856500a5c0 /* TripletScheduler.h */, + FFFD6500a6287f856500a628 /* Vec4T.h */, + FFFD6500a6907f856500a690 /* Allocator.cpp */, + FFFD6500a6f87f856500a6f8 /* Factory.cpp */, + FFFD6500a7607f856500a760 /* PhaseConfig.cpp */, + FFFD6500a7c87f856500a7c8 /* SwCloth.cpp */, + FFFD6500a8307f856500a830 /* SwClothData.cpp */, + FFFD6500a8987f856500a898 /* SwCollision.cpp */, + FFFD6500a9007f856500a900 /* SwFabric.cpp */, + FFFD6500a9687f856500a968 /* SwFactory.cpp */, + FFFD6500a9d07f856500a9d0 /* SwInterCollision.cpp */, + FFFD6500aa387f856500aa38 /* SwSelfCollision.cpp */, + FFFD6500aaa07f856500aaa0 /* SwSolver.cpp */, + FFFD6500ab087f856500ab08 /* SwSolverKernel.cpp */, + FFFD6500ab707f856500ab70 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf28619307fd2f2861930 /* LowLevelParticles */ = { + FFFB64455fc07f8564455fc0 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFBf285ea807fd2f285ea80 /* include */, - FFFBf285eaa87fd2f285eaa8 /* src */, + FFFB64447bc07f8564447bc0 /* include */, + FFFB64447be87f8564447be8 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFBf285ea807fd2f285ea80 /* include */ = { + FFFB64447bc07f8564447bc0 /* include */ = { isa = PBXGroup; children = ( - FFFDf30256007fd2f3025600 /* PtBodyTransformVault.h */, - FFFDf30256687fd2f3025668 /* PtContext.h */, - FFFDf30256d07fd2f30256d0 /* PtGridCellVector.h */, - FFFDf30257387fd2f3025738 /* PtParticle.h */, - FFFDf30257a07fd2f30257a0 /* PtParticleContactManagerStream.h */, - FFFDf30258087fd2f3025808 /* PtParticleData.h */, - FFFDf30258707fd2f3025870 /* PtParticleShape.h */, - FFFDf30258d87fd2f30258d8 /* PtParticleSystemCore.h */, - FFFDf30259407fd2f3025940 /* PtParticleSystemFlags.h */, - FFFDf30259a87fd2f30259a8 /* PtParticleSystemSim.h */, + FFFD6481bc007f856481bc00 /* PtBodyTransformVault.h */, + FFFD6481bc687f856481bc68 /* PtContext.h */, + FFFD6481bcd07f856481bcd0 /* PtGridCellVector.h */, + FFFD6481bd387f856481bd38 /* PtParticle.h */, + FFFD6481bda07f856481bda0 /* PtParticleContactManagerStream.h */, + FFFD6481be087f856481be08 /* PtParticleData.h */, + FFFD6481be707f856481be70 /* PtParticleShape.h */, + FFFD6481bed87f856481bed8 /* PtParticleSystemCore.h */, + FFFD6481bf407f856481bf40 /* PtParticleSystemFlags.h */, + FFFD6481bfa87f856481bfa8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf285eaa87fd2f285eaa8 /* src */ = { + FFFB64447be87f8564447be8 /* src */ = { isa = PBXGroup; children = ( - FFFDf302b4007fd2f302b400 /* PtBatcher.h */, - FFFDf302b4687fd2f302b468 /* PtCollision.h */, - FFFDf302b4d07fd2f302b4d0 /* PtCollisionData.h */, - FFFDf302b5387fd2f302b538 /* PtCollisionHelper.h */, - FFFDf302b5a07fd2f302b5a0 /* PtCollisionMethods.h */, - FFFDf302b6087fd2f302b608 /* PtCollisionParameters.h */, - FFFDf302b6707fd2f302b670 /* PtConfig.h */, - FFFDf302b6d87fd2f302b6d8 /* PtConstants.h */, - FFFDf302b7407fd2f302b740 /* PtContextCpu.h */, - FFFDf302b7a87fd2f302b7a8 /* PtDynamicHelper.h */, - FFFDf302b8107fd2f302b810 /* PtDynamics.h */, - FFFDf302b8787fd2f302b878 /* PtDynamicsKernels.h */, - FFFDf302b8e07fd2f302b8e0 /* PtDynamicsParameters.h */, - FFFDf302b9487fd2f302b948 /* PtDynamicsTempBuffers.h */, - FFFDf302b9b07fd2f302b9b0 /* PtHeightFieldAabbTest.h */, - FFFDf302ba187fd2f302ba18 /* PtPacketSections.h */, - FFFDf302ba807fd2f302ba80 /* PtParticleCell.h */, - FFFDf302bae87fd2f302bae8 /* PtParticleOpcodeCache.h */, - FFFDf302bb507fd2f302bb50 /* PtParticleShapeCpu.h */, - FFFDf302bbb87fd2f302bbb8 /* PtParticleSystemSimCpu.h */, - FFFDf302bc207fd2f302bc20 /* PtSpatialHash.h */, - FFFDf302bc887fd2f302bc88 /* PtSpatialHashHelper.h */, - FFFDf302bcf07fd2f302bcf0 /* PtTwoWayData.h */, - FFFDf302bd587fd2f302bd58 /* PtBatcher.cpp */, - FFFDf302bdc07fd2f302bdc0 /* PtBodyTransformVault.cpp */, - FFFDf302be287fd2f302be28 /* PtCollision.cpp */, - FFFDf302be907fd2f302be90 /* PtCollisionBox.cpp */, - FFFDf302bef87fd2f302bef8 /* PtCollisionCapsule.cpp */, - FFFDf302bf607fd2f302bf60 /* PtCollisionConvex.cpp */, - FFFDf302bfc87fd2f302bfc8 /* PtCollisionMesh.cpp */, - FFFDf302c0307fd2f302c030 /* PtCollisionPlane.cpp */, - FFFDf302c0987fd2f302c098 /* PtCollisionSphere.cpp */, - FFFDf302c1007fd2f302c100 /* PtContextCpu.cpp */, - FFFDf302c1687fd2f302c168 /* PtDynamics.cpp */, - FFFDf302c1d07fd2f302c1d0 /* PtParticleData.cpp */, - FFFDf302c2387fd2f302c238 /* PtParticleShapeCpu.cpp */, - FFFDf302c2a07fd2f302c2a0 /* PtParticleSystemSimCpu.cpp */, - FFFDf302c3087fd2f302c308 /* PtSpatialHash.cpp */, - FFFDf302c3707fd2f302c370 /* PtSpatialLocalHash.cpp */, + FFFD648222007f8564822200 /* PtBatcher.h */, + FFFD648222687f8564822268 /* PtCollision.h */, + FFFD648222d07f85648222d0 /* PtCollisionData.h */, + FFFD648223387f8564822338 /* PtCollisionHelper.h */, + FFFD648223a07f85648223a0 /* PtCollisionMethods.h */, + FFFD648224087f8564822408 /* PtCollisionParameters.h */, + FFFD648224707f8564822470 /* PtConfig.h */, + FFFD648224d87f85648224d8 /* PtConstants.h */, + FFFD648225407f8564822540 /* PtContextCpu.h */, + FFFD648225a87f85648225a8 /* PtDynamicHelper.h */, + FFFD648226107f8564822610 /* PtDynamics.h */, + FFFD648226787f8564822678 /* PtDynamicsKernels.h */, + FFFD648226e07f85648226e0 /* PtDynamicsParameters.h */, + FFFD648227487f8564822748 /* PtDynamicsTempBuffers.h */, + FFFD648227b07f85648227b0 /* PtHeightFieldAabbTest.h */, + FFFD648228187f8564822818 /* PtPacketSections.h */, + FFFD648228807f8564822880 /* PtParticleCell.h */, + FFFD648228e87f85648228e8 /* PtParticleOpcodeCache.h */, + FFFD648229507f8564822950 /* PtParticleShapeCpu.h */, + FFFD648229b87f85648229b8 /* PtParticleSystemSimCpu.h */, + FFFD64822a207f8564822a20 /* PtSpatialHash.h */, + FFFD64822a887f8564822a88 /* PtSpatialHashHelper.h */, + FFFD64822af07f8564822af0 /* PtTwoWayData.h */, + FFFD64822b587f8564822b58 /* PtBatcher.cpp */, + FFFD64822bc07f8564822bc0 /* PtBodyTransformVault.cpp */, + FFFD64822c287f8564822c28 /* PtCollision.cpp */, + FFFD64822c907f8564822c90 /* PtCollisionBox.cpp */, + FFFD64822cf87f8564822cf8 /* PtCollisionCapsule.cpp */, + FFFD64822d607f8564822d60 /* PtCollisionConvex.cpp */, + FFFD64822dc87f8564822dc8 /* PtCollisionMesh.cpp */, + FFFD64822e307f8564822e30 /* PtCollisionPlane.cpp */, + FFFD64822e987f8564822e98 /* PtCollisionSphere.cpp */, + FFFD64822f007f8564822f00 /* PtContextCpu.cpp */, + FFFD64822f687f8564822f68 /* PtDynamics.cpp */, + FFFD64822fd07f8564822fd0 /* PtParticleData.cpp */, + FFFD648230387f8564823038 /* PtParticleShapeCpu.cpp */, + FFFD648230a07f85648230a0 /* PtParticleSystemSimCpu.cpp */, + FFFD648231087f8564823108 /* PtSpatialHash.cpp */, + FFFD648231707f8564823170 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf28f6e807fd2f28f6e80 /* PxTask */ = { + FFFB65a0da807f8565a0da80 /* PxTask */ = { isa = PBXGroup; children = ( - FFFBf28f5b007fd2f28f5b00 /* include */, - FFFBf28f5b287fd2f28f5b28 /* src */, + FFFB65a0b5207f8565a0b520 /* include */, + FFFB65a0b5487f8565a0b548 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFBf28f5b007fd2f28f5b00 /* include */ = { + FFFB65a0b5207f8565a0b520 /* include */ = { isa = PBXGroup; children = ( - FFFDf2bf77e07fd2f2bf77e0 /* PxCpuDispatcher.h */, - FFFDf2bf78487fd2f2bf7848 /* PxGpuDispatcher.h */, - FFFDf2bf78b07fd2f2bf78b0 /* PxGpuTask.h */, - FFFDf2bf79187fd2f2bf7918 /* PxTask.h */, - FFFDf2bf79807fd2f2bf7980 /* PxTaskDefine.h */, - FFFDf2bf79e87fd2f2bf79e8 /* PxTaskManager.h */, + FFFD65a0b6407f8565a0b640 /* PxCpuDispatcher.h */, + FFFD65a0b6a87f8565a0b6a8 /* PxGpuDispatcher.h */, + FFFD65a0b7107f8565a0b710 /* PxGpuTask.h */, + FFFD65a0b7787f8565a0b778 /* PxTask.h */, + FFFD65a0b7e07f8565a0b7e0 /* PxTaskDefine.h */, + FFFD65a0b8487f8565a0b848 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf28f5b287fd2f28f5b28 /* src */ = { + FFFB65a0b5487f8565a0b548 /* src */ = { isa = PBXGroup; children = ( - FFFDf2bf6de07fd2f2bf6de0 /* src/TaskManager.cpp */, + FFFD65a0b9407f8565a0b940 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d23c207fd2f2d23c20 /* PsFastXml */ = { + FFFB658377107f8565837710 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFBf2d241d07fd2f2d241d0 /* include */, - FFFBf2d241f87fd2f2d241f8 /* src */, + FFFB658ad3907f85658ad390 /* include */, + FFFB658ad3b87f85658ad3b8 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFBf2d241d07fd2f2d241d0 /* include */ = { + FFFB658ad3907f85658ad390 /* include */ = { isa = PBXGroup; children = ( - FFFDf2d243607fd2f2d24360 /* PsFastXml.h */, + FFFD658b13307f85658b1330 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2d241f87fd2f2d241f8 /* src */ = { + FFFB658ad3b87f85658ad3b8 /* src */ = { isa = PBXGroup; children = ( - FFFDf2d244607fd2f2d24460 /* PsFastXml.cpp */, + FFFD658af8807f85658af880 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -5011,61 +5011,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAf2d231d07fd2f2d231d0 /* PhysX */ = { + FFFA658037a07f85658037a0 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d231d07fd2f2d231d0 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF6658037a07f85658037a0 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2f2d231d07fd2f2d231d0, - FFF8f2d231d07fd2f2d231d0, - FFFCf2d231d07fd2f2d231d0, + FFF2658037a07f85658037a0, + FFF8658037a07f85658037a0, + FFFC658037a07f85658037a0, ); buildRules = ( ); dependencies = ( - FFF4f2d4ca507fd2f2d4ca50, /* LowLevel */ - FFF4f2d50a707fd2f2d50a70, /* LowLevelAABB */ - FFF4f2d50b307fd2f2d50b30, /* LowLevelCloth */ - FFF4f2d50ad07fd2f2d50ad0, /* LowLevelDynamics */ - FFF4f2d4cd407fd2f2d4cd40, /* LowLevelParticles */ - FFF4f2d4dbf07fd2f2d4dbf0, /* PhysXCommon */ - FFF4f2d234f07fd2f2d234f0, /* PxFoundation */ - FFF4f2d22ac07fd2f2d22ac0, /* PxPvdSDK */ - FFF4f2d4ce307fd2f2d4ce30, /* PxTask */ - FFF4f2d4cda07fd2f2d4cda0, /* SceneQuery */ - FFF4f2d4ce007fd2f2d4ce00, /* SimulationController */ + FFF46581de807f856581de80, /* LowLevel */ + FFF46581a1f07f856581a1f0, /* LowLevelAABB */ + FFF465812a407f8565812a40, /* LowLevelCloth */ + FFF4658147d07f85658147d0, /* LowLevelDynamics */ + FFF46580edb07f856580edb0, /* LowLevelParticles */ + FFF4658159107f8565815910, /* PhysXCommon */ + FFF4658ce9707f85658ce970, /* PxFoundation */ + FFF4658d2b507f85658d2b50, /* PxPvdSDK */ + FFF4658076307f8565807630, /* PxTask */ + FFF46580d0207f856580d020, /* SceneQuery */ + FFF4658076007f8565807600, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFDf2d231d07fd2f2d231d0 /* PhysX */; + productReference = FFFD658037a07f85658037a0 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d50f307fd2f2d50f30 /* PhysXCharacterKinematic */ = { + FFFA659099007f8565909900 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d50f307fd2f2d50f30 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF6659099007f8565909900 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2f2d50f307fd2f2d50f30, - FFF8f2d50f307fd2f2d50f30, - FFFCf2d50f307fd2f2d50f30, + FFF2659099007f8565909900, + FFF8659099007f8565909900, + FFFC659099007f8565909900, ); buildRules = ( ); dependencies = ( - FFF4f2d522007fd2f2d52200, /* PhysXCommon */ - FFF4f2d53c007fd2f2d53c00, /* PhysXExtensions */ - FFF4f2d52da07fd2f2d52da0, /* PxFoundation */ + FFF465811c807f8565811c80, /* PhysXCommon */ + FFF4658ad3707f85658ad370, /* PhysXExtensions */ + FFF4658077507f8565807750, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFDf2d50f307fd2f2d50f30 /* PhysXCharacterKinematic */; + productReference = FFFD659099007f8565909900 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d4e3107fd2f2d4e310 /* PhysXVehicle */ = { + FFFA65909af07f8565909af0 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d4e3107fd2f2d4e310 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF665909af07f8565909af0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2f2d4e3107fd2f2d4e310, - FFF8f2d4e3107fd2f2d4e310, - FFFCf2d4e3107fd2f2d4e310, + FFF265909af07f8565909af0, + FFF865909af07f8565909af0, + FFFC65909af07f8565909af0, ); buildRules = ( ); @@ -5073,34 +5073,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFDf2d4e3107fd2f2d4e310 /* PhysXVehicle */; + productReference = FFFD65909af07f8565909af0 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d5f8507fd2f2d5f850 /* PhysXExtensions */ = { + FFFA6590e1d07f856590e1d0 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d5f8507fd2f2d5f850 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF66590e1d07f856590e1d0 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2f2d5f8507fd2f2d5f850, - FFF8f2d5f8507fd2f2d5f850, - FFFCf2d5f8507fd2f2d5f850, + FFF26590e1d07f856590e1d0, + FFF86590e1d07f856590e1d0, + FFFC6590e1d07f856590e1d0, ); buildRules = ( ); dependencies = ( - FFF4f2d5ef207fd2f2d5ef20, /* PsFastXml */ + FFF46590b0b07f856590b0b0, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFDf2d5f8507fd2f2d5f850 /* PhysXExtensions */; + productReference = FFFD6590e1d07f856590e1d0 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d709607fd2f2d70960 /* SceneQuery */ = { + FFFA659313f07f85659313f0 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d709607fd2f2d70960 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF6659313f07f85659313f0 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2f2d709607fd2f2d70960, - FFF8f2d709607fd2f2d70960, - FFFCf2d709607fd2f2d70960, + FFF2659313f07f85659313f0, + FFF8659313f07f85659313f0, + FFFC659313f07f85659313f0, ); buildRules = ( ); @@ -5108,16 +5108,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFDf2d709607fd2f2d70960 /* SceneQuery */; + productReference = FFFD659313f07f85659313f0 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d74db07fd2f2d74db0 /* SimulationController */ = { + FFFA659359707f8565935970 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d74db07fd2f2d74db0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF6659359707f8565935970 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2f2d74db07fd2f2d74db0, - FFF8f2d74db07fd2f2d74db0, - FFFCf2d74db07fd2f2d74db0, + FFF2659359707f8565935970, + FFF8659359707f8565935970, + FFFC659359707f8565935970, ); buildRules = ( ); @@ -5125,54 +5125,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFDf2d74db07fd2f2d74db0 /* SimulationController */; + productReference = FFFD659359707f8565935970 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFAf1f241a07fd2f1f241a0 /* PhysXCooking */ = { + FFFA6593ab007f856593ab00 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f1f241a07fd2f1f241a0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF66593ab007f856593ab00 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2f1f241a07fd2f1f241a0, - FFF8f1f241a07fd2f1f241a0, - FFFCf1f241a07fd2f1f241a0, + FFF26593ab007f856593ab00, + FFF86593ab007f856593ab00, + FFFC6593ab007f856593ab00, ); buildRules = ( ); dependencies = ( - FFF4f1f259107fd2f1f25910, /* PhysXCommon */ - FFF4f1f2aeb07fd2f1f2aeb0, /* PhysXExtensions */ - FFF4f1f240707fd2f1f24070, /* PxFoundation */ + FFF4659458107f8565945810, /* PhysXCommon */ + FFF4659406b07f85659406b0, /* PhysXExtensions */ + FFF465940b907f8565940b90, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFDf1f241a07fd2f1f241a0 /* PhysXCooking */; + productReference = FFFD6593ab007f856593ab00 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFAf18a0c307fd2f18a0c30 /* PhysXCommon */ = { + FFFA641046c07f85641046c0 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f18a0c307fd2f18a0c30 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF6641046c07f85641046c0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2f18a0c307fd2f18a0c30, - FFF8f18a0c307fd2f18a0c30, - FFFCf18a0c307fd2f18a0c30, + FFF2641046c07f85641046c0, + FFF8641046c07f85641046c0, + FFFC641046c07f85641046c0, ); buildRules = ( ); dependencies = ( - FFF4f1b07af07fd2f1b07af0, /* PxFoundation */ + FFF46410ff507f856410ff50, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFDf18a0c307fd2f18a0c30 /* PhysXCommon */; + productReference = FFFD641046c07f85641046c0 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFAf188de607fd2f188de60 /* PxFoundation */ = { + FFFA641711507f8564171150 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f188de607fd2f188de60 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF6641711507f8564171150 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2f188de607fd2f188de60, - FFF8f188de607fd2f188de60, - FFFCf188de607fd2f188de60, + FFF2641711507f8564171150, + FFF8641711507f8564171150, + FFFC641711507f8564171150, ); buildRules = ( ); @@ -5180,34 +5180,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFDf188de607fd2f188de60 /* PxFoundation */; + productReference = FFFD641711507f8564171150 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFAf2809f007fd2f2809f00 /* PxPvdSDK */ = { + FFFA62c77dd07f8562c77dd0 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2809f007fd2f2809f00 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF662c77dd07f8562c77dd0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2f2809f007fd2f2809f00, - FFF8f2809f007fd2f2809f00, - FFFCf2809f007fd2f2809f00, + FFF262c77dd07f8562c77dd0, + FFF862c77dd07f8562c77dd0, + FFFC62c77dd07f8562c77dd0, ); buildRules = ( ); dependencies = ( - FFF4f28080f07fd2f28080f0, /* PxFoundation */ + FFF462c74ad07f8562c74ad0, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFDf2809f007fd2f2809f00 /* PxPvdSDK */; + productReference = FFFD62c77dd07f8562c77dd0 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFAf28272b07fd2f28272b0 /* LowLevel */ = { + FFFA62e791907f8562e79190 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f28272b07fd2f28272b0 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF662e791907f8562e79190 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2f28272b07fd2f28272b0, - FFF8f28272b07fd2f28272b0, - FFFCf28272b07fd2f28272b0, + FFF262e791907f8562e79190, + FFF862e791907f8562e79190, + FFFC62e791907f8562e79190, ); buildRules = ( ); @@ -5215,16 +5215,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFDf28272b07fd2f28272b0 /* LowLevel */; + productReference = FFFD62e791907f8562e79190 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFAf2854ea07fd2f2854ea0 /* LowLevelAABB */ = { + FFFA64431e607f8564431e60 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2854ea07fd2f2854ea0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF664431e607f8564431e60 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2f2854ea07fd2f2854ea0, - FFF8f2854ea07fd2f2854ea0, - FFFCf2854ea07fd2f2854ea0, + FFF264431e607f8564431e60, + FFF864431e607f8564431e60, + FFFC64431e607f8564431e60, ); buildRules = ( ); @@ -5232,16 +5232,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFDf2854ea07fd2f2854ea0 /* LowLevelAABB */; + productReference = FFFD64431e607f8564431e60 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFAf29090e07fd2f29090e0 /* LowLevelDynamics */ = { + FFFA62ea73f07f8562ea73f0 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f29090e07fd2f29090e0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF662ea73f07f8562ea73f0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2f29090e07fd2f29090e0, - FFF8f29090e07fd2f29090e0, - FFFCf29090e07fd2f29090e0, + FFF262ea73f07f8562ea73f0, + FFF862ea73f07f8562ea73f0, + FFFC62ea73f07f8562ea73f0, ); buildRules = ( ); @@ -5249,16 +5249,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFDf29090e07fd2f29090e0 /* LowLevelDynamics */; + productReference = FFFD62ea73f07f8562ea73f0 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFAf188ae307fd2f188ae30 /* LowLevelCloth */ = { + FFFA647094107f8564709410 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f188ae307fd2f188ae30 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF6647094107f8564709410 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2f188ae307fd2f188ae30, - FFF8f188ae307fd2f188ae30, - FFFCf188ae307fd2f188ae30, + FFF2647094107f8564709410, + FFF8647094107f8564709410, + FFFC647094107f8564709410, ); buildRules = ( ); @@ -5266,16 +5266,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFDf188ae307fd2f188ae30 /* LowLevelCloth */; + productReference = FFFD647094107f8564709410 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFAf28619307fd2f2861930 /* LowLevelParticles */ = { + FFFA64455fc07f8564455fc0 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f28619307fd2f2861930 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF664455fc07f8564455fc0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2f28619307fd2f2861930, - FFF8f28619307fd2f2861930, - FFFCf28619307fd2f2861930, + FFF264455fc07f8564455fc0, + FFF864455fc07f8564455fc0, + FFFC64455fc07f8564455fc0, ); buildRules = ( ); @@ -5283,16 +5283,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFDf28619307fd2f2861930 /* LowLevelParticles */; + productReference = FFFD64455fc07f8564455fc0 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFAf28f6e807fd2f28f6e80 /* PxTask */ = { + FFFA65a0da807f8565a0da80 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f28f6e807fd2f28f6e80 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF665a0da807f8565a0da80 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2f28f6e807fd2f28f6e80, - FFF8f28f6e807fd2f28f6e80, - FFFCf28f6e807fd2f28f6e80, + FFF265a0da807f8565a0da80, + FFF865a0da807f8565a0da80, + FFFC65a0da807f8565a0da80, ); buildRules = ( ); @@ -5300,16 +5300,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFDf28f6e807fd2f28f6e80 /* PxTask */; + productReference = FFFD65a0da807f8565a0da80 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d23c207fd2f2d23c20 /* PsFastXml */ = { + FFFA658377107f8565837710 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d23c207fd2f2d23c20 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF6658377107f8565837710 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2f2d23c207fd2f2d23c20, - FFF8f2d23c207fd2f2d23c20, - FFFCf2d23c207fd2f2d23c20, + FFF2658377107f8565837710, + FFF8658377107f8565837710, + FFFC658377107f8565837710, ); buildRules = ( ); @@ -5317,216 +5317,216 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFDf2d23c207fd2f2d23c20 /* PsFastXml */; + productReference = FFFD658377107f8565837710 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6f2d231d07fd2f2d231d0 = { + FFF6658037a07f85658037a0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f20384007fd2f2038400, - FFF7f2038af07fd2f2038af0, - FFF7f20391e07fd2f20391e0, - FFF7f20398d07fd2f20398d0, + FFF7648628007f8564862800, + FFF764862ef07f8564862ef0, + FFF7648635e07f85648635e0, + FFF764863cd07f8564863cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f2d50f307fd2f2d50f30 = { + FFF6659099007f8565909900 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f203a0007fd2f203a000, - FFF7f203a6f07fd2f203a6f0, - FFF7f203ade07fd2f203ade0, - FFF7f203b4d07fd2f203b4d0, + FFF7648644007f8564864400, + FFF764864af07f8564864af0, + FFF7648651e07f85648651e0, + FFF7648658d07f85648658d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d4e3107fd2f2d4e310 = { + FFF665909af07f8565909af0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f203bc007fd2f203bc00, - FFF7f203c2f07fd2f203c2f0, - FFF7f203c9e07fd2f203c9e0, - FFF7f203d0d07fd2f203d0d0, + FFF7648660007f8564866000, + FFF7648666f07f85648666f0, + FFF764866de07f8564866de0, + FFF7648674d07f85648674d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d5f8507fd2f2d5f850 = { + FFF66590e1d07f856590e1d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f203d8007fd2f203d800, - FFF7f203def07fd2f203def0, - FFF7f203e5e07fd2f203e5e0, - FFF7f203ecd07fd2f203ecd0, + FFF764867c007f8564867c00, + FFF7648682f07f85648682f0, + FFF7648689e07f85648689e0, + FFF7648690d07f85648690d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d709607fd2f2d70960 = { + FFF6659313f07f85659313f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f2040c007fd2f2040c00, - FFF7f20412f07fd2f20412f0, - FFF7f20419e07fd2f20419e0, - FFF7f20420d07fd2f20420d0, + FFF7648698007f8564869800, + FFF764869ef07f8564869ef0, + FFF76486a5e07f856486a5e0, + FFF76486acd07f856486acd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d74db07fd2f2d74db0 = { + FFF6659359707f8565935970 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f20428007fd2f2042800, - FFF7f2042ef07fd2f2042ef0, - FFF7f20435e07fd2f20435e0, - FFF7f2043cd07fd2f2043cd0, + FFF76486b4007f856486b400, + FFF76486baf07f856486baf0, + FFF76486c1e07f856486c1e0, + FFF76486c8d07f856486c8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f1f241a07fd2f1f241a0 = { + FFF66593ab007f856593ab00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f20444007fd2f2044400, - FFF7f2044af07fd2f2044af0, - FFF7f20451e07fd2f20451e0, - FFF7f20458d07fd2f20458d0, + FFF76486d0007f856486d000, + FFF76486d6f07f856486d6f0, + FFF76486dde07f856486dde0, + FFF76486e4d07f856486e4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f18a0c307fd2f18a0c30 = { + FFF6641046c07f85641046c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f20110007fd2f2011000, - FFF7f20116f07fd2f20116f0, - FFF7f2011de07fd2f2011de0, - FFF7f20124d07fd2f20124d0, + FFF7648110007f8564811000, + FFF7648116f07f85648116f0, + FFF764811de07f8564811de0, + FFF7648124d07f85648124d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f188de607fd2f188de60 = { + FFF6641711507f8564171150 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f11888007fd2f1188800, - FFF7f1188ef07fd2f1188ef0, - FFF7f11895e07fd2f11895e0, - FFF7f1189cd07fd2f1189cd0, + FFF76396ac007f856396ac00, + FFF76396b2f07f856396b2f0, + FFF76396b9e07f856396b9e0, + FFF76396c0d07f856396c0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2809f007fd2f2809f00 = { + FFF662c77dd07f8562c77dd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f300c2007fd2f300c200, - FFF7f300c8f07fd2f300c8f0, - FFF7f300cfe07fd2f300cfe0, - FFF7f300d6d07fd2f300d6d0, + FFF7630296007f8563029600, + FFF763029cf07f8563029cf0, + FFF76302a3e07f856302a3e0, + FFF76302aad07f856302aad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f28272b07fd2f28272b0 = { + FFF662e791907f8562e79190 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f3019a007fd2f3019a00, - FFF7f301a0f07fd2f301a0f0, - FFF7f301a7e07fd2f301a7e0, - FFF7f301aed07fd2f301aed0, + FFF7630382007f8563038200, + FFF7630388f07f85630388f0, + FFF763038fe07f8563038fe0, + FFF7630396d07f85630396d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2854ea07fd2f2854ea0 = { + FFF664431e607f8564431e60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f3022a007fd2f3022a00, - FFF7f30230f07fd2f30230f0, - FFF7f30237e07fd2f30237e0, - FFF7f3023ed07fd2f3023ed0, + FFF76481a0007f856481a000, + FFF76481a6f07f856481a6f0, + FFF76481ade07f856481ade0, + FFF76481b4d07f856481b4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f29090e07fd2f29090e0 = { + FFF662ea73f07f8562ea73f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f380c4007fd2f380c400, - FFF7f380caf07fd2f380caf0, - FFF7f380d1e07fd2f380d1e0, - FFF7f380d8d07fd2f380d8d0, + FFF763041a007f8563041a00, + FFF7630420f07f85630420f0, + FFF7630427e07f85630427e0, + FFF763042ed07f8563042ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f188ae307fd2f188ae30 = { + FFF6647094107f8564709410 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f11b48007fd2f11b4800, - FFF7f11b4ef07fd2f11b4ef0, - FFF7f11b55e07fd2f11b55e0, - FFF7f11b5cd07fd2f11b5cd0, + FFF76500b6007f856500b600, + FFF76500bcf07f856500bcf0, + FFF76500c3e07f856500c3e0, + FFF76500cad07f856500cad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f28619307fd2f2861930 = { + FFF664455fc07f8564455fc0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f302ce007fd2f302ce00, - FFF7f302d4f07fd2f302d4f0, - FFF7f302dbe07fd2f302dbe0, - FFF7f302e2d07fd2f302e2d0, + FFF764823c007f8564823c00, + FFF7648242f07f85648242f0, + FFF7648249e07f85648249e0, + FFF7648250d07f85648250d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f28f6e807fd2f28f6e80 = { + FFF665a0da807f8565a0da80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f3051c007fd2f3051c00, - FFF7f30522f07fd2f30522f0, - FFF7f30529e07fd2f30529e0, - FFF7f30530d07fd2f30530d0, + FFF7639bc2007f85639bc200, + FFF7639bc8f07f85639bc8f0, + FFF7639bcfe07f85639bcfe0, + FFF7639bd6d07f85639bd6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d23c207fd2f2d23c20 = { + FFF6658377107f8565837710 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f3830c007fd2f3830c00, - FFF7f38312f07fd2f38312f0, - FFF7f38319e07fd2f38319e0, - FFF7f38320d07fd2f38320d0, + FFF76483c8007f856483c800, + FFF76483cef07f856483cef0, + FFF76483d5e07f856483d5e0, + FFF76483dcd07f856483dcd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f0c7c9507fd2f0c7c950 = { + FFF662f02be07f8562f02be0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3f20384007fd2f2038400 /* release */, - FFF3f2038af07fd2f2038af0 /* debug */, - FFF3f20391e07fd2f20391e0 /* checked */, - FFF3f20398d07fd2f20398d0 /* profile */, + FFF3648628007f8564862800 /* release */, + FFF364862ef07f8564862ef0 /* debug */, + FFF3648635e07f85648635e0 /* checked */, + FFF364863cd07f8564863cd0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7f20384007fd2f2038400 /* release */ = { + FFF7648628007f8564862800 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5539,7 +5539,7 @@ "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5554,10 +5554,10 @@ }; name = "release"; }; - FFF7f2038af07fd2f2038af0 /* debug */ = { + FFF764862ef07f8564862ef0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5570,7 +5570,7 @@ "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5585,10 +5585,10 @@ }; name = "debug"; }; - FFF7f20391e07fd2f20391e0 /* checked */ = { + FFF7648635e07f85648635e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5601,7 +5601,7 @@ "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5616,10 +5616,10 @@ }; name = "checked"; }; - FFF7f20398d07fd2f20398d0 /* profile */ = { + FFF764863cd07f8564863cd0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5632,7 +5632,7 @@ "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5647,10 +5647,10 @@ }; name = "profile"; }; - FFF7f203a0007fd2f203a000 /* debug */ = { + FFF7648644007f8564864400 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5663,7 +5663,7 @@ "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5678,10 +5678,10 @@ }; name = "debug"; }; - FFF7f203a6f07fd2f203a6f0 /* checked */ = { + FFF764864af07f8564864af0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5694,7 +5694,7 @@ "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5709,10 +5709,10 @@ }; name = "checked"; }; - FFF7f203ade07fd2f203ade0 /* profile */ = { + FFF7648651e07f85648651e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5725,7 +5725,7 @@ "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5740,10 +5740,10 @@ }; name = "profile"; }; - FFF7f203b4d07fd2f203b4d0 /* release */ = { + FFF7648658d07f85648658d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5756,7 +5756,7 @@ "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5771,10 +5771,10 @@ }; name = "release"; }; - FFF7f203bc007fd2f203bc00 /* debug */ = { + FFF7648660007f8564866000 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5787,7 +5787,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5802,10 +5802,10 @@ }; name = "debug"; }; - FFF7f203c2f07fd2f203c2f0 /* checked */ = { + FFF7648666f07f85648666f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5818,7 +5818,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5833,10 +5833,10 @@ }; name = "checked"; }; - FFF7f203c9e07fd2f203c9e0 /* profile */ = { + FFF764866de07f8564866de0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5849,7 +5849,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5864,10 +5864,10 @@ }; name = "profile"; }; - FFF7f203d0d07fd2f203d0d0 /* release */ = { + FFF7648674d07f85648674d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5880,7 +5880,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5895,10 +5895,10 @@ }; name = "release"; }; - FFF7f203d8007fd2f203d800 /* debug */ = { + FFF764867c007f8564867c00 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5911,7 +5911,7 @@ "-lPsFastXmlDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5926,10 +5926,10 @@ }; name = "debug"; }; - FFF7f203def07fd2f203def0 /* checked */ = { + FFF7648682f07f85648682f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5942,7 +5942,7 @@ "-lPsFastXmlCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5957,10 +5957,10 @@ }; name = "checked"; }; - FFF7f203e5e07fd2f203e5e0 /* profile */ = { + FFF7648689e07f85648689e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -5973,7 +5973,7 @@ "-lPsFastXmlPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5988,10 +5988,10 @@ }; name = "profile"; }; - FFF7f203ecd07fd2f203ecd0 /* release */ = { + FFF7648690d07f85648690d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6004,7 +6004,7 @@ "-lPsFastXml", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -6019,10 +6019,10 @@ }; name = "release"; }; - FFF7f2040c007fd2f2040c00 /* debug */ = { + FFF7648698007f8564869800 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6035,7 +6035,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6050,10 +6050,10 @@ }; name = "debug"; }; - FFF7f20412f07fd2f20412f0 /* checked */ = { + FFF764869ef07f8564869ef0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6066,7 +6066,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6081,10 +6081,10 @@ }; name = "checked"; }; - FFF7f20419e07fd2f20419e0 /* profile */ = { + FFF76486a5e07f856486a5e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6097,7 +6097,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6112,10 +6112,10 @@ }; name = "profile"; }; - FFF7f20420d07fd2f20420d0 /* release */ = { + FFF76486acd07f856486acd0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6128,7 +6128,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6143,10 +6143,10 @@ }; name = "release"; }; - FFF7f20428007fd2f2042800 /* debug */ = { + FFF76486b4007f856486b400 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6159,7 +6159,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6174,10 +6174,10 @@ }; name = "debug"; }; - FFF7f2042ef07fd2f2042ef0 /* checked */ = { + FFF76486baf07f856486baf0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6190,7 +6190,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6205,10 +6205,10 @@ }; name = "checked"; }; - FFF7f20435e07fd2f20435e0 /* profile */ = { + FFF76486c1e07f856486c1e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6221,7 +6221,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6236,10 +6236,10 @@ }; name = "profile"; }; - FFF7f2043cd07fd2f2043cd0 /* release */ = { + FFF76486c8d07f856486c8d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6252,7 +6252,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6267,10 +6267,10 @@ }; name = "release"; }; - FFF7f20444007fd2f2044400 /* release */ = { + FFF76486d0007f856486d000 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6283,7 +6283,7 @@ "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6298,10 +6298,10 @@ }; name = "release"; }; - FFF7f2044af07fd2f2044af0 /* debug */ = { + FFF76486d6f07f856486d6f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6314,7 +6314,7 @@ "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6329,10 +6329,10 @@ }; name = "debug"; }; - FFF7f20451e07fd2f20451e0 /* checked */ = { + FFF76486dde07f856486dde0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6345,7 +6345,7 @@ "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6360,10 +6360,10 @@ }; name = "checked"; }; - FFF7f20458d07fd2f20458d0 /* profile */ = { + FFF76486e4d07f856486e4d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6376,7 +6376,7 @@ "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6391,10 +6391,10 @@ }; name = "profile"; }; - FFF7f20110007fd2f2011000 /* release */ = { + FFF7648110007f8564811000 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6407,7 +6407,7 @@ "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6422,10 +6422,10 @@ }; name = "release"; }; - FFF7f20116f07fd2f20116f0 /* debug */ = { + FFF7648116f07f85648116f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6438,7 +6438,7 @@ "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6453,10 +6453,10 @@ }; name = "debug"; }; - FFF7f2011de07fd2f2011de0 /* checked */ = { + FFF764811de07f8564811de0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6469,7 +6469,7 @@ "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6484,10 +6484,10 @@ }; name = "checked"; }; - FFF7f20124d07fd2f20124d0 /* profile */ = { + FFF7648124d07f85648124d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6500,7 +6500,7 @@ "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6515,10 +6515,10 @@ }; name = "profile"; }; - FFF7f11888007fd2f1188800 /* debug */ = { + FFF76396ac007f856396ac00 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6531,7 +6531,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6546,10 +6546,10 @@ }; name = "debug"; }; - FFF7f1188ef07fd2f1188ef0 /* release */ = { + FFF76396b2f07f856396b2f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6562,7 +6562,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6577,10 +6577,10 @@ }; name = "release"; }; - FFF7f11895e07fd2f11895e0 /* checked */ = { + FFF76396b9e07f856396b9e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6593,7 +6593,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6608,10 +6608,10 @@ }; name = "checked"; }; - FFF7f1189cd07fd2f1189cd0 /* profile */ = { + FFF76396c0d07f856396c0d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6624,7 +6624,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6639,10 +6639,10 @@ }; name = "profile"; }; - FFF7f300c2007fd2f300c200 /* debug */ = { + FFF7630296007f8563029600 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6655,7 +6655,7 @@ "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6670,10 +6670,10 @@ }; name = "debug"; }; - FFF7f300c8f07fd2f300c8f0 /* release */ = { + FFF763029cf07f8563029cf0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6686,7 +6686,7 @@ "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6701,10 +6701,10 @@ }; name = "release"; }; - FFF7f300cfe07fd2f300cfe0 /* checked */ = { + FFF76302a3e07f856302a3e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6717,7 +6717,7 @@ "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6732,10 +6732,10 @@ }; name = "checked"; }; - FFF7f300d6d07fd2f300d6d0 /* profile */ = { + FFF76302aad07f856302aad0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6748,7 +6748,7 @@ "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6763,10 +6763,10 @@ }; name = "profile"; }; - FFF7f3019a007fd2f3019a00 /* debug */ = { + FFF7630382007f8563038200 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6779,7 +6779,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6794,10 +6794,10 @@ }; name = "debug"; }; - FFF7f301a0f07fd2f301a0f0 /* checked */ = { + FFF7630388f07f85630388f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6810,7 +6810,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6825,10 +6825,10 @@ }; name = "checked"; }; - FFF7f301a7e07fd2f301a7e0 /* profile */ = { + FFF763038fe07f8563038fe0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6841,7 +6841,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6856,10 +6856,10 @@ }; name = "profile"; }; - FFF7f301aed07fd2f301aed0 /* release */ = { + FFF7630396d07f85630396d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6872,7 +6872,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6887,10 +6887,10 @@ }; name = "release"; }; - FFF7f3022a007fd2f3022a00 /* debug */ = { + FFF76481a0007f856481a000 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6903,7 +6903,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6918,10 +6918,10 @@ }; name = "debug"; }; - FFF7f30230f07fd2f30230f0 /* checked */ = { + FFF76481a6f07f856481a6f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6934,7 +6934,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6949,10 +6949,10 @@ }; name = "checked"; }; - FFF7f30237e07fd2f30237e0 /* profile */ = { + FFF76481ade07f856481ade0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6965,7 +6965,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6980,10 +6980,10 @@ }; name = "profile"; }; - FFF7f3023ed07fd2f3023ed0 /* release */ = { + FFF76481b4d07f856481b4d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -6996,7 +6996,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -7011,10 +7011,10 @@ }; name = "release"; }; - FFF7f380c4007fd2f380c400 /* debug */ = { + FFF763041a007f8563041a00 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7027,7 +7027,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7042,10 +7042,10 @@ }; name = "debug"; }; - FFF7f380caf07fd2f380caf0 /* checked */ = { + FFF7630420f07f85630420f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7058,7 +7058,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7073,10 +7073,10 @@ }; name = "checked"; }; - FFF7f380d1e07fd2f380d1e0 /* profile */ = { + FFF7630427e07f85630427e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7089,7 +7089,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7104,10 +7104,10 @@ }; name = "profile"; }; - FFF7f380d8d07fd2f380d8d0 /* release */ = { + FFF763042ed07f8563042ed0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7120,7 +7120,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7135,10 +7135,10 @@ }; name = "release"; }; - FFF7f11b48007fd2f11b4800 /* debug */ = { + FFF76500b6007f856500b600 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7151,7 +7151,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7166,10 +7166,10 @@ }; name = "debug"; }; - FFF7f11b4ef07fd2f11b4ef0 /* checked */ = { + FFF76500bcf07f856500bcf0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7182,7 +7182,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7197,10 +7197,10 @@ }; name = "checked"; }; - FFF7f11b55e07fd2f11b55e0 /* profile */ = { + FFF76500c3e07f856500c3e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7213,7 +7213,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7228,10 +7228,10 @@ }; name = "profile"; }; - FFF7f11b5cd07fd2f11b5cd0 /* release */ = { + FFF76500cad07f856500cad0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7244,7 +7244,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7259,10 +7259,10 @@ }; name = "release"; }; - FFF7f302ce007fd2f302ce00 /* debug */ = { + FFF764823c007f8564823c00 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7275,7 +7275,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7290,10 +7290,10 @@ }; name = "debug"; }; - FFF7f302d4f07fd2f302d4f0 /* checked */ = { + FFF7648242f07f85648242f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7306,7 +7306,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7321,10 +7321,10 @@ }; name = "checked"; }; - FFF7f302dbe07fd2f302dbe0 /* profile */ = { + FFF7648249e07f85648249e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7337,7 +7337,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7352,10 +7352,10 @@ }; name = "profile"; }; - FFF7f302e2d07fd2f302e2d0 /* release */ = { + FFF7648250d07f85648250d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../Lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7368,7 +7368,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7383,10 +7383,10 @@ }; name = "release"; }; - FFF7f3051c007fd2f3051c00 /* debug */ = { + FFF7639bc2007f85639bc200 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7399,7 +7399,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7414,10 +7414,10 @@ }; name = "debug"; }; - FFF7f30522f07fd2f30522f0 /* release */ = { + FFF7639bc8f07f85639bc8f0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7430,7 +7430,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7445,10 +7445,10 @@ }; name = "release"; }; - FFF7f30529e07fd2f30529e0 /* checked */ = { + FFF7639bcfe07f85639bcfe0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7461,7 +7461,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7476,10 +7476,10 @@ }; name = "checked"; }; - FFF7f30530d07fd2f30530d0 /* profile */ = { + FFF7639bd6d07f85639bd6d0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7492,7 +7492,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7507,10 +7507,10 @@ }; name = "profile"; }; - FFF7f3830c007fd2f3830c00 /* debug */ = { + FFF76483c8007f856483c800 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7523,7 +7523,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7538,10 +7538,10 @@ }; name = "debug"; }; - FFF7f38312f07fd2f38312f0 /* release */ = { + FFF76483cef07f856483cef0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7554,7 +7554,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7569,10 +7569,10 @@ }; name = "release"; }; - FFF7f38319e07fd2f38319e0 /* checked */ = { + FFF76483d5e07f856483d5e0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7585,7 +7585,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7600,10 +7600,10 @@ }; name = "checked"; }; - FFF7f38320d07fd2f38320d0 /* profile */ = { + FFF76483dcd07f856483dcd0 /* 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++"; + 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 = 8.0; CLANG_CXX_LIBRARY = "libc++"; SDKROOT = iphoneos; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios"; ALWAYS_SEARCH_USER_PATHS = NO; @@ -7616,7 +7616,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7631,25 +7631,25 @@ }; name = "profile"; }; - FFF3f20384007fd2f2038400 /* release */ = { + FFF3648628007f8564862800 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3f2038af07fd2f2038af0 /* debug */ = { + FFF364862ef07f8564862ef0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3f20391e07fd2f20391e0 /* checked */ = { + FFF3648635e07f85648635e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3f20398d07fd2f20398d0 /* profile */ = { + FFF364863cd07f8564863cd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7658,34 +7658,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9f0c7c9507fd2f0c7c950 /* Project object */ = { + FFF962f02be07f8562f02be0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6f0c7c9507fd2f0c7c950 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF662f02be07f8562f02be0 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBf0c7c9b87fd2f0c7c9b8 /* PhysX */; + mainGroup = FFFB62f02c487f8562f02c48 /* PhysX */; targets = ( - FFFAf2d231d07fd2f2d231d0, - FFFAf2d50f307fd2f2d50f30, - FFFAf2d4e3107fd2f2d4e310, - FFFAf2d5f8507fd2f2d5f850, - FFFAf2d709607fd2f2d70960, - FFFAf2d74db07fd2f2d74db0, - FFFAf1f241a07fd2f1f241a0, - FFFAf18a0c307fd2f18a0c30, - FFFAf188de607fd2f188de60, - FFFAf2809f007fd2f2809f00, - FFFAf28272b07fd2f28272b0, - FFFAf2854ea07fd2f2854ea0, - FFFAf29090e07fd2f29090e0, - FFFAf188ae307fd2f188ae30, - FFFAf28619307fd2f2861930, - FFFAf28f6e807fd2f28f6e80, - FFFAf2d23c207fd2f2d23c20, + FFFA658037a07f85658037a0, + FFFA659099007f8565909900, + FFFA65909af07f8565909af0, + FFFA6590e1d07f856590e1d0, + FFFA659313f07f85659313f0, + FFFA659359707f8565935970, + FFFA6593ab007f856593ab00, + FFFA641046c07f85641046c0, + FFFA641711507f8564171150, + FFFA62c77dd07f8562c77dd0, + FFFA62e791907f8562e79190, + FFFA64431e607f8564431e60, + FFFA62ea73f07f8562ea73f0, + FFFA647094107f8564709410, + FFFA64455fc07f8564455fc0, + FFFA65a0da807f8565a0da80, + FFFA658377107f8565837710, ); }; /* End PBXProject section */ }; - rootObject = FFF9f0c7c9507fd2f0c7c950 /* Project object */; + rootObject = FFF962f02be07f8562f02be0 /* 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 a8fc6a43..3d0ba15f 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 */ - FFFF3dad31f07f8d3dad31f0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD3cc2ae407f8d3cc2ae40 /* SceneQuery */; }; - FFFF3dad32507f8d3dad3250 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD3cc2f2707f8d3cc2f270 /* SimulationController */; }; - FFFF3d07c0387f8d3d07c038 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c0387f8d3d07c038 /* NpActor.cpp */; }; - FFFF3d07c0a07f8d3d07c0a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c0a07f8d3d07c0a0 /* NpAggregate.cpp */; }; - FFFF3d07c1087f8d3d07c108 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c1087f8d3d07c108 /* NpArticulation.cpp */; }; - FFFF3d07c1707f8d3d07c170 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c1707f8d3d07c170 /* NpArticulationJoint.cpp */; }; - FFFF3d07c1d87f8d3d07c1d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c1d87f8d3d07c1d8 /* NpArticulationLink.cpp */; }; - FFFF3d07c2407f8d3d07c240 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c2407f8d3d07c240 /* NpBatchQuery.cpp */; }; - FFFF3d07c2a87f8d3d07c2a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c2a87f8d3d07c2a8 /* NpConstraint.cpp */; }; - FFFF3d07c3107f8d3d07c310 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c3107f8d3d07c310 /* NpFactory.cpp */; }; - FFFF3d07c3787f8d3d07c378 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c3787f8d3d07c378 /* NpMaterial.cpp */; }; - FFFF3d07c3e07f8d3d07c3e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c3e07f8d3d07c3e0 /* NpMetaData.cpp */; }; - FFFF3d07c4487f8d3d07c448 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c4487f8d3d07c448 /* NpPhysics.cpp */; }; - FFFF3d07c4b07f8d3d07c4b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c4b07f8d3d07c4b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFF3d07c5187f8d3d07c518 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c5187f8d3d07c518 /* NpReadCheck.cpp */; }; - FFFF3d07c5807f8d3d07c580 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c5807f8d3d07c580 /* NpRigidDynamic.cpp */; }; - FFFF3d07c5e87f8d3d07c5e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c5e87f8d3d07c5e8 /* NpRigidStatic.cpp */; }; - FFFF3d07c6507f8d3d07c650 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c6507f8d3d07c650 /* NpScene.cpp */; }; - FFFF3d07c6b87f8d3d07c6b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c6b87f8d3d07c6b8 /* NpSceneQueries.cpp */; }; - FFFF3d07c7207f8d3d07c720 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c7207f8d3d07c720 /* NpSerializerAdapter.cpp */; }; - FFFF3d07c7887f8d3d07c788 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c7887f8d3d07c788 /* NpShape.cpp */; }; - FFFF3d07c7f07f8d3d07c7f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c7f07f8d3d07c7f0 /* NpShapeManager.cpp */; }; - FFFF3d07c8587f8d3d07c858 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c8587f8d3d07c858 /* NpSpatialIndex.cpp */; }; - FFFF3d07c8c07f8d3d07c8c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c8c07f8d3d07c8c0 /* NpVolumeCache.cpp */; }; - FFFF3d07c9287f8d3d07c928 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c9287f8d3d07c928 /* NpWriteCheck.cpp */; }; - FFFF3d07c9907f8d3d07c990 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c9907f8d3d07c990 /* PvdMetaDataPvdBinding.cpp */; }; - FFFF3d07c9f87f8d3d07c9f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07c9f87f8d3d07c9f8 /* PvdPhysicsClient.cpp */; }; - FFFF3d07cc007f8d3d07cc00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07cc007f8d3d07cc00 /* particles/NpParticleFluid.cpp */; }; - FFFF3d07cc687f8d3d07cc68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07cc687f8d3d07cc68 /* particles/NpParticleSystem.cpp */; }; - FFFF3d07d4207f8d3d07d420 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d4207f8d3d07d420 /* buffering/ScbActor.cpp */; }; - FFFF3d07d4887f8d3d07d488 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d4887f8d3d07d488 /* buffering/ScbAggregate.cpp */; }; - FFFF3d07d4f07f8d3d07d4f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d4f07f8d3d07d4f0 /* buffering/ScbBase.cpp */; }; - FFFF3d07d5587f8d3d07d558 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d5587f8d3d07d558 /* buffering/ScbCloth.cpp */; }; - FFFF3d07d5c07f8d3d07d5c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d5c07f8d3d07d5c0 /* buffering/ScbMetaData.cpp */; }; - FFFF3d07d6287f8d3d07d628 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d6287f8d3d07d628 /* buffering/ScbParticleSystem.cpp */; }; - FFFF3d07d6907f8d3d07d690 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d6907f8d3d07d690 /* buffering/ScbScene.cpp */; }; - FFFF3d07d6f87f8d3d07d6f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d6f87f8d3d07d6f8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFF3d07d7607f8d3d07d760 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d7607f8d3d07d760 /* buffering/ScbShape.cpp */; }; - FFFF3d07d9007f8d3d07d900 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d9007f8d3d07d900 /* cloth/NpCloth.cpp */; }; - FFFF3d07d9687f8d3d07d968 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d9687f8d3d07d968 /* cloth/NpClothFabric.cpp */; }; - FFFF3d07d9d07f8d3d07d9d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07d9d07f8d3d07d9d0 /* cloth/NpClothParticleData.cpp */; }; - FFFF3d07da387f8d3d07da38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07da387f8d3d07da38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFF3d0723a87f8d3d0723a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD3d0723a87f8d3d0723a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFF3d0724107f8d3d072410 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD3d0724107f8d3d072410 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF2105a4107f922105a410 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD21079f707f9221079f70 /* SceneQuery */; }; + FFFF2105a4707f922105a470 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2107e5307f922107e530 /* SimulationController */; }; + FFFF218296387f9221829638 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218296387f9221829638 /* NpActor.cpp */; }; + FFFF218296a07f92218296a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218296a07f92218296a0 /* NpAggregate.cpp */; }; + FFFF218297087f9221829708 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218297087f9221829708 /* NpArticulation.cpp */; }; + FFFF218297707f9221829770 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218297707f9221829770 /* NpArticulationJoint.cpp */; }; + FFFF218297d87f92218297d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218297d87f92218297d8 /* NpArticulationLink.cpp */; }; + FFFF218298407f9221829840 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218298407f9221829840 /* NpBatchQuery.cpp */; }; + FFFF218298a87f92218298a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218298a87f92218298a8 /* NpConstraint.cpp */; }; + FFFF218299107f9221829910 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218299107f9221829910 /* NpFactory.cpp */; }; + FFFF218299787f9221829978 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218299787f9221829978 /* NpMaterial.cpp */; }; + FFFF218299e07f92218299e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218299e07f92218299e0 /* NpMetaData.cpp */; }; + FFFF21829a487f9221829a48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829a487f9221829a48 /* NpPhysics.cpp */; }; + FFFF21829ab07f9221829ab0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829ab07f9221829ab0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF21829b187f9221829b18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829b187f9221829b18 /* NpReadCheck.cpp */; }; + FFFF21829b807f9221829b80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829b807f9221829b80 /* NpRigidDynamic.cpp */; }; + FFFF21829be87f9221829be8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829be87f9221829be8 /* NpRigidStatic.cpp */; }; + FFFF21829c507f9221829c50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829c507f9221829c50 /* NpScene.cpp */; }; + FFFF21829cb87f9221829cb8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829cb87f9221829cb8 /* NpSceneQueries.cpp */; }; + FFFF21829d207f9221829d20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829d207f9221829d20 /* NpSerializerAdapter.cpp */; }; + FFFF21829d887f9221829d88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829d887f9221829d88 /* NpShape.cpp */; }; + FFFF21829df07f9221829df0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829df07f9221829df0 /* NpShapeManager.cpp */; }; + FFFF21829e587f9221829e58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829e587f9221829e58 /* NpSpatialIndex.cpp */; }; + FFFF21829ec07f9221829ec0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829ec07f9221829ec0 /* NpVolumeCache.cpp */; }; + FFFF21829f287f9221829f28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829f287f9221829f28 /* NpWriteCheck.cpp */; }; + FFFF21829f907f9221829f90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829f907f9221829f90 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF21829ff87f9221829ff8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21829ff87f9221829ff8 /* PvdPhysicsClient.cpp */; }; + FFFF2182a2007f922182a200 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182a2007f922182a200 /* particles/NpParticleFluid.cpp */; }; + FFFF2182a2687f922182a268 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182a2687f922182a268 /* particles/NpParticleSystem.cpp */; }; + FFFF2182aa207f922182aa20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182aa207f922182aa20 /* buffering/ScbActor.cpp */; }; + FFFF2182aa887f922182aa88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182aa887f922182aa88 /* buffering/ScbAggregate.cpp */; }; + FFFF2182aaf07f922182aaf0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182aaf07f922182aaf0 /* buffering/ScbBase.cpp */; }; + FFFF2182ab587f922182ab58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ab587f922182ab58 /* buffering/ScbCloth.cpp */; }; + FFFF2182abc07f922182abc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182abc07f922182abc0 /* buffering/ScbMetaData.cpp */; }; + FFFF2182ac287f922182ac28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ac287f922182ac28 /* buffering/ScbParticleSystem.cpp */; }; + FFFF2182ac907f922182ac90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ac907f922182ac90 /* buffering/ScbScene.cpp */; }; + FFFF2182acf87f922182acf8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182acf87f922182acf8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF2182ad607f922182ad60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ad607f922182ad60 /* buffering/ScbShape.cpp */; }; + FFFF2182af007f922182af00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182af007f922182af00 /* cloth/NpCloth.cpp */; }; + FFFF2182af687f922182af68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182af687f922182af68 /* cloth/NpClothFabric.cpp */; }; + FFFF2182afd07f922182afd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182afd07f922182afd0 /* cloth/NpClothParticleData.cpp */; }; + FFFF2182b0387f922182b038 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182b0387f922182b038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF218237a87f92218237a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD218237a87f92218237a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF218238107f9221823810 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD218238107f9221823810 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3daca7207f8d3daca720 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3d07b2007f8d3d07b200 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b2687f8d3d07b268 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b2d07f8d3d07b2d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b3387f8d3d07b338 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b3a07f8d3d07b3a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b4087f8d3d07b408 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b4707f8d3d07b470 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b4d87f8d3d07b4d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b5407f8d3d07b540 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b5a87f8d3d07b5a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b6107f8d3d07b610 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b6787f8d3d07b678 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b6e07f8d3d07b6e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b7487f8d3d07b748 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b7b07f8d3d07b7b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b8187f8d3d07b818 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b8807f8d3d07b880 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b8e87f8d3d07b8e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b9507f8d3d07b950 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07b9b87f8d3d07b9b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ba207f8d3d07ba20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ba887f8d3d07ba88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07baf07f8d3d07baf0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bb587f8d3d07bb58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bbc07f8d3d07bbc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bc287f8d3d07bc28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bc907f8d3d07bc90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bcf87f8d3d07bcf8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bd607f8d3d07bd60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bdc87f8d3d07bdc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07be307f8d3d07be30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07be987f8d3d07be98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bf007f8d3d07bf00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bf687f8d3d07bf68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07bfd07f8d3d07bfd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c0387f8d3d07c038 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c0a07f8d3d07c0a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c1087f8d3d07c108 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c1707f8d3d07c170 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c1d87f8d3d07c1d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c2407f8d3d07c240 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c2a87f8d3d07c2a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c3107f8d3d07c310 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c3787f8d3d07c378 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c3e07f8d3d07c3e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c4487f8d3d07c448 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c4b07f8d3d07c4b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c5187f8d3d07c518 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c5807f8d3d07c580 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c5e87f8d3d07c5e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c6507f8d3d07c650 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c6b87f8d3d07c6b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c7207f8d3d07c720 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c7887f8d3d07c788 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c7f07f8d3d07c7f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c8587f8d3d07c858 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c8c07f8d3d07c8c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c9287f8d3d07c928 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c9907f8d3d07c990 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07c9f87f8d3d07c9f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ca607f8d3d07ca60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cac87f8d3d07cac8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cb307f8d3d07cb30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cb987f8d3d07cb98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cc007f8d3d07cc00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cc687f8d3d07cc68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ccd07f8d3d07ccd0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cd387f8d3d07cd38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cda07f8d3d07cda0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ce087f8d3d07ce08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ce707f8d3d07ce70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ced87f8d3d07ced8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cf407f8d3d07cf40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07cfa87f8d3d07cfa8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d0107f8d3d07d010 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d0787f8d3d07d078 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d0e07f8d3d07d0e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d1487f8d3d07d148 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d1b07f8d3d07d1b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d2187f8d3d07d218 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d2807f8d3d07d280 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d2e87f8d3d07d2e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d3507f8d3d07d350 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d3b87f8d3d07d3b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d4207f8d3d07d420 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d4887f8d3d07d488 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d4f07f8d3d07d4f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d5587f8d3d07d558 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d5c07f8d3d07d5c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d6287f8d3d07d628 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d6907f8d3d07d690 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d6f87f8d3d07d6f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d7607f8d3d07d760 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d7c87f8d3d07d7c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d8307f8d3d07d830 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d8987f8d3d07d898 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d9007f8d3d07d900 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d9687f8d3d07d968 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07d9d07f8d3d07d9d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07da387f8d3d07da38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d074a007f8d3d074a00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074a687f8d3d074a68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074ad07f8d3d074ad0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074b387f8d3d074b38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074ba07f8d3d074ba0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074c087f8d3d074c08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074c707f8d3d074c70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074cd87f8d3d074cd8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074d407f8d3d074d40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074da87f8d3d074da8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074e107f8d3d074e10 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074e787f8d3d074e78 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074ee07f8d3d074ee0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074f487f8d3d074f48 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d074fb07f8d3d074fb0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0750187f8d3d075018 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0750807f8d3d075080 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0750e87f8d3d0750e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0751507f8d3d075150 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0751b87f8d3d0751b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0752207f8d3d075220 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0752887f8d3d075288 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0752f07f8d3d0752f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0753587f8d3d075358 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0753c07f8d3d0753c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0754287f8d3d075428 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0754907f8d3d075490 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0754f87f8d3d0754f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0755607f8d3d075560 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0755c87f8d3d0755c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0756307f8d3d075630 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0756987f8d3d075698 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0757007f8d3d075700 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0757687f8d3d075768 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0757d07f8d3d0757d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0758387f8d3d075838 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0758a07f8d3d0758a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0759087f8d3d075908 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0759707f8d3d075970 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0759d87f8d3d0759d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075a407f8d3d075a40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075aa87f8d3d075aa8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075b107f8d3d075b10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075b787f8d3d075b78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075be07f8d3d075be0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075c487f8d3d075c48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075cb07f8d3d075cb0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075d187f8d3d075d18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075d807f8d3d075d80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075de87f8d3d075de8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075e507f8d3d075e50 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075eb87f8d3d075eb8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075f207f8d3d075f20 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d075f887f8d3d075f88 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0720007f8d3d072000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0720687f8d3d072068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0720d07f8d3d0720d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0721387f8d3d072138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0721a07f8d3d0721a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0722087f8d3d072208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0722707f8d3d072270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0722d87f8d3d0722d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0723407f8d3d072340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0723a87f8d3d0723a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0724107f8d3d072410 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210aa5007f92210aa500 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD218288007f9221828800 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218288687f9221828868 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD218288d07f92218288d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD218289387f9221828938 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD218289a07f92218289a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828a087f9221828a08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828a707f9221828a70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828ad87f9221828ad8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828b407f9221828b40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828ba87f9221828ba8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828c107f9221828c10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828c787f9221828c78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828ce07f9221828ce0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828d487f9221828d48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828db07f9221828db0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828e187f9221828e18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828e807f9221828e80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828ee87f9221828ee8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828f507f9221828f50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD21828fb87f9221828fb8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD218290207f9221829020 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD218290887f9221829088 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD218290f07f92218290f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD218291587f9221829158 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD218291c07f92218291c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD218292287f9221829228 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD218292907f9221829290 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD218292f87f92218292f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD218293607f9221829360 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD218293c87f92218293c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD218294307f9221829430 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD218294987f9221829498 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD218295007f9221829500 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD218295687f9221829568 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD218295d07f92218295d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD218296387f9221829638 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218296a07f92218296a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218297087f9221829708 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218297707f9221829770 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218297d87f92218297d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218298407f9221829840 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218298a87f92218298a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218299107f9221829910 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218299787f9221829978 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218299e07f92218299e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829a487f9221829a48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829ab07f9221829ab0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829b187f9221829b18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829b807f9221829b80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829be87f9221829be8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829c507f9221829c50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829cb87f9221829cb8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829d207f9221829d20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829d887f9221829d88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829df07f9221829df0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829e587f9221829e58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829ec07f9221829ec0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829f287f9221829f28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829f907f9221829f90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21829ff87f9221829ff8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182a0607f922182a060 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a0c87f922182a0c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a1307f922182a130 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a1987f922182a198 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a2007f922182a200 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182a2687f922182a268 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182a2d07f922182a2d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a3387f922182a338 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a3a07f922182a3a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a4087f922182a408 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a4707f922182a470 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a4d87f922182a4d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a5407f922182a540 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a5a87f922182a5a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a6107f922182a610 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a6787f922182a678 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a6e07f922182a6e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a7487f922182a748 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a7b07f922182a7b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a8187f922182a818 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a8807f922182a880 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a8e87f922182a8e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a9507f922182a950 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182a9b87f922182a9b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182aa207f922182aa20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182aa887f922182aa88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182aaf07f922182aaf0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ab587f922182ab58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182abc07f922182abc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ac287f922182ac28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ac907f922182ac90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182acf87f922182acf8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ad607f922182ad60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182adc87f922182adc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ae307f922182ae30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ae987f922182ae98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182af007f922182af00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182af687f922182af68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182afd07f922182afd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182b0387f922182b038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182b2007f922182b200 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b2687f922182b268 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b2d07f922182b2d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b3387f922182b338 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b3a07f922182b3a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b4087f922182b408 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b4707f922182b470 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b4d87f922182b4d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b5407f922182b540 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b5a87f922182b5a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b6107f922182b610 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b6787f922182b678 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b6e07f922182b6e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b7487f922182b748 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b7b07f922182b7b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b8187f922182b818 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b8807f922182b880 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b8e87f922182b8e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b9507f922182b950 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182b9b87f922182b9b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ba207f922182ba20 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ba887f922182ba88 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182baf07f922182baf0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bb587f922182bb58 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bbc07f922182bbc0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bc287f922182bc28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bc907f922182bc90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bcf87f922182bcf8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bd607f922182bd60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bdc87f922182bdc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182be307f922182be30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182be987f922182be98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bf007f922182bf00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bf687f922182bf68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182bfd07f922182bfd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c0387f922182c038 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c0a07f922182c0a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c1087f922182c108 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c1707f922182c170 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c1d87f922182c1d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c2407f922182c240 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c2a87f922182c2a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c3107f922182c310 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c3787f922182c378 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c3e07f922182c3e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c4487f922182c448 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c4b07f922182c4b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c5187f922182c518 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c5807f922182c580 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c5e87f922182c5e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c6507f922182c650 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c6b87f922182c6b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c7207f922182c720 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c7887f922182c788 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD218234007f9221823400 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD218234687f9221823468 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD218234d07f92218234d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218235387f9221823538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD218235a07f92218235a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218236087f9221823608 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD218236707f9221823670 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD218236d87f92218236d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218237407f9221823740 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218237a87f92218237a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218238107f9221823810 /* 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 */ - FFF23daca7207f8d3daca720 /* Resources */ = { + FFF2210aa5007f92210aa500 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3daca7207f8d3daca720 /* Frameworks */ = { + FFFC210aa5007f92210aa500 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83daca7207f8d3daca720 /* Sources */ = { + FFF8210aa5007f92210aa500 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d07c0387f8d3d07c038, - FFFF3d07c0a07f8d3d07c0a0, - FFFF3d07c1087f8d3d07c108, - FFFF3d07c1707f8d3d07c170, - FFFF3d07c1d87f8d3d07c1d8, - FFFF3d07c2407f8d3d07c240, - FFFF3d07c2a87f8d3d07c2a8, - FFFF3d07c3107f8d3d07c310, - FFFF3d07c3787f8d3d07c378, - FFFF3d07c3e07f8d3d07c3e0, - FFFF3d07c4487f8d3d07c448, - FFFF3d07c4b07f8d3d07c4b0, - FFFF3d07c5187f8d3d07c518, - FFFF3d07c5807f8d3d07c580, - FFFF3d07c5e87f8d3d07c5e8, - FFFF3d07c6507f8d3d07c650, - FFFF3d07c6b87f8d3d07c6b8, - FFFF3d07c7207f8d3d07c720, - FFFF3d07c7887f8d3d07c788, - FFFF3d07c7f07f8d3d07c7f0, - FFFF3d07c8587f8d3d07c858, - FFFF3d07c8c07f8d3d07c8c0, - FFFF3d07c9287f8d3d07c928, - FFFF3d07c9907f8d3d07c990, - FFFF3d07c9f87f8d3d07c9f8, - FFFF3d07cc007f8d3d07cc00, - FFFF3d07cc687f8d3d07cc68, - FFFF3d07d4207f8d3d07d420, - FFFF3d07d4887f8d3d07d488, - FFFF3d07d4f07f8d3d07d4f0, - FFFF3d07d5587f8d3d07d558, - FFFF3d07d5c07f8d3d07d5c0, - FFFF3d07d6287f8d3d07d628, - FFFF3d07d6907f8d3d07d690, - FFFF3d07d6f87f8d3d07d6f8, - FFFF3d07d7607f8d3d07d760, - FFFF3d07d9007f8d3d07d900, - FFFF3d07d9687f8d3d07d968, - FFFF3d07d9d07f8d3d07d9d0, - FFFF3d07da387f8d3d07da38, - FFFF3d0723a87f8d3d0723a8, - FFFF3d0724107f8d3d072410, + FFFF218296387f9221829638, + FFFF218296a07f92218296a0, + FFFF218297087f9221829708, + FFFF218297707f9221829770, + FFFF218297d87f92218297d8, + FFFF218298407f9221829840, + FFFF218298a87f92218298a8, + FFFF218299107f9221829910, + FFFF218299787f9221829978, + FFFF218299e07f92218299e0, + FFFF21829a487f9221829a48, + FFFF21829ab07f9221829ab0, + FFFF21829b187f9221829b18, + FFFF21829b807f9221829b80, + FFFF21829be87f9221829be8, + FFFF21829c507f9221829c50, + FFFF21829cb87f9221829cb8, + FFFF21829d207f9221829d20, + FFFF21829d887f9221829d88, + FFFF21829df07f9221829df0, + FFFF21829e587f9221829e58, + FFFF21829ec07f9221829ec0, + FFFF21829f287f9221829f28, + FFFF21829f907f9221829f90, + FFFF21829ff87f9221829ff8, + FFFF2182a2007f922182a200, + FFFF2182a2687f922182a268, + FFFF2182aa207f922182aa20, + FFFF2182aa887f922182aa88, + FFFF2182aaf07f922182aaf0, + FFFF2182ab587f922182ab58, + FFFF2182abc07f922182abc0, + FFFF2182ac287f922182ac28, + FFFF2182ac907f922182ac90, + FFFF2182acf87f922182acf8, + FFFF2182ad607f922182ad60, + FFFF2182af007f922182af00, + FFFF2182af687f922182af68, + FFFF2182afd07f922182afd0, + FFFF2182b0387f922182b038, + FFFF218237a87f92218237a8, + FFFF218238107f9221823810, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43dad38e07f8d3dad38e0 /* PBXTargetDependency */ = { + FFF421059dd07f9221059dd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cc0c2b07f8d3cc0c2b0 /* LowLevel */; - targetProxy = FFF53cc0c2b07f8d3cc0c2b0 /* PBXContainerItemProxy */; + target = FFFA215dcd407f92215dcd40 /* LowLevel */; + targetProxy = FFF5215dcd407f92215dcd40 /* PBXContainerItemProxy */; }; - FFF43dad63b07f8d3dad63b0 /* PBXTargetDependency */ = { + FFF421059e307f9221059e30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cf17c907f8d3cf17c90 /* LowLevelAABB */; - targetProxy = FFF53cf17c907f8d3cf17c90 /* PBXContainerItemProxy */; + target = FFFA210c4a407f92210c4a40 /* LowLevelAABB */; + targetProxy = FFF5210c4a407f92210c4a40 /* PBXContainerItemProxy */; }; - FFF43dad64707f8d3dad6470 /* PBXTargetDependency */ = { + FFF4210565f07f92210565f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3b43b7807f8d3b43b780 /* LowLevelCloth */; - targetProxy = FFF53b43b7807f8d3b43b780 /* PBXContainerItemProxy */; + target = FFFA2170c8707f922170c870 /* LowLevelCloth */; + targetProxy = FFF52170c8707f922170c870 /* PBXContainerItemProxy */; }; - FFF43dad64107f8d3dad6410 /* PBXTargetDependency */ = { + FFF4210565907f9221056590 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */; - targetProxy = FFF53cf3b3a07f8d3cf3b3a0 /* PBXContainerItemProxy */; + target = FFFA220092a07f92220092a0 /* LowLevelDynamics */; + targetProxy = FFF5220092a07f92220092a0 /* PBXContainerItemProxy */; }; - FFF43dad31907f8d3dad3190 /* PBXTargetDependency */ = { + FFF4210566507f9221056650 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */; - targetProxy = FFF53cf5d0c07f8d3cf5d0c0 /* PBXContainerItemProxy */; + target = FFFA220239f07f92220239f0 /* LowLevelParticles */; + targetProxy = FFF5220239f07f92220239f0 /* PBXContainerItemProxy */; }; - FFF43dad38807f8d3dad3880 /* PBXTargetDependency */ = { + FFF4210560507f9221056050 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c99d3f07f8d3c99d3f0 /* PhysXCommon */; - targetProxy = FFF53c99d3f07f8d3c99d3f0 /* PBXContainerItemProxy */; + target = FFFA2114ec407f922114ec40 /* PhysXCommon */; + targetProxy = FFF52114ec407f922114ec40 /* PBXContainerItemProxy */; }; - FFF43dacaa107f8d3dacaa10 /* PBXTargetDependency */ = { + FFF4210b8aa07f92210b8aa0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c9892007f8d3c989200 /* PxFoundation */; - targetProxy = FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */; + target = FFFA21160b007f9221160b00 /* PxFoundation */; + targetProxy = FFF521160b007f9221160b00 /* PBXContainerItemProxy */; }; - FFF43daca6c07f8d3daca6c0 /* PBXTargetDependency */ = { + FFF4210aa4d07f92210aa4d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */; - targetProxy = FFF53cd0c6b07f8d3cd0c6b0 /* PBXContainerItemProxy */; + target = FFFA211358507f9221135850 /* PxPvdSDK */; + targetProxy = FFF5211358507f9221135850 /* PBXContainerItemProxy */; }; - FFF43dad32d07f8d3dad32d0 /* PBXTargetDependency */ = { + FFF42105a4a07f922105a4a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3b4815b07f8d3b4815b0 /* PxTask */; - targetProxy = FFF53b4815b07f8d3b4815b0 /* PBXContainerItemProxy */; + target = FFFA2230dec07f922230dec0 /* PxTask */; + targetProxy = FFF52230dec07f922230dec0 /* PBXContainerItemProxy */; }; - FFF43dad31f07f8d3dad31f0 /* PBXTargetDependency */ = { + FFF42105a4107f922105a410 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cc2ae407f8d3cc2ae40 /* SceneQuery */; - targetProxy = FFF53cc2ae407f8d3cc2ae40 /* PBXContainerItemProxy */; + target = FFFA21079f707f9221079f70 /* SceneQuery */; + targetProxy = FFF521079f707f9221079f70 /* PBXContainerItemProxy */; }; - FFF43dad32507f8d3dad3250 /* PBXTargetDependency */ = { + FFF42105a4707f922105a470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3cc2f2707f8d3cc2f270 /* SimulationController */; - targetProxy = FFF53cc2f2707f8d3cc2f270 /* PBXContainerItemProxy */; + target = FFFA2107e5307f922107e530 /* SimulationController */; + targetProxy = FFF52107e5307f922107e530 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFF3dad8c707f8d3dad8c70 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD3dae43907f8d3dae4390 /* PhysXExtensions */; }; - FFFF3d0784787f8d3d078478 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0784787f8d3d078478 /* CctBoxController.cpp */; }; - FFFF3d0784e07f8d3d0784e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0784e07f8d3d0784e0 /* CctCapsuleController.cpp */; }; - FFFF3d0785487f8d3d078548 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0785487f8d3d078548 /* CctCharacterController.cpp */; }; - FFFF3d0785b07f8d3d0785b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0785b07f8d3d0785b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFF3d0786187f8d3d078618 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0786187f8d3d078618 /* CctCharacterControllerManager.cpp */; }; - FFFF3d0786807f8d3d078680 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0786807f8d3d078680 /* CctController.cpp */; }; - FFFF3d0786e87f8d3d0786e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0786e87f8d3d0786e8 /* CctObstacleContext.cpp */; }; - FFFF3d0787507f8d3d078750 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0787507f8d3d078750 /* CctSweptBox.cpp */; }; - FFFF3d0787b87f8d3d0787b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0787b87f8d3d0787b8 /* CctSweptCapsule.cpp */; }; - FFFF3d0788207f8d3d078820 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0788207f8d3d078820 /* CctSweptVolume.cpp */; }; + FFFF2105d1807f922105d180 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD21068cc07f9221068cc0 /* PhysXExtensions */; }; + FFFF2182cc787f922182cc78 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cc787f922182cc78 /* CctBoxController.cpp */; }; + FFFF2182cce07f922182cce0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cce07f922182cce0 /* CctCapsuleController.cpp */; }; + FFFF2182cd487f922182cd48 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cd487f922182cd48 /* CctCharacterController.cpp */; }; + FFFF2182cdb07f922182cdb0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cdb07f922182cdb0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF2182ce187f922182ce18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ce187f922182ce18 /* CctCharacterControllerManager.cpp */; }; + FFFF2182ce807f922182ce80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182ce807f922182ce80 /* CctController.cpp */; }; + FFFF2182cee87f922182cee8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cee87f922182cee8 /* CctObstacleContext.cpp */; }; + FFFF2182cf507f922182cf50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cf507f922182cf50 /* CctSweptBox.cpp */; }; + FFFF2182cfb87f922182cfb8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182cfb87f922182cfb8 /* CctSweptCapsule.cpp */; }; + FFFF2182d0207f922182d020 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2182d0207f922182d020 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3dad32e07f8d3dad32e0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3dada3707f8d3dada370 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada3d87f8d3dada3d8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada4407f8d3dada440 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada4a87f8d3dada4a8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada5107f8d3dada510 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada5787f8d3dada578 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada5e07f8d3dada5e0 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dada6487f8d3dada648 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0780007f8d3d078000 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0780687f8d3d078068 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0780d07f8d3d0780d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0781387f8d3d078138 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0781a07f8d3d0781a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0782087f8d3d078208 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0782707f8d3d078270 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0782d87f8d3d0782d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0783407f8d3d078340 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0783a87f8d3d0783a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0784107f8d3d078410 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0784787f8d3d078478 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0784e07f8d3d0784e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0785487f8d3d078548 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0785b07f8d3d0785b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0786187f8d3d078618 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0786807f8d3d078680 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0786e87f8d3d0786e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0787507f8d3d078750 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0787b87f8d3d0787b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0788207f8d3d078820 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2105a4b07f922105a4b0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2105d3a07f922105d3a0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d4087f922105d408 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d4707f922105d470 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d4d87f922105d4d8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d5407f922105d540 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d5a87f922105d5a8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d6107f922105d610 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD2105d6787f922105d678 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c8007f922182c800 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c8687f922182c868 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c8d07f922182c8d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c9387f922182c938 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182c9a07f922182c9a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ca087f922182ca08 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ca707f922182ca70 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182cad87f922182cad8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182cb407f922182cb40 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182cba87f922182cba8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182cc107f922182cc10 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182cc787f922182cc78 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cce07f922182cce0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cd487f922182cd48 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cdb07f922182cdb0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ce187f922182ce18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182ce807f922182ce80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cee87f922182cee8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cf507f922182cf50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182cfb87f922182cfb8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2182d0207f922182d020 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23dad32e07f8d3dad32e0 /* Resources */ = { + FFF22105a4b07f922105a4b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3dad32e07f8d3dad32e0 /* Frameworks */ = { + FFFC2105a4b07f922105a4b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83dad32e07f8d3dad32e0 /* Sources */ = { + FFF82105a4b07f922105a4b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d0784787f8d3d078478, - FFFF3d0784e07f8d3d0784e0, - FFFF3d0785487f8d3d078548, - FFFF3d0785b07f8d3d0785b0, - FFFF3d0786187f8d3d078618, - FFFF3d0786807f8d3d078680, - FFFF3d0786e87f8d3d0786e8, - FFFF3d0787507f8d3d078750, - FFFF3d0787b87f8d3d0787b8, - FFFF3d0788207f8d3d078820, + FFFF2182cc787f922182cc78, + FFFF2182cce07f922182cce0, + FFFF2182cd487f922182cd48, + FFFF2182cdb07f922182cdb0, + FFFF2182ce187f922182ce18, + FFFF2182ce807f922182ce80, + FFFF2182cee87f922182cee8, + FFFF2182cf507f922182cf50, + FFFF2182cfb87f922182cfb8, + FFFF2182d0207f922182d020, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43dada1207f8d3dada120 /* PBXTargetDependency */ = { + FFF421057f707f9221057f70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c99d3f07f8d3c99d3f0 /* PhysXCommon */; - targetProxy = FFF53c99d3f07f8d3c99d3f0 /* PBXContainerItemProxy */; + target = FFFA2114ec407f922114ec40 /* PhysXCommon */; + targetProxy = FFF52114ec407f922114ec40 /* PBXContainerItemProxy */; }; - FFF43dad8c707f8d3dad8c70 /* PBXTargetDependency */ = { + FFF42105d1807f922105d180 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3dae43907f8d3dae4390 /* PhysXExtensions */; - targetProxy = FFF53dae43907f8d3dae4390 /* PBXContainerItemProxy */; + target = FFFA21068cc07f9221068cc0 /* PhysXExtensions */; + targetProxy = FFF521068cc07f9221068cc0 /* PBXContainerItemProxy */; }; - FFF43dad91207f8d3dad9120 /* PBXTargetDependency */ = { + FFF42105ca907f922105ca90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c9892007f8d3c989200 /* PxFoundation */; - targetProxy = FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */; + target = FFFA21160b007f9221160b00 /* PxFoundation */; + targetProxy = FFF521160b007f9221160b00 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFF3d07fc087f8d3d07fc08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fc087f8d3d07fc08 /* PxVehicleComponents.cpp */; }; - FFFF3d07fc707f8d3d07fc70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fc707f8d3d07fc70 /* PxVehicleDrive.cpp */; }; - FFFF3d07fcd87f8d3d07fcd8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fcd87f8d3d07fcd8 /* PxVehicleDrive4W.cpp */; }; - FFFF3d07fd407f8d3d07fd40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fd407f8d3d07fd40 /* PxVehicleDriveNW.cpp */; }; - FFFF3d07fda87f8d3d07fda8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fda87f8d3d07fda8 /* PxVehicleDriveTank.cpp */; }; - FFFF3d07fe107f8d3d07fe10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fe107f8d3d07fe10 /* PxVehicleMetaData.cpp */; }; - FFFF3d07fe787f8d3d07fe78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fe787f8d3d07fe78 /* PxVehicleNoDrive.cpp */; }; - FFFF3d07fee07f8d3d07fee0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07fee07f8d3d07fee0 /* PxVehicleSDK.cpp */; }; - FFFF3d07ff487f8d3d07ff48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07ff487f8d3d07ff48 /* PxVehicleSerialization.cpp */; }; - FFFF3d07ffb07f8d3d07ffb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d07ffb07f8d3d07ffb0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFF3d0800187f8d3d080018 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0800187f8d3d080018 /* PxVehicleTireFriction.cpp */; }; - FFFF3d0800807f8d3d080080 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0800807f8d3d080080 /* PxVehicleUpdate.cpp */; }; - FFFF3d0800e87f8d3d0800e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0800e87f8d3d0800e8 /* PxVehicleWheels.cpp */; }; - FFFF3d0801507f8d3d080150 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0801507f8d3d080150 /* VehicleUtilControl.cpp */; }; - FFFF3d0801b87f8d3d0801b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0801b87f8d3d0801b8 /* VehicleUtilSetup.cpp */; }; - FFFF3d0802207f8d3d080220 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0802207f8d3d080220 /* VehicleUtilTelemetry.cpp */; }; - FFFF3dae62687f8d3dae6268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD3dae62687f8d3dae6268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFF3dae62d07f8d3dae62d0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD3dae62d07f8d3dae62d0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF21830e087f9221830e08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21830e087f9221830e08 /* PxVehicleComponents.cpp */; }; + FFFF21830e707f9221830e70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21830e707f9221830e70 /* PxVehicleDrive.cpp */; }; + FFFF21830ed87f9221830ed8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21830ed87f9221830ed8 /* PxVehicleDrive4W.cpp */; }; + FFFF21830f407f9221830f40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21830f407f9221830f40 /* PxVehicleDriveNW.cpp */; }; + FFFF21830fa87f9221830fa8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21830fa87f9221830fa8 /* PxVehicleDriveTank.cpp */; }; + FFFF218310107f9221831010 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218310107f9221831010 /* PxVehicleMetaData.cpp */; }; + FFFF218310787f9221831078 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218310787f9221831078 /* PxVehicleNoDrive.cpp */; }; + FFFF218310e07f92218310e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218310e07f92218310e0 /* PxVehicleSDK.cpp */; }; + FFFF218311487f9221831148 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218311487f9221831148 /* PxVehicleSerialization.cpp */; }; + FFFF218311b07f92218311b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218311b07f92218311b0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF218312187f9221831218 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218312187f9221831218 /* PxVehicleTireFriction.cpp */; }; + FFFF218312807f9221831280 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218312807f9221831280 /* PxVehicleUpdate.cpp */; }; + FFFF218312e87f92218312e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218312e87f92218312e8 /* PxVehicleWheels.cpp */; }; + FFFF218313507f9221831350 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218313507f9221831350 /* VehicleUtilControl.cpp */; }; + FFFF218313b87f92218313b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218313b87f92218313b8 /* VehicleUtilSetup.cpp */; }; + FFFF218314207f9221831420 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218314207f9221831420 /* VehicleUtilTelemetry.cpp */; }; + FFFF210691d87f92210691d8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD210691d87f92210691d8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF210692407f9221069240 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD210692407f9221069240 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3dad46207f8d3dad4620 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3d07dc007f8d3d07dc00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07dc687f8d3d07dc68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07dcd07f8d3d07dcd0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07dd387f8d3d07dd38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07dda07f8d3d07dda0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07de087f8d3d07de08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07de707f8d3d07de70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ded87f8d3d07ded8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07df407f8d3d07df40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07dfa87f8d3d07dfa8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07e0107f8d3d07e010 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07e0787f8d3d07e078 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07e0e07f8d3d07e0e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07e1487f8d3d07e148 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07e1b07f8d3d07e1b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fa007f8d3d07fa00 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fa687f8d3d07fa68 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fad07f8d3d07fad0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fb387f8d3d07fb38 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fba07f8d3d07fba0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fc087f8d3d07fc08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fc707f8d3d07fc70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fcd87f8d3d07fcd8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fd407f8d3d07fd40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fda87f8d3d07fda8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fe107f8d3d07fe10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fe787f8d3d07fe78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07fee07f8d3d07fee0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ff487f8d3d07ff48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d07ffb07f8d3d07ffb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0800187f8d3d080018 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0800807f8d3d080080 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0800e87f8d3d0800e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0801507f8d3d080150 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0801b87f8d3d0801b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0802207f8d3d080220 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3dae61307f8d3dae6130 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dae61987f8d3dae6198 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dae62007f8d3dae6200 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dae62687f8d3dae6268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3dae62d07f8d3dae62d0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210577e07f92210577e0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2182ee007f922182ee00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ee687f922182ee68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182eed07f922182eed0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182ef387f922182ef38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182efa07f922182efa0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f0087f922182f008 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f0707f922182f070 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f0d87f922182f0d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f1407f922182f140 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f1a87f922182f1a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f2107f922182f210 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f2787f922182f278 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f2e07f922182f2e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f3487f922182f348 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2182f3b07f922182f3b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830c007f9221830c00 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830c687f9221830c68 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830cd07f9221830cd0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830d387f9221830d38 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830da07f9221830da0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD21830e087f9221830e08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21830e707f9221830e70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21830ed87f9221830ed8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21830f407f9221830f40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21830fa87f9221830fa8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218310107f9221831010 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218310787f9221831078 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218310e07f92218310e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218311487f9221831148 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218311b07f92218311b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218312187f9221831218 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218312807f9221831280 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218312e87f92218312e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218313507f9221831350 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218313b87f92218313b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218314207f9221831420 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210690a07f92210690a0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD210691087f9221069108 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD210691707f9221069170 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD210691d87f92210691d8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210692407f9221069240 /* 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 */ - FFF23dad46207f8d3dad4620 /* Resources */ = { + FFF2210577e07f92210577e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3dad46207f8d3dad4620 /* Frameworks */ = { + FFFC210577e07f92210577e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83dad46207f8d3dad4620 /* Sources */ = { + FFF8210577e07f92210577e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d07fc087f8d3d07fc08, - FFFF3d07fc707f8d3d07fc70, - FFFF3d07fcd87f8d3d07fcd8, - FFFF3d07fd407f8d3d07fd40, - FFFF3d07fda87f8d3d07fda8, - FFFF3d07fe107f8d3d07fe10, - FFFF3d07fe787f8d3d07fe78, - FFFF3d07fee07f8d3d07fee0, - FFFF3d07ff487f8d3d07ff48, - FFFF3d07ffb07f8d3d07ffb0, - FFFF3d0800187f8d3d080018, - FFFF3d0800807f8d3d080080, - FFFF3d0800e87f8d3d0800e8, - FFFF3d0801507f8d3d080150, - FFFF3d0801b87f8d3d0801b8, - FFFF3d0802207f8d3d080220, - FFFF3dae62687f8d3dae6268, - FFFF3dae62d07f8d3dae62d0, + FFFF21830e087f9221830e08, + FFFF21830e707f9221830e70, + FFFF21830ed87f9221830ed8, + FFFF21830f407f9221830f40, + FFFF21830fa87f9221830fa8, + FFFF218310107f9221831010, + FFFF218310787f9221831078, + FFFF218310e07f92218310e0, + FFFF218311487f9221831148, + FFFF218311b07f92218311b0, + FFFF218312187f9221831218, + FFFF218312807f9221831280, + FFFF218312e87f92218312e8, + FFFF218313507f9221831350, + FFFF218313b87f92218313b8, + FFFF218314207f9221831420, + FFFF210691d87f92210691d8, + FFFF210692407f9221069240, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFF3d0822e87f8d3d0822e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0822e87f8d3d0822e8 /* ExtBroadPhase.cpp */; }; - FFFF3d0823507f8d3d082350 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0823507f8d3d082350 /* ExtClothFabricCooker.cpp */; }; - FFFF3d0823b87f8d3d0823b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0823b87f8d3d0823b8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFF3d0824207f8d3d082420 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0824207f8d3d082420 /* ExtClothMeshQuadifier.cpp */; }; - FFFF3d0824887f8d3d082488 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0824887f8d3d082488 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFF3d0824f07f8d3d0824f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0824f07f8d3d0824f0 /* ExtCollection.cpp */; }; - FFFF3d0825587f8d3d082558 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0825587f8d3d082558 /* ExtConvexMeshExt.cpp */; }; - FFFF3d0825c07f8d3d0825c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0825c07f8d3d0825c0 /* ExtCpuWorkerThread.cpp */; }; - FFFF3d0826287f8d3d082628 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0826287f8d3d082628 /* ExtD6Joint.cpp */; }; - FFFF3d0826907f8d3d082690 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0826907f8d3d082690 /* ExtD6JointSolverPrep.cpp */; }; - FFFF3d0826f87f8d3d0826f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0826f87f8d3d0826f8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFF3d0827607f8d3d082760 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0827607f8d3d082760 /* ExtDefaultErrorCallback.cpp */; }; - FFFF3d0827c87f8d3d0827c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0827c87f8d3d0827c8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFF3d0828307f8d3d082830 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0828307f8d3d082830 /* ExtDefaultStreams.cpp */; }; - FFFF3d0828987f8d3d082898 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0828987f8d3d082898 /* ExtDistanceJoint.cpp */; }; - FFFF3d0829007f8d3d082900 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0829007f8d3d082900 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFF3d0829687f8d3d082968 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0829687f8d3d082968 /* ExtExtensions.cpp */; }; - FFFF3d0829d07f8d3d0829d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0829d07f8d3d0829d0 /* ExtFixedJoint.cpp */; }; - FFFF3d082a387f8d3d082a38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082a387f8d3d082a38 /* ExtFixedJointSolverPrep.cpp */; }; - FFFF3d082aa07f8d3d082aa0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082aa07f8d3d082aa0 /* ExtJoint.cpp */; }; - FFFF3d082b087f8d3d082b08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082b087f8d3d082b08 /* ExtMetaData.cpp */; }; - FFFF3d082b707f8d3d082b70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082b707f8d3d082b70 /* ExtParticleExt.cpp */; }; - FFFF3d082bd87f8d3d082bd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082bd87f8d3d082bd8 /* ExtPrismaticJoint.cpp */; }; - FFFF3d082c407f8d3d082c40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082c407f8d3d082c40 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFF3d082ca87f8d3d082ca8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082ca87f8d3d082ca8 /* ExtPvd.cpp */; }; - FFFF3d082d107f8d3d082d10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082d107f8d3d082d10 /* ExtPxStringTable.cpp */; }; - FFFF3d082d787f8d3d082d78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082d787f8d3d082d78 /* ExtRaycastCCD.cpp */; }; - FFFF3d082de07f8d3d082de0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082de07f8d3d082de0 /* ExtRevoluteJoint.cpp */; }; - FFFF3d082e487f8d3d082e48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082e487f8d3d082e48 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFF3d082eb07f8d3d082eb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082eb07f8d3d082eb0 /* ExtRigidBodyExt.cpp */; }; - FFFF3d082f187f8d3d082f18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082f187f8d3d082f18 /* ExtSceneQueryExt.cpp */; }; - FFFF3d082f807f8d3d082f80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082f807f8d3d082f80 /* ExtSimpleFactory.cpp */; }; - FFFF3d082fe87f8d3d082fe8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d082fe87f8d3d082fe8 /* ExtSmoothNormals.cpp */; }; - FFFF3d0830507f8d3d083050 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0830507f8d3d083050 /* ExtSphericalJoint.cpp */; }; - FFFF3d0830b87f8d3d0830b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0830b87f8d3d0830b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFF3d0831207f8d3d083120 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0831207f8d3d083120 /* ExtTriangleMeshExt.cpp */; }; - FFFF3d0866d07f8d3d0866d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0866d07f8d3d0866d0 /* SnSerialUtils.cpp */; }; - FFFF3d0867387f8d3d086738 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0867387f8d3d086738 /* SnSerialization.cpp */; }; - FFFF3d0867a07f8d3d0867a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0867a07f8d3d0867a0 /* SnSerializationRegistry.cpp */; }; - FFFF3d086ae07f8d3d086ae0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086ae07f8d3d086ae0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFF3d086b487f8d3d086b48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086b487f8d3d086b48 /* Binary/SnBinarySerialization.cpp */; }; - FFFF3d086bb07f8d3d086bb0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086bb07f8d3d086bb0 /* Binary/SnConvX.cpp */; }; - FFFF3d086c187f8d3d086c18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086c187f8d3d086c18 /* Binary/SnConvX_Align.cpp */; }; - FFFF3d086c807f8d3d086c80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086c807f8d3d086c80 /* Binary/SnConvX_Convert.cpp */; }; - FFFF3d086ce87f8d3d086ce8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086ce87f8d3d086ce8 /* Binary/SnConvX_Error.cpp */; }; - FFFF3d086d507f8d3d086d50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086d507f8d3d086d50 /* Binary/SnConvX_MetaData.cpp */; }; - FFFF3d086db87f8d3d086db8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086db87f8d3d086db8 /* Binary/SnConvX_Output.cpp */; }; - FFFF3d086e207f8d3d086e20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086e207f8d3d086e20 /* Binary/SnConvX_Union.cpp */; }; - FFFF3d086e887f8d3d086e88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d086e887f8d3d086e88 /* Binary/SnSerializationContext.cpp */; }; - FFFF3d0877e07f8d3d0877e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0877e07f8d3d0877e0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFF3d0878487f8d3d087848 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0878487f8d3d087848 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFF3d0878b07f8d3d0878b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0878b07f8d3d0878b0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFF3d0879187f8d3d087918 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD3d0879187f8d3d087918 /* Xml/SnXmlSerialization.cpp */; }; - FFFF3c1b7ce07f8d3c1b7ce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD3c1b7ce07f8d3c1b7ce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF218334e87f92218334e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218334e87f92218334e8 /* ExtBroadPhase.cpp */; }; + FFFF218335507f9221833550 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218335507f9221833550 /* ExtClothFabricCooker.cpp */; }; + FFFF218335b87f92218335b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218335b87f92218335b8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF218336207f9221833620 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218336207f9221833620 /* ExtClothMeshQuadifier.cpp */; }; + FFFF218336887f9221833688 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218336887f9221833688 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF218336f07f92218336f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218336f07f92218336f0 /* ExtCollection.cpp */; }; + FFFF218337587f9221833758 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218337587f9221833758 /* ExtConvexMeshExt.cpp */; }; + FFFF218337c07f92218337c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218337c07f92218337c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF218338287f9221833828 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218338287f9221833828 /* ExtD6Joint.cpp */; }; + FFFF218338907f9221833890 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218338907f9221833890 /* ExtD6JointSolverPrep.cpp */; }; + FFFF218338f87f92218338f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218338f87f92218338f8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF218339607f9221833960 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218339607f9221833960 /* ExtDefaultErrorCallback.cpp */; }; + FFFF218339c87f92218339c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218339c87f92218339c8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF21833a307f9221833a30 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833a307f9221833a30 /* ExtDefaultStreams.cpp */; }; + FFFF21833a987f9221833a98 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833a987f9221833a98 /* ExtDistanceJoint.cpp */; }; + FFFF21833b007f9221833b00 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833b007f9221833b00 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF21833b687f9221833b68 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833b687f9221833b68 /* ExtExtensions.cpp */; }; + FFFF21833bd07f9221833bd0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833bd07f9221833bd0 /* ExtFixedJoint.cpp */; }; + FFFF21833c387f9221833c38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833c387f9221833c38 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF21833ca07f9221833ca0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833ca07f9221833ca0 /* ExtJoint.cpp */; }; + FFFF21833d087f9221833d08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833d087f9221833d08 /* ExtMetaData.cpp */; }; + FFFF21833d707f9221833d70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833d707f9221833d70 /* ExtParticleExt.cpp */; }; + FFFF21833dd87f9221833dd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833dd87f9221833dd8 /* ExtPrismaticJoint.cpp */; }; + FFFF21833e407f9221833e40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833e407f9221833e40 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF21833ea87f9221833ea8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833ea87f9221833ea8 /* ExtPvd.cpp */; }; + FFFF21833f107f9221833f10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833f107f9221833f10 /* ExtPxStringTable.cpp */; }; + FFFF21833f787f9221833f78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833f787f9221833f78 /* ExtRaycastCCD.cpp */; }; + FFFF21833fe07f9221833fe0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21833fe07f9221833fe0 /* ExtRevoluteJoint.cpp */; }; + FFFF218340487f9221834048 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218340487f9221834048 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF218340b07f92218340b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218340b07f92218340b0 /* ExtRigidBodyExt.cpp */; }; + FFFF218341187f9221834118 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218341187f9221834118 /* ExtSceneQueryExt.cpp */; }; + FFFF218341807f9221834180 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218341807f9221834180 /* ExtSimpleFactory.cpp */; }; + FFFF218341e87f92218341e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218341e87f92218341e8 /* ExtSmoothNormals.cpp */; }; + FFFF218342507f9221834250 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218342507f9221834250 /* ExtSphericalJoint.cpp */; }; + FFFF218342b87f92218342b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218342b87f92218342b8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF218343207f9221834320 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD218343207f9221834320 /* ExtTriangleMeshExt.cpp */; }; + FFFF218378d07f92218378d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218378d07f92218378d0 /* SnSerialUtils.cpp */; }; + FFFF218379387f9221837938 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218379387f9221837938 /* SnSerialization.cpp */; }; + FFFF218379a07f92218379a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218379a07f92218379a0 /* SnSerializationRegistry.cpp */; }; + FFFF21837ce07f9221837ce0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837ce07f9221837ce0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF21837d487f9221837d48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837d487f9221837d48 /* Binary/SnBinarySerialization.cpp */; }; + FFFF21837db07f9221837db0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837db07f9221837db0 /* Binary/SnConvX.cpp */; }; + FFFF21837e187f9221837e18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837e187f9221837e18 /* Binary/SnConvX_Align.cpp */; }; + FFFF21837e807f9221837e80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837e807f9221837e80 /* Binary/SnConvX_Convert.cpp */; }; + FFFF21837ee87f9221837ee8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837ee87f9221837ee8 /* Binary/SnConvX_Error.cpp */; }; + FFFF21837f507f9221837f50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837f507f9221837f50 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF21837fb87f9221837fb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21837fb87f9221837fb8 /* Binary/SnConvX_Output.cpp */; }; + FFFF218380207f9221838020 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218380207f9221838020 /* Binary/SnConvX_Union.cpp */; }; + FFFF218380887f9221838088 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218380887f9221838088 /* Binary/SnSerializationContext.cpp */; }; + FFFF218389e07f92218389e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD218389e07f92218389e0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF21838a487f9221838a48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21838a487f9221838a48 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF21838ab07f9221838ab0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21838ab07f9221838ab0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF21838b187f9221838b18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD21838b187f9221838b18 /* Xml/SnXmlSerialization.cpp */; }; + FFFF218358e07f92218358e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD218358e07f92218358e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3dae43907f8d3dae4390 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3d0832007f8d3d083200 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0832687f8d3d083268 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0832d07f8d3d0832d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0833387f8d3d083338 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0833a07f8d3d0833a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0834087f8d3d083408 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0834707f8d3d083470 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0834d87f8d3d0834d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0835407f8d3d083540 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0835a87f8d3d0835a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0836107f8d3d083610 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0836787f8d3d083678 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0836e07f8d3d0836e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0837487f8d3d083748 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0837b07f8d3d0837b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0838187f8d3d083818 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0838807f8d3d083880 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0838e87f8d3d0838e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0839507f8d3d083950 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0839b87f8d3d0839b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083a207f8d3d083a20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083a887f8d3d083a88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083af07f8d3d083af0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083b587f8d3d083b58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083bc07f8d3d083bc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083c287f8d3d083c28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083c907f8d3d083c90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083cf87f8d3d083cf8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083d607f8d3d083d60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083dc87f8d3d083dc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083e307f8d3d083e30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083e987f8d3d083e98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083f007f8d3d083f00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083f687f8d3d083f68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d083fd07f8d3d083fd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0840387f8d3d084038 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0840a07f8d3d0840a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081c007f8d3d081c00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081c687f8d3d081c68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081cd07f8d3d081cd0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081d387f8d3d081d38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081da07f8d3d081da0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081e087f8d3d081e08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081e707f8d3d081e70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081ed87f8d3d081ed8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081f407f8d3d081f40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d081fa87f8d3d081fa8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0820107f8d3d082010 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0820787f8d3d082078 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0820e07f8d3d0820e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0821487f8d3d082148 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0821b07f8d3d0821b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0822187f8d3d082218 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0822807f8d3d082280 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0822e87f8d3d0822e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0823507f8d3d082350 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0823b87f8d3d0823b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0824207f8d3d082420 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0824887f8d3d082488 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0824f07f8d3d0824f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0825587f8d3d082558 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0825c07f8d3d0825c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0826287f8d3d082628 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0826907f8d3d082690 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0826f87f8d3d0826f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0827607f8d3d082760 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0827c87f8d3d0827c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0828307f8d3d082830 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0828987f8d3d082898 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0829007f8d3d082900 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0829687f8d3d082968 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0829d07f8d3d0829d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082a387f8d3d082a38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082aa07f8d3d082aa0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082b087f8d3d082b08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082b707f8d3d082b70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082bd87f8d3d082bd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082c407f8d3d082c40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082ca87f8d3d082ca8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082d107f8d3d082d10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082d787f8d3d082d78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082de07f8d3d082de0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082e487f8d3d082e48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082eb07f8d3d082eb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082f187f8d3d082f18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082f807f8d3d082f80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d082fe87f8d3d082fe8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0830507f8d3d083050 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0830b87f8d3d0830b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0831207f8d3d083120 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0866007f8d3d086600 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0866687f8d3d086668 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0866d07f8d3d0866d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0867387f8d3d086738 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0867a07f8d3d0867a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0868087f8d3d086808 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0868707f8d3d086870 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0868d87f8d3d0868d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0869407f8d3d086940 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0869a87f8d3d0869a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d086a107f8d3d086a10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d086a787f8d3d086a78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d086ae07f8d3d086ae0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086b487f8d3d086b48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086bb07f8d3d086bb0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086c187f8d3d086c18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086c807f8d3d086c80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086ce87f8d3d086ce8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086d507f8d3d086d50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086db87f8d3d086db8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086e207f8d3d086e20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086e887f8d3d086e88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d086ef07f8d3d086ef0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d086f587f8d3d086f58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d086fc07f8d3d086fc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0870287f8d3d087028 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0870907f8d3d087090 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0870f87f8d3d0870f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0871607f8d3d087160 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0871c87f8d3d0871c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0872307f8d3d087230 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0872987f8d3d087298 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0873007f8d3d087300 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0873687f8d3d087368 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0873d07f8d3d0873d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0874387f8d3d087438 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0874a07f8d3d0874a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0875087f8d3d087508 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0875707f8d3d087570 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0875d87f8d3d0875d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0876407f8d3d087640 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0876a87f8d3d0876a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0877107f8d3d087710 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0877787f8d3d087778 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0877e07f8d3d0877e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0878487f8d3d087848 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0878b07f8d3d0878b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0879187f8d3d087918 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0879807f8d3d087980 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b78007f8d3c1b7800 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b78687f8d3c1b7868 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b78d07f8d3c1b78d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b79387f8d3c1b7938 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b79a07f8d3c1b79a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7a087f8d3c1b7a08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7a707f8d3c1b7a70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7ad87f8d3c1b7ad8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7b407f8d3c1b7b40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7ba87f8d3c1b7ba8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7c107f8d3c1b7c10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7c787f8d3c1b7c78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b7ce07f8d3c1b7ce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21068cc07f9221068cc0 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD218344007f9221834400 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD218344687f9221834468 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218344d07f92218344d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD218345387f9221834538 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD218345a07f92218345a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD218346087f9221834608 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD218346707f9221834670 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218346d87f92218346d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218347407f9221834740 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218347a87f92218347a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218348107f9221834810 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD218348787f9221834878 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD218348e07f92218348e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD218349487f9221834948 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD218349b07f92218349b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834a187f9221834a18 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834a807f9221834a80 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834ae87f9221834ae8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834b507f9221834b50 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834bb87f9221834bb8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834c207f9221834c20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834c887f9221834c88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834cf07f9221834cf0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834d587f9221834d58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834dc07f9221834dc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834e287f9221834e28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834e907f9221834e90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834ef87f9221834ef8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834f607f9221834f60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD21834fc87f9221834fc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218350307f9221835030 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD218350987f9221835098 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218351007f9221835100 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD218351687f9221835168 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD218351d07f92218351d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218352387f9221835238 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD218352a07f92218352a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD21832e007f9221832e00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD21832e687f9221832e68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD21832ed07f9221832ed0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD21832f387f9221832f38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD21832fa07f9221832fa0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218330087f9221833008 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218330707f9221833070 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218330d87f92218330d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218331407f9221833140 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD218331a87f92218331a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD218332107f9221833210 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218332787f9221833278 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD218332e07f92218332e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218333487f9221833348 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD218333b07f92218333b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD218334187f9221833418 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD218334807f9221833480 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD218334e87f92218334e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218335507f9221833550 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218335b87f92218335b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218336207f9221833620 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218336887f9221833688 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218336f07f92218336f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218337587f9221833758 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218337c07f92218337c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218338287f9221833828 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218338907f9221833890 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218338f87f92218338f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218339607f9221833960 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218339c87f92218339c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833a307f9221833a30 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833a987f9221833a98 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833b007f9221833b00 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833b687f9221833b68 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833bd07f9221833bd0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833c387f9221833c38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833ca07f9221833ca0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833d087f9221833d08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833d707f9221833d70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833dd87f9221833dd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833e407f9221833e40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833ea87f9221833ea8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833f107f9221833f10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833f787f9221833f78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21833fe07f9221833fe0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218340487f9221834048 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218340b07f92218340b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218341187f9221834118 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218341807f9221834180 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218341e87f92218341e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218342507f9221834250 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218342b87f92218342b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218343207f9221834320 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218378007f9221837800 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD218378687f9221837868 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD218378d07f92218378d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218379387f9221837938 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218379a07f92218379a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837a087f9221837a08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837a707f9221837a70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837ad87f9221837ad8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837b407f9221837b40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837ba87f9221837ba8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837c107f9221837c10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837c787f9221837c78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD21837ce07f9221837ce0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837d487f9221837d48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837db07f9221837db0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837e187f9221837e18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837e807f9221837e80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837ee87f9221837ee8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837f507f9221837f50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21837fb87f9221837fb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218380207f9221838020 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218380887f9221838088 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218380f07f92218380f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD218381587f9221838158 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD218381c07f92218381c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD218382287f9221838228 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD218382907f9221838290 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD218382f87f92218382f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD218383607f9221838360 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD218383c87f92218383c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD218384307f9221838430 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD218384987f9221838498 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD218385007f9221838500 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD218385687f9221838568 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD218385d07f92218385d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD218386387f9221838638 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD218386a07f92218386a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD218387087f9221838708 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD218387707f9221838770 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD218387d87f92218387d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD218388407f9221838840 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD218388a87f92218388a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD218389107f9221838910 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD218389787f9221838978 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD218389e07f92218389e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21838a487f9221838a48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21838ab07f9221838ab0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21838b187f9221838b18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21838b807f9221838b80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD218354007f9221835400 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD218354687f9221835468 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD218354d07f92218354d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218355387f9221835538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD218355a07f92218355a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218356087f9221835608 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD218356707f9221835670 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD218356d87f92218356d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218357407f9221835740 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD218357a87f92218357a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD218358107f9221835810 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218358787f9221835878 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD218358e07f92218358e0 /* 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 */ - FFF23dae43907f8d3dae4390 /* Resources */ = { + FFF221068cc07f9221068cc0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3dae43907f8d3dae4390 /* Frameworks */ = { + FFFC21068cc07f9221068cc0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83dae43907f8d3dae4390 /* Sources */ = { + FFF821068cc07f9221068cc0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d0822e87f8d3d0822e8, - FFFF3d0823507f8d3d082350, - FFFF3d0823b87f8d3d0823b8, - FFFF3d0824207f8d3d082420, - FFFF3d0824887f8d3d082488, - FFFF3d0824f07f8d3d0824f0, - FFFF3d0825587f8d3d082558, - FFFF3d0825c07f8d3d0825c0, - FFFF3d0826287f8d3d082628, - FFFF3d0826907f8d3d082690, - FFFF3d0826f87f8d3d0826f8, - FFFF3d0827607f8d3d082760, - FFFF3d0827c87f8d3d0827c8, - FFFF3d0828307f8d3d082830, - FFFF3d0828987f8d3d082898, - FFFF3d0829007f8d3d082900, - FFFF3d0829687f8d3d082968, - FFFF3d0829d07f8d3d0829d0, - FFFF3d082a387f8d3d082a38, - FFFF3d082aa07f8d3d082aa0, - FFFF3d082b087f8d3d082b08, - FFFF3d082b707f8d3d082b70, - FFFF3d082bd87f8d3d082bd8, - FFFF3d082c407f8d3d082c40, - FFFF3d082ca87f8d3d082ca8, - FFFF3d082d107f8d3d082d10, - FFFF3d082d787f8d3d082d78, - FFFF3d082de07f8d3d082de0, - FFFF3d082e487f8d3d082e48, - FFFF3d082eb07f8d3d082eb0, - FFFF3d082f187f8d3d082f18, - FFFF3d082f807f8d3d082f80, - FFFF3d082fe87f8d3d082fe8, - FFFF3d0830507f8d3d083050, - FFFF3d0830b87f8d3d0830b8, - FFFF3d0831207f8d3d083120, - FFFF3d0866d07f8d3d0866d0, - FFFF3d0867387f8d3d086738, - FFFF3d0867a07f8d3d0867a0, - FFFF3d086ae07f8d3d086ae0, - FFFF3d086b487f8d3d086b48, - FFFF3d086bb07f8d3d086bb0, - FFFF3d086c187f8d3d086c18, - FFFF3d086c807f8d3d086c80, - FFFF3d086ce87f8d3d086ce8, - FFFF3d086d507f8d3d086d50, - FFFF3d086db87f8d3d086db8, - FFFF3d086e207f8d3d086e20, - FFFF3d086e887f8d3d086e88, - FFFF3d0877e07f8d3d0877e0, - FFFF3d0878487f8d3d087848, - FFFF3d0878b07f8d3d0878b0, - FFFF3d0879187f8d3d087918, - FFFF3c1b7ce07f8d3c1b7ce0, + FFFF218334e87f92218334e8, + FFFF218335507f9221833550, + FFFF218335b87f92218335b8, + FFFF218336207f9221833620, + FFFF218336887f9221833688, + FFFF218336f07f92218336f0, + FFFF218337587f9221833758, + FFFF218337c07f92218337c0, + FFFF218338287f9221833828, + FFFF218338907f9221833890, + FFFF218338f87f92218338f8, + FFFF218339607f9221833960, + FFFF218339c87f92218339c8, + FFFF21833a307f9221833a30, + FFFF21833a987f9221833a98, + FFFF21833b007f9221833b00, + FFFF21833b687f9221833b68, + FFFF21833bd07f9221833bd0, + FFFF21833c387f9221833c38, + FFFF21833ca07f9221833ca0, + FFFF21833d087f9221833d08, + FFFF21833d707f9221833d70, + FFFF21833dd87f9221833dd8, + FFFF21833e407f9221833e40, + FFFF21833ea87f9221833ea8, + FFFF21833f107f9221833f10, + FFFF21833f787f9221833f78, + FFFF21833fe07f9221833fe0, + FFFF218340487f9221834048, + FFFF218340b07f92218340b0, + FFFF218341187f9221834118, + FFFF218341807f9221834180, + FFFF218341e87f92218341e8, + FFFF218342507f9221834250, + FFFF218342b87f92218342b8, + FFFF218343207f9221834320, + FFFF218378d07f92218378d0, + FFFF218379387f9221837938, + FFFF218379a07f92218379a0, + FFFF21837ce07f9221837ce0, + FFFF21837d487f9221837d48, + FFFF21837db07f9221837db0, + FFFF21837e187f9221837e18, + FFFF21837e807f9221837e80, + FFFF21837ee87f9221837ee8, + FFFF21837f507f9221837f50, + FFFF21837fb87f9221837fb8, + FFFF218380207f9221838020, + FFFF218380887f9221838088, + FFFF218389e07f92218389e0, + FFFF21838a487f9221838a48, + FFFF21838ab07f9221838ab0, + FFFF21838b187f9221838b18, + FFFF218358e07f92218358e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,65 +880,65 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43dae3a907f8d3dae3a90 /* PBXTargetDependency */ = { + FFF421065d307f9221065d30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3dac6c007f8d3dac6c00 /* PsFastXml */; - targetProxy = FFF53dac6c007f8d3dac6c00 /* PBXContainerItemProxy */; + target = FFFA210c11007f92210c1100 /* PsFastXml */; + targetProxy = FFF5210c11007f92210c1100 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFF3c1be0007f8d3c1be000 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be0007f8d3c1be000 /* SqAABBPruner.cpp */; }; - FFFF3c1be0687f8d3c1be068 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be0687f8d3c1be068 /* SqAABBTree.cpp */; }; - FFFF3c1be0d07f8d3c1be0d0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be0d07f8d3c1be0d0 /* SqAABBTreeBuild.cpp */; }; - FFFF3c1be1387f8d3c1be138 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be1387f8d3c1be138 /* SqAABBTreeUpdateMap.cpp */; }; - FFFF3c1be1a07f8d3c1be1a0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be1a07f8d3c1be1a0 /* SqBounds.cpp */; }; - FFFF3c1be2087f8d3c1be208 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be2087f8d3c1be208 /* SqBucketPruner.cpp */; }; - FFFF3c1be2707f8d3c1be270 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be2707f8d3c1be270 /* SqExtendedBucketPruner.cpp */; }; - FFFF3c1be2d87f8d3c1be2d8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be2d87f8d3c1be2d8 /* SqIncrementalAABBPrunerCore.cpp */; }; - FFFF3c1be3407f8d3c1be340 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be3407f8d3c1be340 /* SqIncrementalAABBTree.cpp */; }; - FFFF3c1be3a87f8d3c1be3a8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be3a87f8d3c1be3a8 /* SqMetaData.cpp */; }; - FFFF3c1be4107f8d3c1be410 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be4107f8d3c1be410 /* SqPruningPool.cpp */; }; - FFFF3c1be4787f8d3c1be478 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be4787f8d3c1be478 /* SqPruningStructure.cpp */; }; - FFFF3c1be4e07f8d3c1be4e0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1be4e07f8d3c1be4e0 /* SqSceneQueryManager.cpp */; }; + FFFF2183b8007f922183b800 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183b8007f922183b800 /* SqAABBPruner.cpp */; }; + FFFF2183b8687f922183b868 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183b8687f922183b868 /* SqAABBTree.cpp */; }; + FFFF2183b8d07f922183b8d0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183b8d07f922183b8d0 /* SqAABBTreeBuild.cpp */; }; + FFFF2183b9387f922183b938 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183b9387f922183b938 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF2183b9a07f922183b9a0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183b9a07f922183b9a0 /* SqBounds.cpp */; }; + FFFF2183ba087f922183ba08 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183ba087f922183ba08 /* SqBucketPruner.cpp */; }; + FFFF2183ba707f922183ba70 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183ba707f922183ba70 /* SqExtendedBucketPruner.cpp */; }; + FFFF2183bad87f922183bad8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bad87f922183bad8 /* SqIncrementalAABBPrunerCore.cpp */; }; + FFFF2183bb407f922183bb40 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bb407f922183bb40 /* SqIncrementalAABBTree.cpp */; }; + FFFF2183bba87f922183bba8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bba87f922183bba8 /* SqMetaData.cpp */; }; + FFFF2183bc107f922183bc10 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bc107f922183bc10 /* SqPruningPool.cpp */; }; + FFFF2183bc787f922183bc78 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bc787f922183bc78 /* SqPruningStructure.cpp */; }; + FFFF2183bce07f922183bce0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2183bce07f922183bce0 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cc2ae407f8d3cc2ae40 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3c1be0007f8d3c1be000 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be0687f8d3c1be068 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be0d07f8d3c1be0d0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be1387f8d3c1be138 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be1a07f8d3c1be1a0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be2087f8d3c1be208 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be2707f8d3c1be270 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be2d87f8d3c1be2d8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be3407f8d3c1be340 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be3a87f8d3c1be3a8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be4107f8d3c1be410 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be4787f8d3c1be478 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be4e07f8d3c1be4e0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be5487f8d3c1be548 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be5b07f8d3c1be5b0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be6187f8d3c1be618 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be6807f8d3c1be680 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be6e87f8d3c1be6e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be7507f8d3c1be750 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be7b87f8d3c1be7b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be8207f8d3c1be820 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be8887f8d3c1be888 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be8f07f8d3c1be8f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be9587f8d3c1be958 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1be9c07f8d3c1be9c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1bea287f8d3c1bea28 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc2efb07f8d3cc2efb0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc2f0187f8d3cc2f018 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc2f0807f8d3cc2f080 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc2f0e87f8d3cc2f0e8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD21079f707f9221079f70 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2183b8007f922183b800 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183b8687f922183b868 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183b8d07f922183b8d0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183b9387f922183b938 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183b9a07f922183b9a0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183ba087f922183ba08 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183ba707f922183ba70 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bad87f922183bad8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bb407f922183bb40 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bba87f922183bba8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bc107f922183bc10 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bc787f922183bc78 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bce07f922183bce0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2183bd487f922183bd48 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183bdb07f922183bdb0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183be187f922183be18 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183be807f922183be80 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183bee87f922183bee8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183bf507f922183bf50 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183bfb87f922183bfb8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c0207f922183c020 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c0887f922183c088 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c0f07f922183c0f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c1587f922183c158 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c1c07f922183c1c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183c2287f922183c228 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD2107e2707f922107e270 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2107e2d87f922107e2d8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2107e3407f922107e340 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2107e3a87f922107e3a8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23cc2ae407f8d3cc2ae40 /* Resources */ = { + FFF221079f707f9221079f70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -948,7 +948,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cc2ae407f8d3cc2ae40 /* Frameworks */ = { + FFFC21079f707f9221079f70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -958,23 +958,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cc2ae407f8d3cc2ae40 /* Sources */ = { + FFF821079f707f9221079f70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3c1be0007f8d3c1be000, - FFFF3c1be0687f8d3c1be068, - FFFF3c1be0d07f8d3c1be0d0, - FFFF3c1be1387f8d3c1be138, - FFFF3c1be1a07f8d3c1be1a0, - FFFF3c1be2087f8d3c1be208, - FFFF3c1be2707f8d3c1be270, - FFFF3c1be2d87f8d3c1be2d8, - FFFF3c1be3407f8d3c1be340, - FFFF3c1be3a87f8d3c1be3a8, - FFFF3c1be4107f8d3c1be410, - FFFF3c1be4787f8d3c1be478, - FFFF3c1be4e07f8d3c1be4e0, + FFFF2183b8007f922183b800, + FFFF2183b8687f922183b868, + FFFF2183b8d07f922183b8d0, + FFFF2183b9387f922183b938, + FFFF2183b9a07f922183b9a0, + FFFF2183ba087f922183ba08, + FFFF2183ba707f922183ba70, + FFFF2183bad87f922183bad8, + FFFF2183bb407f922183bb40, + FFFF2183bba87f922183bba8, + FFFF2183bc107f922183bc10, + FFFF2183bc787f922183bc78, + FFFF2183bce07f922183bce0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -986,154 +986,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFF3c1c4bd07f8d3c1c4bd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4bd07f8d3c1c4bd0 /* ScActorCore.cpp */; }; - FFFF3c1c4c387f8d3c1c4c38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4c387f8d3c1c4c38 /* ScActorSim.cpp */; }; - FFFF3c1c4ca07f8d3c1c4ca0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4ca07f8d3c1c4ca0 /* ScArticulationCore.cpp */; }; - FFFF3c1c4d087f8d3c1c4d08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4d087f8d3c1c4d08 /* ScArticulationJointCore.cpp */; }; - FFFF3c1c4d707f8d3c1c4d70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4d707f8d3c1c4d70 /* ScArticulationJointSim.cpp */; }; - FFFF3c1c4dd87f8d3c1c4dd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4dd87f8d3c1c4dd8 /* ScArticulationSim.cpp */; }; - FFFF3c1c4e407f8d3c1c4e40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4e407f8d3c1c4e40 /* ScBodyCore.cpp */; }; - FFFF3c1c4ea87f8d3c1c4ea8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4ea87f8d3c1c4ea8 /* ScBodyCoreKinematic.cpp */; }; - FFFF3c1c4f107f8d3c1c4f10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4f107f8d3c1c4f10 /* ScBodySim.cpp */; }; - FFFF3c1c4f787f8d3c1c4f78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4f787f8d3c1c4f78 /* ScConstraintCore.cpp */; }; - FFFF3c1c4fe07f8d3c1c4fe0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c4fe07f8d3c1c4fe0 /* ScConstraintGroupNode.cpp */; }; - FFFF3c1c50487f8d3c1c5048 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c50487f8d3c1c5048 /* ScConstraintInteraction.cpp */; }; - FFFF3c1c50b07f8d3c1c50b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c50b07f8d3c1c50b0 /* ScConstraintProjectionManager.cpp */; }; - FFFF3c1c51187f8d3c1c5118 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c51187f8d3c1c5118 /* ScConstraintProjectionTree.cpp */; }; - FFFF3c1c51807f8d3c1c5180 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c51807f8d3c1c5180 /* ScConstraintSim.cpp */; }; - FFFF3c1c51e87f8d3c1c51e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c51e87f8d3c1c51e8 /* ScElementInteractionMarker.cpp */; }; - FFFF3c1c52507f8d3c1c5250 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c52507f8d3c1c5250 /* ScElementSim.cpp */; }; - FFFF3c1c52b87f8d3c1c52b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c52b87f8d3c1c52b8 /* ScInteraction.cpp */; }; - FFFF3c1c53207f8d3c1c5320 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c53207f8d3c1c5320 /* ScIterators.cpp */; }; - FFFF3c1c53887f8d3c1c5388 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c53887f8d3c1c5388 /* ScMaterialCore.cpp */; }; - FFFF3c1c53f07f8d3c1c53f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c53f07f8d3c1c53f0 /* ScMetaData.cpp */; }; - FFFF3c1c54587f8d3c1c5458 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c54587f8d3c1c5458 /* ScNPhaseCore.cpp */; }; - FFFF3c1c54c07f8d3c1c54c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c54c07f8d3c1c54c0 /* ScPhysics.cpp */; }; - FFFF3c1c55287f8d3c1c5528 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c55287f8d3c1c5528 /* ScRigidCore.cpp */; }; - FFFF3c1c55907f8d3c1c5590 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c55907f8d3c1c5590 /* ScRigidSim.cpp */; }; - FFFF3c1c55f87f8d3c1c55f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c55f87f8d3c1c55f8 /* ScScene.cpp */; }; - FFFF3c1c56607f8d3c1c5660 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c56607f8d3c1c5660 /* ScShapeCore.cpp */; }; - FFFF3c1c56c87f8d3c1c56c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c56c87f8d3c1c56c8 /* ScShapeInteraction.cpp */; }; - FFFF3c1c57307f8d3c1c5730 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c57307f8d3c1c5730 /* ScShapeSim.cpp */; }; - FFFF3c1c57987f8d3c1c5798 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c57987f8d3c1c5798 /* ScSimStats.cpp */; }; - FFFF3c1c58007f8d3c1c5800 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c58007f8d3c1c5800 /* ScSimulationController.cpp */; }; - FFFF3c1c58687f8d3c1c5868 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c58687f8d3c1c5868 /* ScSqBoundsManager.cpp */; }; - FFFF3c1c58d07f8d3c1c58d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c58d07f8d3c1c58d0 /* ScStaticCore.cpp */; }; - FFFF3c1c59387f8d3c1c5938 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c59387f8d3c1c5938 /* ScStaticSim.cpp */; }; - FFFF3c1c59a07f8d3c1c59a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c59a07f8d3c1c59a0 /* ScTriggerInteraction.cpp */; }; - FFFF3c1c5b407f8d3c1c5b40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5b407f8d3c1c5b40 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFF3c1c5ba87f8d3c1c5ba8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5ba87f8d3c1c5ba8 /* particles/ScParticlePacketShape.cpp */; }; - FFFF3c1c5c107f8d3c1c5c10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5c107f8d3c1c5c10 /* particles/ScParticleSystemCore.cpp */; }; - FFFF3c1c5c787f8d3c1c5c78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5c787f8d3c1c5c78 /* particles/ScParticleSystemSim.cpp */; }; - FFFF3c1c5db07f8d3c1c5db0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5db07f8d3c1c5db0 /* cloth/ScClothCore.cpp */; }; - FFFF3c1c5e187f8d3c1c5e18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5e187f8d3c1c5e18 /* cloth/ScClothFabricCore.cpp */; }; - FFFF3c1c5e807f8d3c1c5e80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5e807f8d3c1c5e80 /* cloth/ScClothShape.cpp */; }; - FFFF3c1c5ee87f8d3c1c5ee8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c5ee87f8d3c1c5ee8 /* cloth/ScClothSim.cpp */; }; + FFFF209f59d07f92209f59d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f59d07f92209f59d0 /* ScActorCore.cpp */; }; + FFFF209f5a387f92209f5a38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5a387f92209f5a38 /* ScActorSim.cpp */; }; + FFFF209f5aa07f92209f5aa0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5aa07f92209f5aa0 /* ScArticulationCore.cpp */; }; + FFFF209f5b087f92209f5b08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5b087f92209f5b08 /* ScArticulationJointCore.cpp */; }; + FFFF209f5b707f92209f5b70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5b707f92209f5b70 /* ScArticulationJointSim.cpp */; }; + FFFF209f5bd87f92209f5bd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5bd87f92209f5bd8 /* ScArticulationSim.cpp */; }; + FFFF209f5c407f92209f5c40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5c407f92209f5c40 /* ScBodyCore.cpp */; }; + FFFF209f5ca87f92209f5ca8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5ca87f92209f5ca8 /* ScBodyCoreKinematic.cpp */; }; + FFFF209f5d107f92209f5d10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5d107f92209f5d10 /* ScBodySim.cpp */; }; + FFFF209f5d787f92209f5d78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5d787f92209f5d78 /* ScConstraintCore.cpp */; }; + FFFF209f5de07f92209f5de0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5de07f92209f5de0 /* ScConstraintGroupNode.cpp */; }; + FFFF209f5e487f92209f5e48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5e487f92209f5e48 /* ScConstraintInteraction.cpp */; }; + FFFF209f5eb07f92209f5eb0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5eb07f92209f5eb0 /* ScConstraintProjectionManager.cpp */; }; + FFFF209f5f187f92209f5f18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5f187f92209f5f18 /* ScConstraintProjectionTree.cpp */; }; + FFFF209f5f807f92209f5f80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5f807f92209f5f80 /* ScConstraintSim.cpp */; }; + FFFF209f5fe87f92209f5fe8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f5fe87f92209f5fe8 /* ScElementInteractionMarker.cpp */; }; + FFFF209f60507f92209f6050 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f60507f92209f6050 /* ScElementSim.cpp */; }; + FFFF209f60b87f92209f60b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f60b87f92209f60b8 /* ScInteraction.cpp */; }; + FFFF209f61207f92209f6120 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f61207f92209f6120 /* ScIterators.cpp */; }; + FFFF209f61887f92209f6188 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f61887f92209f6188 /* ScMaterialCore.cpp */; }; + FFFF209f61f07f92209f61f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f61f07f92209f61f0 /* ScMetaData.cpp */; }; + FFFF209f62587f92209f6258 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f62587f92209f6258 /* ScNPhaseCore.cpp */; }; + FFFF209f62c07f92209f62c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f62c07f92209f62c0 /* ScPhysics.cpp */; }; + FFFF209f63287f92209f6328 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f63287f92209f6328 /* ScRigidCore.cpp */; }; + FFFF209f63907f92209f6390 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f63907f92209f6390 /* ScRigidSim.cpp */; }; + FFFF209f63f87f92209f63f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f63f87f92209f63f8 /* ScScene.cpp */; }; + FFFF209f64607f92209f6460 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f64607f92209f6460 /* ScShapeCore.cpp */; }; + FFFF209f64c87f92209f64c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f64c87f92209f64c8 /* ScShapeInteraction.cpp */; }; + FFFF209f65307f92209f6530 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f65307f92209f6530 /* ScShapeSim.cpp */; }; + FFFF209f65987f92209f6598 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f65987f92209f6598 /* ScSimStats.cpp */; }; + FFFF209f66007f92209f6600 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f66007f92209f6600 /* ScSimulationController.cpp */; }; + FFFF209f66687f92209f6668 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f66687f92209f6668 /* ScSqBoundsManager.cpp */; }; + FFFF209f66d07f92209f66d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f66d07f92209f66d0 /* ScStaticCore.cpp */; }; + FFFF209f67387f92209f6738 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f67387f92209f6738 /* ScStaticSim.cpp */; }; + FFFF209f67a07f92209f67a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f67a07f92209f67a0 /* ScTriggerInteraction.cpp */; }; + FFFF209f69407f92209f6940 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f69407f92209f6940 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF209f69a87f92209f69a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f69a87f92209f69a8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF209f6a107f92209f6a10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6a107f92209f6a10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF209f6a787f92209f6a78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6a787f92209f6a78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF209f6bb07f92209f6bb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6bb07f92209f6bb0 /* cloth/ScClothCore.cpp */; }; + FFFF209f6c187f92209f6c18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6c187f92209f6c18 /* cloth/ScClothFabricCore.cpp */; }; + FFFF209f6c807f92209f6c80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6c807f92209f6c80 /* cloth/ScClothShape.cpp */; }; + FFFF209f6ce87f92209f6ce8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f6ce87f92209f6ce8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cc2f2707f8d3cc2f270 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3c1c0c007f8d3c1c0c00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0c687f8d3c1c0c68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0cd07f8d3c1c0cd0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0d387f8d3c1c0d38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0da07f8d3c1c0da0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0e087f8d3c1c0e08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0e707f8d3c1c0e70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0ed87f8d3c1c0ed8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0f407f8d3c1c0f40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c0fa87f8d3c1c0fa8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c10107f8d3c1c1010 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c10787f8d3c1c1078 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c10e07f8d3c1c10e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c11487f8d3c1c1148 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c11b07f8d3c1c11b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c3e007f8d3c1c3e00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c3e687f8d3c1c3e68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c3ed07f8d3c1c3ed0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c3f387f8d3c1c3f38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c3fa07f8d3c1c3fa0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c40087f8d3c1c4008 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c40707f8d3c1c4070 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c40d87f8d3c1c40d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c41407f8d3c1c4140 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c41a87f8d3c1c41a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c42107f8d3c1c4210 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c42787f8d3c1c4278 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c42e07f8d3c1c42e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c43487f8d3c1c4348 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c43b07f8d3c1c43b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c44187f8d3c1c4418 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c44807f8d3c1c4480 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c44e87f8d3c1c44e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c45507f8d3c1c4550 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c45b87f8d3c1c45b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c46207f8d3c1c4620 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c46887f8d3c1c4688 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c46f07f8d3c1c46f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c47587f8d3c1c4758 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c47c07f8d3c1c47c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c48287f8d3c1c4828 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c48907f8d3c1c4890 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c48f87f8d3c1c48f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c49607f8d3c1c4960 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c49c87f8d3c1c49c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4a307f8d3c1c4a30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4a987f8d3c1c4a98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4b007f8d3c1c4b00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4b687f8d3c1c4b68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4bd07f8d3c1c4bd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4c387f8d3c1c4c38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4ca07f8d3c1c4ca0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4d087f8d3c1c4d08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4d707f8d3c1c4d70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4dd87f8d3c1c4dd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4e407f8d3c1c4e40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4ea87f8d3c1c4ea8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4f107f8d3c1c4f10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4f787f8d3c1c4f78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c4fe07f8d3c1c4fe0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c50487f8d3c1c5048 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c50b07f8d3c1c50b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c51187f8d3c1c5118 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c51807f8d3c1c5180 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c51e87f8d3c1c51e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c52507f8d3c1c5250 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c52b87f8d3c1c52b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c53207f8d3c1c5320 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c53887f8d3c1c5388 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c53f07f8d3c1c53f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c54587f8d3c1c5458 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c54c07f8d3c1c54c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c55287f8d3c1c5528 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c55907f8d3c1c5590 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c55f87f8d3c1c55f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c56607f8d3c1c5660 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c56c87f8d3c1c56c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c57307f8d3c1c5730 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c57987f8d3c1c5798 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c58007f8d3c1c5800 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c58687f8d3c1c5868 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c58d07f8d3c1c58d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c59387f8d3c1c5938 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c59a07f8d3c1c59a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5a087f8d3c1c5a08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5a707f8d3c1c5a70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5ad87f8d3c1c5ad8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5b407f8d3c1c5b40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5ba87f8d3c1c5ba8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5c107f8d3c1c5c10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5c787f8d3c1c5c78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5ce07f8d3c1c5ce0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5d487f8d3c1c5d48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5db07f8d3c1c5db0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5e187f8d3c1c5e18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5e807f8d3c1c5e80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c5ee87f8d3c1c5ee8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2107e5307f922107e530 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2183e4007f922183e400 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e4687f922183e468 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e4d07f922183e4d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e5387f922183e538 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e5a07f922183e5a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e6087f922183e608 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e6707f922183e670 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e6d87f922183e6d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e7407f922183e740 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e7a87f922183e7a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e8107f922183e810 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e8787f922183e878 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e8e07f922183e8e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e9487f922183e948 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2183e9b07f922183e9b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4c007f92209f4c00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4c687f92209f4c68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4cd07f92209f4cd0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4d387f92209f4d38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4da07f92209f4da0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4e087f92209f4e08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4e707f92209f4e70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4ed87f92209f4ed8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4f407f92209f4f40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f4fa87f92209f4fa8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f50107f92209f5010 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f50787f92209f5078 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f50e07f92209f50e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f51487f92209f5148 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f51b07f92209f51b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f52187f92209f5218 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f52807f92209f5280 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f52e87f92209f52e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f53507f92209f5350 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f53b87f92209f53b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f54207f92209f5420 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f54887f92209f5488 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f54f07f92209f54f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f55587f92209f5558 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f55c07f92209f55c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f56287f92209f5628 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f56907f92209f5690 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f56f87f92209f56f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f57607f92209f5760 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f57c87f92209f57c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f58307f92209f5830 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f58987f92209f5898 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f59007f92209f5900 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f59687f92209f5968 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f59d07f92209f59d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5a387f92209f5a38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5aa07f92209f5aa0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5b087f92209f5b08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5b707f92209f5b70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5bd87f92209f5bd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5c407f92209f5c40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5ca87f92209f5ca8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5d107f92209f5d10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5d787f92209f5d78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5de07f92209f5de0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5e487f92209f5e48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5eb07f92209f5eb0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5f187f92209f5f18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5f807f92209f5f80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f5fe87f92209f5fe8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f60507f92209f6050 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f60b87f92209f60b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f61207f92209f6120 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f61887f92209f6188 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f61f07f92209f61f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f62587f92209f6258 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f62c07f92209f62c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f63287f92209f6328 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f63907f92209f6390 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f63f87f92209f63f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f64607f92209f6460 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f64c87f92209f64c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f65307f92209f6530 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f65987f92209f6598 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f66007f92209f6600 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f66687f92209f6668 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f66d07f92209f66d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f67387f92209f6738 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f67a07f92209f67a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f68087f92209f6808 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f68707f92209f6870 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f68d87f92209f68d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f69407f92209f6940 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f69a87f92209f69a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6a107f92209f6a10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6a787f92209f6a78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6ae07f92209f6ae0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f6b487f92209f6b48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f6bb07f92209f6bb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6c187f92209f6c18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6c807f92209f6c80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f6ce87f92209f6ce8 /* 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 */ - FFF23cc2f2707f8d3cc2f270 /* Resources */ = { + FFF22107e5307f922107e530 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1143,7 +1143,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cc2f2707f8d3cc2f270 /* Frameworks */ = { + FFFC2107e5307f922107e530 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1153,53 +1153,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cc2f2707f8d3cc2f270 /* Sources */ = { + FFF82107e5307f922107e530 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3c1c4bd07f8d3c1c4bd0, - FFFF3c1c4c387f8d3c1c4c38, - FFFF3c1c4ca07f8d3c1c4ca0, - FFFF3c1c4d087f8d3c1c4d08, - FFFF3c1c4d707f8d3c1c4d70, - FFFF3c1c4dd87f8d3c1c4dd8, - FFFF3c1c4e407f8d3c1c4e40, - FFFF3c1c4ea87f8d3c1c4ea8, - FFFF3c1c4f107f8d3c1c4f10, - FFFF3c1c4f787f8d3c1c4f78, - FFFF3c1c4fe07f8d3c1c4fe0, - FFFF3c1c50487f8d3c1c5048, - FFFF3c1c50b07f8d3c1c50b0, - FFFF3c1c51187f8d3c1c5118, - FFFF3c1c51807f8d3c1c5180, - FFFF3c1c51e87f8d3c1c51e8, - FFFF3c1c52507f8d3c1c5250, - FFFF3c1c52b87f8d3c1c52b8, - FFFF3c1c53207f8d3c1c5320, - FFFF3c1c53887f8d3c1c5388, - FFFF3c1c53f07f8d3c1c53f0, - FFFF3c1c54587f8d3c1c5458, - FFFF3c1c54c07f8d3c1c54c0, - FFFF3c1c55287f8d3c1c5528, - FFFF3c1c55907f8d3c1c5590, - FFFF3c1c55f87f8d3c1c55f8, - FFFF3c1c56607f8d3c1c5660, - FFFF3c1c56c87f8d3c1c56c8, - FFFF3c1c57307f8d3c1c5730, - FFFF3c1c57987f8d3c1c5798, - FFFF3c1c58007f8d3c1c5800, - FFFF3c1c58687f8d3c1c5868, - FFFF3c1c58d07f8d3c1c58d0, - FFFF3c1c59387f8d3c1c5938, - FFFF3c1c59a07f8d3c1c59a0, - FFFF3c1c5b407f8d3c1c5b40, - FFFF3c1c5ba87f8d3c1c5ba8, - FFFF3c1c5c107f8d3c1c5c10, - FFFF3c1c5c787f8d3c1c5c78, - FFFF3c1c5db07f8d3c1c5db0, - FFFF3c1c5e187f8d3c1c5e18, - FFFF3c1c5e807f8d3c1c5e80, - FFFF3c1c5ee87f8d3c1c5ee8, + FFFF209f59d07f92209f59d0, + FFFF209f5a387f92209f5a38, + FFFF209f5aa07f92209f5aa0, + FFFF209f5b087f92209f5b08, + FFFF209f5b707f92209f5b70, + FFFF209f5bd87f92209f5bd8, + FFFF209f5c407f92209f5c40, + FFFF209f5ca87f92209f5ca8, + FFFF209f5d107f92209f5d10, + FFFF209f5d787f92209f5d78, + FFFF209f5de07f92209f5de0, + FFFF209f5e487f92209f5e48, + FFFF209f5eb07f92209f5eb0, + FFFF209f5f187f92209f5f18, + FFFF209f5f807f92209f5f80, + FFFF209f5fe87f92209f5fe8, + FFFF209f60507f92209f6050, + FFFF209f60b87f92209f60b8, + FFFF209f61207f92209f6120, + FFFF209f61887f92209f6188, + FFFF209f61f07f92209f61f0, + FFFF209f62587f92209f6258, + FFFF209f62c07f92209f62c0, + FFFF209f63287f92209f6328, + FFFF209f63907f92209f6390, + FFFF209f63f87f92209f63f8, + FFFF209f64607f92209f6460, + FFFF209f64c87f92209f64c8, + FFFF209f65307f92209f6530, + FFFF209f65987f92209f6598, + FFFF209f66007f92209f6600, + FFFF209f66687f92209f6668, + FFFF209f66d07f92209f66d0, + FFFF209f67387f92209f6738, + FFFF209f67a07f92209f67a0, + FFFF209f69407f92209f6940, + FFFF209f69a87f92209f69a8, + FFFF209f6a107f92209f6a10, + FFFF209f6a787f92209f6a78, + FFFF209f6bb07f92209f6bb0, + FFFF209f6c187f92209f6c18, + FFFF209f6c807f92209f6c80, + FFFF209f6ce87f92209f6ce8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1211,80 +1211,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFF3cc362a07f8d3cc362a0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD3dae43907f8d3dae4390 /* PhysXExtensions */; }; - FFFF3c1c80007f8d3c1c8000 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c80007f8d3c1c8000 /* Adjacencies.cpp */; }; - FFFF3c1c80687f8d3c1c8068 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c80687f8d3c1c8068 /* Cooking.cpp */; }; - FFFF3c1c80d07f8d3c1c80d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c80d07f8d3c1c80d0 /* CookingUtils.cpp */; }; - FFFF3c1c81387f8d3c1c8138 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c81387f8d3c1c8138 /* EdgeList.cpp */; }; - FFFF3c1c81a07f8d3c1c81a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c81a07f8d3c1c81a0 /* MeshCleaner.cpp */; }; - FFFF3c1c82087f8d3c1c8208 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c82087f8d3c1c8208 /* Quantizer.cpp */; }; - FFFF3c1c84e07f8d3c1c84e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c84e07f8d3c1c84e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFF3c1c85487f8d3c1c8548 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c85487f8d3c1c8548 /* mesh/HeightFieldCooking.cpp */; }; - FFFF3c1c85b07f8d3c1c85b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c85b07f8d3c1c85b0 /* mesh/RTreeCooking.cpp */; }; - FFFF3c1c86187f8d3c1c8618 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c86187f8d3c1c8618 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFF3c1c88887f8d3c1c8888 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c88887f8d3c1c8888 /* convex/BigConvexDataBuilder.cpp */; }; - FFFF3c1c88f07f8d3c1c88f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c88f07f8d3c1c88f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFF3c1c89587f8d3c1c8958 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c89587f8d3c1c8958 /* convex/ConvexHullLib.cpp */; }; - FFFF3c1c89c07f8d3c1c89c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c89c07f8d3c1c89c0 /* convex/ConvexHullUtils.cpp */; }; - FFFF3c1c8a287f8d3c1c8a28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c8a287f8d3c1c8a28 /* convex/ConvexMeshBuilder.cpp */; }; - FFFF3c1c8a907f8d3c1c8a90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c8a907f8d3c1c8a90 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFF3c1c8af87f8d3c1c8af8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c8af87f8d3c1c8af8 /* convex/InflationConvexHullLib.cpp */; }; - FFFF3c1c8b607f8d3c1c8b60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c8b607f8d3c1c8b60 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFF3c1c8bc87f8d3c1c8bc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1c8bc87f8d3c1c8bc8 /* convex/VolumeIntegration.cpp */; }; + FFFF217275207f9221727520 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD21068cc07f9221068cc0 /* PhysXExtensions */; }; + FFFF209fae007f92209fae00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fae007f92209fae00 /* Adjacencies.cpp */; }; + FFFF209fae687f92209fae68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fae687f92209fae68 /* Cooking.cpp */; }; + FFFF209faed07f92209faed0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209faed07f92209faed0 /* CookingUtils.cpp */; }; + FFFF209faf387f92209faf38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209faf387f92209faf38 /* EdgeList.cpp */; }; + FFFF209fafa07f92209fafa0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fafa07f92209fafa0 /* MeshCleaner.cpp */; }; + FFFF209fb0087f92209fb008 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb0087f92209fb008 /* Quantizer.cpp */; }; + FFFF209fb2e07f92209fb2e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb2e07f92209fb2e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF209fb3487f92209fb348 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb3487f92209fb348 /* mesh/HeightFieldCooking.cpp */; }; + FFFF209fb3b07f92209fb3b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb3b07f92209fb3b0 /* mesh/RTreeCooking.cpp */; }; + FFFF209fb4187f92209fb418 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb4187f92209fb418 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF209fb6887f92209fb688 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb6887f92209fb688 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF209fb6f07f92209fb6f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb6f07f92209fb6f0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF209fb7587f92209fb758 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb7587f92209fb758 /* convex/ConvexHullLib.cpp */; }; + FFFF209fb7c07f92209fb7c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb7c07f92209fb7c0 /* convex/ConvexHullUtils.cpp */; }; + FFFF209fb8287f92209fb828 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb8287f92209fb828 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF209fb8907f92209fb890 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb8907f92209fb890 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF209fb8f87f92209fb8f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb8f87f92209fb8f8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF209fb9607f92209fb960 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb9607f92209fb960 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF209fb9c87f92209fb9c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209fb9c87f92209fb9c8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cc226e07f8d3cc226e0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3cc3a3807f8d3cc3a380 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a3e87f8d3cc3a3e8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a4507f8d3cc3a450 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a4b87f8d3cc3a4b8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a5207f8d3cc3a520 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a5887f8d3cc3a588 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc3a5f07f8d3cc3a5f0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c80007f8d3c1c8000 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c80687f8d3c1c8068 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c80d07f8d3c1c80d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c81387f8d3c1c8138 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c81a07f8d3c1c81a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c82087f8d3c1c8208 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c82707f8d3c1c8270 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c82d87f8d3c1c82d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c83407f8d3c1c8340 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c83a87f8d3c1c83a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c84107f8d3c1c8410 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c84787f8d3c1c8478 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c84e07f8d3c1c84e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c85487f8d3c1c8548 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c85b07f8d3c1c85b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c86187f8d3c1c8618 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c86807f8d3c1c8680 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c86e87f8d3c1c86e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c87507f8d3c1c8750 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c87b87f8d3c1c87b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c88207f8d3c1c8820 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c88887f8d3c1c8888 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c88f07f8d3c1c88f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c89587f8d3c1c8958 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c89c07f8d3c1c89c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8a287f8d3c1c8a28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8a907f8d3c1c8a90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8af87f8d3c1c8af8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8b607f8d3c1c8b60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8bc87f8d3c1c8bc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8c307f8d3c1c8c30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8c987f8d3c1c8c98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8d007f8d3c1c8d00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8d687f8d3c1c8d68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8dd07f8d3c1c8dd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8e387f8d3c1c8e38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8ea07f8d3c1c8ea0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8f087f8d3c1c8f08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1c8f707f8d3c1c8f70 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD21725cc07f9221725cc0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD21728c807f9221728c80 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728ce87f9221728ce8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728d507f9221728d50 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728db87f9221728db8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728e207f9221728e20 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728e887f9221728e88 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD21728ef07f9221728ef0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fae007f92209fae00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fae687f92209fae68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209faed07f92209faed0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209faf387f92209faf38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fafa07f92209fafa0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb0087f92209fb008 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb0707f92209fb070 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb0d87f92209fb0d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb1407f92209fb140 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb1a87f92209fb1a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb2107f92209fb210 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb2787f92209fb278 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb2e07f92209fb2e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb3487f92209fb348 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb3b07f92209fb3b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb4187f92209fb418 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb4807f92209fb480 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb4e87f92209fb4e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb5507f92209fb550 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb5b87f92209fb5b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb6207f92209fb620 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fb6887f92209fb688 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb6f07f92209fb6f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb7587f92209fb758 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb7c07f92209fb7c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb8287f92209fb828 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb8907f92209fb890 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb8f87f92209fb8f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb9607f92209fb960 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fb9c87f92209fb9c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209fba307f92209fba30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fba987f92209fba98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbb007f92209fbb00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbb687f92209fbb68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbbd07f92209fbbd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbc387f92209fbc38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbca07f92209fbca0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbd087f92209fbd08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD209fbd707f92209fbd70 /* 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 */ - FFF23cc226e07f8d3cc226e0 /* Resources */ = { + FFF221725cc07f9221725cc0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1294,7 +1294,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cc226e07f8d3cc226e0 /* Frameworks */ = { + FFFC21725cc07f9221725cc0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1304,29 +1304,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cc226e07f8d3cc226e0 /* Sources */ = { + FFF821725cc07f9221725cc0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3c1c80007f8d3c1c8000, - FFFF3c1c80687f8d3c1c8068, - FFFF3c1c80d07f8d3c1c80d0, - FFFF3c1c81387f8d3c1c8138, - FFFF3c1c81a07f8d3c1c81a0, - FFFF3c1c82087f8d3c1c8208, - FFFF3c1c84e07f8d3c1c84e0, - FFFF3c1c85487f8d3c1c8548, - FFFF3c1c85b07f8d3c1c85b0, - FFFF3c1c86187f8d3c1c8618, - FFFF3c1c88887f8d3c1c8888, - FFFF3c1c88f07f8d3c1c88f0, - FFFF3c1c89587f8d3c1c8958, - FFFF3c1c89c07f8d3c1c89c0, - FFFF3c1c8a287f8d3c1c8a28, - FFFF3c1c8a907f8d3c1c8a90, - FFFF3c1c8af87f8d3c1c8af8, - FFFF3c1c8b607f8d3c1c8b60, - FFFF3c1c8bc87f8d3c1c8bc8, + FFFF209fae007f92209fae00, + FFFF209fae687f92209fae68, + FFFF209faed07f92209faed0, + FFFF209faf387f92209faf38, + FFFF209fafa07f92209fafa0, + FFFF209fb0087f92209fb008, + FFFF209fb2e07f92209fb2e0, + FFFF209fb3487f92209fb348, + FFFF209fb3b07f92209fb3b0, + FFFF209fb4187f92209fb418, + FFFF209fb6887f92209fb688, + FFFF209fb6f07f92209fb6f0, + FFFF209fb7587f92209fb758, + FFFF209fb7c07f92209fb7c0, + FFFF209fb8287f92209fb828, + FFFF209fb8907f92209fb890, + FFFF209fb8f87f92209fb8f8, + FFFF209fb9607f92209fb960, + FFFF209fb9c87f92209fb9c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1335,514 +1335,514 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43cc3d1007f8d3cc3d100 /* PBXTargetDependency */ = { + FFF4217158307f9221715830 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c99d3f07f8d3c99d3f0 /* PhysXCommon */; - targetProxy = FFF53c99d3f07f8d3c99d3f0 /* PBXContainerItemProxy */; + target = FFFA2114ec407f922114ec40 /* PhysXCommon */; + targetProxy = FFF52114ec407f922114ec40 /* PBXContainerItemProxy */; }; - FFF43cc362a07f8d3cc362a0 /* PBXTargetDependency */ = { + FFF4217275207f9221727520 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3dae43907f8d3dae4390 /* PhysXExtensions */; - targetProxy = FFF53dae43907f8d3dae4390 /* PBXContainerItemProxy */; + target = FFFA21068cc07f9221068cc0 /* PhysXExtensions */; + targetProxy = FFF521068cc07f9221068cc0 /* PBXContainerItemProxy */; }; - FFF43cc28dd07f8d3cc28dd0 /* PBXTargetDependency */ = { + FFF421725b607f9221725b60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c9892007f8d3c989200 /* PxFoundation */; - targetProxy = FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */; + target = FFFA21160b007f9221160b00 /* PxFoundation */; + targetProxy = FFF521160b007f9221160b00 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFF3c1a82007f8d3c1a8200 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a82007f8d3c1a8200 /* src/CmBoxPruning.cpp */; }; - FFFF3c1a82687f8d3c1a8268 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a82687f8d3c1a8268 /* src/CmCollection.cpp */; }; - FFFF3c1a82d07f8d3c1a82d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a82d07f8d3c1a82d0 /* src/CmMathUtils.cpp */; }; - FFFF3c1a83387f8d3c1a8338 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a83387f8d3c1a8338 /* src/CmPtrTable.cpp */; }; - FFFF3c1a83a07f8d3c1a83a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a83a07f8d3c1a83a0 /* src/CmRadixSort.cpp */; }; - FFFF3c1a84087f8d3c1a8408 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a84087f8d3c1a8408 /* src/CmRadixSortBuffered.cpp */; }; - FFFF3c1a84707f8d3c1a8470 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a84707f8d3c1a8470 /* src/CmRenderOutput.cpp */; }; - FFFF3c1a84d87f8d3c1a84d8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD3c1a84d87f8d3c1a84d8 /* src/CmVisualization.cpp */; }; - FFFF3b8045a87f8d3b8045a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8045a87f8d3b8045a8 /* ../../Include/GeomUtils */; }; - FFFF3b807ae07f8d3b807ae0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807ae07f8d3b807ae0 /* src/GuBounds.cpp */; }; - FFFF3b807b487f8d3b807b48 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807b487f8d3b807b48 /* src/GuBox.cpp */; }; - FFFF3b807bb07f8d3b807bb0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807bb07f8d3b807bb0 /* src/GuCCTSweepTests.cpp */; }; - FFFF3b807c187f8d3b807c18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807c187f8d3b807c18 /* src/GuCapsule.cpp */; }; - FFFF3b807c807f8d3b807c80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807c807f8d3b807c80 /* src/GuGeometryQuery.cpp */; }; - FFFF3b807ce87f8d3b807ce8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807ce87f8d3b807ce8 /* src/GuGeometryUnion.cpp */; }; - FFFF3b807d507f8d3b807d50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807d507f8d3b807d50 /* src/GuInternal.cpp */; }; - FFFF3b807db87f8d3b807db8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807db87f8d3b807db8 /* src/GuMTD.cpp */; }; - FFFF3b807e207f8d3b807e20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807e207f8d3b807e20 /* src/GuMeshFactory.cpp */; }; - FFFF3b807e887f8d3b807e88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807e887f8d3b807e88 /* src/GuMetaData.cpp */; }; - FFFF3b807ef07f8d3b807ef0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807ef07f8d3b807ef0 /* src/GuOverlapTests.cpp */; }; - FFFF3b807f587f8d3b807f58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807f587f8d3b807f58 /* src/GuRaycastTests.cpp */; }; - FFFF3b807fc07f8d3b807fc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b807fc07f8d3b807fc0 /* src/GuSerialize.cpp */; }; - FFFF3b8080287f8d3b808028 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8080287f8d3b808028 /* src/GuSweepMTD.cpp */; }; - FFFF3b8080907f8d3b808090 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8080907f8d3b808090 /* src/GuSweepSharedTests.cpp */; }; - FFFF3b8080f87f8d3b8080f8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8080f87f8d3b8080f8 /* src/GuSweepTests.cpp */; }; - FFFF3b8081607f8d3b808160 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8081607f8d3b808160 /* src/contact/GuContactBoxBox.cpp */; }; - FFFF3b8081c87f8d3b8081c8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8081c87f8d3b8081c8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFF3b8082307f8d3b808230 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8082307f8d3b808230 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFF3b8082987f8d3b808298 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8082987f8d3b808298 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFF3b8083007f8d3b808300 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8083007f8d3b808300 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFF3b8083687f8d3b808368 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8083687f8d3b808368 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFF3b8083d07f8d3b8083d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8083d07f8d3b8083d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFF3b8084387f8d3b808438 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8084387f8d3b808438 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFF3b8084a07f8d3b8084a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8084a07f8d3b8084a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFF3b8085087f8d3b808508 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8085087f8d3b808508 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFF3b8085707f8d3b808570 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8085707f8d3b808570 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFF3b8085d87f8d3b8085d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8085d87f8d3b8085d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFF3b8086407f8d3b808640 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8086407f8d3b808640 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFF3b8086a87f8d3b8086a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8086a87f8d3b8086a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFF3b8087107f8d3b808710 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8087107f8d3b808710 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFF3b8087787f8d3b808778 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8087787f8d3b808778 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFF3b8087e07f8d3b8087e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8087e07f8d3b8087e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFF3b8088487f8d3b808848 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8088487f8d3b808848 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFF3b8088b07f8d3b8088b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8088b07f8d3b8088b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFF3b8089187f8d3b808918 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8089187f8d3b808918 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFF3b8089807f8d3b808980 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8089807f8d3b808980 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFF3b8089e87f8d3b8089e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8089e87f8d3b8089e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFF3b808a507f8d3b808a50 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808a507f8d3b808a50 /* src/common/GuSeparatingAxes.cpp */; }; - FFFF3b808ab87f8d3b808ab8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808ab87f8d3b808ab8 /* src/convex/GuBigConvexData.cpp */; }; - FFFF3b808b207f8d3b808b20 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808b207f8d3b808b20 /* src/convex/GuConvexHelper.cpp */; }; - FFFF3b808b887f8d3b808b88 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808b887f8d3b808b88 /* src/convex/GuConvexMesh.cpp */; }; - FFFF3b808bf07f8d3b808bf0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808bf07f8d3b808bf0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFF3b808c587f8d3b808c58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808c587f8d3b808c58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFF3b808cc07f8d3b808cc0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808cc07f8d3b808cc0 /* src/convex/GuHillClimbing.cpp */; }; - FFFF3b808d287f8d3b808d28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808d287f8d3b808d28 /* src/convex/GuShapeConvex.cpp */; }; - FFFF3b808d907f8d3b808d90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808d907f8d3b808d90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFF3b808df87f8d3b808df8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808df87f8d3b808df8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFF3b808e607f8d3b808e60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808e607f8d3b808e60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFF3b808ec87f8d3b808ec8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808ec87f8d3b808ec8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFF3b808f307f8d3b808f30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808f307f8d3b808f30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFF3b808f987f8d3b808f98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b808f987f8d3b808f98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFF3b8090007f8d3b809000 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8090007f8d3b809000 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFF3b8090687f8d3b809068 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8090687f8d3b809068 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFF3b8090d07f8d3b8090d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8090d07f8d3b8090d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFF3b8091387f8d3b809138 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8091387f8d3b809138 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFF3b8091a07f8d3b8091a0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8091a07f8d3b8091a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFF3b8092087f8d3b809208 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8092087f8d3b809208 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFF3b8092707f8d3b809270 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8092707f8d3b809270 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFF3b8092d87f8d3b8092d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8092d87f8d3b8092d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFF3b8093407f8d3b809340 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8093407f8d3b809340 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFF3b8093a87f8d3b8093a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8093a87f8d3b8093a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFF3b8094107f8d3b809410 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8094107f8d3b809410 /* src/gjk/GuEPA.cpp */; }; - FFFF3b8094787f8d3b809478 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8094787f8d3b809478 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFF3b8094e07f8d3b8094e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8094e07f8d3b8094e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFF3b8095487f8d3b809548 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8095487f8d3b809548 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFF3b8095b07f8d3b8095b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8095b07f8d3b8095b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFF3b8096187f8d3b809618 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8096187f8d3b809618 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFF3b8096807f8d3b809680 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8096807f8d3b809680 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFF3b8096e87f8d3b8096e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8096e87f8d3b8096e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFF3b8097507f8d3b809750 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8097507f8d3b809750 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFF3b8097b87f8d3b8097b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8097b87f8d3b8097b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFF3b8098207f8d3b809820 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8098207f8d3b809820 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFF3b8098887f8d3b809888 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8098887f8d3b809888 /* src/mesh/GuBV32.cpp */; }; - FFFF3b8098f07f8d3b8098f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8098f07f8d3b8098f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFF3b8099587f8d3b809958 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8099587f8d3b809958 /* src/mesh/GuBV4.cpp */; }; - FFFF3b8099c07f8d3b8099c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b8099c07f8d3b8099c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFF3b809a287f8d3b809a28 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809a287f8d3b809a28 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFF3b809a907f8d3b809a90 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809a907f8d3b809a90 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFF3b809af87f8d3b809af8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809af87f8d3b809af8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFF3b809b607f8d3b809b60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809b607f8d3b809b60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFF3b809bc87f8d3b809bc8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809bc87f8d3b809bc8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFF3b809c307f8d3b809c30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809c307f8d3b809c30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFF3b809c987f8d3b809c98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809c987f8d3b809c98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFF3b809d007f8d3b809d00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809d007f8d3b809d00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFF3b809d687f8d3b809d68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809d687f8d3b809d68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFF3b809dd07f8d3b809dd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809dd07f8d3b809dd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFF3b809e387f8d3b809e38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809e387f8d3b809e38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFF3b809ea07f8d3b809ea0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809ea07f8d3b809ea0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFF3b809f087f8d3b809f08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809f087f8d3b809f08 /* src/mesh/GuRTree.cpp */; }; - FFFF3b809f707f8d3b809f70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809f707f8d3b809f70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFF3b809fd87f8d3b809fd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b809fd87f8d3b809fd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFF3b80a0407f8d3b80a040 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a0407f8d3b80a040 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFF3b80a0a87f8d3b80a0a8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a0a87f8d3b80a0a8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFF3b80a1107f8d3b80a110 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a1107f8d3b80a110 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFF3b80a1787f8d3b80a178 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a1787f8d3b80a178 /* src/hf/GuHeightField.cpp */; }; - FFFF3b80a1e07f8d3b80a1e0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a1e07f8d3b80a1e0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFF3b80a2487f8d3b80a248 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a2487f8d3b80a248 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFF3b80a2b07f8d3b80a2b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a2b07f8d3b80a2b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFF3b80a3187f8d3b80a318 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a3187f8d3b80a318 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFF3b80a3807f8d3b80a380 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a3807f8d3b80a380 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFF3b80a3e87f8d3b80a3e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a3e87f8d3b80a3e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFF3b80a4507f8d3b80a450 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a4507f8d3b80a450 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFF3b80a4b87f8d3b80a4b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a4b87f8d3b80a4b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFF3b80a5207f8d3b80a520 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a5207f8d3b80a520 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFF3b80a5887f8d3b80a588 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a5887f8d3b80a588 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFF3b80a5f07f8d3b80a5f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a5f07f8d3b80a5f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFF3b80a6587f8d3b80a658 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a6587f8d3b80a658 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFF3b80a6c07f8d3b80a6c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a6c07f8d3b80a6c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFF3b80a7287f8d3b80a728 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a7287f8d3b80a728 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFF3b80a7907f8d3b80a790 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a7907f8d3b80a790 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFF3b80a7f87f8d3b80a7f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a7f87f8d3b80a7f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFF3b80a8607f8d3b80a860 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a8607f8d3b80a860 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFF3b80a8c87f8d3b80a8c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a8c87f8d3b80a8c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFF3b80a9307f8d3b80a930 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a9307f8d3b80a930 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFF3b80a9987f8d3b80a998 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80a9987f8d3b80a998 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFF3b80aa007f8d3b80aa00 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80aa007f8d3b80aa00 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFF3b80aa687f8d3b80aa68 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80aa687f8d3b80aa68 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFF3b80aad07f8d3b80aad0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80aad07f8d3b80aad0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFF3b80ab387f8d3b80ab38 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ab387f8d3b80ab38 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFF3b80aba07f8d3b80aba0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80aba07f8d3b80aba0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFF3b80ac087f8d3b80ac08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ac087f8d3b80ac08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFF3b80ac707f8d3b80ac70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ac707f8d3b80ac70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFF3b80acd87f8d3b80acd8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80acd87f8d3b80acd8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFF3b80ad407f8d3b80ad40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ad407f8d3b80ad40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFF3b80ada87f8d3b80ada8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ada87f8d3b80ada8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFF3b80ae107f8d3b80ae10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD3b80ae107f8d3b80ae10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF209aaa007f92209aaa00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aaa007f92209aaa00 /* src/CmBoxPruning.cpp */; }; + FFFF209aaa687f92209aaa68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aaa687f92209aaa68 /* src/CmCollection.cpp */; }; + FFFF209aaad07f92209aaad0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aaad07f92209aaad0 /* src/CmMathUtils.cpp */; }; + FFFF209aab387f92209aab38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aab387f92209aab38 /* src/CmPtrTable.cpp */; }; + FFFF209aaba07f92209aaba0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aaba07f92209aaba0 /* src/CmRadixSort.cpp */; }; + FFFF209aac087f92209aac08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aac087f92209aac08 /* src/CmRadixSortBuffered.cpp */; }; + FFFF209aac707f92209aac70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aac707f92209aac70 /* src/CmRenderOutput.cpp */; }; + FFFF209aacd87f92209aacd8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD209aacd87f92209aacd8 /* src/CmVisualization.cpp */; }; + FFFF218013a87f92218013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218013a87f92218013a8 /* ../../Include/GeomUtils */; }; + FFFF218048e07f92218048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218048e07f92218048e0 /* src/GuBounds.cpp */; }; + FFFF218049487f9221804948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218049487f9221804948 /* src/GuBox.cpp */; }; + FFFF218049b07f92218049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218049b07f92218049b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF21804a187f9221804a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804a187f9221804a18 /* src/GuCapsule.cpp */; }; + FFFF21804a807f9221804a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804a807f9221804a80 /* src/GuGeometryQuery.cpp */; }; + FFFF21804ae87f9221804ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804ae87f9221804ae8 /* src/GuGeometryUnion.cpp */; }; + FFFF21804b507f9221804b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804b507f9221804b50 /* src/GuInternal.cpp */; }; + FFFF21804bb87f9221804bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804bb87f9221804bb8 /* src/GuMTD.cpp */; }; + FFFF21804c207f9221804c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804c207f9221804c20 /* src/GuMeshFactory.cpp */; }; + FFFF21804c887f9221804c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804c887f9221804c88 /* src/GuMetaData.cpp */; }; + FFFF21804cf07f9221804cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804cf07f9221804cf0 /* src/GuOverlapTests.cpp */; }; + FFFF21804d587f9221804d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804d587f9221804d58 /* src/GuRaycastTests.cpp */; }; + FFFF21804dc07f9221804dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804dc07f9221804dc0 /* src/GuSerialize.cpp */; }; + FFFF21804e287f9221804e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804e287f9221804e28 /* src/GuSweepMTD.cpp */; }; + FFFF21804e907f9221804e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804e907f9221804e90 /* src/GuSweepSharedTests.cpp */; }; + FFFF21804ef87f9221804ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804ef87f9221804ef8 /* src/GuSweepTests.cpp */; }; + FFFF21804f607f9221804f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804f607f9221804f60 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF21804fc87f9221804fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21804fc87f9221804fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF218050307f9221805030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218050307f9221805030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF218050987f9221805098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218050987f9221805098 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF218051007f9221805100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218051007f9221805100 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF218051687f9221805168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218051687f9221805168 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF218051d07f92218051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218051d07f92218051d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF218052387f9221805238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218052387f9221805238 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF218052a07f92218052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218052a07f92218052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF218053087f9221805308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218053087f9221805308 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF218053707f9221805370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218053707f9221805370 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF218053d87f92218053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218053d87f92218053d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF218054407f9221805440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218054407f9221805440 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF218054a87f92218054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218054a87f92218054a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF218055107f9221805510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218055107f9221805510 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF218055787f9221805578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218055787f9221805578 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF218055e07f92218055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218055e07f92218055e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF218056487f9221805648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218056487f9221805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF218056b07f92218056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218056b07f92218056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF218057187f9221805718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218057187f9221805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF218057807f9221805780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218057807f9221805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF218057e87f92218057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218057e87f92218057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF218058507f9221805850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218058507f9221805850 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF218058b87f92218058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218058b87f92218058b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF218059207f9221805920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218059207f9221805920 /* src/convex/GuConvexHelper.cpp */; }; + FFFF218059887f9221805988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218059887f9221805988 /* src/convex/GuConvexMesh.cpp */; }; + FFFF218059f07f92218059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218059f07f92218059f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF21805a587f9221805a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805a587f9221805a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF21805ac07f9221805ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805ac07f9221805ac0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF21805b287f9221805b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805b287f9221805b28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF21805b907f9221805b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805b907f9221805b90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF21805bf87f9221805bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805bf87f9221805bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF21805c607f9221805c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805c607f9221805c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF21805cc87f9221805cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805cc87f9221805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF21805d307f9221805d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805d307f9221805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF21805d987f9221805d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805d987f9221805d98 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF21805e007f9221805e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805e007f9221805e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF21805e687f9221805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805e687f9221805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF21805ed07f9221805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805ed07f9221805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF21805f387f9221805f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805f387f9221805f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF21805fa07f9221805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21805fa07f9221805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF218060087f9221806008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218060087f9221806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF218060707f9221806070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218060707f9221806070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF218060d87f92218060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218060d87f92218060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF218061407f9221806140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218061407f9221806140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF218061a87f92218061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218061a87f92218061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF218062107f9221806210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218062107f9221806210 /* src/gjk/GuEPA.cpp */; }; + FFFF218062787f9221806278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218062787f9221806278 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF218062e07f92218062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218062e07f92218062e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF218063487f9221806348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218063487f9221806348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF218063b07f92218063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218063b07f92218063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF218064187f9221806418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218064187f9221806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF218064807f9221806480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218064807f9221806480 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF218064e87f92218064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218064e87f92218064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF218065507f9221806550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218065507f9221806550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF218065b87f92218065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218065b87f92218065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF218066207f9221806620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218066207f9221806620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF218066887f9221806688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218066887f9221806688 /* src/mesh/GuBV32.cpp */; }; + FFFF218066f07f92218066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218066f07f92218066f0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF218067587f9221806758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218067587f9221806758 /* src/mesh/GuBV4.cpp */; }; + FFFF218067c07f92218067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218067c07f92218067c0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF218068287f9221806828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218068287f9221806828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF218068907f9221806890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218068907f9221806890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF218068f87f92218068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218068f87f92218068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF218069607f9221806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218069607f9221806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF218069c87f92218069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218069c87f92218069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF21806a307f9221806a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806a307f9221806a30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF21806a987f9221806a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806a987f9221806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF21806b007f9221806b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806b007f9221806b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF21806b687f9221806b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806b687f9221806b68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF21806bd07f9221806bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806bd07f9221806bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF21806c387f9221806c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806c387f9221806c38 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF21806ca07f9221806ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806ca07f9221806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF21806d087f9221806d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806d087f9221806d08 /* src/mesh/GuRTree.cpp */; }; + FFFF21806d707f9221806d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806d707f9221806d70 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF21806dd87f9221806dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806dd87f9221806dd8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF21806e407f9221806e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806e407f9221806e40 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF21806ea87f9221806ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806ea87f9221806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF21806f107f9221806f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806f107f9221806f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF21806f787f9221806f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806f787f9221806f78 /* src/hf/GuHeightField.cpp */; }; + FFFF21806fe07f9221806fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21806fe07f9221806fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF218070487f9221807048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218070487f9221807048 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF218070b07f92218070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218070b07f92218070b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF218071187f9221807118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218071187f9221807118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF218071807f9221807180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218071807f9221807180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF218071e87f92218071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218071e87f92218071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF218072507f9221807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218072507f9221807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF218072b87f92218072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218072b87f92218072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF218073207f9221807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218073207f9221807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF218073887f9221807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218073887f9221807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF218073f07f92218073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218073f07f92218073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF218074587f9221807458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218074587f9221807458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF218074c07f92218074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218074c07f92218074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF218075287f9221807528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218075287f9221807528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF218075907f9221807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218075907f9221807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF218075f87f92218075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218075f87f92218075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF218076607f9221807660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218076607f9221807660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF218076c87f92218076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218076c87f92218076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF218077307f9221807730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218077307f9221807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF218077987f9221807798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218077987f9221807798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF218078007f9221807800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218078007f9221807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF218078687f9221807868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218078687f9221807868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF218078d07f92218078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218078d07f92218078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF218079387f9221807938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218079387f9221807938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF218079a07f92218079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD218079a07f92218079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF21807a087f9221807a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807a087f9221807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF21807a707f9221807a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807a707f9221807a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF21807ad87f9221807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807ad87f9221807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF21807b407f9221807b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807b407f9221807b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF21807ba87f9221807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807ba87f9221807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF21807c107f9221807c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD21807c107f9221807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3c99d3f07f8d3c99d3f0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3b8112007f8d3b811200 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8112687f8d3b811268 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8112d07f8d3b8112d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8113387f8d3b811338 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8113a07f8d3b8113a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8114087f8d3b811408 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8114707f8d3b811470 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8114d87f8d3b8114d8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8115407f8d3b811540 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8115a87f8d3b8115a8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8116107f8d3b811610 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8116787f8d3b811678 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8116e07f8d3b8116e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8117487f8d3b811748 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8117b07f8d3b8117b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8118187f8d3b811818 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8118807f8d3b811880 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8118e87f8d3b8118e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8119507f8d3b811950 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8119b87f8d3b8119b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811a207f8d3b811a20 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811a887f8d3b811a88 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811af07f8d3b811af0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811b587f8d3b811b58 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811bc07f8d3b811bc0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811c287f8d3b811c28 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811c907f8d3b811c90 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811cf87f8d3b811cf8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811d607f8d3b811d60 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811dc87f8d3b811dc8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811e307f8d3b811e30 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811e987f8d3b811e98 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b811f007f8d3b811f00 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a82007f8d3c1a8200 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a82687f8d3c1a8268 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a82d07f8d3c1a82d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a83387f8d3c1a8338 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a83a07f8d3c1a83a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a84087f8d3c1a8408 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a84707f8d3c1a8470 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a84d87f8d3c1a84d8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a85407f8d3c1a8540 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a85a87f8d3c1a85a8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a86107f8d3c1a8610 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a86787f8d3c1a8678 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a86e07f8d3c1a86e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a87487f8d3c1a8748 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a87b07f8d3c1a87b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a88187f8d3c1a8818 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a88807f8d3c1a8880 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a88e87f8d3c1a88e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a89507f8d3c1a8950 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a89b87f8d3c1a89b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8a207f8d3c1a8a20 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8a887f8d3c1a8a88 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8af07f8d3c1a8af0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8b587f8d3c1a8b58 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8bc07f8d3c1a8bc0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8c287f8d3c1a8c28 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8c907f8d3c1a8c90 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8cf87f8d3c1a8cf8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8d607f8d3c1a8d60 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8dc87f8d3c1a8dc8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8e307f8d3c1a8e30 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8e987f8d3c1a8e98 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8f007f8d3c1a8f00 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8f687f8d3c1a8f68 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1a8fd07f8d3c1a8fd0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8042007f8d3b804200 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8042687f8d3b804268 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8042d07f8d3b8042d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8043387f8d3b804338 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8043a07f8d3b8043a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8044087f8d3b804408 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8044707f8d3b804470 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8044d87f8d3b8044d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8045407f8d3b804540 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8045a87f8d3b8045a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFD3b8046107f8d3b804610 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8046787f8d3b804678 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8046e07f8d3b8046e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8047487f8d3b804748 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8047b07f8d3b8047b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8048187f8d3b804818 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8048807f8d3b804880 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8048e87f8d3b8048e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8049507f8d3b804950 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8049b87f8d3b8049b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804a207f8d3b804a20 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804a887f8d3b804a88 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804af07f8d3b804af0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804b587f8d3b804b58 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804bc07f8d3b804bc0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804c287f8d3b804c28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804c907f8d3b804c90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804cf87f8d3b804cf8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804d607f8d3b804d60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804dc87f8d3b804dc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804e307f8d3b804e30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804e987f8d3b804e98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804f007f8d3b804f00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804f687f8d3b804f68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b804fd07f8d3b804fd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8050387f8d3b805038 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8050a07f8d3b8050a0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8051087f8d3b805108 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8051707f8d3b805170 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8051d87f8d3b8051d8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8052407f8d3b805240 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8052a87f8d3b8052a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8053107f8d3b805310 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8053787f8d3b805378 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8053e07f8d3b8053e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8054487f8d3b805448 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8054b07f8d3b8054b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8055187f8d3b805518 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8055807f8d3b805580 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8055e87f8d3b8055e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8056507f8d3b805650 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8056b87f8d3b8056b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8057207f8d3b805720 /* 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; }; - FFFD3b8057887f8d3b805788 /* 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; }; - FFFD3b8057f07f8d3b8057f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8058587f8d3b805858 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8058c07f8d3b8058c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8059287f8d3b805928 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8059907f8d3b805990 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8059f87f8d3b8059f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805a607f8d3b805a60 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805ac87f8d3b805ac8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805b307f8d3b805b30 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805b987f8d3b805b98 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805c007f8d3b805c00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805c687f8d3b805c68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805cd07f8d3b805cd0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805d387f8d3b805d38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805da07f8d3b805da0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805e087f8d3b805e08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805e707f8d3b805e70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805ed87f8d3b805ed8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805f407f8d3b805f40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b805fa87f8d3b805fa8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8060107f8d3b806010 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8060787f8d3b806078 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8060e07f8d3b8060e0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8061487f8d3b806148 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8061b07f8d3b8061b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8062187f8d3b806218 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8062807f8d3b806280 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8062e87f8d3b8062e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8063507f8d3b806350 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8063b87f8d3b8063b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8064207f8d3b806420 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8064887f8d3b806488 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8064f07f8d3b8064f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8065587f8d3b806558 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8065c07f8d3b8065c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8066287f8d3b806628 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8066907f8d3b806690 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8066f87f8d3b8066f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8067607f8d3b806760 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8067c87f8d3b8067c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8068307f8d3b806830 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8068987f8d3b806898 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8069007f8d3b806900 /* 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; }; - FFFD3b8069687f8d3b806968 /* 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; }; - FFFD3b8069d07f8d3b8069d0 /* 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; }; - FFFD3b806a387f8d3b806a38 /* 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; }; - FFFD3b806aa07f8d3b806aa0 /* 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; }; - FFFD3b806b087f8d3b806b08 /* 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; }; - FFFD3b806b707f8d3b806b70 /* 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; }; - FFFD3b806bd87f8d3b806bd8 /* 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; }; - FFFD3b806c407f8d3b806c40 /* 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; }; - FFFD3b806ca87f8d3b806ca8 /* 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; }; - FFFD3b806d107f8d3b806d10 /* 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; }; - FFFD3b806d787f8d3b806d78 /* 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; }; - FFFD3b806de07f8d3b806de0 /* 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; }; - FFFD3b806e487f8d3b806e48 /* 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; }; - FFFD3b806eb07f8d3b806eb0 /* 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; }; - FFFD3b806f187f8d3b806f18 /* 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; }; - FFFD3b806f807f8d3b806f80 /* 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; }; - FFFD3b806fe87f8d3b806fe8 /* 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; }; - FFFD3b8070507f8d3b807050 /* 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; }; - FFFD3b8070b87f8d3b8070b8 /* 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; }; - FFFD3b8071207f8d3b807120 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8071887f8d3b807188 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8071f07f8d3b8071f0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8072587f8d3b807258 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8072c07f8d3b8072c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8073287f8d3b807328 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8073907f8d3b807390 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8073f87f8d3b8073f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8074607f8d3b807460 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8074c87f8d3b8074c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8075307f8d3b807530 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8075987f8d3b807598 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8076007f8d3b807600 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8076687f8d3b807668 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8076d07f8d3b8076d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8077387f8d3b807738 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8077a07f8d3b8077a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8078087f8d3b807808 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8078707f8d3b807870 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8078d87f8d3b8078d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8079407f8d3b807940 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b8079a87f8d3b8079a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b807a107f8d3b807a10 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b807a787f8d3b807a78 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b807ae07f8d3b807ae0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807b487f8d3b807b48 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807bb07f8d3b807bb0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807c187f8d3b807c18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807c807f8d3b807c80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807ce87f8d3b807ce8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807d507f8d3b807d50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807db87f8d3b807db8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807e207f8d3b807e20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807e887f8d3b807e88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807ef07f8d3b807ef0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807f587f8d3b807f58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b807fc07f8d3b807fc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8080287f8d3b808028 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8080907f8d3b808090 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8080f87f8d3b8080f8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8081607f8d3b808160 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8081c87f8d3b8081c8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8082307f8d3b808230 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8082987f8d3b808298 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8083007f8d3b808300 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8083687f8d3b808368 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8083d07f8d3b8083d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8084387f8d3b808438 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8084a07f8d3b8084a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8085087f8d3b808508 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8085707f8d3b808570 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8085d87f8d3b8085d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8086407f8d3b808640 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8086a87f8d3b8086a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8087107f8d3b808710 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8087787f8d3b808778 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8087e07f8d3b8087e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8088487f8d3b808848 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8088b07f8d3b8088b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8089187f8d3b808918 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8089807f8d3b808980 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8089e87f8d3b8089e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808a507f8d3b808a50 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808ab87f8d3b808ab8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808b207f8d3b808b20 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808b887f8d3b808b88 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808bf07f8d3b808bf0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808c587f8d3b808c58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808cc07f8d3b808cc0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808d287f8d3b808d28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808d907f8d3b808d90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808df87f8d3b808df8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808e607f8d3b808e60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808ec87f8d3b808ec8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808f307f8d3b808f30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b808f987f8d3b808f98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8090007f8d3b809000 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8090687f8d3b809068 /* 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; }; - FFFD3b8090d07f8d3b8090d0 /* 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; }; - FFFD3b8091387f8d3b809138 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8091a07f8d3b8091a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8092087f8d3b809208 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8092707f8d3b809270 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8092d87f8d3b8092d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8093407f8d3b809340 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8093a87f8d3b8093a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8094107f8d3b809410 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8094787f8d3b809478 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8094e07f8d3b8094e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8095487f8d3b809548 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8095b07f8d3b8095b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8096187f8d3b809618 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8096807f8d3b809680 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8096e87f8d3b8096e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8097507f8d3b809750 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8097b87f8d3b8097b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8098207f8d3b809820 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8098887f8d3b809888 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8098f07f8d3b8098f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8099587f8d3b809958 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b8099c07f8d3b8099c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809a287f8d3b809a28 /* 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; }; - FFFD3b809a907f8d3b809a90 /* 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; }; - FFFD3b809af87f8d3b809af8 /* 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; }; - FFFD3b809b607f8d3b809b60 /* 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; }; - FFFD3b809bc87f8d3b809bc8 /* 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; }; - FFFD3b809c307f8d3b809c30 /* 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; }; - FFFD3b809c987f8d3b809c98 /* 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; }; - FFFD3b809d007f8d3b809d00 /* 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; }; - FFFD3b809d687f8d3b809d68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809dd07f8d3b809dd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809e387f8d3b809e38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809ea07f8d3b809ea0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809f087f8d3b809f08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809f707f8d3b809f70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b809fd87f8d3b809fd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a0407f8d3b80a040 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a0a87f8d3b80a0a8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a1107f8d3b80a110 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a1787f8d3b80a178 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a1e07f8d3b80a1e0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a2487f8d3b80a248 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a2b07f8d3b80a2b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a3187f8d3b80a318 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a3807f8d3b80a380 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a3e87f8d3b80a3e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a4507f8d3b80a450 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a4b87f8d3b80a4b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a5207f8d3b80a520 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a5887f8d3b80a588 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a5f07f8d3b80a5f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a6587f8d3b80a658 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a6c07f8d3b80a6c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a7287f8d3b80a728 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a7907f8d3b80a790 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a7f87f8d3b80a7f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a8607f8d3b80a860 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a8c87f8d3b80a8c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a9307f8d3b80a930 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80a9987f8d3b80a998 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80aa007f8d3b80aa00 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80aa687f8d3b80aa68 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80aad07f8d3b80aad0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ab387f8d3b80ab38 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80aba07f8d3b80aba0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ac087f8d3b80ac08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ac707f8d3b80ac70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80acd87f8d3b80acd8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ad407f8d3b80ad40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ada87f8d3b80ada8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b80ae107f8d3b80ae10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2114ec407f922114ec40 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2180ec007f922180ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ec687f922180ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ecd07f922180ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ed387f922180ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180eda07f922180eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ee087f922180ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ee707f922180ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180eed87f922180eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180ef407f922180ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180efa87f922180efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f0107f922180f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f0787f922180f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f0e07f922180f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f1487f922180f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f1b07f922180f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f2187f922180f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f2807f922180f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f2e87f922180f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f3507f922180f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f3b87f922180f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f4207f922180f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f4887f922180f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f4f07f922180f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f5587f922180f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f5c07f922180f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f6287f922180f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f6907f922180f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f6f87f922180f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f7607f922180f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f7c87f922180f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f8307f922180f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f8987f922180f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2180f9007f922180f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aaa007f92209aaa00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aaa687f92209aaa68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aaad07f92209aaad0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aab387f92209aab38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aaba07f92209aaba0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aac087f92209aac08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aac707f92209aac70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aacd87f92209aacd8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209aad407f92209aad40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aada87f92209aada8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aae107f92209aae10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aae787f92209aae78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aaee07f92209aaee0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aaf487f92209aaf48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209aafb07f92209aafb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab0187f92209ab018 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab0807f92209ab080 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab0e87f92209ab0e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab1507f92209ab150 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab1b87f92209ab1b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab2207f92209ab220 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab2887f92209ab288 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab2f07f92209ab2f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab3587f92209ab358 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab3c07f92209ab3c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab4287f92209ab428 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab4907f92209ab490 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab4f87f92209ab4f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab5607f92209ab560 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab5c87f92209ab5c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab6307f92209ab630 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab6987f92209ab698 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab7007f92209ab700 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab7687f92209ab768 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ab7d07f92209ab7d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD218010007f9221801000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD218010687f9221801068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218010d07f92218010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218011387f9221801138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD218011a07f92218011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218012087f9221801208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218012707f9221801270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD218012d87f92218012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD218013407f9221801340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD218013a87f92218013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD218014107f9221801410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD218014787f9221801478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD218014e07f92218014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD218015487f9221801548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD218015b07f92218015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD218016187f9221801618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218016807f9221801680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD218016e87f92218016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD218017507f9221801750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD218017b87f92218017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD218018207f9221801820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218018887f9221801888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD218018f07f92218018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD218019587f9221801958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD218019c07f92218019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801a287f9221801a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801a907f9221801a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801af87f9221801af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801b607f9221801b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801bc87f9221801bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801c307f9221801c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801c987f9221801c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801d007f9221801d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801d687f9221801d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801dd07f9221801dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801e387f9221801e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801ea07f9221801ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801f087f9221801f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801f707f9221801f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD21801fd87f9221801fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD218020407f9221802040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD218020a87f92218020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD218021107f9221802110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD218021787f9221802178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218021e07f92218021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD218022487f9221802248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218022b07f92218022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218023187f9221802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218023807f9221802380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218023e87f92218023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218024507f9221802450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218024b87f92218024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD218025207f9221802520 /* 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; }; + FFFD218025887f9221802588 /* 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; }; + FFFD218025f07f92218025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218026587f9221802658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD218026c07f92218026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218027287f9221802728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD218027907f9221802790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD218027f87f92218027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218028607f9221802860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD218028c87f92218028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD218029307f9221802930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD218029987f9221802998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802a007f9221802a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802a687f9221802a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802ad07f9221802ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802b387f9221802b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802ba07f9221802ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802c087f9221802c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802c707f9221802c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802cd87f9221802cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802d407f9221802d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802da87f9221802da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802e107f9221802e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802e787f9221802e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802ee07f9221802ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802f487f9221802f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD21802fb07f9221802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD218030187f9221803018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD218030807f9221803080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218030e87f92218030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218031507f9221803150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD218031b87f92218031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD218032207f9221803220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218032887f9221803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD218032f07f92218032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD218033587f9221803358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD218033c07f92218033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD218034287f9221803428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD218034907f9221803490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD218034f87f92218034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD218035607f9221803560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD218035c87f92218035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD218036307f9221803630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD218036987f9221803698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD218037007f9221803700 /* 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; }; + FFFD218037687f9221803768 /* 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; }; + FFFD218037d07f92218037d0 /* 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; }; + FFFD218038387f9221803838 /* 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; }; + FFFD218038a07f92218038a0 /* 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; }; + FFFD218039087f9221803908 /* 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; }; + FFFD218039707f9221803970 /* 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; }; + FFFD218039d87f92218039d8 /* 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; }; + FFFD21803a407f9221803a40 /* 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; }; + FFFD21803aa87f9221803aa8 /* 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; }; + FFFD21803b107f9221803b10 /* 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; }; + FFFD21803b787f9221803b78 /* 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; }; + FFFD21803be07f9221803be0 /* 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; }; + FFFD21803c487f9221803c48 /* 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; }; + FFFD21803cb07f9221803cb0 /* 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; }; + FFFD21803d187f9221803d18 /* 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; }; + FFFD21803d807f9221803d80 /* 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; }; + FFFD21803de87f9221803de8 /* 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; }; + FFFD21803e507f9221803e50 /* 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; }; + FFFD21803eb87f9221803eb8 /* 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; }; + FFFD21803f207f9221803f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD21803f887f9221803f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD21803ff07f9221803ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD218040587f9221804058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD218040c07f92218040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD218041287f9221804128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD218041907f9221804190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD218041f87f92218041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD218042607f9221804260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD218042c87f92218042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD218043307f9221804330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD218043987f9221804398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD218044007f9221804400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD218044687f9221804468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD218044d07f92218044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD218045387f9221804538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD218045a07f92218045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD218046087f9221804608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD218046707f9221804670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD218046d87f92218046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD218047407f9221804740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD218047a87f92218047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD218048107f9221804810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD218048787f9221804878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD218048e07f92218048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218049487f9221804948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218049b07f92218049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804a187f9221804a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804a807f9221804a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804ae87f9221804ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804b507f9221804b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804bb87f9221804bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804c207f9221804c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804c887f9221804c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804cf07f9221804cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804d587f9221804d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804dc07f9221804dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804e287f9221804e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804e907f9221804e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804ef87f9221804ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804f607f9221804f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21804fc87f9221804fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218050307f9221805030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218050987f9221805098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218051007f9221805100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218051687f9221805168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218051d07f92218051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218052387f9221805238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218052a07f92218052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218053087f9221805308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218053707f9221805370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218053d87f92218053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218054407f9221805440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218054a87f92218054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218055107f9221805510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218055787f9221805578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218055e07f92218055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218056487f9221805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218056b07f92218056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218057187f9221805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218057807f9221805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218057e87f92218057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218058507f9221805850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218058b87f92218058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218059207f9221805920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218059887f9221805988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218059f07f92218059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805a587f9221805a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805ac07f9221805ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805b287f9221805b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805b907f9221805b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805bf87f9221805bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805c607f9221805c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805cc87f9221805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805d307f9221805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805d987f9221805d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805e007f9221805e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805e687f9221805e68 /* 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; }; + FFFD21805ed07f9221805ed0 /* 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; }; + FFFD21805f387f9221805f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21805fa07f9221805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218060087f9221806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218060707f9221806070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218060d87f92218060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218061407f9221806140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218061a87f92218061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218062107f9221806210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218062787f9221806278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218062e07f92218062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218063487f9221806348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218063b07f92218063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218064187f9221806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218064807f9221806480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218064e87f92218064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218065507f9221806550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218065b87f92218065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218066207f9221806620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218066887f9221806688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218066f07f92218066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218067587f9221806758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218067c07f92218067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218068287f9221806828 /* 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; }; + FFFD218068907f9221806890 /* 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; }; + FFFD218068f87f92218068f8 /* 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; }; + FFFD218069607f9221806960 /* 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; }; + FFFD218069c87f92218069c8 /* 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; }; + FFFD21806a307f9221806a30 /* 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; }; + FFFD21806a987f9221806a98 /* 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; }; + FFFD21806b007f9221806b00 /* 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; }; + FFFD21806b687f9221806b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806bd07f9221806bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806c387f9221806c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806ca07f9221806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806d087f9221806d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806d707f9221806d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806dd87f9221806dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806e407f9221806e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806ea87f9221806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806f107f9221806f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806f787f9221806f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21806fe07f9221806fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218070487f9221807048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218070b07f92218070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218071187f9221807118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218071807f9221807180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218071e87f92218071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218072507f9221807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218072b87f92218072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218073207f9221807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218073887f9221807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218073f07f92218073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218074587f9221807458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218074c07f92218074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218075287f9221807528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218075907f9221807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218075f87f92218075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218076607f9221807660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218076c87f92218076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218077307f9221807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218077987f9221807798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218078007f9221807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218078687f9221807868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218078d07f92218078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218079387f9221807938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD218079a07f92218079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807a087f9221807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807a707f9221807a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807ad87f9221807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807b407f9221807b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807ba87f9221807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21807c107f9221807c10 /* 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 */ - FFF23c99d3f07f8d3c99d3f0 /* Resources */ = { + FFF22114ec407f922114ec40 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3b8045a87f8d3b8045a8, + FFFF218013a87f92218013a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3c99d3f07f8d3c99d3f0 /* Frameworks */ = { + FFFC2114ec407f922114ec40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1852,145 +1852,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83c99d3f07f8d3c99d3f0 /* Sources */ = { + FFF82114ec407f922114ec40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3c1a82007f8d3c1a8200, - FFFF3c1a82687f8d3c1a8268, - FFFF3c1a82d07f8d3c1a82d0, - FFFF3c1a83387f8d3c1a8338, - FFFF3c1a83a07f8d3c1a83a0, - FFFF3c1a84087f8d3c1a8408, - FFFF3c1a84707f8d3c1a8470, - FFFF3c1a84d87f8d3c1a84d8, - FFFF3b807ae07f8d3b807ae0, - FFFF3b807b487f8d3b807b48, - FFFF3b807bb07f8d3b807bb0, - FFFF3b807c187f8d3b807c18, - FFFF3b807c807f8d3b807c80, - FFFF3b807ce87f8d3b807ce8, - FFFF3b807d507f8d3b807d50, - FFFF3b807db87f8d3b807db8, - FFFF3b807e207f8d3b807e20, - FFFF3b807e887f8d3b807e88, - FFFF3b807ef07f8d3b807ef0, - FFFF3b807f587f8d3b807f58, - FFFF3b807fc07f8d3b807fc0, - FFFF3b8080287f8d3b808028, - FFFF3b8080907f8d3b808090, - FFFF3b8080f87f8d3b8080f8, - FFFF3b8081607f8d3b808160, - FFFF3b8081c87f8d3b8081c8, - FFFF3b8082307f8d3b808230, - FFFF3b8082987f8d3b808298, - FFFF3b8083007f8d3b808300, - FFFF3b8083687f8d3b808368, - FFFF3b8083d07f8d3b8083d0, - FFFF3b8084387f8d3b808438, - FFFF3b8084a07f8d3b8084a0, - FFFF3b8085087f8d3b808508, - FFFF3b8085707f8d3b808570, - FFFF3b8085d87f8d3b8085d8, - FFFF3b8086407f8d3b808640, - FFFF3b8086a87f8d3b8086a8, - FFFF3b8087107f8d3b808710, - FFFF3b8087787f8d3b808778, - FFFF3b8087e07f8d3b8087e0, - FFFF3b8088487f8d3b808848, - FFFF3b8088b07f8d3b8088b0, - FFFF3b8089187f8d3b808918, - FFFF3b8089807f8d3b808980, - FFFF3b8089e87f8d3b8089e8, - FFFF3b808a507f8d3b808a50, - FFFF3b808ab87f8d3b808ab8, - FFFF3b808b207f8d3b808b20, - FFFF3b808b887f8d3b808b88, - FFFF3b808bf07f8d3b808bf0, - FFFF3b808c587f8d3b808c58, - FFFF3b808cc07f8d3b808cc0, - FFFF3b808d287f8d3b808d28, - FFFF3b808d907f8d3b808d90, - FFFF3b808df87f8d3b808df8, - FFFF3b808e607f8d3b808e60, - FFFF3b808ec87f8d3b808ec8, - FFFF3b808f307f8d3b808f30, - FFFF3b808f987f8d3b808f98, - FFFF3b8090007f8d3b809000, - FFFF3b8090687f8d3b809068, - FFFF3b8090d07f8d3b8090d0, - FFFF3b8091387f8d3b809138, - FFFF3b8091a07f8d3b8091a0, - FFFF3b8092087f8d3b809208, - FFFF3b8092707f8d3b809270, - FFFF3b8092d87f8d3b8092d8, - FFFF3b8093407f8d3b809340, - FFFF3b8093a87f8d3b8093a8, - FFFF3b8094107f8d3b809410, - FFFF3b8094787f8d3b809478, - FFFF3b8094e07f8d3b8094e0, - FFFF3b8095487f8d3b809548, - FFFF3b8095b07f8d3b8095b0, - FFFF3b8096187f8d3b809618, - FFFF3b8096807f8d3b809680, - FFFF3b8096e87f8d3b8096e8, - FFFF3b8097507f8d3b809750, - FFFF3b8097b87f8d3b8097b8, - FFFF3b8098207f8d3b809820, - FFFF3b8098887f8d3b809888, - FFFF3b8098f07f8d3b8098f0, - FFFF3b8099587f8d3b809958, - FFFF3b8099c07f8d3b8099c0, - FFFF3b809a287f8d3b809a28, - FFFF3b809a907f8d3b809a90, - FFFF3b809af87f8d3b809af8, - FFFF3b809b607f8d3b809b60, - FFFF3b809bc87f8d3b809bc8, - FFFF3b809c307f8d3b809c30, - FFFF3b809c987f8d3b809c98, - FFFF3b809d007f8d3b809d00, - FFFF3b809d687f8d3b809d68, - FFFF3b809dd07f8d3b809dd0, - FFFF3b809e387f8d3b809e38, - FFFF3b809ea07f8d3b809ea0, - FFFF3b809f087f8d3b809f08, - FFFF3b809f707f8d3b809f70, - FFFF3b809fd87f8d3b809fd8, - FFFF3b80a0407f8d3b80a040, - FFFF3b80a0a87f8d3b80a0a8, - FFFF3b80a1107f8d3b80a110, - FFFF3b80a1787f8d3b80a178, - FFFF3b80a1e07f8d3b80a1e0, - FFFF3b80a2487f8d3b80a248, - FFFF3b80a2b07f8d3b80a2b0, - FFFF3b80a3187f8d3b80a318, - FFFF3b80a3807f8d3b80a380, - FFFF3b80a3e87f8d3b80a3e8, - FFFF3b80a4507f8d3b80a450, - FFFF3b80a4b87f8d3b80a4b8, - FFFF3b80a5207f8d3b80a520, - FFFF3b80a5887f8d3b80a588, - FFFF3b80a5f07f8d3b80a5f0, - FFFF3b80a6587f8d3b80a658, - FFFF3b80a6c07f8d3b80a6c0, - FFFF3b80a7287f8d3b80a728, - FFFF3b80a7907f8d3b80a790, - FFFF3b80a7f87f8d3b80a7f8, - FFFF3b80a8607f8d3b80a860, - FFFF3b80a8c87f8d3b80a8c8, - FFFF3b80a9307f8d3b80a930, - FFFF3b80a9987f8d3b80a998, - FFFF3b80aa007f8d3b80aa00, - FFFF3b80aa687f8d3b80aa68, - FFFF3b80aad07f8d3b80aad0, - FFFF3b80ab387f8d3b80ab38, - FFFF3b80aba07f8d3b80aba0, - FFFF3b80ac087f8d3b80ac08, - FFFF3b80ac707f8d3b80ac70, - FFFF3b80acd87f8d3b80acd8, - FFFF3b80ad407f8d3b80ad40, - FFFF3b80ada87f8d3b80ada8, - FFFF3b80ae107f8d3b80ae10, + FFFF209aaa007f92209aaa00, + FFFF209aaa687f92209aaa68, + FFFF209aaad07f92209aaad0, + FFFF209aab387f92209aab38, + FFFF209aaba07f92209aaba0, + FFFF209aac087f92209aac08, + FFFF209aac707f92209aac70, + FFFF209aacd87f92209aacd8, + FFFF218048e07f92218048e0, + FFFF218049487f9221804948, + FFFF218049b07f92218049b0, + FFFF21804a187f9221804a18, + FFFF21804a807f9221804a80, + FFFF21804ae87f9221804ae8, + FFFF21804b507f9221804b50, + FFFF21804bb87f9221804bb8, + FFFF21804c207f9221804c20, + FFFF21804c887f9221804c88, + FFFF21804cf07f9221804cf0, + FFFF21804d587f9221804d58, + FFFF21804dc07f9221804dc0, + FFFF21804e287f9221804e28, + FFFF21804e907f9221804e90, + FFFF21804ef87f9221804ef8, + FFFF21804f607f9221804f60, + FFFF21804fc87f9221804fc8, + FFFF218050307f9221805030, + FFFF218050987f9221805098, + FFFF218051007f9221805100, + FFFF218051687f9221805168, + FFFF218051d07f92218051d0, + FFFF218052387f9221805238, + FFFF218052a07f92218052a0, + FFFF218053087f9221805308, + FFFF218053707f9221805370, + FFFF218053d87f92218053d8, + FFFF218054407f9221805440, + FFFF218054a87f92218054a8, + FFFF218055107f9221805510, + FFFF218055787f9221805578, + FFFF218055e07f92218055e0, + FFFF218056487f9221805648, + FFFF218056b07f92218056b0, + FFFF218057187f9221805718, + FFFF218057807f9221805780, + FFFF218057e87f92218057e8, + FFFF218058507f9221805850, + FFFF218058b87f92218058b8, + FFFF218059207f9221805920, + FFFF218059887f9221805988, + FFFF218059f07f92218059f0, + FFFF21805a587f9221805a58, + FFFF21805ac07f9221805ac0, + FFFF21805b287f9221805b28, + FFFF21805b907f9221805b90, + FFFF21805bf87f9221805bf8, + FFFF21805c607f9221805c60, + FFFF21805cc87f9221805cc8, + FFFF21805d307f9221805d30, + FFFF21805d987f9221805d98, + FFFF21805e007f9221805e00, + FFFF21805e687f9221805e68, + FFFF21805ed07f9221805ed0, + FFFF21805f387f9221805f38, + FFFF21805fa07f9221805fa0, + FFFF218060087f9221806008, + FFFF218060707f9221806070, + FFFF218060d87f92218060d8, + FFFF218061407f9221806140, + FFFF218061a87f92218061a8, + FFFF218062107f9221806210, + FFFF218062787f9221806278, + FFFF218062e07f92218062e0, + FFFF218063487f9221806348, + FFFF218063b07f92218063b0, + FFFF218064187f9221806418, + FFFF218064807f9221806480, + FFFF218064e87f92218064e8, + FFFF218065507f9221806550, + FFFF218065b87f92218065b8, + FFFF218066207f9221806620, + FFFF218066887f9221806688, + FFFF218066f07f92218066f0, + FFFF218067587f9221806758, + FFFF218067c07f92218067c0, + FFFF218068287f9221806828, + FFFF218068907f9221806890, + FFFF218068f87f92218068f8, + FFFF218069607f9221806960, + FFFF218069c87f92218069c8, + FFFF21806a307f9221806a30, + FFFF21806a987f9221806a98, + FFFF21806b007f9221806b00, + FFFF21806b687f9221806b68, + FFFF21806bd07f9221806bd0, + FFFF21806c387f9221806c38, + FFFF21806ca07f9221806ca0, + FFFF21806d087f9221806d08, + FFFF21806d707f9221806d70, + FFFF21806dd87f9221806dd8, + FFFF21806e407f9221806e40, + FFFF21806ea87f9221806ea8, + FFFF21806f107f9221806f10, + FFFF21806f787f9221806f78, + FFFF21806fe07f9221806fe0, + FFFF218070487f9221807048, + FFFF218070b07f92218070b0, + FFFF218071187f9221807118, + FFFF218071807f9221807180, + FFFF218071e87f92218071e8, + FFFF218072507f9221807250, + FFFF218072b87f92218072b8, + FFFF218073207f9221807320, + FFFF218073887f9221807388, + FFFF218073f07f92218073f0, + FFFF218074587f9221807458, + FFFF218074c07f92218074c0, + FFFF218075287f9221807528, + FFFF218075907f9221807590, + FFFF218075f87f92218075f8, + FFFF218076607f9221807660, + FFFF218076c87f92218076c8, + FFFF218077307f9221807730, + FFFF218077987f9221807798, + FFFF218078007f9221807800, + FFFF218078687f9221807868, + FFFF218078d07f92218078d0, + FFFF218079387f9221807938, + FFFF218079a07f92218079a0, + FFFF21807a087f9221807a08, + FFFF21807a707f9221807a70, + FFFF21807ad87f9221807ad8, + FFFF21807b407f9221807b40, + FFFF21807ba87f9221807ba8, + FFFF21807c107f9221807c10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1999,132 +1999,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43c9970407f8d3c997040 /* PBXTargetDependency */ = { + FFF421147f707f9221147f70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c9892007f8d3c989200 /* PxFoundation */; - targetProxy = FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */; + target = FFFA21160b007f9221160b00 /* PxFoundation */; + targetProxy = FFF521160b007f9221160b00 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFF3c192f187f8d3c192f18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c192f187f8d3c192f18 /* src/PsAllocator.cpp */; }; - FFFF3c192f807f8d3c192f80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c192f807f8d3c192f80 /* src/PsAssert.cpp */; }; - FFFF3c192fe87f8d3c192fe8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c192fe87f8d3c192fe8 /* src/PsFoundation.cpp */; }; - FFFF3c1930507f8d3c193050 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1930507f8d3c193050 /* src/PsMathUtils.cpp */; }; - FFFF3c1930b87f8d3c1930b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1930b87f8d3c1930b8 /* src/PsString.cpp */; }; - FFFF3c1931207f8d3c193120 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1931207f8d3c193120 /* src/PsTempAllocator.cpp */; }; - FFFF3c1931887f8d3c193188 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1931887f8d3c193188 /* src/PsUtilities.cpp */; }; - FFFF3c1931f07f8d3c1931f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1931f07f8d3c1931f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFF3c1932587f8d3c193258 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1932587f8d3c193258 /* src/unix/PsUnixCpu.cpp */; }; - FFFF3c1932c07f8d3c1932c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1932c07f8d3c1932c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFF3c1933287f8d3c193328 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1933287f8d3c193328 /* src/unix/PsUnixMutex.cpp */; }; - FFFF3c1933907f8d3c193390 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1933907f8d3c193390 /* src/unix/PsUnixPrintString.cpp */; }; - FFFF3c1933f87f8d3c1933f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1933f87f8d3c1933f8 /* src/unix/PsUnixSList.cpp */; }; - FFFF3c1934607f8d3c193460 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1934607f8d3c193460 /* src/unix/PsUnixSocket.cpp */; }; - FFFF3c1934c87f8d3c1934c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1934c87f8d3c1934c8 /* src/unix/PsUnixSync.cpp */; }; - FFFF3c1935307f8d3c193530 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1935307f8d3c193530 /* src/unix/PsUnixThread.cpp */; }; - FFFF3c1935987f8d3c193598 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3c1935987f8d3c193598 /* src/unix/PsUnixTime.cpp */; }; + FFFF209957187f9220995718 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209957187f9220995718 /* src/PsAllocator.cpp */; }; + FFFF209957807f9220995780 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209957807f9220995780 /* src/PsAssert.cpp */; }; + FFFF209957e87f92209957e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209957e87f92209957e8 /* src/PsFoundation.cpp */; }; + FFFF209958507f9220995850 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209958507f9220995850 /* src/PsMathUtils.cpp */; }; + FFFF209958b87f92209958b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209958b87f92209958b8 /* src/PsString.cpp */; }; + FFFF209959207f9220995920 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209959207f9220995920 /* src/PsTempAllocator.cpp */; }; + FFFF209959887f9220995988 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209959887f9220995988 /* src/PsUtilities.cpp */; }; + FFFF209959f07f92209959f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209959f07f92209959f0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF20995a587f9220995a58 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995a587f9220995a58 /* src/unix/PsUnixCpu.cpp */; }; + FFFF20995ac07f9220995ac0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995ac07f9220995ac0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF20995b287f9220995b28 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995b287f9220995b28 /* src/unix/PsUnixMutex.cpp */; }; + FFFF20995b907f9220995b90 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995b907f9220995b90 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF20995bf87f9220995bf8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995bf87f9220995bf8 /* src/unix/PsUnixSList.cpp */; }; + FFFF20995c607f9220995c60 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995c607f9220995c60 /* src/unix/PsUnixSocket.cpp */; }; + FFFF20995cc87f9220995cc8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995cc87f9220995cc8 /* src/unix/PsUnixSync.cpp */; }; + FFFF20995d307f9220995d30 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995d307f9220995d30 /* src/unix/PsUnixThread.cpp */; }; + FFFF20995d987f9220995d98 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD20995d987f9220995d98 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3c9892007f8d3c989200 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3c1876007f8d3c187600 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1876687f8d3c187668 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1876d07f8d3c1876d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1877387f8d3c187738 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1877a07f8d3c1877a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1878087f8d3c187808 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1878707f8d3c187870 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1878d87f8d3c1878d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1879407f8d3c187940 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1879a87f8d3c1879a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187a107f8d3c187a10 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187a787f8d3c187a78 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187ae07f8d3c187ae0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187b487f8d3c187b48 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187bb07f8d3c187bb0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187c187f8d3c187c18 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187c807f8d3c187c80 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187ce87f8d3c187ce8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187d507f8d3c187d50 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187db87f8d3c187db8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187e207f8d3c187e20 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187e887f8d3c187e88 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187ef07f8d3c187ef0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187f587f8d3c187f58 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c187fc07f8d3c187fc0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1880287f8d3c188028 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1880907f8d3c188090 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1880f87f8d3c1880f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1881607f8d3c188160 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191c007f8d3c191c00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191c687f8d3c191c68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191cd07f8d3c191cd0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191d387f8d3c191d38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191da07f8d3c191da0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191e087f8d3c191e08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191e707f8d3c191e70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191ed87f8d3c191ed8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191f407f8d3c191f40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c191fa87f8d3c191fa8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1920107f8d3c192010 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1920787f8d3c192078 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1920e07f8d3c1920e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1921487f8d3c192148 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1921b07f8d3c1921b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1922187f8d3c192218 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1922807f8d3c192280 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1922e87f8d3c1922e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1923507f8d3c192350 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1923b87f8d3c1923b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1924207f8d3c192420 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1924887f8d3c192488 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1924f07f8d3c1924f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1925587f8d3c192558 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1925c07f8d3c1925c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1926287f8d3c192628 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1926907f8d3c192690 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1926f87f8d3c1926f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1927607f8d3c192760 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1927c87f8d3c1927c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1928307f8d3c192830 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1928987f8d3c192898 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1929007f8d3c192900 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1929687f8d3c192968 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1929d07f8d3c1929d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192a387f8d3c192a38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192aa07f8d3c192aa0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192b087f8d3c192b08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192b707f8d3c192b70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192bd87f8d3c192bd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192c407f8d3c192c40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192ca87f8d3c192ca8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192d107f8d3c192d10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192d787f8d3c192d78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192de07f8d3c192de0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192e487f8d3c192e48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192eb07f8d3c192eb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c192f187f8d3c192f18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c192f807f8d3c192f80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c192fe87f8d3c192fe8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1930507f8d3c193050 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1930b87f8d3c1930b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1931207f8d3c193120 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1931887f8d3c193188 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1931f07f8d3c1931f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1932587f8d3c193258 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1932c07f8d3c1932c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1933287f8d3c193328 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1933907f8d3c193390 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1933f87f8d3c1933f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1934607f8d3c193460 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1934c87f8d3c1934c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1935307f8d3c193530 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1935987f8d3c193598 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21160b007f9221160b00 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD20989e007f9220989e00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD20989e687f9220989e68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD20989ed07f9220989ed0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD20989f387f9220989f38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD20989fa07f9220989fa0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a0087f922098a008 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a0707f922098a070 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a0d87f922098a0d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a1407f922098a140 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a1a87f922098a1a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a2107f922098a210 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a2787f922098a278 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a2e07f922098a2e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a3487f922098a348 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a3b07f922098a3b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a4187f922098a418 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a4807f922098a480 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a4e87f922098a4e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a5507f922098a550 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a5b87f922098a5b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a6207f922098a620 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a6887f922098a688 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a6f07f922098a6f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a7587f922098a758 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a7c07f922098a7c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a8287f922098a828 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a8907f922098a890 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a8f87f922098a8f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2098a9607f922098a960 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD209944007f9220994400 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD209944687f9220994468 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD209944d07f92209944d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD209945387f9220994538 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209945a07f92209945a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD209946087f9220994608 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD209946707f9220994670 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD209946d87f92209946d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD209947407f9220994740 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD209947a87f92209947a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD209948107f9220994810 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD209948787f9220994878 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD209948e07f92209948e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD209949487f9220994948 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD209949b07f92209949b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994a187f9220994a18 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994a807f9220994a80 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994ae87f9220994ae8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994b507f9220994b50 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994bb87f9220994bb8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994c207f9220994c20 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994c887f9220994c88 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994cf07f9220994cf0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994d587f9220994d58 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994dc07f9220994dc0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994e287f9220994e28 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994e907f9220994e90 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994ef87f9220994ef8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994f607f9220994f60 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD20994fc87f9220994fc8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD209950307f9220995030 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209950987f9220995098 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD209951007f9220995100 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD209951687f9220995168 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD209951d07f92209951d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD209952387f9220995238 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD209952a07f92209952a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD209953087f9220995308 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD209953707f9220995370 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD209953d87f92209953d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD209954407f9220995440 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD209954a87f92209954a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD209955107f9220995510 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD209955787f9220995578 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD209955e07f92209955e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD209956487f9220995648 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD209956b07f92209956b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD209957187f9220995718 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209957807f9220995780 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209957e87f92209957e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209958507f9220995850 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209958b87f92209958b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209959207f9220995920 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209959887f9220995988 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209959f07f92209959f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995a587f9220995a58 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995ac07f9220995ac0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995b287f9220995b28 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995b907f9220995b90 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995bf87f9220995bf8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995c607f9220995c60 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995cc87f9220995cc8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995d307f9220995d30 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD20995d987f9220995d98 /* 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 */ - FFF23c9892007f8d3c989200 /* Resources */ = { + FFF221160b007f9221160b00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2134,7 +2134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3c9892007f8d3c989200 /* Frameworks */ = { + FFFC21160b007f9221160b00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2144,27 +2144,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83c9892007f8d3c989200 /* Sources */ = { + FFF821160b007f9221160b00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3c192f187f8d3c192f18, - FFFF3c192f807f8d3c192f80, - FFFF3c192fe87f8d3c192fe8, - FFFF3c1930507f8d3c193050, - FFFF3c1930b87f8d3c1930b8, - FFFF3c1931207f8d3c193120, - FFFF3c1931887f8d3c193188, - FFFF3c1931f07f8d3c1931f0, - FFFF3c1932587f8d3c193258, - FFFF3c1932c07f8d3c1932c0, - FFFF3c1933287f8d3c193328, - FFFF3c1933907f8d3c193390, - FFFF3c1933f87f8d3c1933f8, - FFFF3c1934607f8d3c193460, - FFFF3c1934c87f8d3c1934c8, - FFFF3c1935307f8d3c193530, - FFFF3c1935987f8d3c193598, + FFFF209957187f9220995718, + FFFF209957807f9220995780, + FFFF209957e87f92209957e8, + FFFF209958507f9220995850, + FFFF209958b87f92209958b8, + FFFF209959207f9220995920, + FFFF209959887f9220995988, + FFFF209959f07f92209959f0, + FFFF20995a587f9220995a58, + FFFF20995ac07f9220995ac0, + FFFF20995b287f9220995b28, + FFFF20995b907f9220995b90, + FFFF20995bf87f9220995bf8, + FFFF20995c607f9220995c60, + FFFF20995cc87f9220995cc8, + FFFF20995d307f9220995d30, + FFFF20995d987f9220995d98, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2176,103 +2176,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFF3d02e1a87f8d3d02e1a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e1a87f8d3d02e1a8 /* src/PxProfileEventImpl.cpp */; }; - FFFF3d02e2107f8d3d02e210 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e2107f8d3d02e210 /* src/PxPvd.cpp */; }; - FFFF3d02e2787f8d3d02e278 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e2787f8d3d02e278 /* src/PxPvdDataStream.cpp */; }; - FFFF3d02e2e07f8d3d02e2e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e2e07f8d3d02e2e0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFF3d02e3487f8d3d02e348 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e3487f8d3d02e348 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFF3d02e3b07f8d3d02e3b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e3b07f8d3d02e3b0 /* src/PxPvdImpl.cpp */; }; - FFFF3d02e4187f8d3d02e418 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e4187f8d3d02e418 /* src/PxPvdMemClient.cpp */; }; - FFFF3d02e4807f8d3d02e480 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e4807f8d3d02e480 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFF3d02e4e87f8d3d02e4e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e4e87f8d3d02e4e8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFF3d02e5507f8d3d02e550 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e5507f8d3d02e550 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFF3d02e5b87f8d3d02e5b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d02e5b87f8d3d02e5b8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF209dcfa87f92209dcfa8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dcfa87f92209dcfa8 /* src/PxProfileEventImpl.cpp */; }; + FFFF209dd0107f92209dd010 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd0107f92209dd010 /* src/PxPvd.cpp */; }; + FFFF209dd0787f92209dd078 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd0787f92209dd078 /* src/PxPvdDataStream.cpp */; }; + FFFF209dd0e07f92209dd0e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd0e07f92209dd0e0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF209dd1487f92209dd148 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd1487f92209dd148 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF209dd1b07f92209dd1b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd1b07f92209dd1b0 /* src/PxPvdImpl.cpp */; }; + FFFF209dd2187f92209dd218 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd2187f92209dd218 /* src/PxPvdMemClient.cpp */; }; + FFFF209dd2807f92209dd280 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd2807f92209dd280 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF209dd2e87f92209dd2e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd2e87f92209dd2e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF209dd3507f92209dd350 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd3507f92209dd350 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF209dd3b87f92209dd3b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209dd3b87f92209dd3b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3cd08ea07f8d3cd08ea0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cd08f087f8d3cd08f08 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02de007f8d3d02de00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02de687f8d3d02de68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ded07f8d3d02ded0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02df387f8d3d02df38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02dfa07f8d3d02dfa0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e0087f8d3d02e008 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e0707f8d3d02e070 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e0d87f8d3d02e0d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e1407f8d3d02e140 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e1a87f8d3d02e1a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e2107f8d3d02e210 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e2787f8d3d02e278 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e2e07f8d3d02e2e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e3487f8d3d02e348 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e3b07f8d3d02e3b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e4187f8d3d02e418 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e4807f8d3d02e480 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e4e87f8d3d02e4e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e5507f8d3d02e550 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e5b87f8d3d02e5b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e6207f8d3d02e620 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e6887f8d3d02e688 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e6f07f8d3d02e6f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e7587f8d3d02e758 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e7c07f8d3d02e7c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e8287f8d3d02e828 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e8907f8d3d02e890 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e8f87f8d3d02e8f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e9607f8d3d02e960 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02e9c87f8d3d02e9c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ea307f8d3d02ea30 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ea987f8d3d02ea98 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02eb007f8d3d02eb00 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02eb687f8d3d02eb68 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ebd07f8d3d02ebd0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ec387f8d3d02ec38 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02eca07f8d3d02eca0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ed087f8d3d02ed08 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ed707f8d3d02ed70 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02edd87f8d3d02edd8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ee407f8d3d02ee40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02eea87f8d3d02eea8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ef107f8d3d02ef10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02ef787f8d3d02ef78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02efe07f8d3d02efe0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f0487f8d3d02f048 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f0b07f8d3d02f0b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f1187f8d3d02f118 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f1807f8d3d02f180 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f1e87f8d3d02f1e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f2507f8d3d02f250 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f2b87f8d3d02f2b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f3207f8d3d02f320 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f3887f8d3d02f388 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f3f07f8d3d02f3f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f4587f8d3d02f458 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f4c07f8d3d02f4c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f5287f8d3d02f528 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f5907f8d3d02f590 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f5f87f8d3d02f5f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f6607f8d3d02f660 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f6c87f8d3d02f6c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f7307f8d3d02f730 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f7987f8d3d02f798 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f8007f8d3d02f800 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f8687f8d3d02f868 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f8d07f8d3d02f8d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f9387f8d3d02f938 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02f9a07f8d3d02f9a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fa087f8d3d02fa08 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fa707f8d3d02fa70 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fad87f8d3d02fad8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fb407f8d3d02fb40 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fba87f8d3d02fba8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fc107f8d3d02fc10 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d02fc787f8d3d02fc78 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD211358507f9221135850 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD21142a207f9221142a20 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD21142a887f9221142a88 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcc007f92209dcc00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcc687f92209dcc68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dccd07f92209dccd0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcd387f92209dcd38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcda07f92209dcda0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dce087f92209dce08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dce707f92209dce70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dced87f92209dced8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcf407f92209dcf40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dcfa87f92209dcfa8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd0107f92209dd010 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd0787f92209dd078 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd0e07f92209dd0e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd1487f92209dd148 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd1b07f92209dd1b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd2187f92209dd218 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd2807f92209dd280 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd2e87f92209dd2e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd3507f92209dd350 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd3b87f92209dd3b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209dd4207f92209dd420 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd4887f92209dd488 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd4f07f92209dd4f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd5587f92209dd558 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd5c07f92209dd5c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd6287f92209dd628 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd6907f92209dd690 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd6f87f92209dd6f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd7607f92209dd760 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd7c87f92209dd7c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd8307f92209dd830 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd8987f92209dd898 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd9007f92209dd900 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd9687f92209dd968 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dd9d07f92209dd9d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dda387f92209dda38 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddaa07f92209ddaa0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddb087f92209ddb08 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddb707f92209ddb70 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddbd87f92209ddbd8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddc407f92209ddc40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddca87f92209ddca8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddd107f92209ddd10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddd787f92209ddd78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddde07f92209ddde0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dde487f92209dde48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddeb07f92209ddeb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddf187f92209ddf18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddf807f92209ddf80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD209ddfe87f92209ddfe8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de0507f92209de050 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de0b87f92209de0b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de1207f92209de120 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de1887f92209de188 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de1f07f92209de1f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de2587f92209de258 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de2c07f92209de2c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de3287f92209de328 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de3907f92209de390 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de3f87f92209de3f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de4607f92209de460 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de4c87f92209de4c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de5307f92209de530 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de5987f92209de598 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de6007f92209de600 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de6687f92209de668 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de6d07f92209de6d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de7387f92209de738 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de7a07f92209de7a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de8087f92209de808 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de8707f92209de870 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de8d87f92209de8d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de9407f92209de940 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD209de9a87f92209de9a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dea107f92209dea10 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209dea787f92209dea78 /* 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 */ - FFF23cd0c6b07f8d3cd0c6b0 /* Resources */ = { + FFF2211358507f9221135850 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2282,7 +2282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cd0c6b07f8d3cd0c6b0 /* Frameworks */ = { + FFFC211358507f9221135850 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2292,21 +2292,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cd0c6b07f8d3cd0c6b0 /* Sources */ = { + FFF8211358507f9221135850 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d02e1a87f8d3d02e1a8, - FFFF3d02e2107f8d3d02e210, - FFFF3d02e2787f8d3d02e278, - FFFF3d02e2e07f8d3d02e2e0, - FFFF3d02e3487f8d3d02e348, - FFFF3d02e3b07f8d3d02e3b0, - FFFF3d02e4187f8d3d02e418, - FFFF3d02e4807f8d3d02e480, - FFFF3d02e4e87f8d3d02e4e8, - FFFF3d02e5507f8d3d02e550, - FFFF3d02e5b87f8d3d02e5b8, + FFFF209dcfa87f92209dcfa8, + FFFF209dd0107f92209dd010, + FFFF209dd0787f92209dd078, + FFFF209dd0e07f92209dd0e0, + FFFF209dd1487f92209dd148, + FFFF209dd1b07f92209dd1b0, + FFFF209dd2187f92209dd218, + FFFF209dd2807f92209dd280, + FFFF209dd2e87f92209dd2e8, + FFFF209dd3507f92209dd350, + FFFF209dd3b87f92209dd3b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2315,108 +2315,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF43cd0b7d07f8d3cd0b7d0 /* PBXTargetDependency */ = { + FFF42115bb607f922115bb60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA3c9892007f8d3c989200 /* PxFoundation */; - targetProxy = FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */; + target = FFFA21160b007f9221160b00 /* PxFoundation */; + targetProxy = FFF521160b007f9221160b00 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFF3cc0cfa07f8d3cc0cfa0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD3cc0cfa07f8d3cc0cfa0 /* px_globals.cpp */; }; - FFFF3cc112007f8d3cc11200 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc112007f8d3cc11200 /* PxsCCD.cpp */; }; - FFFF3cc112687f8d3cc11268 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc112687f8d3cc11268 /* PxsContactManager.cpp */; }; - FFFF3cc112d07f8d3cc112d0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc112d07f8d3cc112d0 /* PxsContext.cpp */; }; - FFFF3cc113387f8d3cc11338 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc113387f8d3cc11338 /* PxsDefaultMemoryManager.cpp */; }; - FFFF3cc113a07f8d3cc113a0 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc113a07f8d3cc113a0 /* PxsIslandSim.cpp */; }; - FFFF3cc114087f8d3cc11408 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc114087f8d3cc11408 /* PxsMaterialCombiner.cpp */; }; - FFFF3cc114707f8d3cc11470 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc114707f8d3cc11470 /* PxsNphaseImplementationContext.cpp */; }; - FFFF3cc114d87f8d3cc114d8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD3cc114d87f8d3cc114d8 /* PxsSimpleIslandManager.cpp */; }; - FFFF3c1b58007f8d3c1b5800 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b58007f8d3c1b5800 /* collision/PxcContact.cpp */; }; - FFFF3c1b58687f8d3c1b5868 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b58687f8d3c1b5868 /* pipeline/PxcContactCache.cpp */; }; - FFFF3c1b58d07f8d3c1b58d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b58d07f8d3c1b58d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFF3c1b59387f8d3c1b5938 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b59387f8d3c1b5938 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFF3c1b59a07f8d3c1b59a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b59a07f8d3c1b59a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFF3c1b5a087f8d3c1b5a08 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5a087f8d3c1b5a08 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFF3c1b5a707f8d3c1b5a70 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5a707f8d3c1b5a70 /* pipeline/PxcMaterialShape.cpp */; }; - FFFF3c1b5ad87f8d3c1b5ad8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5ad87f8d3c1b5ad8 /* pipeline/PxcNpBatch.cpp */; }; - FFFF3c1b5b407f8d3c1b5b40 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5b407f8d3c1b5b40 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFF3c1b5ba87f8d3c1b5ba8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5ba87f8d3c1b5ba8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFF3c1b5c107f8d3c1b5c10 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5c107f8d3c1b5c10 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFF3c1b5c787f8d3c1b5c78 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD3c1b5c787f8d3c1b5c78 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF215dea607f92215dea60 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD215dea607f92215dea60 /* px_globals.cpp */; }; + FFFF215e40807f92215e4080 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e40807f92215e4080 /* PxsCCD.cpp */; }; + FFFF215e40e87f92215e40e8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e40e87f92215e40e8 /* PxsContactManager.cpp */; }; + FFFF215e41507f92215e4150 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e41507f92215e4150 /* PxsContext.cpp */; }; + FFFF215e41b87f92215e41b8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e41b87f92215e41b8 /* PxsDefaultMemoryManager.cpp */; }; + FFFF215e42207f92215e4220 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e42207f92215e4220 /* PxsIslandSim.cpp */; }; + FFFF215e42887f92215e4288 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e42887f92215e4288 /* PxsMaterialCombiner.cpp */; }; + FFFF215e42f07f92215e42f0 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e42f07f92215e42f0 /* PxsNphaseImplementationContext.cpp */; }; + FFFF215e43587f92215e4358 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD215e43587f92215e4358 /* PxsSimpleIslandManager.cpp */; }; + FFFF209e1c007f92209e1c00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1c007f92209e1c00 /* collision/PxcContact.cpp */; }; + FFFF209e1c687f92209e1c68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1c687f92209e1c68 /* pipeline/PxcContactCache.cpp */; }; + FFFF209e1cd07f92209e1cd0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1cd07f92209e1cd0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF209e1d387f92209e1d38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1d387f92209e1d38 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF209e1da07f92209e1da0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1da07f92209e1da0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF209e1e087f92209e1e08 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1e087f92209e1e08 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF209e1e707f92209e1e70 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1e707f92209e1e70 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF209e1ed87f92209e1ed8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1ed87f92209e1ed8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF209e1f407f92209e1f40 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1f407f92209e1f40 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF209e1fa87f92209e1fa8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e1fa87f92209e1fa8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF209e20107f92209e2010 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e20107f92209e2010 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF209e20787f92209e2078 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD209e20787f92209e2078 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cc0c2b07f8d3cc0c2b0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3cc0cfa07f8d3cc0cfa0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc100b07f8d3cc100b0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc101187f8d3cc10118 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc101807f8d3cc10180 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc101e87f8d3cc101e8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc102507f8d3cc10250 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc102b87f8d3cc102b8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc103207f8d3cc10320 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc103887f8d3cc10388 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc103f07f8d3cc103f0 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cc112007f8d3cc11200 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc112687f8d3cc11268 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc112d07f8d3cc112d0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc113387f8d3cc11338 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc113a07f8d3cc113a0 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc114087f8d3cc11408 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc114707f8d3cc11470 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cc114d87f8d3cc114d8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b6e007f8d3c1b6e00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b6e687f8d3c1b6e68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b6ed07f8d3c1b6ed0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b6f387f8d3c1b6f38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b6fa07f8d3c1b6fa0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b70087f8d3c1b7008 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b70707f8d3c1b7070 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b70d87f8d3c1b70d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b71407f8d3c1b7140 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b71a87f8d3c1b71a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b72107f8d3c1b7210 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b72787f8d3c1b7278 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b72e07f8d3c1b72e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b73487f8d3c1b7348 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b73b07f8d3c1b73b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b74187f8d3c1b7418 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b74807f8d3c1b7480 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b74e87f8d3c1b74e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b75507f8d3c1b7550 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b75b87f8d3c1b75b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b58007f8d3c1b5800 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b58687f8d3c1b5868 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b58d07f8d3c1b58d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b59387f8d3c1b5938 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b59a07f8d3c1b59a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5a087f8d3c1b5a08 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5a707f8d3c1b5a70 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5ad87f8d3c1b5ad8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5b407f8d3c1b5b40 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5ba87f8d3c1b5ba8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5c107f8d3c1b5c10 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b5c787f8d3c1b5c78 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b60007f8d3c1b6000 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b60687f8d3c1b6068 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b60d07f8d3c1b60d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b61387f8d3c1b6138 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b61a07f8d3c1b61a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b62087f8d3c1b6208 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b62707f8d3c1b6270 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b62d87f8d3c1b62d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b63407f8d3c1b6340 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b63a87f8d3c1b63a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b64107f8d3c1b6410 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b64787f8d3c1b6478 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b64e07f8d3c1b64e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b65487f8d3c1b6548 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3c1b65b07f8d3c1b65b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD215dcd407f92215dcd40 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD215dea607f92215dea60 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e16d07f92215e16d0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e17387f92215e1738 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e17a07f92215e17a0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e18087f92215e1808 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e18707f92215e1870 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e18d87f92215e18d8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e19407f92215e1940 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e19a87f92215e19a8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e1a107f92215e1a10 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD215e40807f92215e4080 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e40e87f92215e40e8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e41507f92215e4150 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e41b87f92215e41b8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e42207f92215e4220 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e42887f92215e4288 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e42f07f92215e42f0 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD215e43587f92215e4358 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e68007f92209e6800 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e68687f92209e6868 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e68d07f92209e68d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e69387f92209e6938 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e69a07f92209e69a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6a087f92209e6a08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6a707f92209e6a70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6ad87f92209e6ad8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6b407f92209e6b40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6ba87f92209e6ba8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6c107f92209e6c10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6c787f92209e6c78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6ce07f92209e6ce0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6d487f92209e6d48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6db07f92209e6db0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6e187f92209e6e18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6e807f92209e6e80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6ee87f92209e6ee8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6f507f92209e6f50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e6fb87f92209e6fb8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e1c007f92209e1c00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1c687f92209e1c68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1cd07f92209e1cd0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1d387f92209e1d38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1da07f92209e1da0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1e087f92209e1e08 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1e707f92209e1e70 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1ed87f92209e1ed8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1f407f92209e1f40 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e1fa87f92209e1fa8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e20107f92209e2010 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e20787f92209e2078 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209e5a007f92209e5a00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5a687f92209e5a68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5ad07f92209e5ad0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5b387f92209e5b38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5ba07f92209e5ba0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5c087f92209e5c08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5c707f92209e5c70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5cd87f92209e5cd8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5d407f92209e5d40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5da87f92209e5da8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5e107f92209e5e10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5e787f92209e5e78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5ee07f92209e5ee0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5f487f92209e5f48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209e5fb07f92209e5fb0 /* 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 */ - FFF23cc0c2b07f8d3cc0c2b0 /* Resources */ = { + FFF2215dcd407f92215dcd40 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2426,7 +2426,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cc0c2b07f8d3cc0c2b0 /* Frameworks */ = { + FFFC215dcd407f92215dcd40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2436,31 +2436,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cc0c2b07f8d3cc0c2b0 /* Sources */ = { + FFF8215dcd407f92215dcd40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3cc0cfa07f8d3cc0cfa0, - FFFF3cc112007f8d3cc11200, - FFFF3cc112687f8d3cc11268, - FFFF3cc112d07f8d3cc112d0, - FFFF3cc113387f8d3cc11338, - FFFF3cc113a07f8d3cc113a0, - FFFF3cc114087f8d3cc11408, - FFFF3cc114707f8d3cc11470, - FFFF3cc114d87f8d3cc114d8, - FFFF3c1b58007f8d3c1b5800, - FFFF3c1b58687f8d3c1b5868, - FFFF3c1b58d07f8d3c1b58d0, - FFFF3c1b59387f8d3c1b5938, - FFFF3c1b59a07f8d3c1b59a0, - FFFF3c1b5a087f8d3c1b5a08, - FFFF3c1b5a707f8d3c1b5a70, - FFFF3c1b5ad87f8d3c1b5ad8, - FFFF3c1b5b407f8d3c1b5b40, - FFFF3c1b5ba87f8d3c1b5ba8, - FFFF3c1b5c107f8d3c1b5c10, - FFFF3c1b5c787f8d3c1b5c78, + FFFF215dea607f92215dea60, + FFFF215e40807f92215e4080, + FFFF215e40e87f92215e40e8, + FFFF215e41507f92215e4150, + FFFF215e41b87f92215e41b8, + FFFF215e42207f92215e4220, + FFFF215e42887f92215e4288, + FFFF215e42f07f92215e42f0, + FFFF215e43587f92215e4358, + FFFF209e1c007f92209e1c00, + FFFF209e1c687f92209e1c68, + FFFF209e1cd07f92209e1cd0, + FFFF209e1d387f92209e1d38, + FFFF209e1da07f92209e1da0, + FFFF209e1e087f92209e1e08, + FFFF209e1e707f92209e1e70, + FFFF209e1ed87f92209e1ed8, + FFFF209e1f407f92209e1f40, + FFFF209e1fa87f92209e1fa8, + FFFF209e20107f92209e2010, + FFFF209e20787f92209e2078, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2472,38 +2472,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFF3d0336707f8d3d033670 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0336707f8d3d033670 /* BpBroadPhase.cpp */; }; - FFFF3d0336d87f8d3d0336d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0336d87f8d3d0336d8 /* BpBroadPhaseMBP.cpp */; }; - FFFF3d0337407f8d3d033740 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0337407f8d3d033740 /* BpBroadPhaseSap.cpp */; }; - FFFF3d0337a87f8d3d0337a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0337a87f8d3d0337a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFF3d0338107f8d3d033810 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0338107f8d3d033810 /* BpMBPTasks.cpp */; }; - FFFF3d0338787f8d3d033878 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0338787f8d3d033878 /* BpSAPTasks.cpp */; }; - FFFF3d0338e07f8d3d0338e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d0338e07f8d3d0338e0 /* BpSimpleAABBManager.cpp */; }; + FFFF21818a707f9221818a70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818a707f9221818a70 /* BpBroadPhase.cpp */; }; + FFFF21818ad87f9221818ad8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818ad87f9221818ad8 /* BpBroadPhaseMBP.cpp */; }; + FFFF21818b407f9221818b40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818b407f9221818b40 /* BpBroadPhaseSap.cpp */; }; + FFFF21818ba87f9221818ba8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818ba87f9221818ba8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF21818c107f9221818c10 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818c107f9221818c10 /* BpMBPTasks.cpp */; }; + FFFF21818c787f9221818c78 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818c787f9221818c78 /* BpSAPTasks.cpp */; }; + FFFF21818ce07f9221818ce0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD21818ce07f9221818ce0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cf17c907f8d3cf17c90 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3cf1a3907f8d3cf1a390 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf1a3f87f8d3cf1a3f8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf1a4607f8d3cf1a460 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf1a4c87f8d3cf1a4c8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0334007f8d3d033400 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0334687f8d3d033468 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0334d07f8d3d0334d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0335387f8d3d033538 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0335a07f8d3d0335a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0336087f8d3d033608 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0336707f8d3d033670 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0336d87f8d3d0336d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0337407f8d3d033740 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0337a87f8d3d0337a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0338107f8d3d033810 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0338787f8d3d033878 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0338e07f8d3d0338e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210c4a407f92210c4a40 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD210c61007f92210c6100 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD210c61687f92210c6168 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD210c61d07f92210c61d0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD210c62387f92210c6238 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD218188007f9221818800 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD218188687f9221818868 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD218188d07f92218188d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD218189387f9221818938 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD218189a07f92218189a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD21818a087f9221818a08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD21818a707f9221818a70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818ad87f9221818ad8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818b407f9221818b40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818ba87f9221818ba8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818c107f9221818c10 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818c787f9221818c78 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD21818ce07f9221818ce0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23cf17c907f8d3cf17c90 /* Resources */ = { + FFF2210c4a407f92210c4a40 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2513,7 +2513,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cf17c907f8d3cf17c90 /* Frameworks */ = { + FFFC210c4a407f92210c4a40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2523,17 +2523,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cf17c907f8d3cf17c90 /* Sources */ = { + FFF8210c4a407f92210c4a40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d0336707f8d3d033670, - FFFF3d0336d87f8d3d0336d8, - FFFF3d0337407f8d3d033740, - FFFF3d0337a87f8d3d0337a8, - FFFF3d0338107f8d3d033810, - FFFF3d0338787f8d3d033878, - FFFF3d0338e07f8d3d0338e0, + FFFF21818a707f9221818a70, + FFFF21818ad87f9221818ad8, + FFFF21818b407f9221818b40, + FFFF21818ba87f9221818ba8, + FFFF21818c107f9221818c10, + FFFF21818c787f9221818c78, + FFFF21818ce07f9221818ce0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2545,105 +2545,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFF3d03f8007f8d3d03f800 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03f8007f8d3d03f800 /* DyArticulation.cpp */; }; - FFFF3d03f8687f8d3d03f868 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03f8687f8d3d03f868 /* DyArticulationContactPrep.cpp */; }; - FFFF3d03f8d07f8d3d03f8d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03f8d07f8d3d03f8d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFF3d03f9387f8d3d03f938 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03f9387f8d3d03f938 /* DyArticulationHelper.cpp */; }; - FFFF3d03f9a07f8d3d03f9a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03f9a07f8d3d03f9a0 /* DyArticulationSIMD.cpp */; }; - FFFF3d03fa087f8d3d03fa08 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fa087f8d3d03fa08 /* DyArticulationScalar.cpp */; }; - FFFF3d03fa707f8d3d03fa70 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fa707f8d3d03fa70 /* DyConstraintPartition.cpp */; }; - FFFF3d03fad87f8d3d03fad8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fad87f8d3d03fad8 /* DyConstraintSetup.cpp */; }; - FFFF3d03fb407f8d3d03fb40 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fb407f8d3d03fb40 /* DyConstraintSetupBlock.cpp */; }; - FFFF3d03fba87f8d3d03fba8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fba87f8d3d03fba8 /* DyContactPrep.cpp */; }; - FFFF3d03fc107f8d3d03fc10 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fc107f8d3d03fc10 /* DyContactPrep4.cpp */; }; - FFFF3d03fc787f8d3d03fc78 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fc787f8d3d03fc78 /* DyContactPrep4PF.cpp */; }; - FFFF3d03fce07f8d3d03fce0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fce07f8d3d03fce0 /* DyContactPrepPF.cpp */; }; - FFFF3d03fd487f8d3d03fd48 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fd487f8d3d03fd48 /* DyDynamics.cpp */; }; - FFFF3d03fdb07f8d3d03fdb0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fdb07f8d3d03fdb0 /* DyFrictionCorrelation.cpp */; }; - FFFF3d03fe187f8d3d03fe18 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fe187f8d3d03fe18 /* DyRigidBodyToSolverBody.cpp */; }; - FFFF3d03fe807f8d3d03fe80 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fe807f8d3d03fe80 /* DySolverConstraints.cpp */; }; - FFFF3d03fee87f8d3d03fee8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03fee87f8d3d03fee8 /* DySolverConstraintsBlock.cpp */; }; - FFFF3d03ff507f8d3d03ff50 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03ff507f8d3d03ff50 /* DySolverControl.cpp */; }; - FFFF3d03ffb87f8d3d03ffb8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d03ffb87f8d3d03ffb8 /* DySolverControlPF.cpp */; }; - FFFF3d0400207f8d3d040020 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d0400207f8d3d040020 /* DySolverPFConstraints.cpp */; }; - FFFF3d0400887f8d3d040088 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d0400887f8d3d040088 /* DySolverPFConstraintsBlock.cpp */; }; - FFFF3d0400f07f8d3d0400f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d0400f07f8d3d0400f0 /* DyThreadContext.cpp */; }; - FFFF3d0401587f8d3d040158 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD3d0401587f8d3d040158 /* DyThresholdTable.cpp */; }; + FFFF228088007f9222808800 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228088007f9222808800 /* DyArticulation.cpp */; }; + FFFF228088687f9222808868 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228088687f9222808868 /* DyArticulationContactPrep.cpp */; }; + FFFF228088d07f92228088d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228088d07f92228088d0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF228089387f9222808938 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228089387f9222808938 /* DyArticulationHelper.cpp */; }; + FFFF228089a07f92228089a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228089a07f92228089a0 /* DyArticulationSIMD.cpp */; }; + FFFF22808a087f9222808a08 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808a087f9222808a08 /* DyArticulationScalar.cpp */; }; + FFFF22808a707f9222808a70 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808a707f9222808a70 /* DyConstraintPartition.cpp */; }; + FFFF22808ad87f9222808ad8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808ad87f9222808ad8 /* DyConstraintSetup.cpp */; }; + FFFF22808b407f9222808b40 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808b407f9222808b40 /* DyConstraintSetupBlock.cpp */; }; + FFFF22808ba87f9222808ba8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808ba87f9222808ba8 /* DyContactPrep.cpp */; }; + FFFF22808c107f9222808c10 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808c107f9222808c10 /* DyContactPrep4.cpp */; }; + FFFF22808c787f9222808c78 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808c787f9222808c78 /* DyContactPrep4PF.cpp */; }; + FFFF22808ce07f9222808ce0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808ce07f9222808ce0 /* DyContactPrepPF.cpp */; }; + FFFF22808d487f9222808d48 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808d487f9222808d48 /* DyDynamics.cpp */; }; + FFFF22808db07f9222808db0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808db07f9222808db0 /* DyFrictionCorrelation.cpp */; }; + FFFF22808e187f9222808e18 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808e187f9222808e18 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF22808e807f9222808e80 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808e807f9222808e80 /* DySolverConstraints.cpp */; }; + FFFF22808ee87f9222808ee8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808ee87f9222808ee8 /* DySolverConstraintsBlock.cpp */; }; + FFFF22808f507f9222808f50 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808f507f9222808f50 /* DySolverControl.cpp */; }; + FFFF22808fb87f9222808fb8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD22808fb87f9222808fb8 /* DySolverControlPF.cpp */; }; + FFFF228090207f9222809020 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228090207f9222809020 /* DySolverPFConstraints.cpp */; }; + FFFF228090887f9222809088 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228090887f9222809088 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF228090f07f92228090f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228090f07f92228090f0 /* DyThreadContext.cpp */; }; + FFFF228091587f9222809158 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD228091587f9222809158 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3d03f8007f8d3d03f800 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f8687f8d3d03f868 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f8d07f8d3d03f8d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f9387f8d3d03f938 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f9a07f8d3d03f9a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fa087f8d3d03fa08 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fa707f8d3d03fa70 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fad87f8d3d03fad8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fb407f8d3d03fb40 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fba87f8d3d03fba8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fc107f8d3d03fc10 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fc787f8d3d03fc78 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fce07f8d3d03fce0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fd487f8d3d03fd48 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fdb07f8d3d03fdb0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fe187f8d3d03fe18 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fe807f8d3d03fe80 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03fee87f8d3d03fee8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03ff507f8d3d03ff50 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d03ffb87f8d3d03ffb8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0400207f8d3d040020 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0400887f8d3d040088 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0400f07f8d3d0400f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d0401587f8d3d040158 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3cf428207f8d3cf42820 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf428887f8d3cf42888 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf428f07f8d3cf428f0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf429587f8d3cf42958 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf429c07f8d3cf429c0 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD3cf42a287f8d3cf42a28 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040a007f8d3d040a00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040a687f8d3d040a68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040ad07f8d3d040ad0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040b387f8d3d040b38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040ba07f8d3d040ba0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040c087f8d3d040c08 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040c707f8d3d040c70 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040cd87f8d3d040cd8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040d407f8d3d040d40 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040da87f8d3d040da8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040e107f8d3d040e10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040e787f8d3d040e78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040ee07f8d3d040ee0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040f487f8d3d040f48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d040fb07f8d3d040fb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0410187f8d3d041018 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0410807f8d3d041080 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0410e87f8d3d0410e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0411507f8d3d041150 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0411b87f8d3d0411b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0412207f8d3d041220 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0412887f8d3d041288 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0412f07f8d3d0412f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0413587f8d3d041358 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0413c07f8d3d0413c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0414287f8d3d041428 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0414907f8d3d041490 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0414f87f8d3d0414f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0415607f8d3d041560 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0415c87f8d3d0415c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0416307f8d3d041630 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0416987f8d3d041698 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0417007f8d3d041700 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0417687f8d3d041768 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0417d07f8d3d0417d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0418387f8d3d041838 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d0418a07f8d3d0418a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD220092a07f92220092a0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD228088007f9222808800 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228088687f9222808868 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228088d07f92228088d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228089387f9222808938 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228089a07f92228089a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808a087f9222808a08 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808a707f9222808a70 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808ad87f9222808ad8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808b407f9222808b40 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808ba87f9222808ba8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808c107f9222808c10 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808c787f9222808c78 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808ce07f9222808ce0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808d487f9222808d48 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808db07f9222808db0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808e187f9222808e18 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808e807f9222808e80 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808ee87f9222808ee8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808f507f9222808f50 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22808fb87f9222808fb8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228090207f9222809020 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228090887f9222809088 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228090f07f92228090f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228091587f9222809158 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD220119407f9222011940 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD220119a87f92220119a8 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD22011a107f9222011a10 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD22011a787f9222011a78 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD22011ae07f9222011ae0 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD22011b487f9222011b48 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280a8007f922280a800 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280a8687f922280a868 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280a8d07f922280a8d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280a9387f922280a938 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280a9a07f922280a9a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280aa087f922280aa08 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280aa707f922280aa70 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280aad87f922280aad8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ab407f922280ab40 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280aba87f922280aba8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ac107f922280ac10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ac787f922280ac78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ace07f922280ace0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ad487f922280ad48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280adb07f922280adb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ae187f922280ae18 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280ae807f922280ae80 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280aee87f922280aee8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280af507f922280af50 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280afb87f922280afb8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b0207f922280b020 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b0887f922280b088 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b0f07f922280b0f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b1587f922280b158 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b1c07f922280b1c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b2287f922280b228 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b2907f922280b290 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b2f87f922280b2f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b3607f922280b360 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b3c87f922280b3c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b4307f922280b430 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b4987f922280b498 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b5007f922280b500 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b5687f922280b568 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b5d07f922280b5d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b6387f922280b638 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280b6a07f922280b6a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23cf3b3a07f8d3cf3b3a0 /* Resources */ = { + FFF2220092a07f92220092a0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,7 +2653,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cf3b3a07f8d3cf3b3a0 /* Frameworks */ = { + FFFC220092a07f92220092a0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2663,34 +2663,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cf3b3a07f8d3cf3b3a0 /* Sources */ = { + FFF8220092a07f92220092a0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d03f8007f8d3d03f800, - FFFF3d03f8687f8d3d03f868, - FFFF3d03f8d07f8d3d03f8d0, - FFFF3d03f9387f8d3d03f938, - FFFF3d03f9a07f8d3d03f9a0, - FFFF3d03fa087f8d3d03fa08, - FFFF3d03fa707f8d3d03fa70, - FFFF3d03fad87f8d3d03fad8, - FFFF3d03fb407f8d3d03fb40, - FFFF3d03fba87f8d3d03fba8, - FFFF3d03fc107f8d3d03fc10, - FFFF3d03fc787f8d3d03fc78, - FFFF3d03fce07f8d3d03fce0, - FFFF3d03fd487f8d3d03fd48, - FFFF3d03fdb07f8d3d03fdb0, - FFFF3d03fe187f8d3d03fe18, - FFFF3d03fe807f8d3d03fe80, - FFFF3d03fee87f8d3d03fee8, - FFFF3d03ff507f8d3d03ff50, - FFFF3d03ffb87f8d3d03ffb8, - FFFF3d0400207f8d3d040020, - FFFF3d0400887f8d3d040088, - FFFF3d0400f07f8d3d0400f0, - FFFF3d0401587f8d3d040158, + FFFF228088007f9222808800, + FFFF228088687f9222808868, + FFFF228088d07f92228088d0, + FFFF228089387f9222808938, + FFFF228089a07f92228089a0, + FFFF22808a087f9222808a08, + FFFF22808a707f9222808a70, + FFFF22808ad87f9222808ad8, + FFFF22808b407f9222808b40, + FFFF22808ba87f9222808ba8, + FFFF22808c107f9222808c10, + FFFF22808c787f9222808c78, + FFFF22808ce07f9222808ce0, + FFFF22808d487f9222808d48, + FFFF22808db07f9222808db0, + FFFF22808e187f9222808e18, + FFFF22808e807f9222808e80, + FFFF22808ee87f9222808ee8, + FFFF22808f507f9222808f50, + FFFF22808fb87f9222808fb8, + FFFF228090207f9222809020, + FFFF228090887f9222809088, + FFFF228090f07f92228090f0, + FFFF228091587f9222809158, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2702,73 +2702,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFF3b81d2907f8d3b81d290 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d2907f8d3b81d290 /* Allocator.cpp */; }; - FFFF3b81d2f87f8d3b81d2f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d2f87f8d3b81d2f8 /* Factory.cpp */; }; - FFFF3b81d3607f8d3b81d360 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d3607f8d3b81d360 /* PhaseConfig.cpp */; }; - FFFF3b81d3c87f8d3b81d3c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d3c87f8d3b81d3c8 /* SwCloth.cpp */; }; - FFFF3b81d4307f8d3b81d430 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d4307f8d3b81d430 /* SwClothData.cpp */; }; - FFFF3b81d4987f8d3b81d498 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d4987f8d3b81d498 /* SwCollision.cpp */; }; - FFFF3b81d5007f8d3b81d500 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d5007f8d3b81d500 /* SwFabric.cpp */; }; - FFFF3b81d5687f8d3b81d568 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d5687f8d3b81d568 /* SwFactory.cpp */; }; - FFFF3b81d5d07f8d3b81d5d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d5d07f8d3b81d5d0 /* SwInterCollision.cpp */; }; - FFFF3b81d6387f8d3b81d638 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d6387f8d3b81d638 /* SwSelfCollision.cpp */; }; - FFFF3b81d6a07f8d3b81d6a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d6a07f8d3b81d6a0 /* SwSolver.cpp */; }; - FFFF3b81d7087f8d3b81d708 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d7087f8d3b81d708 /* SwSolverKernel.cpp */; }; - FFFF3b81d7707f8d3b81d770 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b81d7707f8d3b81d770 /* TripletScheduler.cpp */; }; + FFFF209f20907f92209f2090 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f20907f92209f2090 /* Allocator.cpp */; }; + FFFF209f20f87f92209f20f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f20f87f92209f20f8 /* Factory.cpp */; }; + FFFF209f21607f92209f2160 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f21607f92209f2160 /* PhaseConfig.cpp */; }; + FFFF209f21c87f92209f21c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f21c87f92209f21c8 /* SwCloth.cpp */; }; + FFFF209f22307f92209f2230 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f22307f92209f2230 /* SwClothData.cpp */; }; + FFFF209f22987f92209f2298 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f22987f92209f2298 /* SwCollision.cpp */; }; + FFFF209f23007f92209f2300 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f23007f92209f2300 /* SwFabric.cpp */; }; + FFFF209f23687f92209f2368 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f23687f92209f2368 /* SwFactory.cpp */; }; + FFFF209f23d07f92209f23d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f23d07f92209f23d0 /* SwInterCollision.cpp */; }; + FFFF209f24387f92209f2438 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f24387f92209f2438 /* SwSelfCollision.cpp */; }; + FFFF209f24a07f92209f24a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f24a07f92209f24a0 /* SwSolver.cpp */; }; + FFFF209f25087f92209f2508 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f25087f92209f2508 /* SwSolverKernel.cpp */; }; + FFFF209f25707f92209f2570 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD209f25707f92209f2570 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3b43b7807f8d3b43b780 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3b443f007f8d3b443f00 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b443f687f8d3b443f68 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b443fd07f8d3b443fd0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b4440387f8d3b444038 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b4440a07f8d3b4440a0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b4441087f8d3b444108 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b4441707f8d3b444170 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81c8007f8d3b81c800 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81c8687f8d3b81c868 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81c8d07f8d3b81c8d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81c9387f8d3b81c938 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81c9a07f8d3b81c9a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81ca087f8d3b81ca08 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81ca707f8d3b81ca70 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cad87f8d3b81cad8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cb407f8d3b81cb40 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cba87f8d3b81cba8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cc107f8d3b81cc10 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cc787f8d3b81cc78 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cce07f8d3b81cce0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cd487f8d3b81cd48 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cdb07f8d3b81cdb0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81ce187f8d3b81ce18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81ce807f8d3b81ce80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cee87f8d3b81cee8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cf507f8d3b81cf50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81cfb87f8d3b81cfb8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d0207f8d3b81d020 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d0887f8d3b81d088 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d0f07f8d3b81d0f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d1587f8d3b81d158 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d1c07f8d3b81d1c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d2287f8d3b81d228 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d2907f8d3b81d290 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d2f87f8d3b81d2f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d3607f8d3b81d360 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d3c87f8d3b81d3c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d4307f8d3b81d430 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d4987f8d3b81d498 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d5007f8d3b81d500 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d5687f8d3b81d568 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d5d07f8d3b81d5d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d6387f8d3b81d638 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d6a07f8d3b81d6a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d7087f8d3b81d708 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3b81d7707f8d3b81d770 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2170c8707f922170c870 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD215f8c407f92215f8c40 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8ca87f92215f8ca8 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8d107f92215f8d10 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8d787f92215f8d78 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8de07f92215f8de0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8e487f92215f8e48 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD215f8eb07f92215f8eb0 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f16007f92209f1600 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f16687f92209f1668 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f16d07f92209f16d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f17387f92209f1738 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f17a07f92209f17a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f18087f92209f1808 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f18707f92209f1870 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f18d87f92209f18d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f19407f92209f1940 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f19a87f92209f19a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1a107f92209f1a10 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1a787f92209f1a78 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1ae07f92209f1ae0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1b487f92209f1b48 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1bb07f92209f1bb0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1c187f92209f1c18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1c807f92209f1c80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1ce87f92209f1ce8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1d507f92209f1d50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1db87f92209f1db8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1e207f92209f1e20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1e887f92209f1e88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1ef07f92209f1ef0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1f587f92209f1f58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f1fc07f92209f1fc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f20287f92209f2028 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD209f20907f92209f2090 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f20f87f92209f20f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f21607f92209f2160 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f21c87f92209f21c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f22307f92209f2230 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f22987f92209f2298 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f23007f92209f2300 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f23687f92209f2368 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f23d07f92209f23d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f24387f92209f2438 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f24a07f92209f24a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f25087f92209f2508 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD209f25707f92209f2570 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23b43b7807f8d3b43b780 /* Resources */ = { + FFF22170c8707f922170c870 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,7 +2778,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3b43b7807f8d3b43b780 /* Frameworks */ = { + FFFC2170c8707f922170c870 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2788,23 +2788,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83b43b7807f8d3b43b780 /* Sources */ = { + FFF82170c8707f922170c870 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3b81d2907f8d3b81d290, - FFFF3b81d2f87f8d3b81d2f8, - FFFF3b81d3607f8d3b81d360, - FFFF3b81d3c87f8d3b81d3c8, - FFFF3b81d4307f8d3b81d430, - FFFF3b81d4987f8d3b81d498, - FFFF3b81d5007f8d3b81d500, - FFFF3b81d5687f8d3b81d568, - FFFF3b81d5d07f8d3b81d5d0, - FFFF3b81d6387f8d3b81d638, - FFFF3b81d6a07f8d3b81d6a0, - FFFF3b81d7087f8d3b81d708, - FFFF3b81d7707f8d3b81d770, + FFFF209f20907f92209f2090, + FFFF209f20f87f92209f20f8, + FFFF209f21607f92209f2160, + FFFF209f21c87f92209f21c8, + FFFF209f22307f92209f2230, + FFFF209f22987f92209f2298, + FFFF209f23007f92209f2300, + FFFF209f23687f92209f2368, + FFFF209f23d07f92209f23d0, + FFFF209f24387f92209f2438, + FFFF209f24a07f92209f24a0, + FFFF209f25087f92209f2508, + FFFF209f25707f92209f2570, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2816,79 +2816,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFF3d04bd587f8d3d04bd58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04bd587f8d3d04bd58 /* PtBatcher.cpp */; }; - FFFF3d04bdc07f8d3d04bdc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04bdc07f8d3d04bdc0 /* PtBodyTransformVault.cpp */; }; - FFFF3d04be287f8d3d04be28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04be287f8d3d04be28 /* PtCollision.cpp */; }; - FFFF3d04be907f8d3d04be90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04be907f8d3d04be90 /* PtCollisionBox.cpp */; }; - FFFF3d04bef87f8d3d04bef8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04bef87f8d3d04bef8 /* PtCollisionCapsule.cpp */; }; - FFFF3d04bf607f8d3d04bf60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04bf607f8d3d04bf60 /* PtCollisionConvex.cpp */; }; - FFFF3d04bfc87f8d3d04bfc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04bfc87f8d3d04bfc8 /* PtCollisionMesh.cpp */; }; - FFFF3d04c0307f8d3d04c030 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c0307f8d3d04c030 /* PtCollisionPlane.cpp */; }; - FFFF3d04c0987f8d3d04c098 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c0987f8d3d04c098 /* PtCollisionSphere.cpp */; }; - FFFF3d04c1007f8d3d04c100 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c1007f8d3d04c100 /* PtContextCpu.cpp */; }; - FFFF3d04c1687f8d3d04c168 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c1687f8d3d04c168 /* PtDynamics.cpp */; }; - FFFF3d04c1d07f8d3d04c1d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c1d07f8d3d04c1d0 /* PtParticleData.cpp */; }; - FFFF3d04c2387f8d3d04c238 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c2387f8d3d04c238 /* PtParticleShapeCpu.cpp */; }; - FFFF3d04c2a07f8d3d04c2a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c2a07f8d3d04c2a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFF3d04c3087f8d3d04c308 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c3087f8d3d04c308 /* PtSpatialHash.cpp */; }; - FFFF3d04c3707f8d3d04c370 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3d04c3707f8d3d04c370 /* PtSpatialLocalHash.cpp */; }; + FFFF22815d587f9222815d58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815d587f9222815d58 /* PtBatcher.cpp */; }; + FFFF22815dc07f9222815dc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815dc07f9222815dc0 /* PtBodyTransformVault.cpp */; }; + FFFF22815e287f9222815e28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815e287f9222815e28 /* PtCollision.cpp */; }; + FFFF22815e907f9222815e90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815e907f9222815e90 /* PtCollisionBox.cpp */; }; + FFFF22815ef87f9222815ef8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815ef87f9222815ef8 /* PtCollisionCapsule.cpp */; }; + FFFF22815f607f9222815f60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815f607f9222815f60 /* PtCollisionConvex.cpp */; }; + FFFF22815fc87f9222815fc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD22815fc87f9222815fc8 /* PtCollisionMesh.cpp */; }; + FFFF228160307f9222816030 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228160307f9222816030 /* PtCollisionPlane.cpp */; }; + FFFF228160987f9222816098 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228160987f9222816098 /* PtCollisionSphere.cpp */; }; + FFFF228161007f9222816100 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228161007f9222816100 /* PtContextCpu.cpp */; }; + FFFF228161687f9222816168 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228161687f9222816168 /* PtDynamics.cpp */; }; + FFFF228161d07f92228161d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228161d07f92228161d0 /* PtParticleData.cpp */; }; + FFFF228162387f9222816238 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228162387f9222816238 /* PtParticleShapeCpu.cpp */; }; + FFFF228162a07f92228162a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228162a07f92228162a0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF228163087f9222816308 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228163087f9222816308 /* PtSpatialHash.cpp */; }; + FFFF228163707f9222816370 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD228163707f9222816370 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3d03f2007f8d3d03f200 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f2687f8d3d03f268 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f2d07f8d3d03f2d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f3387f8d3d03f338 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f3a07f8d3d03f3a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f4087f8d3d03f408 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f4707f8d3d03f470 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f4d87f8d3d03f4d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f5407f8d3d03f540 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d03f5a87f8d3d03f5a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b4007f8d3d04b400 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b4687f8d3d04b468 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b4d07f8d3d04b4d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b5387f8d3d04b538 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b5a07f8d3d04b5a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b6087f8d3d04b608 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b6707f8d3d04b670 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b6d87f8d3d04b6d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b7407f8d3d04b740 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b7a87f8d3d04b7a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b8107f8d3d04b810 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b8787f8d3d04b878 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b8e07f8d3d04b8e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b9487f8d3d04b948 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04b9b07f8d3d04b9b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04ba187f8d3d04ba18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04ba807f8d3d04ba80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bae87f8d3d04bae8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bb507f8d3d04bb50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bbb87f8d3d04bbb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bc207f8d3d04bc20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bc887f8d3d04bc88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bcf07f8d3d04bcf0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bd587f8d3d04bd58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bdc07f8d3d04bdc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04be287f8d3d04be28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04be907f8d3d04be90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bef87f8d3d04bef8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bf607f8d3d04bf60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04bfc87f8d3d04bfc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c0307f8d3d04c030 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c0987f8d3d04c098 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c1007f8d3d04c100 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c1687f8d3d04c168 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c1d07f8d3d04c1d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c2387f8d3d04c238 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c2a07f8d3d04c2a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c3087f8d3d04c308 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD3d04c3707f8d3d04c370 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD220239f07f92220239f0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2280f4007f922280f400 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f4687f922280f468 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f4d07f922280f4d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f5387f922280f538 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f5a07f922280f5a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f6087f922280f608 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f6707f922280f670 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f6d87f922280f6d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f7407f922280f740 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2280f7a87f922280f7a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD228154007f9222815400 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD228154687f9222815468 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD228154d07f92228154d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD228155387f9222815538 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD228155a07f92228155a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD228156087f9222815608 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD228156707f9222815670 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD228156d87f92228156d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD228157407f9222815740 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD228157a87f92228157a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD228158107f9222815810 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD228158787f9222815878 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD228158e07f92228158e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD228159487f9222815948 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD228159b07f92228159b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815a187f9222815a18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815a807f9222815a80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815ae87f9222815ae8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815b507f9222815b50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815bb87f9222815bb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815c207f9222815c20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815c887f9222815c88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815cf07f9222815cf0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD22815d587f9222815d58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815dc07f9222815dc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815e287f9222815e28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815e907f9222815e90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815ef87f9222815ef8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815f607f9222815f60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD22815fc87f9222815fc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228160307f9222816030 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228160987f9222816098 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228161007f9222816100 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228161687f9222816168 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228161d07f92228161d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228162387f9222816238 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228162a07f92228162a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228163087f9222816308 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD228163707f9222816370 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF23cf5d0c07f8d3cf5d0c0 /* Resources */ = { + FFF2220239f07f92220239f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,7 +2898,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3cf5d0c07f8d3cf5d0c0 /* Frameworks */ = { + FFFC220239f07f92220239f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2908,26 +2908,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83cf5d0c07f8d3cf5d0c0 /* Sources */ = { + FFF8220239f07f92220239f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3d04bd587f8d3d04bd58, - FFFF3d04bdc07f8d3d04bdc0, - FFFF3d04be287f8d3d04be28, - FFFF3d04be907f8d3d04be90, - FFFF3d04bef87f8d3d04bef8, - FFFF3d04bf607f8d3d04bf60, - FFFF3d04bfc87f8d3d04bfc8, - FFFF3d04c0307f8d3d04c030, - FFFF3d04c0987f8d3d04c098, - FFFF3d04c1007f8d3d04c100, - FFFF3d04c1687f8d3d04c168, - FFFF3d04c1d07f8d3d04c1d0, - FFFF3d04c2387f8d3d04c238, - FFFF3d04c2a07f8d3d04c2a0, - FFFF3d04c3087f8d3d04c308, - FFFF3d04c3707f8d3d04c370, + FFFF22815d587f9222815d58, + FFFF22815dc07f9222815dc0, + FFFF22815e287f9222815e28, + FFFF22815e907f9222815e90, + FFFF22815ef87f9222815ef8, + FFFF22815f607f9222815f60, + FFFF22815fc87f9222815fc8, + FFFF228160307f9222816030, + FFFF228160987f9222816098, + FFFF228161007f9222816100, + FFFF228161687f9222816168, + FFFF228161d07f92228161d0, + FFFF228162387f9222816238, + FFFF228162a07f92228162a0, + FFFF228163087f9222816308, + FFFF228163707f9222816370, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2939,22 +2939,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFF3b47f4807f8d3b47f480 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3b47f4807f8d3b47f480 /* src/TaskManager.cpp */; }; + FFFF2230c0007f922230c000 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2230c0007f922230c000 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3b4815b07f8d3b4815b0 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3b47f1807f8d3b47f180 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f1e87f8d3b47f1e8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f2507f8d3b47f250 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f2b87f8d3b47f2b8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f3207f8d3b47f320 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f3887f8d3b47f388 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD3b47f4807f8d3b47f480 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2230dec07f922230dec0 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2230f0f07f922230f0f0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230f1587f922230f158 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230f1c07f922230f1c0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230f2287f922230f228 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230f2907f922230f290 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230f2f87f922230f2f8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2230c0007f922230c000 /* 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 */ - FFF23b4815b07f8d3b4815b0 /* Resources */ = { + FFF22230dec07f922230dec0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,7 +2964,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3b4815b07f8d3b4815b0 /* Frameworks */ = { + FFFC2230dec07f922230dec0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2974,11 +2974,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83b4815b07f8d3b4815b0 /* Sources */ = { + FFF82230dec07f922230dec0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3b47f4807f8d3b47f480, + FFFF2230c0007f922230c000, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2990,17 +2990,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFF3dac74707f8d3dac7470 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD3dac74707f8d3dac7470 /* PsFastXml.cpp */; }; + FFFF210c18c07f92210c18c0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD210c18c07f92210c18c0 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD3dac6c007f8d3dac6c00 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD3dac73707f8d3dac7370 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFD3dac74707f8d3dac7470 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD210c11007f92210c1100 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD210c17c07f92210c17c0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD210c18c07f92210c18c0 /* 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 */ - FFF23dac6c007f8d3dac6c00 /* Resources */ = { + FFF2210c11007f92210c1100 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,7 +3010,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC3dac6c007f8d3dac6c00 /* Frameworks */ = { + FFFC210c11007f92210c1100 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3020,11 +3020,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF83dac6c007f8d3dac6c00 /* Sources */ = { + FFF8210c11007f92210c1100 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF3dac74707f8d3dac7470, + FFFF210c18c07f92210c18c0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3036,1974 +3036,1974 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF53daca7207f8d3daca720 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5210aa5007f92210aa500 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3daca7207f8d3daca720 /* PhysX */; + remoteGlobalIDString = FFFA210aa5007f92210aa500 /* PhysX */; remoteInfo = "PhysX"; }; - FFF53dad32e07f8d3dad32e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF52105a4b07f922105a4b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3dad32e07f8d3dad32e0 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA2105a4b07f922105a4b0 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF53dad46207f8d3dad4620 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5210577e07f92210577e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3dad46207f8d3dad4620 /* PhysXVehicle */; + remoteGlobalIDString = FFFA210577e07f92210577e0 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF53dae43907f8d3dae4390 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF521068cc07f9221068cc0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3dae43907f8d3dae4390 /* PhysXExtensions */; + remoteGlobalIDString = FFFA21068cc07f9221068cc0 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF53cc2ae407f8d3cc2ae40 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF521079f707f9221079f70 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cc2ae407f8d3cc2ae40 /* SceneQuery */; + remoteGlobalIDString = FFFA21079f707f9221079f70 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF53cc2f2707f8d3cc2f270 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF52107e5307f922107e530 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cc2f2707f8d3cc2f270 /* SimulationController */; + remoteGlobalIDString = FFFA2107e5307f922107e530 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF53cc226e07f8d3cc226e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF521725cc07f9221725cc0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cc226e07f8d3cc226e0 /* PhysXCooking */; + remoteGlobalIDString = FFFA21725cc07f9221725cc0 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF53c99d3f07f8d3c99d3f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF52114ec407f922114ec40 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3c99d3f07f8d3c99d3f0 /* PhysXCommon */; + remoteGlobalIDString = FFFA2114ec407f922114ec40 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF53c9892007f8d3c989200 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF521160b007f9221160b00 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3c9892007f8d3c989200 /* PxFoundation */; + remoteGlobalIDString = FFFA21160b007f9221160b00 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF53cd0c6b07f8d3cd0c6b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5211358507f9221135850 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */; + remoteGlobalIDString = FFFA211358507f9221135850 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF53cc0c2b07f8d3cc0c2b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5215dcd407f92215dcd40 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cc0c2b07f8d3cc0c2b0 /* LowLevel */; + remoteGlobalIDString = FFFA215dcd407f92215dcd40 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF53cf17c907f8d3cf17c90 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5210c4a407f92210c4a40 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cf17c907f8d3cf17c90 /* LowLevelAABB */; + remoteGlobalIDString = FFFA210c4a407f92210c4a40 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF53cf3b3a07f8d3cf3b3a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5220092a07f92220092a0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA220092a07f92220092a0 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF53b43b7807f8d3b43b780 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF52170c8707f922170c870 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3b43b7807f8d3b43b780 /* LowLevelCloth */; + remoteGlobalIDString = FFFA2170c8707f922170c870 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF53cf5d0c07f8d3cf5d0c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5220239f07f92220239f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */; + remoteGlobalIDString = FFFA220239f07f92220239f0 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF53b4815b07f8d3b4815b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF52230dec07f922230dec0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3b4815b07f8d3b4815b0 /* PxTask */; + remoteGlobalIDString = FFFA2230dec07f922230dec0 /* PxTask */; remoteInfo = "PxTask"; }; - FFF53dac6c007f8d3dac6c00 /* PBXContainerItemProxy */ = { - containerPortal = FFF93b5766707f8d3b576670 /* Project object */; + FFF5210c11007f92210c1100 /* PBXContainerItemProxy */ = { + containerPortal = FFF92047ce907f922047ce90 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA3dac6c007f8d3dac6c00 /* PsFastXml */; + remoteGlobalIDString = FFFA210c11007f92210c1100 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFB3b5766d87f8d3b5766d8 /* PhysX */ = { + FFFB2047cef87f922047cef8 /* PhysX */ = { isa = PBXGroup; children = ( - FFF03b5766707f8d3b576670 /* Source */, - FFEE3b5766707f8d3b576670 /* Products */, + FFF02047ce907f922047ce90 /* Source */, + FFEE2047ce907f922047ce90 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF03b5766707f8d3b576670 /* Source */ = { + FFF02047ce907f922047ce90 /* Source */ = { isa = PBXGroup; children = ( - FFFB3daca7207f8d3daca720, - FFFB3dad32e07f8d3dad32e0, - FFFB3dad46207f8d3dad4620, - FFFB3dae43907f8d3dae4390, - FFFB3cc2ae407f8d3cc2ae40, - FFFB3cc2f2707f8d3cc2f270, - FFFB3cc226e07f8d3cc226e0, - FFFB3c99d3f07f8d3c99d3f0, - FFFB3c9892007f8d3c989200, - FFFB3cd0c6b07f8d3cd0c6b0, - FFFB3cc0c2b07f8d3cc0c2b0, - FFFB3cf17c907f8d3cf17c90, - FFFB3cf3b3a07f8d3cf3b3a0, - FFFB3b43b7807f8d3b43b780, - FFFB3cf5d0c07f8d3cf5d0c0, - FFFB3b4815b07f8d3b4815b0, - FFFB3dac6c007f8d3dac6c00, + FFFB210aa5007f92210aa500, + FFFB2105a4b07f922105a4b0, + FFFB210577e07f92210577e0, + FFFB21068cc07f9221068cc0, + FFFB21079f707f9221079f70, + FFFB2107e5307f922107e530, + FFFB21725cc07f9221725cc0, + FFFB2114ec407f922114ec40, + FFFB21160b007f9221160b00, + FFFB211358507f9221135850, + FFFB215dcd407f92215dcd40, + FFFB210c4a407f92210c4a40, + FFFB220092a07f92220092a0, + FFFB2170c8707f922170c870, + FFFB220239f07f92220239f0, + FFFB2230dec07f922230dec0, + FFFB210c11007f92210c1100, ); name = Source; sourceTree = "<group>"; }; - FFEE3b5766707f8d3b576670 /* Products */ = { + FFEE2047ce907f922047ce90 /* Products */ = { isa = PBXGroup; children = ( - FFFD3daca7207f8d3daca720, - FFFD3dad32e07f8d3dad32e0, - FFFD3dad46207f8d3dad4620, - FFFD3dae43907f8d3dae4390, - FFFD3cc2ae407f8d3cc2ae40, - FFFD3cc2f2707f8d3cc2f270, - FFFD3cc226e07f8d3cc226e0, - FFFD3c99d3f07f8d3c99d3f0, - FFFD3c9892007f8d3c989200, - FFFD3cd0c6b07f8d3cd0c6b0, - FFFD3cc0c2b07f8d3cc0c2b0, - FFFD3cf17c907f8d3cf17c90, - FFFD3cf3b3a07f8d3cf3b3a0, - FFFD3b43b7807f8d3b43b780, - FFFD3cf5d0c07f8d3cf5d0c0, - FFFD3b4815b07f8d3b4815b0, - FFFD3dac6c007f8d3dac6c00, + FFFD210aa5007f92210aa500, + FFFD2105a4b07f922105a4b0, + FFFD210577e07f92210577e0, + FFFD21068cc07f9221068cc0, + FFFD21079f707f9221079f70, + FFFD2107e5307f922107e530, + FFFD21725cc07f9221725cc0, + FFFD2114ec407f922114ec40, + FFFD21160b007f9221160b00, + FFFD211358507f9221135850, + FFFD215dcd407f92215dcd40, + FFFD210c4a407f92210c4a40, + FFFD220092a07f92220092a0, + FFFD2170c8707f922170c870, + FFFD220239f07f92220239f0, + FFFD2230dec07f922230dec0, + FFFD210c11007f92210c1100, ); name = Products; sourceTree = "<group>"; }; - FFFB3daca7207f8d3daca720 /* PhysX */ = { + FFFB210aa5007f92210aa500 /* PhysX */ = { isa = PBXGroup; children = ( - FFFB3dadafd07f8d3dadafd0 /* src */, - FFFB3dadaff87f8d3dadaff8 /* include */, - FFFB3dadb0207f8d3dadb020 /* metadata */, + FFFB2105dfe07f922105dfe0 /* src */, + FFFB2105e0087f922105e008 /* include */, + FFFB2105e0307f922105e030 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFB3dadafd07f8d3dadafd0 /* src */ = { + FFFB2105dfe07f922105dfe0 /* src */ = { isa = PBXGroup; children = ( - FFFD3d07b2007f8d3d07b200 /* NpActor.h */, - FFFD3d07b2687f8d3d07b268 /* NpActorTemplate.h */, - FFFD3d07b2d07f8d3d07b2d0 /* NpAggregate.h */, - FFFD3d07b3387f8d3d07b338 /* NpArticulation.h */, - FFFD3d07b3a07f8d3d07b3a0 /* NpArticulationJoint.h */, - FFFD3d07b4087f8d3d07b408 /* NpArticulationLink.h */, - FFFD3d07b4707f8d3d07b470 /* NpBatchQuery.h */, - FFFD3d07b4d87f8d3d07b4d8 /* NpCast.h */, - FFFD3d07b5407f8d3d07b540 /* NpConnector.h */, - FFFD3d07b5a87f8d3d07b5a8 /* NpConstraint.h */, - FFFD3d07b6107f8d3d07b610 /* NpFactory.h */, - FFFD3d07b6787f8d3d07b678 /* NpMaterial.h */, - FFFD3d07b6e07f8d3d07b6e0 /* NpMaterialManager.h */, - FFFD3d07b7487f8d3d07b748 /* NpPhysics.h */, - FFFD3d07b7b07f8d3d07b7b0 /* NpPhysicsInsertionCallback.h */, - FFFD3d07b8187f8d3d07b818 /* NpPtrTableStorageManager.h */, - FFFD3d07b8807f8d3d07b880 /* NpPvdSceneQueryCollector.h */, - FFFD3d07b8e87f8d3d07b8e8 /* NpQueryShared.h */, - FFFD3d07b9507f8d3d07b950 /* NpReadCheck.h */, - FFFD3d07b9b87f8d3d07b9b8 /* NpRigidActorTemplate.h */, - FFFD3d07ba207f8d3d07ba20 /* NpRigidActorTemplateInternal.h */, - FFFD3d07ba887f8d3d07ba88 /* NpRigidBodyTemplate.h */, - FFFD3d07baf07f8d3d07baf0 /* NpRigidDynamic.h */, - FFFD3d07bb587f8d3d07bb58 /* NpRigidStatic.h */, - FFFD3d07bbc07f8d3d07bbc0 /* NpScene.h */, - FFFD3d07bc287f8d3d07bc28 /* NpSceneQueries.h */, - FFFD3d07bc907f8d3d07bc90 /* NpShape.h */, - FFFD3d07bcf87f8d3d07bcf8 /* NpShapeManager.h */, - FFFD3d07bd607f8d3d07bd60 /* NpSpatialIndex.h */, - FFFD3d07bdc87f8d3d07bdc8 /* NpVolumeCache.h */, - FFFD3d07be307f8d3d07be30 /* NpWriteCheck.h */, - FFFD3d07be987f8d3d07be98 /* PvdMetaDataBindingData.h */, - FFFD3d07bf007f8d3d07bf00 /* PvdMetaDataPvdBinding.h */, - FFFD3d07bf687f8d3d07bf68 /* PvdPhysicsClient.h */, - FFFD3d07bfd07f8d3d07bfd0 /* PvdTypeNames.h */, - FFFD3d07c0387f8d3d07c038 /* NpActor.cpp */, - FFFD3d07c0a07f8d3d07c0a0 /* NpAggregate.cpp */, - FFFD3d07c1087f8d3d07c108 /* NpArticulation.cpp */, - FFFD3d07c1707f8d3d07c170 /* NpArticulationJoint.cpp */, - FFFD3d07c1d87f8d3d07c1d8 /* NpArticulationLink.cpp */, - FFFD3d07c2407f8d3d07c240 /* NpBatchQuery.cpp */, - FFFD3d07c2a87f8d3d07c2a8 /* NpConstraint.cpp */, - FFFD3d07c3107f8d3d07c310 /* NpFactory.cpp */, - FFFD3d07c3787f8d3d07c378 /* NpMaterial.cpp */, - FFFD3d07c3e07f8d3d07c3e0 /* NpMetaData.cpp */, - FFFD3d07c4487f8d3d07c448 /* NpPhysics.cpp */, - FFFD3d07c4b07f8d3d07c4b0 /* NpPvdSceneQueryCollector.cpp */, - FFFD3d07c5187f8d3d07c518 /* NpReadCheck.cpp */, - FFFD3d07c5807f8d3d07c580 /* NpRigidDynamic.cpp */, - FFFD3d07c5e87f8d3d07c5e8 /* NpRigidStatic.cpp */, - FFFD3d07c6507f8d3d07c650 /* NpScene.cpp */, - FFFD3d07c6b87f8d3d07c6b8 /* NpSceneQueries.cpp */, - FFFD3d07c7207f8d3d07c720 /* NpSerializerAdapter.cpp */, - FFFD3d07c7887f8d3d07c788 /* NpShape.cpp */, - FFFD3d07c7f07f8d3d07c7f0 /* NpShapeManager.cpp */, - FFFD3d07c8587f8d3d07c858 /* NpSpatialIndex.cpp */, - FFFD3d07c8c07f8d3d07c8c0 /* NpVolumeCache.cpp */, - FFFD3d07c9287f8d3d07c928 /* NpWriteCheck.cpp */, - FFFD3d07c9907f8d3d07c990 /* PvdMetaDataPvdBinding.cpp */, - FFFD3d07c9f87f8d3d07c9f8 /* PvdPhysicsClient.cpp */, - FFFD3d07ca607f8d3d07ca60 /* particles/NpParticleBaseTemplate.h */, - FFFD3d07cac87f8d3d07cac8 /* particles/NpParticleFluid.h */, - FFFD3d07cb307f8d3d07cb30 /* particles/NpParticleFluidReadData.h */, - FFFD3d07cb987f8d3d07cb98 /* particles/NpParticleSystem.h */, - FFFD3d07cc007f8d3d07cc00 /* particles/NpParticleFluid.cpp */, - FFFD3d07cc687f8d3d07cc68 /* particles/NpParticleSystem.cpp */, - FFFD3d07ccd07f8d3d07ccd0 /* buffering/ScbActor.h */, - FFFD3d07cd387f8d3d07cd38 /* buffering/ScbAggregate.h */, - FFFD3d07cda07f8d3d07cda0 /* buffering/ScbArticulation.h */, - FFFD3d07ce087f8d3d07ce08 /* buffering/ScbArticulationJoint.h */, - FFFD3d07ce707f8d3d07ce70 /* buffering/ScbBase.h */, - FFFD3d07ced87f8d3d07ced8 /* buffering/ScbBody.h */, - FFFD3d07cf407f8d3d07cf40 /* buffering/ScbCloth.h */, - FFFD3d07cfa87f8d3d07cfa8 /* buffering/ScbConstraint.h */, - FFFD3d07d0107f8d3d07d010 /* buffering/ScbDefs.h */, - FFFD3d07d0787f8d3d07d078 /* buffering/ScbNpDeps.h */, - FFFD3d07d0e07f8d3d07d0e0 /* buffering/ScbParticleSystem.h */, - FFFD3d07d1487f8d3d07d148 /* buffering/ScbRigidObject.h */, - FFFD3d07d1b07f8d3d07d1b0 /* buffering/ScbRigidStatic.h */, - FFFD3d07d2187f8d3d07d218 /* buffering/ScbScene.h */, - FFFD3d07d2807f8d3d07d280 /* buffering/ScbSceneBuffer.h */, - FFFD3d07d2e87f8d3d07d2e8 /* buffering/ScbScenePvdClient.h */, - FFFD3d07d3507f8d3d07d350 /* buffering/ScbShape.h */, - FFFD3d07d3b87f8d3d07d3b8 /* buffering/ScbType.h */, - FFFD3d07d4207f8d3d07d420 /* buffering/ScbActor.cpp */, - FFFD3d07d4887f8d3d07d488 /* buffering/ScbAggregate.cpp */, - FFFD3d07d4f07f8d3d07d4f0 /* buffering/ScbBase.cpp */, - FFFD3d07d5587f8d3d07d558 /* buffering/ScbCloth.cpp */, - FFFD3d07d5c07f8d3d07d5c0 /* buffering/ScbMetaData.cpp */, - FFFD3d07d6287f8d3d07d628 /* buffering/ScbParticleSystem.cpp */, - FFFD3d07d6907f8d3d07d690 /* buffering/ScbScene.cpp */, - FFFD3d07d6f87f8d3d07d6f8 /* buffering/ScbScenePvdClient.cpp */, - FFFD3d07d7607f8d3d07d760 /* buffering/ScbShape.cpp */, - FFFD3d07d7c87f8d3d07d7c8 /* cloth/NpCloth.h */, - FFFD3d07d8307f8d3d07d830 /* cloth/NpClothFabric.h */, - FFFD3d07d8987f8d3d07d898 /* cloth/NpClothParticleData.h */, - FFFD3d07d9007f8d3d07d900 /* cloth/NpCloth.cpp */, - FFFD3d07d9687f8d3d07d968 /* cloth/NpClothFabric.cpp */, - FFFD3d07d9d07f8d3d07d9d0 /* cloth/NpClothParticleData.cpp */, - FFFD3d07da387f8d3d07da38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD218288007f9221828800 /* NpActor.h */, + FFFD218288687f9221828868 /* NpActorTemplate.h */, + FFFD218288d07f92218288d0 /* NpAggregate.h */, + FFFD218289387f9221828938 /* NpArticulation.h */, + FFFD218289a07f92218289a0 /* NpArticulationJoint.h */, + FFFD21828a087f9221828a08 /* NpArticulationLink.h */, + FFFD21828a707f9221828a70 /* NpBatchQuery.h */, + FFFD21828ad87f9221828ad8 /* NpCast.h */, + FFFD21828b407f9221828b40 /* NpConnector.h */, + FFFD21828ba87f9221828ba8 /* NpConstraint.h */, + FFFD21828c107f9221828c10 /* NpFactory.h */, + FFFD21828c787f9221828c78 /* NpMaterial.h */, + FFFD21828ce07f9221828ce0 /* NpMaterialManager.h */, + FFFD21828d487f9221828d48 /* NpPhysics.h */, + FFFD21828db07f9221828db0 /* NpPhysicsInsertionCallback.h */, + FFFD21828e187f9221828e18 /* NpPtrTableStorageManager.h */, + FFFD21828e807f9221828e80 /* NpPvdSceneQueryCollector.h */, + FFFD21828ee87f9221828ee8 /* NpQueryShared.h */, + FFFD21828f507f9221828f50 /* NpReadCheck.h */, + FFFD21828fb87f9221828fb8 /* NpRigidActorTemplate.h */, + FFFD218290207f9221829020 /* NpRigidActorTemplateInternal.h */, + FFFD218290887f9221829088 /* NpRigidBodyTemplate.h */, + FFFD218290f07f92218290f0 /* NpRigidDynamic.h */, + FFFD218291587f9221829158 /* NpRigidStatic.h */, + FFFD218291c07f92218291c0 /* NpScene.h */, + FFFD218292287f9221829228 /* NpSceneQueries.h */, + FFFD218292907f9221829290 /* NpShape.h */, + FFFD218292f87f92218292f8 /* NpShapeManager.h */, + FFFD218293607f9221829360 /* NpSpatialIndex.h */, + FFFD218293c87f92218293c8 /* NpVolumeCache.h */, + FFFD218294307f9221829430 /* NpWriteCheck.h */, + FFFD218294987f9221829498 /* PvdMetaDataBindingData.h */, + FFFD218295007f9221829500 /* PvdMetaDataPvdBinding.h */, + FFFD218295687f9221829568 /* PvdPhysicsClient.h */, + FFFD218295d07f92218295d0 /* PvdTypeNames.h */, + FFFD218296387f9221829638 /* NpActor.cpp */, + FFFD218296a07f92218296a0 /* NpAggregate.cpp */, + FFFD218297087f9221829708 /* NpArticulation.cpp */, + FFFD218297707f9221829770 /* NpArticulationJoint.cpp */, + FFFD218297d87f92218297d8 /* NpArticulationLink.cpp */, + FFFD218298407f9221829840 /* NpBatchQuery.cpp */, + FFFD218298a87f92218298a8 /* NpConstraint.cpp */, + FFFD218299107f9221829910 /* NpFactory.cpp */, + FFFD218299787f9221829978 /* NpMaterial.cpp */, + FFFD218299e07f92218299e0 /* NpMetaData.cpp */, + FFFD21829a487f9221829a48 /* NpPhysics.cpp */, + FFFD21829ab07f9221829ab0 /* NpPvdSceneQueryCollector.cpp */, + FFFD21829b187f9221829b18 /* NpReadCheck.cpp */, + FFFD21829b807f9221829b80 /* NpRigidDynamic.cpp */, + FFFD21829be87f9221829be8 /* NpRigidStatic.cpp */, + FFFD21829c507f9221829c50 /* NpScene.cpp */, + FFFD21829cb87f9221829cb8 /* NpSceneQueries.cpp */, + FFFD21829d207f9221829d20 /* NpSerializerAdapter.cpp */, + FFFD21829d887f9221829d88 /* NpShape.cpp */, + FFFD21829df07f9221829df0 /* NpShapeManager.cpp */, + FFFD21829e587f9221829e58 /* NpSpatialIndex.cpp */, + FFFD21829ec07f9221829ec0 /* NpVolumeCache.cpp */, + FFFD21829f287f9221829f28 /* NpWriteCheck.cpp */, + FFFD21829f907f9221829f90 /* PvdMetaDataPvdBinding.cpp */, + FFFD21829ff87f9221829ff8 /* PvdPhysicsClient.cpp */, + FFFD2182a0607f922182a060 /* particles/NpParticleBaseTemplate.h */, + FFFD2182a0c87f922182a0c8 /* particles/NpParticleFluid.h */, + FFFD2182a1307f922182a130 /* particles/NpParticleFluidReadData.h */, + FFFD2182a1987f922182a198 /* particles/NpParticleSystem.h */, + FFFD2182a2007f922182a200 /* particles/NpParticleFluid.cpp */, + FFFD2182a2687f922182a268 /* particles/NpParticleSystem.cpp */, + FFFD2182a2d07f922182a2d0 /* buffering/ScbActor.h */, + FFFD2182a3387f922182a338 /* buffering/ScbAggregate.h */, + FFFD2182a3a07f922182a3a0 /* buffering/ScbArticulation.h */, + FFFD2182a4087f922182a408 /* buffering/ScbArticulationJoint.h */, + FFFD2182a4707f922182a470 /* buffering/ScbBase.h */, + FFFD2182a4d87f922182a4d8 /* buffering/ScbBody.h */, + FFFD2182a5407f922182a540 /* buffering/ScbCloth.h */, + FFFD2182a5a87f922182a5a8 /* buffering/ScbConstraint.h */, + FFFD2182a6107f922182a610 /* buffering/ScbDefs.h */, + FFFD2182a6787f922182a678 /* buffering/ScbNpDeps.h */, + FFFD2182a6e07f922182a6e0 /* buffering/ScbParticleSystem.h */, + FFFD2182a7487f922182a748 /* buffering/ScbRigidObject.h */, + FFFD2182a7b07f922182a7b0 /* buffering/ScbRigidStatic.h */, + FFFD2182a8187f922182a818 /* buffering/ScbScene.h */, + FFFD2182a8807f922182a880 /* buffering/ScbSceneBuffer.h */, + FFFD2182a8e87f922182a8e8 /* buffering/ScbScenePvdClient.h */, + FFFD2182a9507f922182a950 /* buffering/ScbShape.h */, + FFFD2182a9b87f922182a9b8 /* buffering/ScbType.h */, + FFFD2182aa207f922182aa20 /* buffering/ScbActor.cpp */, + FFFD2182aa887f922182aa88 /* buffering/ScbAggregate.cpp */, + FFFD2182aaf07f922182aaf0 /* buffering/ScbBase.cpp */, + FFFD2182ab587f922182ab58 /* buffering/ScbCloth.cpp */, + FFFD2182abc07f922182abc0 /* buffering/ScbMetaData.cpp */, + FFFD2182ac287f922182ac28 /* buffering/ScbParticleSystem.cpp */, + FFFD2182ac907f922182ac90 /* buffering/ScbScene.cpp */, + FFFD2182acf87f922182acf8 /* buffering/ScbScenePvdClient.cpp */, + FFFD2182ad607f922182ad60 /* buffering/ScbShape.cpp */, + FFFD2182adc87f922182adc8 /* cloth/NpCloth.h */, + FFFD2182ae307f922182ae30 /* cloth/NpClothFabric.h */, + FFFD2182ae987f922182ae98 /* cloth/NpClothParticleData.h */, + FFFD2182af007f922182af00 /* cloth/NpCloth.cpp */, + FFFD2182af687f922182af68 /* cloth/NpClothFabric.cpp */, + FFFD2182afd07f922182afd0 /* cloth/NpClothParticleData.cpp */, + FFFD2182b0387f922182b038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3dadaff87f8d3dadaff8 /* include */ = { + FFFB2105e0087f922105e008 /* include */ = { isa = PBXGroup; children = ( - FFFD3d074a007f8d3d074a00 /* PxActor.h */, - FFFD3d074a687f8d3d074a68 /* PxAggregate.h */, - FFFD3d074ad07f8d3d074ad0 /* PxArticulation.h */, - FFFD3d074b387f8d3d074b38 /* PxArticulationJoint.h */, - FFFD3d074ba07f8d3d074ba0 /* PxArticulationLink.h */, - FFFD3d074c087f8d3d074c08 /* PxBatchQuery.h */, - FFFD3d074c707f8d3d074c70 /* PxBatchQueryDesc.h */, - FFFD3d074cd87f8d3d074cd8 /* PxBroadPhase.h */, - FFFD3d074d407f8d3d074d40 /* PxClient.h */, - FFFD3d074da87f8d3d074da8 /* PxConstraint.h */, - FFFD3d074e107f8d3d074e10 /* PxConstraintDesc.h */, - FFFD3d074e787f8d3d074e78 /* PxContact.h */, - FFFD3d074ee07f8d3d074ee0 /* PxContactModifyCallback.h */, - FFFD3d074f487f8d3d074f48 /* PxDeletionListener.h */, - FFFD3d074fb07f8d3d074fb0 /* PxFiltering.h */, - FFFD3d0750187f8d3d075018 /* PxForceMode.h */, - FFFD3d0750807f8d3d075080 /* PxImmediateMode.h */, - FFFD3d0750e87f8d3d0750e8 /* PxLockedData.h */, - FFFD3d0751507f8d3d075150 /* PxMaterial.h */, - FFFD3d0751b87f8d3d0751b8 /* PxPhysXConfig.h */, - FFFD3d0752207f8d3d075220 /* PxPhysics.h */, - FFFD3d0752887f8d3d075288 /* PxPhysicsAPI.h */, - FFFD3d0752f07f8d3d0752f0 /* PxPhysicsSerialization.h */, - FFFD3d0753587f8d3d075358 /* PxPhysicsVersion.h */, - FFFD3d0753c07f8d3d0753c0 /* PxPruningStructure.h */, - FFFD3d0754287f8d3d075428 /* PxQueryFiltering.h */, - FFFD3d0754907f8d3d075490 /* PxQueryReport.h */, - FFFD3d0754f87f8d3d0754f8 /* PxRigidActor.h */, - FFFD3d0755607f8d3d075560 /* PxRigidBody.h */, - FFFD3d0755c87f8d3d0755c8 /* PxRigidDynamic.h */, - FFFD3d0756307f8d3d075630 /* PxRigidStatic.h */, - FFFD3d0756987f8d3d075698 /* PxScene.h */, - FFFD3d0757007f8d3d075700 /* PxSceneDesc.h */, - FFFD3d0757687f8d3d075768 /* PxSceneLock.h */, - FFFD3d0757d07f8d3d0757d0 /* PxShape.h */, - FFFD3d0758387f8d3d075838 /* PxSimulationEventCallback.h */, - FFFD3d0758a07f8d3d0758a0 /* PxSimulationStatistics.h */, - FFFD3d0759087f8d3d075908 /* PxSpatialIndex.h */, - FFFD3d0759707f8d3d075970 /* PxVisualizationParameter.h */, - FFFD3d0759d87f8d3d0759d8 /* PxVolumeCache.h */, - FFFD3d075a407f8d3d075a40 /* particles/PxParticleBase.h */, - FFFD3d075aa87f8d3d075aa8 /* particles/PxParticleBaseFlag.h */, - FFFD3d075b107f8d3d075b10 /* particles/PxParticleCreationData.h */, - FFFD3d075b787f8d3d075b78 /* particles/PxParticleFlag.h */, - FFFD3d075be07f8d3d075be0 /* particles/PxParticleFluid.h */, - FFFD3d075c487f8d3d075c48 /* particles/PxParticleFluidReadData.h */, - FFFD3d075cb07f8d3d075cb0 /* particles/PxParticleReadData.h */, - FFFD3d075d187f8d3d075d18 /* particles/PxParticleSystem.h */, - FFFD3d075d807f8d3d075d80 /* pvd/PxPvdSceneClient.h */, - FFFD3d075de87f8d3d075de8 /* cloth/PxCloth.h */, - FFFD3d075e507f8d3d075e50 /* cloth/PxClothCollisionData.h */, - FFFD3d075eb87f8d3d075eb8 /* cloth/PxClothFabric.h */, - FFFD3d075f207f8d3d075f20 /* cloth/PxClothParticleData.h */, - FFFD3d075f887f8d3d075f88 /* cloth/PxClothTypes.h */, + FFFD2182b2007f922182b200 /* PxActor.h */, + FFFD2182b2687f922182b268 /* PxAggregate.h */, + FFFD2182b2d07f922182b2d0 /* PxArticulation.h */, + FFFD2182b3387f922182b338 /* PxArticulationJoint.h */, + FFFD2182b3a07f922182b3a0 /* PxArticulationLink.h */, + FFFD2182b4087f922182b408 /* PxBatchQuery.h */, + FFFD2182b4707f922182b470 /* PxBatchQueryDesc.h */, + FFFD2182b4d87f922182b4d8 /* PxBroadPhase.h */, + FFFD2182b5407f922182b540 /* PxClient.h */, + FFFD2182b5a87f922182b5a8 /* PxConstraint.h */, + FFFD2182b6107f922182b610 /* PxConstraintDesc.h */, + FFFD2182b6787f922182b678 /* PxContact.h */, + FFFD2182b6e07f922182b6e0 /* PxContactModifyCallback.h */, + FFFD2182b7487f922182b748 /* PxDeletionListener.h */, + FFFD2182b7b07f922182b7b0 /* PxFiltering.h */, + FFFD2182b8187f922182b818 /* PxForceMode.h */, + FFFD2182b8807f922182b880 /* PxImmediateMode.h */, + FFFD2182b8e87f922182b8e8 /* PxLockedData.h */, + FFFD2182b9507f922182b950 /* PxMaterial.h */, + FFFD2182b9b87f922182b9b8 /* PxPhysXConfig.h */, + FFFD2182ba207f922182ba20 /* PxPhysics.h */, + FFFD2182ba887f922182ba88 /* PxPhysicsAPI.h */, + FFFD2182baf07f922182baf0 /* PxPhysicsSerialization.h */, + FFFD2182bb587f922182bb58 /* PxPhysicsVersion.h */, + FFFD2182bbc07f922182bbc0 /* PxPruningStructure.h */, + FFFD2182bc287f922182bc28 /* PxQueryFiltering.h */, + FFFD2182bc907f922182bc90 /* PxQueryReport.h */, + FFFD2182bcf87f922182bcf8 /* PxRigidActor.h */, + FFFD2182bd607f922182bd60 /* PxRigidBody.h */, + FFFD2182bdc87f922182bdc8 /* PxRigidDynamic.h */, + FFFD2182be307f922182be30 /* PxRigidStatic.h */, + FFFD2182be987f922182be98 /* PxScene.h */, + FFFD2182bf007f922182bf00 /* PxSceneDesc.h */, + FFFD2182bf687f922182bf68 /* PxSceneLock.h */, + FFFD2182bfd07f922182bfd0 /* PxShape.h */, + FFFD2182c0387f922182c038 /* PxSimulationEventCallback.h */, + FFFD2182c0a07f922182c0a0 /* PxSimulationStatistics.h */, + FFFD2182c1087f922182c108 /* PxSpatialIndex.h */, + FFFD2182c1707f922182c170 /* PxVisualizationParameter.h */, + FFFD2182c1d87f922182c1d8 /* PxVolumeCache.h */, + FFFD2182c2407f922182c240 /* particles/PxParticleBase.h */, + FFFD2182c2a87f922182c2a8 /* particles/PxParticleBaseFlag.h */, + FFFD2182c3107f922182c310 /* particles/PxParticleCreationData.h */, + FFFD2182c3787f922182c378 /* particles/PxParticleFlag.h */, + FFFD2182c3e07f922182c3e0 /* particles/PxParticleFluid.h */, + FFFD2182c4487f922182c448 /* particles/PxParticleFluidReadData.h */, + FFFD2182c4b07f922182c4b0 /* particles/PxParticleReadData.h */, + FFFD2182c5187f922182c518 /* particles/PxParticleSystem.h */, + FFFD2182c5807f922182c580 /* pvd/PxPvdSceneClient.h */, + FFFD2182c5e87f922182c5e8 /* cloth/PxCloth.h */, + FFFD2182c6507f922182c650 /* cloth/PxClothCollisionData.h */, + FFFD2182c6b87f922182c6b8 /* cloth/PxClothFabric.h */, + FFFD2182c7207f922182c720 /* cloth/PxClothParticleData.h */, + FFFD2182c7887f922182c788 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3dadb0207f8d3dadb020 /* metadata */ = { + FFFB2105e0307f922105e030 /* metadata */ = { isa = PBXGroup; children = ( - FFFD3d0720007f8d3d072000 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD3d0720687f8d3d072068 /* core/include/PvdMetaDataExtensions.h */, - FFFD3d0720d07f8d3d0720d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD3d0721387f8d3d072138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD3d0721a07f8d3d0721a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD3d0722087f8d3d072208 /* core/include/PxMetaDataCompare.h */, - FFFD3d0722707f8d3d072270 /* core/include/PxMetaDataCppPrefix.h */, - FFFD3d0722d87f8d3d0722d8 /* core/include/PxMetaDataObjects.h */, - FFFD3d0723407f8d3d072340 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD3d0723a87f8d3d0723a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFD3d0724107f8d3d072410 /* core/src/PxMetaDataObjects.cpp */, + FFFD218234007f9221823400 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD218234687f9221823468 /* core/include/PvdMetaDataExtensions.h */, + FFFD218234d07f92218234d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD218235387f9221823538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD218235a07f92218235a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD218236087f9221823608 /* core/include/PxMetaDataCompare.h */, + FFFD218236707f9221823670 /* core/include/PxMetaDataCppPrefix.h */, + FFFD218236d87f92218236d8 /* core/include/PxMetaDataObjects.h */, + FFFD218237407f9221823740 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD218237a87f92218237a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD218238107f9221823810 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB3dad32e07f8d3dad32e0 /* PhysXCharacterKinematic */ = { + FFFB2105a4b07f922105a4b0 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFB3dad8ab07f8d3dad8ab0 /* include */, - FFFB3dad8ad87f8d3dad8ad8 /* src */, + FFFB2105b7a07f922105b7a0 /* include */, + FFFB2105b7c87f922105b7c8 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFB3dad8ab07f8d3dad8ab0 /* include */ = { + FFFB2105b7a07f922105b7a0 /* include */ = { isa = PBXGroup; children = ( - FFFD3dada3707f8d3dada370 /* PxBoxController.h */, - FFFD3dada3d87f8d3dada3d8 /* PxCapsuleController.h */, - FFFD3dada4407f8d3dada440 /* PxCharacter.h */, - FFFD3dada4a87f8d3dada4a8 /* PxController.h */, - FFFD3dada5107f8d3dada510 /* PxControllerBehavior.h */, - FFFD3dada5787f8d3dada578 /* PxControllerManager.h */, - FFFD3dada5e07f8d3dada5e0 /* PxControllerObstacles.h */, - FFFD3dada6487f8d3dada648 /* PxExtended.h */, + FFFD2105d3a07f922105d3a0 /* PxBoxController.h */, + FFFD2105d4087f922105d408 /* PxCapsuleController.h */, + FFFD2105d4707f922105d470 /* PxCharacter.h */, + FFFD2105d4d87f922105d4d8 /* PxController.h */, + FFFD2105d5407f922105d540 /* PxControllerBehavior.h */, + FFFD2105d5a87f922105d5a8 /* PxControllerManager.h */, + FFFD2105d6107f922105d610 /* PxControllerObstacles.h */, + FFFD2105d6787f922105d678 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3dad8ad87f8d3dad8ad8 /* src */ = { + FFFB2105b7c87f922105b7c8 /* src */ = { isa = PBXGroup; children = ( - FFFD3d0780007f8d3d078000 /* CctBoxController.h */, - FFFD3d0780687f8d3d078068 /* CctCapsuleController.h */, - FFFD3d0780d07f8d3d0780d0 /* CctCharacterController.h */, - FFFD3d0781387f8d3d078138 /* CctCharacterControllerManager.h */, - FFFD3d0781a07f8d3d0781a0 /* CctController.h */, - FFFD3d0782087f8d3d078208 /* CctInternalStructs.h */, - FFFD3d0782707f8d3d078270 /* CctObstacleContext.h */, - FFFD3d0782d87f8d3d0782d8 /* CctSweptBox.h */, - FFFD3d0783407f8d3d078340 /* CctSweptCapsule.h */, - FFFD3d0783a87f8d3d0783a8 /* CctSweptVolume.h */, - FFFD3d0784107f8d3d078410 /* CctUtils.h */, - FFFD3d0784787f8d3d078478 /* CctBoxController.cpp */, - FFFD3d0784e07f8d3d0784e0 /* CctCapsuleController.cpp */, - FFFD3d0785487f8d3d078548 /* CctCharacterController.cpp */, - FFFD3d0785b07f8d3d0785b0 /* CctCharacterControllerCallbacks.cpp */, - FFFD3d0786187f8d3d078618 /* CctCharacterControllerManager.cpp */, - FFFD3d0786807f8d3d078680 /* CctController.cpp */, - FFFD3d0786e87f8d3d0786e8 /* CctObstacleContext.cpp */, - FFFD3d0787507f8d3d078750 /* CctSweptBox.cpp */, - FFFD3d0787b87f8d3d0787b8 /* CctSweptCapsule.cpp */, - FFFD3d0788207f8d3d078820 /* CctSweptVolume.cpp */, + FFFD2182c8007f922182c800 /* CctBoxController.h */, + FFFD2182c8687f922182c868 /* CctCapsuleController.h */, + FFFD2182c8d07f922182c8d0 /* CctCharacterController.h */, + FFFD2182c9387f922182c938 /* CctCharacterControllerManager.h */, + FFFD2182c9a07f922182c9a0 /* CctController.h */, + FFFD2182ca087f922182ca08 /* CctInternalStructs.h */, + FFFD2182ca707f922182ca70 /* CctObstacleContext.h */, + FFFD2182cad87f922182cad8 /* CctSweptBox.h */, + FFFD2182cb407f922182cb40 /* CctSweptCapsule.h */, + FFFD2182cba87f922182cba8 /* CctSweptVolume.h */, + FFFD2182cc107f922182cc10 /* CctUtils.h */, + FFFD2182cc787f922182cc78 /* CctBoxController.cpp */, + FFFD2182cce07f922182cce0 /* CctCapsuleController.cpp */, + FFFD2182cd487f922182cd48 /* CctCharacterController.cpp */, + FFFD2182cdb07f922182cdb0 /* CctCharacterControllerCallbacks.cpp */, + FFFD2182ce187f922182ce18 /* CctCharacterControllerManager.cpp */, + FFFD2182ce807f922182ce80 /* CctController.cpp */, + FFFD2182cee87f922182cee8 /* CctObstacleContext.cpp */, + FFFD2182cf507f922182cf50 /* CctSweptBox.cpp */, + FFFD2182cfb87f922182cfb8 /* CctSweptCapsule.cpp */, + FFFD2182d0207f922182d020 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3dad46207f8d3dad4620 /* PhysXVehicle */ = { + FFFB210577e07f92210577e0 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFB3dae53e07f8d3dae53e0 /* include */, - FFFB3dae54087f8d3dae5408 /* src */, - FFFB3dae54307f8d3dae5430 /* metadata */, + FFFB210668407f9221066840 /* include */, + FFFB210668687f9221066868 /* src */, + FFFB210668907f9221066890 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFB3dae53e07f8d3dae53e0 /* include */ = { + FFFB210668407f9221066840 /* include */ = { isa = PBXGroup; children = ( - FFFD3d07dc007f8d3d07dc00 /* PxVehicleComponents.h */, - FFFD3d07dc687f8d3d07dc68 /* PxVehicleDrive.h */, - FFFD3d07dcd07f8d3d07dcd0 /* PxVehicleDrive4W.h */, - FFFD3d07dd387f8d3d07dd38 /* PxVehicleDriveNW.h */, - FFFD3d07dda07f8d3d07dda0 /* PxVehicleDriveTank.h */, - FFFD3d07de087f8d3d07de08 /* PxVehicleNoDrive.h */, - FFFD3d07de707f8d3d07de70 /* PxVehicleSDK.h */, - FFFD3d07ded87f8d3d07ded8 /* PxVehicleShaders.h */, - FFFD3d07df407f8d3d07df40 /* PxVehicleTireFriction.h */, - FFFD3d07dfa87f8d3d07dfa8 /* PxVehicleUpdate.h */, - FFFD3d07e0107f8d3d07e010 /* PxVehicleUtil.h */, - FFFD3d07e0787f8d3d07e078 /* PxVehicleUtilControl.h */, - FFFD3d07e0e07f8d3d07e0e0 /* PxVehicleUtilSetup.h */, - FFFD3d07e1487f8d3d07e148 /* PxVehicleUtilTelemetry.h */, - FFFD3d07e1b07f8d3d07e1b0 /* PxVehicleWheels.h */, + FFFD2182ee007f922182ee00 /* PxVehicleComponents.h */, + FFFD2182ee687f922182ee68 /* PxVehicleDrive.h */, + FFFD2182eed07f922182eed0 /* PxVehicleDrive4W.h */, + FFFD2182ef387f922182ef38 /* PxVehicleDriveNW.h */, + FFFD2182efa07f922182efa0 /* PxVehicleDriveTank.h */, + FFFD2182f0087f922182f008 /* PxVehicleNoDrive.h */, + FFFD2182f0707f922182f070 /* PxVehicleSDK.h */, + FFFD2182f0d87f922182f0d8 /* PxVehicleShaders.h */, + FFFD2182f1407f922182f140 /* PxVehicleTireFriction.h */, + FFFD2182f1a87f922182f1a8 /* PxVehicleUpdate.h */, + FFFD2182f2107f922182f210 /* PxVehicleUtil.h */, + FFFD2182f2787f922182f278 /* PxVehicleUtilControl.h */, + FFFD2182f2e07f922182f2e0 /* PxVehicleUtilSetup.h */, + FFFD2182f3487f922182f348 /* PxVehicleUtilTelemetry.h */, + FFFD2182f3b07f922182f3b0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3dae54087f8d3dae5408 /* src */ = { + FFFB210668687f9221066868 /* src */ = { isa = PBXGroup; children = ( - FFFD3d07fa007f8d3d07fa00 /* PxVehicleDefaults.h */, - FFFD3d07fa687f8d3d07fa68 /* PxVehicleLinearMath.h */, - FFFD3d07fad07f8d3d07fad0 /* PxVehicleSerialization.h */, - FFFD3d07fb387f8d3d07fb38 /* PxVehicleSuspLimitConstraintShader.h */, - FFFD3d07fba07f8d3d07fba0 /* PxVehicleSuspWheelTire4.h */, - FFFD3d07fc087f8d3d07fc08 /* PxVehicleComponents.cpp */, - FFFD3d07fc707f8d3d07fc70 /* PxVehicleDrive.cpp */, - FFFD3d07fcd87f8d3d07fcd8 /* PxVehicleDrive4W.cpp */, - FFFD3d07fd407f8d3d07fd40 /* PxVehicleDriveNW.cpp */, - FFFD3d07fda87f8d3d07fda8 /* PxVehicleDriveTank.cpp */, - FFFD3d07fe107f8d3d07fe10 /* PxVehicleMetaData.cpp */, - FFFD3d07fe787f8d3d07fe78 /* PxVehicleNoDrive.cpp */, - FFFD3d07fee07f8d3d07fee0 /* PxVehicleSDK.cpp */, - FFFD3d07ff487f8d3d07ff48 /* PxVehicleSerialization.cpp */, - FFFD3d07ffb07f8d3d07ffb0 /* PxVehicleSuspWheelTire4.cpp */, - FFFD3d0800187f8d3d080018 /* PxVehicleTireFriction.cpp */, - FFFD3d0800807f8d3d080080 /* PxVehicleUpdate.cpp */, - FFFD3d0800e87f8d3d0800e8 /* PxVehicleWheels.cpp */, - FFFD3d0801507f8d3d080150 /* VehicleUtilControl.cpp */, - FFFD3d0801b87f8d3d0801b8 /* VehicleUtilSetup.cpp */, - FFFD3d0802207f8d3d080220 /* VehicleUtilTelemetry.cpp */, + FFFD21830c007f9221830c00 /* PxVehicleDefaults.h */, + FFFD21830c687f9221830c68 /* PxVehicleLinearMath.h */, + FFFD21830cd07f9221830cd0 /* PxVehicleSerialization.h */, + FFFD21830d387f9221830d38 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD21830da07f9221830da0 /* PxVehicleSuspWheelTire4.h */, + FFFD21830e087f9221830e08 /* PxVehicleComponents.cpp */, + FFFD21830e707f9221830e70 /* PxVehicleDrive.cpp */, + FFFD21830ed87f9221830ed8 /* PxVehicleDrive4W.cpp */, + FFFD21830f407f9221830f40 /* PxVehicleDriveNW.cpp */, + FFFD21830fa87f9221830fa8 /* PxVehicleDriveTank.cpp */, + FFFD218310107f9221831010 /* PxVehicleMetaData.cpp */, + FFFD218310787f9221831078 /* PxVehicleNoDrive.cpp */, + FFFD218310e07f92218310e0 /* PxVehicleSDK.cpp */, + FFFD218311487f9221831148 /* PxVehicleSerialization.cpp */, + FFFD218311b07f92218311b0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD218312187f9221831218 /* PxVehicleTireFriction.cpp */, + FFFD218312807f9221831280 /* PxVehicleUpdate.cpp */, + FFFD218312e87f92218312e8 /* PxVehicleWheels.cpp */, + FFFD218313507f9221831350 /* VehicleUtilControl.cpp */, + FFFD218313b87f92218313b8 /* VehicleUtilSetup.cpp */, + FFFD218314207f9221831420 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3dae54307f8d3dae5430 /* metadata */ = { + FFFB210668907f9221066890 /* metadata */ = { isa = PBXGroup; children = ( - FFFD3dae61307f8d3dae6130 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFD3dae61987f8d3dae6198 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFD3dae62007f8d3dae6200 /* include/PxVehicleMetaDataObjects.h */, - FFFD3dae62687f8d3dae6268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFD3dae62d07f8d3dae62d0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD210690a07f92210690a0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD210691087f9221069108 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD210691707f9221069170 /* include/PxVehicleMetaDataObjects.h */, + FFFD210691d87f92210691d8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD210692407f9221069240 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB3dae43907f8d3dae4390 /* PhysXExtensions */ = { + FFFB21068cc07f9221068cc0 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFB3daed4307f8d3daed430 /* include */, - FFFB3daed4587f8d3daed458 /* src */, - FFFB3daed4807f8d3daed480 /* serialization */, - FFFB3daed4a87f8d3daed4a8 /* metadata */, + FFFB2106fae07f922106fae0 /* include */, + FFFB2106fb087f922106fb08 /* src */, + FFFB2106fb307f922106fb30 /* serialization */, + FFFB2106fb587f922106fb58 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFB3daed4307f8d3daed430 /* include */ = { + FFFB2106fae07f922106fae0 /* include */ = { isa = PBXGroup; children = ( - FFFD3d0832007f8d3d083200 /* PxBinaryConverter.h */, - FFFD3d0832687f8d3d083268 /* PxBroadPhaseExt.h */, - FFFD3d0832d07f8d3d0832d0 /* PxClothFabricCooker.h */, - FFFD3d0833387f8d3d083338 /* PxClothMeshDesc.h */, - FFFD3d0833a07f8d3d0833a0 /* PxClothMeshQuadifier.h */, - FFFD3d0834087f8d3d083408 /* PxClothTetherCooker.h */, - FFFD3d0834707f8d3d083470 /* PxCollectionExt.h */, - FFFD3d0834d87f8d3d0834d8 /* PxConstraintExt.h */, - FFFD3d0835407f8d3d083540 /* PxConvexMeshExt.h */, - FFFD3d0835a87f8d3d0835a8 /* PxD6Joint.h */, - FFFD3d0836107f8d3d083610 /* PxDefaultAllocator.h */, - FFFD3d0836787f8d3d083678 /* PxDefaultCpuDispatcher.h */, - FFFD3d0836e07f8d3d0836e0 /* PxDefaultErrorCallback.h */, - FFFD3d0837487f8d3d083748 /* PxDefaultSimulationFilterShader.h */, - FFFD3d0837b07f8d3d0837b0 /* PxDefaultStreams.h */, - FFFD3d0838187f8d3d083818 /* PxDistanceJoint.h */, - FFFD3d0838807f8d3d083880 /* PxExtensionsAPI.h */, - FFFD3d0838e87f8d3d0838e8 /* PxFixedJoint.h */, - FFFD3d0839507f8d3d083950 /* PxJoint.h */, - FFFD3d0839b87f8d3d0839b8 /* PxJointLimit.h */, - FFFD3d083a207f8d3d083a20 /* PxMassProperties.h */, - FFFD3d083a887f8d3d083a88 /* PxParticleExt.h */, - FFFD3d083af07f8d3d083af0 /* PxPrismaticJoint.h */, - FFFD3d083b587f8d3d083b58 /* PxRaycastCCD.h */, - FFFD3d083bc07f8d3d083bc0 /* PxRepXSerializer.h */, - FFFD3d083c287f8d3d083c28 /* PxRepXSimpleType.h */, - FFFD3d083c907f8d3d083c90 /* PxRevoluteJoint.h */, - FFFD3d083cf87f8d3d083cf8 /* PxRigidActorExt.h */, - FFFD3d083d607f8d3d083d60 /* PxRigidBodyExt.h */, - FFFD3d083dc87f8d3d083dc8 /* PxSceneQueryExt.h */, - FFFD3d083e307f8d3d083e30 /* PxSerialization.h */, - FFFD3d083e987f8d3d083e98 /* PxShapeExt.h */, - FFFD3d083f007f8d3d083f00 /* PxSimpleFactory.h */, - FFFD3d083f687f8d3d083f68 /* PxSmoothNormals.h */, - FFFD3d083fd07f8d3d083fd0 /* PxSphericalJoint.h */, - FFFD3d0840387f8d3d084038 /* PxStringTableExt.h */, - FFFD3d0840a07f8d3d0840a0 /* PxTriangleMeshExt.h */, + FFFD218344007f9221834400 /* PxBinaryConverter.h */, + FFFD218344687f9221834468 /* PxBroadPhaseExt.h */, + FFFD218344d07f92218344d0 /* PxClothFabricCooker.h */, + FFFD218345387f9221834538 /* PxClothMeshDesc.h */, + FFFD218345a07f92218345a0 /* PxClothMeshQuadifier.h */, + FFFD218346087f9221834608 /* PxClothTetherCooker.h */, + FFFD218346707f9221834670 /* PxCollectionExt.h */, + FFFD218346d87f92218346d8 /* PxConstraintExt.h */, + FFFD218347407f9221834740 /* PxConvexMeshExt.h */, + FFFD218347a87f92218347a8 /* PxD6Joint.h */, + FFFD218348107f9221834810 /* PxDefaultAllocator.h */, + FFFD218348787f9221834878 /* PxDefaultCpuDispatcher.h */, + FFFD218348e07f92218348e0 /* PxDefaultErrorCallback.h */, + FFFD218349487f9221834948 /* PxDefaultSimulationFilterShader.h */, + FFFD218349b07f92218349b0 /* PxDefaultStreams.h */, + FFFD21834a187f9221834a18 /* PxDistanceJoint.h */, + FFFD21834a807f9221834a80 /* PxExtensionsAPI.h */, + FFFD21834ae87f9221834ae8 /* PxFixedJoint.h */, + FFFD21834b507f9221834b50 /* PxJoint.h */, + FFFD21834bb87f9221834bb8 /* PxJointLimit.h */, + FFFD21834c207f9221834c20 /* PxMassProperties.h */, + FFFD21834c887f9221834c88 /* PxParticleExt.h */, + FFFD21834cf07f9221834cf0 /* PxPrismaticJoint.h */, + FFFD21834d587f9221834d58 /* PxRaycastCCD.h */, + FFFD21834dc07f9221834dc0 /* PxRepXSerializer.h */, + FFFD21834e287f9221834e28 /* PxRepXSimpleType.h */, + FFFD21834e907f9221834e90 /* PxRevoluteJoint.h */, + FFFD21834ef87f9221834ef8 /* PxRigidActorExt.h */, + FFFD21834f607f9221834f60 /* PxRigidBodyExt.h */, + FFFD21834fc87f9221834fc8 /* PxSceneQueryExt.h */, + FFFD218350307f9221835030 /* PxSerialization.h */, + FFFD218350987f9221835098 /* PxShapeExt.h */, + FFFD218351007f9221835100 /* PxSimpleFactory.h */, + FFFD218351687f9221835168 /* PxSmoothNormals.h */, + FFFD218351d07f92218351d0 /* PxSphericalJoint.h */, + FFFD218352387f9221835238 /* PxStringTableExt.h */, + FFFD218352a07f92218352a0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3daed4587f8d3daed458 /* src */ = { + FFFB2106fb087f922106fb08 /* src */ = { isa = PBXGroup; children = ( - FFFD3d081c007f8d3d081c00 /* ExtConstraintHelper.h */, - FFFD3d081c687f8d3d081c68 /* ExtCpuWorkerThread.h */, - FFFD3d081cd07f8d3d081cd0 /* ExtD6Joint.h */, - FFFD3d081d387f8d3d081d38 /* ExtDefaultCpuDispatcher.h */, - FFFD3d081da07f8d3d081da0 /* ExtDistanceJoint.h */, - FFFD3d081e087f8d3d081e08 /* ExtFixedJoint.h */, - FFFD3d081e707f8d3d081e70 /* ExtInertiaTensor.h */, - FFFD3d081ed87f8d3d081ed8 /* ExtJoint.h */, - FFFD3d081f407f8d3d081f40 /* ExtJointMetaDataExtensions.h */, - FFFD3d081fa87f8d3d081fa8 /* ExtPlatform.h */, - FFFD3d0820107f8d3d082010 /* ExtPrismaticJoint.h */, - FFFD3d0820787f8d3d082078 /* ExtPvd.h */, - FFFD3d0820e07f8d3d0820e0 /* ExtRevoluteJoint.h */, - FFFD3d0821487f8d3d082148 /* ExtSerialization.h */, - FFFD3d0821b07f8d3d0821b0 /* ExtSharedQueueEntryPool.h */, - FFFD3d0822187f8d3d082218 /* ExtSphericalJoint.h */, - FFFD3d0822807f8d3d082280 /* ExtTaskQueueHelper.h */, - FFFD3d0822e87f8d3d0822e8 /* ExtBroadPhase.cpp */, - FFFD3d0823507f8d3d082350 /* ExtClothFabricCooker.cpp */, - FFFD3d0823b87f8d3d0823b8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFD3d0824207f8d3d082420 /* ExtClothMeshQuadifier.cpp */, - FFFD3d0824887f8d3d082488 /* ExtClothSimpleTetherCooker.cpp */, - FFFD3d0824f07f8d3d0824f0 /* ExtCollection.cpp */, - FFFD3d0825587f8d3d082558 /* ExtConvexMeshExt.cpp */, - FFFD3d0825c07f8d3d0825c0 /* ExtCpuWorkerThread.cpp */, - FFFD3d0826287f8d3d082628 /* ExtD6Joint.cpp */, - FFFD3d0826907f8d3d082690 /* ExtD6JointSolverPrep.cpp */, - FFFD3d0826f87f8d3d0826f8 /* ExtDefaultCpuDispatcher.cpp */, - FFFD3d0827607f8d3d082760 /* ExtDefaultErrorCallback.cpp */, - FFFD3d0827c87f8d3d0827c8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFD3d0828307f8d3d082830 /* ExtDefaultStreams.cpp */, - FFFD3d0828987f8d3d082898 /* ExtDistanceJoint.cpp */, - FFFD3d0829007f8d3d082900 /* ExtDistanceJointSolverPrep.cpp */, - FFFD3d0829687f8d3d082968 /* ExtExtensions.cpp */, - FFFD3d0829d07f8d3d0829d0 /* ExtFixedJoint.cpp */, - FFFD3d082a387f8d3d082a38 /* ExtFixedJointSolverPrep.cpp */, - FFFD3d082aa07f8d3d082aa0 /* ExtJoint.cpp */, - FFFD3d082b087f8d3d082b08 /* ExtMetaData.cpp */, - FFFD3d082b707f8d3d082b70 /* ExtParticleExt.cpp */, - FFFD3d082bd87f8d3d082bd8 /* ExtPrismaticJoint.cpp */, - FFFD3d082c407f8d3d082c40 /* ExtPrismaticJointSolverPrep.cpp */, - FFFD3d082ca87f8d3d082ca8 /* ExtPvd.cpp */, - FFFD3d082d107f8d3d082d10 /* ExtPxStringTable.cpp */, - FFFD3d082d787f8d3d082d78 /* ExtRaycastCCD.cpp */, - FFFD3d082de07f8d3d082de0 /* ExtRevoluteJoint.cpp */, - FFFD3d082e487f8d3d082e48 /* ExtRevoluteJointSolverPrep.cpp */, - FFFD3d082eb07f8d3d082eb0 /* ExtRigidBodyExt.cpp */, - FFFD3d082f187f8d3d082f18 /* ExtSceneQueryExt.cpp */, - FFFD3d082f807f8d3d082f80 /* ExtSimpleFactory.cpp */, - FFFD3d082fe87f8d3d082fe8 /* ExtSmoothNormals.cpp */, - FFFD3d0830507f8d3d083050 /* ExtSphericalJoint.cpp */, - FFFD3d0830b87f8d3d0830b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFD3d0831207f8d3d083120 /* ExtTriangleMeshExt.cpp */, + FFFD21832e007f9221832e00 /* ExtConstraintHelper.h */, + FFFD21832e687f9221832e68 /* ExtCpuWorkerThread.h */, + FFFD21832ed07f9221832ed0 /* ExtD6Joint.h */, + FFFD21832f387f9221832f38 /* ExtDefaultCpuDispatcher.h */, + FFFD21832fa07f9221832fa0 /* ExtDistanceJoint.h */, + FFFD218330087f9221833008 /* ExtFixedJoint.h */, + FFFD218330707f9221833070 /* ExtInertiaTensor.h */, + FFFD218330d87f92218330d8 /* ExtJoint.h */, + FFFD218331407f9221833140 /* ExtJointMetaDataExtensions.h */, + FFFD218331a87f92218331a8 /* ExtPlatform.h */, + FFFD218332107f9221833210 /* ExtPrismaticJoint.h */, + FFFD218332787f9221833278 /* ExtPvd.h */, + FFFD218332e07f92218332e0 /* ExtRevoluteJoint.h */, + FFFD218333487f9221833348 /* ExtSerialization.h */, + FFFD218333b07f92218333b0 /* ExtSharedQueueEntryPool.h */, + FFFD218334187f9221833418 /* ExtSphericalJoint.h */, + FFFD218334807f9221833480 /* ExtTaskQueueHelper.h */, + FFFD218334e87f92218334e8 /* ExtBroadPhase.cpp */, + FFFD218335507f9221833550 /* ExtClothFabricCooker.cpp */, + FFFD218335b87f92218335b8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD218336207f9221833620 /* ExtClothMeshQuadifier.cpp */, + FFFD218336887f9221833688 /* ExtClothSimpleTetherCooker.cpp */, + FFFD218336f07f92218336f0 /* ExtCollection.cpp */, + FFFD218337587f9221833758 /* ExtConvexMeshExt.cpp */, + FFFD218337c07f92218337c0 /* ExtCpuWorkerThread.cpp */, + FFFD218338287f9221833828 /* ExtD6Joint.cpp */, + FFFD218338907f9221833890 /* ExtD6JointSolverPrep.cpp */, + FFFD218338f87f92218338f8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD218339607f9221833960 /* ExtDefaultErrorCallback.cpp */, + FFFD218339c87f92218339c8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD21833a307f9221833a30 /* ExtDefaultStreams.cpp */, + FFFD21833a987f9221833a98 /* ExtDistanceJoint.cpp */, + FFFD21833b007f9221833b00 /* ExtDistanceJointSolverPrep.cpp */, + FFFD21833b687f9221833b68 /* ExtExtensions.cpp */, + FFFD21833bd07f9221833bd0 /* ExtFixedJoint.cpp */, + FFFD21833c387f9221833c38 /* ExtFixedJointSolverPrep.cpp */, + FFFD21833ca07f9221833ca0 /* ExtJoint.cpp */, + FFFD21833d087f9221833d08 /* ExtMetaData.cpp */, + FFFD21833d707f9221833d70 /* ExtParticleExt.cpp */, + FFFD21833dd87f9221833dd8 /* ExtPrismaticJoint.cpp */, + FFFD21833e407f9221833e40 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD21833ea87f9221833ea8 /* ExtPvd.cpp */, + FFFD21833f107f9221833f10 /* ExtPxStringTable.cpp */, + FFFD21833f787f9221833f78 /* ExtRaycastCCD.cpp */, + FFFD21833fe07f9221833fe0 /* ExtRevoluteJoint.cpp */, + FFFD218340487f9221834048 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD218340b07f92218340b0 /* ExtRigidBodyExt.cpp */, + FFFD218341187f9221834118 /* ExtSceneQueryExt.cpp */, + FFFD218341807f9221834180 /* ExtSimpleFactory.cpp */, + FFFD218341e87f92218341e8 /* ExtSmoothNormals.cpp */, + FFFD218342507f9221834250 /* ExtSphericalJoint.cpp */, + FFFD218342b87f92218342b8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD218343207f9221834320 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3daed4807f8d3daed480 /* serialization */ = { + FFFB2106fb307f922106fb30 /* serialization */ = { isa = PBXGroup; children = ( - FFFD3d0866007f8d3d086600 /* SnSerialUtils.h */, - FFFD3d0866687f8d3d086668 /* SnSerializationRegistry.h */, - FFFD3d0866d07f8d3d0866d0 /* SnSerialUtils.cpp */, - FFFD3d0867387f8d3d086738 /* SnSerialization.cpp */, - FFFD3d0867a07f8d3d0867a0 /* SnSerializationRegistry.cpp */, - FFFD3d0868087f8d3d086808 /* Binary/SnConvX.h */, - FFFD3d0868707f8d3d086870 /* Binary/SnConvX_Align.h */, - FFFD3d0868d87f8d3d0868d8 /* Binary/SnConvX_Common.h */, - FFFD3d0869407f8d3d086940 /* Binary/SnConvX_MetaData.h */, - FFFD3d0869a87f8d3d0869a8 /* Binary/SnConvX_Output.h */, - FFFD3d086a107f8d3d086a10 /* Binary/SnConvX_Union.h */, - FFFD3d086a787f8d3d086a78 /* Binary/SnSerializationContext.h */, - FFFD3d086ae07f8d3d086ae0 /* Binary/SnBinaryDeserialization.cpp */, - FFFD3d086b487f8d3d086b48 /* Binary/SnBinarySerialization.cpp */, - FFFD3d086bb07f8d3d086bb0 /* Binary/SnConvX.cpp */, - FFFD3d086c187f8d3d086c18 /* Binary/SnConvX_Align.cpp */, - FFFD3d086c807f8d3d086c80 /* Binary/SnConvX_Convert.cpp */, - FFFD3d086ce87f8d3d086ce8 /* Binary/SnConvX_Error.cpp */, - FFFD3d086d507f8d3d086d50 /* Binary/SnConvX_MetaData.cpp */, - FFFD3d086db87f8d3d086db8 /* Binary/SnConvX_Output.cpp */, - FFFD3d086e207f8d3d086e20 /* Binary/SnConvX_Union.cpp */, - FFFD3d086e887f8d3d086e88 /* Binary/SnSerializationContext.cpp */, - FFFD3d086ef07f8d3d086ef0 /* Xml/SnJointRepXSerializer.h */, - FFFD3d086f587f8d3d086f58 /* Xml/SnPxStreamOperators.h */, - FFFD3d086fc07f8d3d086fc0 /* Xml/SnRepX1_0Defaults.h */, - FFFD3d0870287f8d3d087028 /* Xml/SnRepX3_1Defaults.h */, - FFFD3d0870907f8d3d087090 /* Xml/SnRepX3_2Defaults.h */, - FFFD3d0870f87f8d3d0870f8 /* Xml/SnRepXCollection.h */, - FFFD3d0871607f8d3d087160 /* Xml/SnRepXCoreSerializer.h */, - FFFD3d0871c87f8d3d0871c8 /* Xml/SnRepXSerializerImpl.h */, - FFFD3d0872307f8d3d087230 /* Xml/SnRepXUpgrader.h */, - FFFD3d0872987f8d3d087298 /* Xml/SnSimpleXmlWriter.h */, - FFFD3d0873007f8d3d087300 /* Xml/SnXmlDeserializer.h */, - FFFD3d0873687f8d3d087368 /* Xml/SnXmlImpl.h */, - FFFD3d0873d07f8d3d0873d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFD3d0874387f8d3d087438 /* Xml/SnXmlMemoryPool.h */, - FFFD3d0874a07f8d3d0874a0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFD3d0875087f8d3d087508 /* Xml/SnXmlReader.h */, - FFFD3d0875707f8d3d087570 /* Xml/SnXmlSerializer.h */, - FFFD3d0875d87f8d3d0875d8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFD3d0876407f8d3d087640 /* Xml/SnXmlStringToType.h */, - FFFD3d0876a87f8d3d0876a8 /* Xml/SnXmlVisitorReader.h */, - FFFD3d0877107f8d3d087710 /* Xml/SnXmlVisitorWriter.h */, - FFFD3d0877787f8d3d087778 /* Xml/SnXmlWriter.h */, - FFFD3d0877e07f8d3d0877e0 /* Xml/SnJointRepXSerializer.cpp */, - FFFD3d0878487f8d3d087848 /* Xml/SnRepXCoreSerializer.cpp */, - FFFD3d0878b07f8d3d0878b0 /* Xml/SnRepXUpgrader.cpp */, - FFFD3d0879187f8d3d087918 /* Xml/SnXmlSerialization.cpp */, - FFFD3d0879807f8d3d087980 /* File/SnFile.h */, + FFFD218378007f9221837800 /* SnSerialUtils.h */, + FFFD218378687f9221837868 /* SnSerializationRegistry.h */, + FFFD218378d07f92218378d0 /* SnSerialUtils.cpp */, + FFFD218379387f9221837938 /* SnSerialization.cpp */, + FFFD218379a07f92218379a0 /* SnSerializationRegistry.cpp */, + FFFD21837a087f9221837a08 /* Binary/SnConvX.h */, + FFFD21837a707f9221837a70 /* Binary/SnConvX_Align.h */, + FFFD21837ad87f9221837ad8 /* Binary/SnConvX_Common.h */, + FFFD21837b407f9221837b40 /* Binary/SnConvX_MetaData.h */, + FFFD21837ba87f9221837ba8 /* Binary/SnConvX_Output.h */, + FFFD21837c107f9221837c10 /* Binary/SnConvX_Union.h */, + FFFD21837c787f9221837c78 /* Binary/SnSerializationContext.h */, + FFFD21837ce07f9221837ce0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD21837d487f9221837d48 /* Binary/SnBinarySerialization.cpp */, + FFFD21837db07f9221837db0 /* Binary/SnConvX.cpp */, + FFFD21837e187f9221837e18 /* Binary/SnConvX_Align.cpp */, + FFFD21837e807f9221837e80 /* Binary/SnConvX_Convert.cpp */, + FFFD21837ee87f9221837ee8 /* Binary/SnConvX_Error.cpp */, + FFFD21837f507f9221837f50 /* Binary/SnConvX_MetaData.cpp */, + FFFD21837fb87f9221837fb8 /* Binary/SnConvX_Output.cpp */, + FFFD218380207f9221838020 /* Binary/SnConvX_Union.cpp */, + FFFD218380887f9221838088 /* Binary/SnSerializationContext.cpp */, + FFFD218380f07f92218380f0 /* Xml/SnJointRepXSerializer.h */, + FFFD218381587f9221838158 /* Xml/SnPxStreamOperators.h */, + FFFD218381c07f92218381c0 /* Xml/SnRepX1_0Defaults.h */, + FFFD218382287f9221838228 /* Xml/SnRepX3_1Defaults.h */, + FFFD218382907f9221838290 /* Xml/SnRepX3_2Defaults.h */, + FFFD218382f87f92218382f8 /* Xml/SnRepXCollection.h */, + FFFD218383607f9221838360 /* Xml/SnRepXCoreSerializer.h */, + FFFD218383c87f92218383c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD218384307f9221838430 /* Xml/SnRepXUpgrader.h */, + FFFD218384987f9221838498 /* Xml/SnSimpleXmlWriter.h */, + FFFD218385007f9221838500 /* Xml/SnXmlDeserializer.h */, + FFFD218385687f9221838568 /* Xml/SnXmlImpl.h */, + FFFD218385d07f92218385d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD218386387f9221838638 /* Xml/SnXmlMemoryPool.h */, + FFFD218386a07f92218386a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD218387087f9221838708 /* Xml/SnXmlReader.h */, + FFFD218387707f9221838770 /* Xml/SnXmlSerializer.h */, + FFFD218387d87f92218387d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD218388407f9221838840 /* Xml/SnXmlStringToType.h */, + FFFD218388a87f92218388a8 /* Xml/SnXmlVisitorReader.h */, + FFFD218389107f9221838910 /* Xml/SnXmlVisitorWriter.h */, + FFFD218389787f9221838978 /* Xml/SnXmlWriter.h */, + FFFD218389e07f92218389e0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD21838a487f9221838a48 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD21838ab07f9221838ab0 /* Xml/SnRepXUpgrader.cpp */, + FFFD21838b187f9221838b18 /* Xml/SnXmlSerialization.cpp */, + FFFD21838b807f9221838b80 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFB3daed4a87f8d3daed4a8 /* metadata */ = { + FFFB2106fb587f922106fb58 /* metadata */ = { isa = PBXGroup; children = ( - FFFD3c1b78007f8d3c1b7800 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD3c1b78687f8d3c1b7868 /* core/include/PvdMetaDataExtensions.h */, - FFFD3c1b78d07f8d3c1b78d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD3c1b79387f8d3c1b7938 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD3c1b79a07f8d3c1b79a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD3c1b7a087f8d3c1b7a08 /* core/include/PxMetaDataCompare.h */, - FFFD3c1b7a707f8d3c1b7a70 /* core/include/PxMetaDataCppPrefix.h */, - FFFD3c1b7ad87f8d3c1b7ad8 /* core/include/PxMetaDataObjects.h */, - FFFD3c1b7b407f8d3c1b7b40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD3c1b7ba87f8d3c1b7ba8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFD3c1b7c107f8d3c1b7c10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFD3c1b7c787f8d3c1b7c78 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFD3c1b7ce07f8d3c1b7ce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD218354007f9221835400 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD218354687f9221835468 /* core/include/PvdMetaDataExtensions.h */, + FFFD218354d07f92218354d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD218355387f9221835538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD218355a07f92218355a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD218356087f9221835608 /* core/include/PxMetaDataCompare.h */, + FFFD218356707f9221835670 /* core/include/PxMetaDataCppPrefix.h */, + FFFD218356d87f92218356d8 /* core/include/PxMetaDataObjects.h */, + FFFD218357407f9221835740 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD218357a87f92218357a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD218358107f9221835810 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD218358787f9221835878 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD218358e07f92218358e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB3cc2ae407f8d3cc2ae40 /* SceneQuery */ = { + FFFB21079f707f9221079f70 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFB3cc2ca807f8d3cc2ca80 /* src */, - FFFB3cc2caa87f8d3cc2caa8 /* include */, + FFFB2107bd407f922107bd40 /* src */, + FFFB2107bd687f922107bd68 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFB3cc2ca807f8d3cc2ca80 /* src */ = { + FFFB2107bd407f922107bd40 /* src */ = { isa = PBXGroup; children = ( - FFFD3c1be0007f8d3c1be000 /* SqAABBPruner.cpp */, - FFFD3c1be0687f8d3c1be068 /* SqAABBTree.cpp */, - FFFD3c1be0d07f8d3c1be0d0 /* SqAABBTreeBuild.cpp */, - FFFD3c1be1387f8d3c1be138 /* SqAABBTreeUpdateMap.cpp */, - FFFD3c1be1a07f8d3c1be1a0 /* SqBounds.cpp */, - FFFD3c1be2087f8d3c1be208 /* SqBucketPruner.cpp */, - FFFD3c1be2707f8d3c1be270 /* SqExtendedBucketPruner.cpp */, - FFFD3c1be2d87f8d3c1be2d8 /* SqIncrementalAABBPrunerCore.cpp */, - FFFD3c1be3407f8d3c1be340 /* SqIncrementalAABBTree.cpp */, - FFFD3c1be3a87f8d3c1be3a8 /* SqMetaData.cpp */, - FFFD3c1be4107f8d3c1be410 /* SqPruningPool.cpp */, - FFFD3c1be4787f8d3c1be478 /* SqPruningStructure.cpp */, - FFFD3c1be4e07f8d3c1be4e0 /* SqSceneQueryManager.cpp */, - FFFD3c1be5487f8d3c1be548 /* SqAABBPruner.h */, - FFFD3c1be5b07f8d3c1be5b0 /* SqAABBTree.h */, - FFFD3c1be6187f8d3c1be618 /* SqAABBTreeBuild.h */, - FFFD3c1be6807f8d3c1be680 /* SqAABBTreeQuery.h */, - FFFD3c1be6e87f8d3c1be6e8 /* SqAABBTreeUpdateMap.h */, - FFFD3c1be7507f8d3c1be750 /* SqBounds.h */, - FFFD3c1be7b87f8d3c1be7b8 /* SqBucketPruner.h */, - FFFD3c1be8207f8d3c1be820 /* SqExtendedBucketPruner.h */, - FFFD3c1be8887f8d3c1be888 /* SqIncrementalAABBPrunerCore.h */, - FFFD3c1be8f07f8d3c1be8f0 /* SqIncrementalAABBTree.h */, - FFFD3c1be9587f8d3c1be958 /* SqPrunerTestsSIMD.h */, - FFFD3c1be9c07f8d3c1be9c0 /* SqPruningPool.h */, - FFFD3c1bea287f8d3c1bea28 /* SqTypedef.h */, + FFFD2183b8007f922183b800 /* SqAABBPruner.cpp */, + FFFD2183b8687f922183b868 /* SqAABBTree.cpp */, + FFFD2183b8d07f922183b8d0 /* SqAABBTreeBuild.cpp */, + FFFD2183b9387f922183b938 /* SqAABBTreeUpdateMap.cpp */, + FFFD2183b9a07f922183b9a0 /* SqBounds.cpp */, + FFFD2183ba087f922183ba08 /* SqBucketPruner.cpp */, + FFFD2183ba707f922183ba70 /* SqExtendedBucketPruner.cpp */, + FFFD2183bad87f922183bad8 /* SqIncrementalAABBPrunerCore.cpp */, + FFFD2183bb407f922183bb40 /* SqIncrementalAABBTree.cpp */, + FFFD2183bba87f922183bba8 /* SqMetaData.cpp */, + FFFD2183bc107f922183bc10 /* SqPruningPool.cpp */, + FFFD2183bc787f922183bc78 /* SqPruningStructure.cpp */, + FFFD2183bce07f922183bce0 /* SqSceneQueryManager.cpp */, + FFFD2183bd487f922183bd48 /* SqAABBPruner.h */, + FFFD2183bdb07f922183bdb0 /* SqAABBTree.h */, + FFFD2183be187f922183be18 /* SqAABBTreeBuild.h */, + FFFD2183be807f922183be80 /* SqAABBTreeQuery.h */, + FFFD2183bee87f922183bee8 /* SqAABBTreeUpdateMap.h */, + FFFD2183bf507f922183bf50 /* SqBounds.h */, + FFFD2183bfb87f922183bfb8 /* SqBucketPruner.h */, + FFFD2183c0207f922183c020 /* SqExtendedBucketPruner.h */, + FFFD2183c0887f922183c088 /* SqIncrementalAABBPrunerCore.h */, + FFFD2183c0f07f922183c0f0 /* SqIncrementalAABBTree.h */, + FFFD2183c1587f922183c158 /* SqPrunerTestsSIMD.h */, + FFFD2183c1c07f922183c1c0 /* SqPruningPool.h */, + FFFD2183c2287f922183c228 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cc2caa87f8d3cc2caa8 /* include */ = { + FFFB2107bd687f922107bd68 /* include */ = { isa = PBXGroup; children = ( - FFFD3cc2efb07f8d3cc2efb0 /* SqPruner.h */, - FFFD3cc2f0187f8d3cc2f018 /* SqPrunerMergeData.h */, - FFFD3cc2f0807f8d3cc2f080 /* SqPruningStructure.h */, - FFFD3cc2f0e87f8d3cc2f0e8 /* SqSceneQueryManager.h */, + FFFD2107e2707f922107e270 /* SqPruner.h */, + FFFD2107e2d87f922107e2d8 /* SqPrunerMergeData.h */, + FFFD2107e3407f922107e340 /* SqPruningStructure.h */, + FFFD2107e3a87f922107e3a8 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cc2f2707f8d3cc2f270 /* SimulationController */ = { + FFFB2107e5307f922107e530 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFB3cc223907f8d3cc22390 /* include */, - FFFB3cc223b87f8d3cc223b8 /* src */, + FFFB210834a07f92210834a0 /* include */, + FFFB210834c87f92210834c8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFB3cc223907f8d3cc22390 /* include */ = { + FFFB210834a07f92210834a0 /* include */ = { isa = PBXGroup; children = ( - FFFD3c1c0c007f8d3c1c0c00 /* ScActorCore.h */, - FFFD3c1c0c687f8d3c1c0c68 /* ScArticulationCore.h */, - FFFD3c1c0cd07f8d3c1c0cd0 /* ScArticulationJointCore.h */, - FFFD3c1c0d387f8d3c1c0d38 /* ScBodyCore.h */, - FFFD3c1c0da07f8d3c1c0da0 /* ScClothCore.h */, - FFFD3c1c0e087f8d3c1c0e08 /* ScClothFabricCore.h */, - FFFD3c1c0e707f8d3c1c0e70 /* ScConstraintCore.h */, - FFFD3c1c0ed87f8d3c1c0ed8 /* ScIterators.h */, - FFFD3c1c0f407f8d3c1c0f40 /* ScMaterialCore.h */, - FFFD3c1c0fa87f8d3c1c0fa8 /* ScParticleSystemCore.h */, - FFFD3c1c10107f8d3c1c1010 /* ScPhysics.h */, - FFFD3c1c10787f8d3c1c1078 /* ScRigidCore.h */, - FFFD3c1c10e07f8d3c1c10e0 /* ScScene.h */, - FFFD3c1c11487f8d3c1c1148 /* ScShapeCore.h */, - FFFD3c1c11b07f8d3c1c11b0 /* ScStaticCore.h */, + FFFD2183e4007f922183e400 /* ScActorCore.h */, + FFFD2183e4687f922183e468 /* ScArticulationCore.h */, + FFFD2183e4d07f922183e4d0 /* ScArticulationJointCore.h */, + FFFD2183e5387f922183e538 /* ScBodyCore.h */, + FFFD2183e5a07f922183e5a0 /* ScClothCore.h */, + FFFD2183e6087f922183e608 /* ScClothFabricCore.h */, + FFFD2183e6707f922183e670 /* ScConstraintCore.h */, + FFFD2183e6d87f922183e6d8 /* ScIterators.h */, + FFFD2183e7407f922183e740 /* ScMaterialCore.h */, + FFFD2183e7a87f922183e7a8 /* ScParticleSystemCore.h */, + FFFD2183e8107f922183e810 /* ScPhysics.h */, + FFFD2183e8787f922183e878 /* ScRigidCore.h */, + FFFD2183e8e07f922183e8e0 /* ScScene.h */, + FFFD2183e9487f922183e948 /* ScShapeCore.h */, + FFFD2183e9b07f922183e9b0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cc223b87f8d3cc223b8 /* src */ = { + FFFB210834c87f92210834c8 /* src */ = { isa = PBXGroup; children = ( - FFFD3c1c3e007f8d3c1c3e00 /* ScActorElementPair.h */, - FFFD3c1c3e687f8d3c1c3e68 /* ScActorInteraction.h */, - FFFD3c1c3ed07f8d3c1c3ed0 /* ScActorPair.h */, - FFFD3c1c3f387f8d3c1c3f38 /* ScActorSim.h */, - FFFD3c1c3fa07f8d3c1c3fa0 /* ScArticulationJointSim.h */, - FFFD3c1c40087f8d3c1c4008 /* ScArticulationSim.h */, - FFFD3c1c40707f8d3c1c4070 /* ScBodySim.h */, - FFFD3c1c40d87f8d3c1c40d8 /* ScClient.h */, - FFFD3c1c41407f8d3c1c4140 /* ScConstraintGroupNode.h */, - FFFD3c1c41a87f8d3c1c41a8 /* ScConstraintInteraction.h */, - FFFD3c1c42107f8d3c1c4210 /* ScConstraintProjectionManager.h */, - FFFD3c1c42787f8d3c1c4278 /* ScConstraintProjectionTree.h */, - FFFD3c1c42e07f8d3c1c42e0 /* ScConstraintSim.h */, - FFFD3c1c43487f8d3c1c4348 /* ScContactReportBuffer.h */, - FFFD3c1c43b07f8d3c1c43b0 /* ScContactStream.h */, - FFFD3c1c44187f8d3c1c4418 /* ScElementInteractionMarker.h */, - FFFD3c1c44807f8d3c1c4480 /* ScElementSim.h */, - FFFD3c1c44e87f8d3c1c44e8 /* ScElementSimInteraction.h */, - FFFD3c1c45507f8d3c1c4550 /* ScInteraction.h */, - FFFD3c1c45b87f8d3c1c45b8 /* ScInteractionFlags.h */, - FFFD3c1c46207f8d3c1c4620 /* ScNPhaseCore.h */, - FFFD3c1c46887f8d3c1c4688 /* ScObjectIDTracker.h */, - FFFD3c1c46f07f8d3c1c46f0 /* ScRbElementInteraction.h */, - FFFD3c1c47587f8d3c1c4758 /* ScRigidSim.h */, - FFFD3c1c47c07f8d3c1c47c0 /* ScShapeInteraction.h */, - FFFD3c1c48287f8d3c1c4828 /* ScShapeIterator.h */, - FFFD3c1c48907f8d3c1c4890 /* ScShapeSim.h */, - FFFD3c1c48f87f8d3c1c48f8 /* ScSimStateData.h */, - FFFD3c1c49607f8d3c1c4960 /* ScSimStats.h */, - FFFD3c1c49c87f8d3c1c49c8 /* ScSimulationController.h */, - FFFD3c1c4a307f8d3c1c4a30 /* ScSqBoundsManager.h */, - FFFD3c1c4a987f8d3c1c4a98 /* ScStaticSim.h */, - FFFD3c1c4b007f8d3c1c4b00 /* ScTriggerInteraction.h */, - FFFD3c1c4b687f8d3c1c4b68 /* ScTriggerPairs.h */, - FFFD3c1c4bd07f8d3c1c4bd0 /* ScActorCore.cpp */, - FFFD3c1c4c387f8d3c1c4c38 /* ScActorSim.cpp */, - FFFD3c1c4ca07f8d3c1c4ca0 /* ScArticulationCore.cpp */, - FFFD3c1c4d087f8d3c1c4d08 /* ScArticulationJointCore.cpp */, - FFFD3c1c4d707f8d3c1c4d70 /* ScArticulationJointSim.cpp */, - FFFD3c1c4dd87f8d3c1c4dd8 /* ScArticulationSim.cpp */, - FFFD3c1c4e407f8d3c1c4e40 /* ScBodyCore.cpp */, - FFFD3c1c4ea87f8d3c1c4ea8 /* ScBodyCoreKinematic.cpp */, - FFFD3c1c4f107f8d3c1c4f10 /* ScBodySim.cpp */, - FFFD3c1c4f787f8d3c1c4f78 /* ScConstraintCore.cpp */, - FFFD3c1c4fe07f8d3c1c4fe0 /* ScConstraintGroupNode.cpp */, - FFFD3c1c50487f8d3c1c5048 /* ScConstraintInteraction.cpp */, - FFFD3c1c50b07f8d3c1c50b0 /* ScConstraintProjectionManager.cpp */, - FFFD3c1c51187f8d3c1c5118 /* ScConstraintProjectionTree.cpp */, - FFFD3c1c51807f8d3c1c5180 /* ScConstraintSim.cpp */, - FFFD3c1c51e87f8d3c1c51e8 /* ScElementInteractionMarker.cpp */, - FFFD3c1c52507f8d3c1c5250 /* ScElementSim.cpp */, - FFFD3c1c52b87f8d3c1c52b8 /* ScInteraction.cpp */, - FFFD3c1c53207f8d3c1c5320 /* ScIterators.cpp */, - FFFD3c1c53887f8d3c1c5388 /* ScMaterialCore.cpp */, - FFFD3c1c53f07f8d3c1c53f0 /* ScMetaData.cpp */, - FFFD3c1c54587f8d3c1c5458 /* ScNPhaseCore.cpp */, - FFFD3c1c54c07f8d3c1c54c0 /* ScPhysics.cpp */, - FFFD3c1c55287f8d3c1c5528 /* ScRigidCore.cpp */, - FFFD3c1c55907f8d3c1c5590 /* ScRigidSim.cpp */, - FFFD3c1c55f87f8d3c1c55f8 /* ScScene.cpp */, - FFFD3c1c56607f8d3c1c5660 /* ScShapeCore.cpp */, - FFFD3c1c56c87f8d3c1c56c8 /* ScShapeInteraction.cpp */, - FFFD3c1c57307f8d3c1c5730 /* ScShapeSim.cpp */, - FFFD3c1c57987f8d3c1c5798 /* ScSimStats.cpp */, - FFFD3c1c58007f8d3c1c5800 /* ScSimulationController.cpp */, - FFFD3c1c58687f8d3c1c5868 /* ScSqBoundsManager.cpp */, - FFFD3c1c58d07f8d3c1c58d0 /* ScStaticCore.cpp */, - FFFD3c1c59387f8d3c1c5938 /* ScStaticSim.cpp */, - FFFD3c1c59a07f8d3c1c59a0 /* ScTriggerInteraction.cpp */, - FFFD3c1c5a087f8d3c1c5a08 /* particles/ScParticleBodyInteraction.h */, - FFFD3c1c5a707f8d3c1c5a70 /* particles/ScParticlePacketShape.h */, - FFFD3c1c5ad87f8d3c1c5ad8 /* particles/ScParticleSystemSim.h */, - FFFD3c1c5b407f8d3c1c5b40 /* particles/ScParticleBodyInteraction.cpp */, - FFFD3c1c5ba87f8d3c1c5ba8 /* particles/ScParticlePacketShape.cpp */, - FFFD3c1c5c107f8d3c1c5c10 /* particles/ScParticleSystemCore.cpp */, - FFFD3c1c5c787f8d3c1c5c78 /* particles/ScParticleSystemSim.cpp */, - FFFD3c1c5ce07f8d3c1c5ce0 /* cloth/ScClothShape.h */, - FFFD3c1c5d487f8d3c1c5d48 /* cloth/ScClothSim.h */, - FFFD3c1c5db07f8d3c1c5db0 /* cloth/ScClothCore.cpp */, - FFFD3c1c5e187f8d3c1c5e18 /* cloth/ScClothFabricCore.cpp */, - FFFD3c1c5e807f8d3c1c5e80 /* cloth/ScClothShape.cpp */, - FFFD3c1c5ee87f8d3c1c5ee8 /* cloth/ScClothSim.cpp */, + FFFD209f4c007f92209f4c00 /* ScActorElementPair.h */, + FFFD209f4c687f92209f4c68 /* ScActorInteraction.h */, + FFFD209f4cd07f92209f4cd0 /* ScActorPair.h */, + FFFD209f4d387f92209f4d38 /* ScActorSim.h */, + FFFD209f4da07f92209f4da0 /* ScArticulationJointSim.h */, + FFFD209f4e087f92209f4e08 /* ScArticulationSim.h */, + FFFD209f4e707f92209f4e70 /* ScBodySim.h */, + FFFD209f4ed87f92209f4ed8 /* ScClient.h */, + FFFD209f4f407f92209f4f40 /* ScConstraintGroupNode.h */, + FFFD209f4fa87f92209f4fa8 /* ScConstraintInteraction.h */, + FFFD209f50107f92209f5010 /* ScConstraintProjectionManager.h */, + FFFD209f50787f92209f5078 /* ScConstraintProjectionTree.h */, + FFFD209f50e07f92209f50e0 /* ScConstraintSim.h */, + FFFD209f51487f92209f5148 /* ScContactReportBuffer.h */, + FFFD209f51b07f92209f51b0 /* ScContactStream.h */, + FFFD209f52187f92209f5218 /* ScElementInteractionMarker.h */, + FFFD209f52807f92209f5280 /* ScElementSim.h */, + FFFD209f52e87f92209f52e8 /* ScElementSimInteraction.h */, + FFFD209f53507f92209f5350 /* ScInteraction.h */, + FFFD209f53b87f92209f53b8 /* ScInteractionFlags.h */, + FFFD209f54207f92209f5420 /* ScNPhaseCore.h */, + FFFD209f54887f92209f5488 /* ScObjectIDTracker.h */, + FFFD209f54f07f92209f54f0 /* ScRbElementInteraction.h */, + FFFD209f55587f92209f5558 /* ScRigidSim.h */, + FFFD209f55c07f92209f55c0 /* ScShapeInteraction.h */, + FFFD209f56287f92209f5628 /* ScShapeIterator.h */, + FFFD209f56907f92209f5690 /* ScShapeSim.h */, + FFFD209f56f87f92209f56f8 /* ScSimStateData.h */, + FFFD209f57607f92209f5760 /* ScSimStats.h */, + FFFD209f57c87f92209f57c8 /* ScSimulationController.h */, + FFFD209f58307f92209f5830 /* ScSqBoundsManager.h */, + FFFD209f58987f92209f5898 /* ScStaticSim.h */, + FFFD209f59007f92209f5900 /* ScTriggerInteraction.h */, + FFFD209f59687f92209f5968 /* ScTriggerPairs.h */, + FFFD209f59d07f92209f59d0 /* ScActorCore.cpp */, + FFFD209f5a387f92209f5a38 /* ScActorSim.cpp */, + FFFD209f5aa07f92209f5aa0 /* ScArticulationCore.cpp */, + FFFD209f5b087f92209f5b08 /* ScArticulationJointCore.cpp */, + FFFD209f5b707f92209f5b70 /* ScArticulationJointSim.cpp */, + FFFD209f5bd87f92209f5bd8 /* ScArticulationSim.cpp */, + FFFD209f5c407f92209f5c40 /* ScBodyCore.cpp */, + FFFD209f5ca87f92209f5ca8 /* ScBodyCoreKinematic.cpp */, + FFFD209f5d107f92209f5d10 /* ScBodySim.cpp */, + FFFD209f5d787f92209f5d78 /* ScConstraintCore.cpp */, + FFFD209f5de07f92209f5de0 /* ScConstraintGroupNode.cpp */, + FFFD209f5e487f92209f5e48 /* ScConstraintInteraction.cpp */, + FFFD209f5eb07f92209f5eb0 /* ScConstraintProjectionManager.cpp */, + FFFD209f5f187f92209f5f18 /* ScConstraintProjectionTree.cpp */, + FFFD209f5f807f92209f5f80 /* ScConstraintSim.cpp */, + FFFD209f5fe87f92209f5fe8 /* ScElementInteractionMarker.cpp */, + FFFD209f60507f92209f6050 /* ScElementSim.cpp */, + FFFD209f60b87f92209f60b8 /* ScInteraction.cpp */, + FFFD209f61207f92209f6120 /* ScIterators.cpp */, + FFFD209f61887f92209f6188 /* ScMaterialCore.cpp */, + FFFD209f61f07f92209f61f0 /* ScMetaData.cpp */, + FFFD209f62587f92209f6258 /* ScNPhaseCore.cpp */, + FFFD209f62c07f92209f62c0 /* ScPhysics.cpp */, + FFFD209f63287f92209f6328 /* ScRigidCore.cpp */, + FFFD209f63907f92209f6390 /* ScRigidSim.cpp */, + FFFD209f63f87f92209f63f8 /* ScScene.cpp */, + FFFD209f64607f92209f6460 /* ScShapeCore.cpp */, + FFFD209f64c87f92209f64c8 /* ScShapeInteraction.cpp */, + FFFD209f65307f92209f6530 /* ScShapeSim.cpp */, + FFFD209f65987f92209f6598 /* ScSimStats.cpp */, + FFFD209f66007f92209f6600 /* ScSimulationController.cpp */, + FFFD209f66687f92209f6668 /* ScSqBoundsManager.cpp */, + FFFD209f66d07f92209f66d0 /* ScStaticCore.cpp */, + FFFD209f67387f92209f6738 /* ScStaticSim.cpp */, + FFFD209f67a07f92209f67a0 /* ScTriggerInteraction.cpp */, + FFFD209f68087f92209f6808 /* particles/ScParticleBodyInteraction.h */, + FFFD209f68707f92209f6870 /* particles/ScParticlePacketShape.h */, + FFFD209f68d87f92209f68d8 /* particles/ScParticleSystemSim.h */, + FFFD209f69407f92209f6940 /* particles/ScParticleBodyInteraction.cpp */, + FFFD209f69a87f92209f69a8 /* particles/ScParticlePacketShape.cpp */, + FFFD209f6a107f92209f6a10 /* particles/ScParticleSystemCore.cpp */, + FFFD209f6a787f92209f6a78 /* particles/ScParticleSystemSim.cpp */, + FFFD209f6ae07f92209f6ae0 /* cloth/ScClothShape.h */, + FFFD209f6b487f92209f6b48 /* cloth/ScClothSim.h */, + FFFD209f6bb07f92209f6bb0 /* cloth/ScClothCore.cpp */, + FFFD209f6c187f92209f6c18 /* cloth/ScClothFabricCore.cpp */, + FFFD209f6c807f92209f6c80 /* cloth/ScClothShape.cpp */, + FFFD209f6ce87f92209f6ce8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cc226e07f8d3cc226e0 /* PhysXCooking */ = { + FFFB21725cc07f9221725cc0 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFB3cc39c907f8d3cc39c90 /* include */, - FFFB3cc39cb87f8d3cc39cb8 /* src */, + FFFB217271307f9221727130 /* include */, + FFFB217271587f9221727158 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFB3cc39c907f8d3cc39c90 /* include */ = { + FFFB217271307f9221727130 /* include */ = { isa = PBXGroup; children = ( - FFFD3cc3a3807f8d3cc3a380 /* PxBVH33MidphaseDesc.h */, - FFFD3cc3a3e87f8d3cc3a3e8 /* PxBVH34MidphaseDesc.h */, - FFFD3cc3a4507f8d3cc3a450 /* PxConvexMeshDesc.h */, - FFFD3cc3a4b87f8d3cc3a4b8 /* PxCooking.h */, - FFFD3cc3a5207f8d3cc3a520 /* PxMidphaseDesc.h */, - FFFD3cc3a5887f8d3cc3a588 /* PxTriangleMeshDesc.h */, - FFFD3cc3a5f07f8d3cc3a5f0 /* Pxc.h */, + FFFD21728c807f9221728c80 /* PxBVH33MidphaseDesc.h */, + FFFD21728ce87f9221728ce8 /* PxBVH34MidphaseDesc.h */, + FFFD21728d507f9221728d50 /* PxConvexMeshDesc.h */, + FFFD21728db87f9221728db8 /* PxCooking.h */, + FFFD21728e207f9221728e20 /* PxMidphaseDesc.h */, + FFFD21728e887f9221728e88 /* PxTriangleMeshDesc.h */, + FFFD21728ef07f9221728ef0 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cc39cb87f8d3cc39cb8 /* src */ = { + FFFB217271587f9221727158 /* src */ = { isa = PBXGroup; children = ( - FFFD3c1c80007f8d3c1c8000 /* Adjacencies.cpp */, - FFFD3c1c80687f8d3c1c8068 /* Cooking.cpp */, - FFFD3c1c80d07f8d3c1c80d0 /* CookingUtils.cpp */, - FFFD3c1c81387f8d3c1c8138 /* EdgeList.cpp */, - FFFD3c1c81a07f8d3c1c81a0 /* MeshCleaner.cpp */, - FFFD3c1c82087f8d3c1c8208 /* Quantizer.cpp */, - FFFD3c1c82707f8d3c1c8270 /* Adjacencies.h */, - FFFD3c1c82d87f8d3c1c82d8 /* Cooking.h */, - FFFD3c1c83407f8d3c1c8340 /* CookingUtils.h */, - FFFD3c1c83a87f8d3c1c83a8 /* EdgeList.h */, - FFFD3c1c84107f8d3c1c8410 /* MeshCleaner.h */, - FFFD3c1c84787f8d3c1c8478 /* Quantizer.h */, - FFFD3c1c84e07f8d3c1c84e0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFD3c1c85487f8d3c1c8548 /* mesh/HeightFieldCooking.cpp */, - FFFD3c1c85b07f8d3c1c85b0 /* mesh/RTreeCooking.cpp */, - FFFD3c1c86187f8d3c1c8618 /* mesh/TriangleMeshBuilder.cpp */, - FFFD3c1c86807f8d3c1c8680 /* mesh/GrbTriangleMeshCooking.h */, - FFFD3c1c86e87f8d3c1c86e8 /* mesh/HeightFieldCooking.h */, - FFFD3c1c87507f8d3c1c8750 /* mesh/QuickSelect.h */, - FFFD3c1c87b87f8d3c1c87b8 /* mesh/RTreeCooking.h */, - FFFD3c1c88207f8d3c1c8820 /* mesh/TriangleMeshBuilder.h */, - FFFD3c1c88887f8d3c1c8888 /* convex/BigConvexDataBuilder.cpp */, - FFFD3c1c88f07f8d3c1c88f0 /* convex/ConvexHullBuilder.cpp */, - FFFD3c1c89587f8d3c1c8958 /* convex/ConvexHullLib.cpp */, - FFFD3c1c89c07f8d3c1c89c0 /* convex/ConvexHullUtils.cpp */, - FFFD3c1c8a287f8d3c1c8a28 /* convex/ConvexMeshBuilder.cpp */, - FFFD3c1c8a907f8d3c1c8a90 /* convex/ConvexPolygonsBuilder.cpp */, - FFFD3c1c8af87f8d3c1c8af8 /* convex/InflationConvexHullLib.cpp */, - FFFD3c1c8b607f8d3c1c8b60 /* convex/QuickHullConvexHullLib.cpp */, - FFFD3c1c8bc87f8d3c1c8bc8 /* convex/VolumeIntegration.cpp */, - FFFD3c1c8c307f8d3c1c8c30 /* convex/BigConvexDataBuilder.h */, - FFFD3c1c8c987f8d3c1c8c98 /* convex/ConvexHullBuilder.h */, - FFFD3c1c8d007f8d3c1c8d00 /* convex/ConvexHullLib.h */, - FFFD3c1c8d687f8d3c1c8d68 /* convex/ConvexHullUtils.h */, - FFFD3c1c8dd07f8d3c1c8dd0 /* convex/ConvexMeshBuilder.h */, - FFFD3c1c8e387f8d3c1c8e38 /* convex/ConvexPolygonsBuilder.h */, - FFFD3c1c8ea07f8d3c1c8ea0 /* convex/InflationConvexHullLib.h */, - FFFD3c1c8f087f8d3c1c8f08 /* convex/QuickHullConvexHullLib.h */, - FFFD3c1c8f707f8d3c1c8f70 /* convex/VolumeIntegration.h */, + FFFD209fae007f92209fae00 /* Adjacencies.cpp */, + FFFD209fae687f92209fae68 /* Cooking.cpp */, + FFFD209faed07f92209faed0 /* CookingUtils.cpp */, + FFFD209faf387f92209faf38 /* EdgeList.cpp */, + FFFD209fafa07f92209fafa0 /* MeshCleaner.cpp */, + FFFD209fb0087f92209fb008 /* Quantizer.cpp */, + FFFD209fb0707f92209fb070 /* Adjacencies.h */, + FFFD209fb0d87f92209fb0d8 /* Cooking.h */, + FFFD209fb1407f92209fb140 /* CookingUtils.h */, + FFFD209fb1a87f92209fb1a8 /* EdgeList.h */, + FFFD209fb2107f92209fb210 /* MeshCleaner.h */, + FFFD209fb2787f92209fb278 /* Quantizer.h */, + FFFD209fb2e07f92209fb2e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD209fb3487f92209fb348 /* mesh/HeightFieldCooking.cpp */, + FFFD209fb3b07f92209fb3b0 /* mesh/RTreeCooking.cpp */, + FFFD209fb4187f92209fb418 /* mesh/TriangleMeshBuilder.cpp */, + FFFD209fb4807f92209fb480 /* mesh/GrbTriangleMeshCooking.h */, + FFFD209fb4e87f92209fb4e8 /* mesh/HeightFieldCooking.h */, + FFFD209fb5507f92209fb550 /* mesh/QuickSelect.h */, + FFFD209fb5b87f92209fb5b8 /* mesh/RTreeCooking.h */, + FFFD209fb6207f92209fb620 /* mesh/TriangleMeshBuilder.h */, + FFFD209fb6887f92209fb688 /* convex/BigConvexDataBuilder.cpp */, + FFFD209fb6f07f92209fb6f0 /* convex/ConvexHullBuilder.cpp */, + FFFD209fb7587f92209fb758 /* convex/ConvexHullLib.cpp */, + FFFD209fb7c07f92209fb7c0 /* convex/ConvexHullUtils.cpp */, + FFFD209fb8287f92209fb828 /* convex/ConvexMeshBuilder.cpp */, + FFFD209fb8907f92209fb890 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD209fb8f87f92209fb8f8 /* convex/InflationConvexHullLib.cpp */, + FFFD209fb9607f92209fb960 /* convex/QuickHullConvexHullLib.cpp */, + FFFD209fb9c87f92209fb9c8 /* convex/VolumeIntegration.cpp */, + FFFD209fba307f92209fba30 /* convex/BigConvexDataBuilder.h */, + FFFD209fba987f92209fba98 /* convex/ConvexHullBuilder.h */, + FFFD209fbb007f92209fbb00 /* convex/ConvexHullLib.h */, + FFFD209fbb687f92209fbb68 /* convex/ConvexHullUtils.h */, + FFFD209fbbd07f92209fbbd0 /* convex/ConvexMeshBuilder.h */, + FFFD209fbc387f92209fbc38 /* convex/ConvexPolygonsBuilder.h */, + FFFD209fbca07f92209fbca0 /* convex/InflationConvexHullLib.h */, + FFFD209fbd087f92209fbd08 /* convex/QuickHullConvexHullLib.h */, + FFFD209fbd707f92209fbd70 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3c99d3f07f8d3c99d3f0 /* PhysXCommon */ = { + FFFB2114ec407f922114ec40 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFB3c99fc207f8d3c99fc20 /* include */, - FFFB3c99fc487f8d3c99fc48 /* common */, - FFFB3c99fc707f8d3c99fc70 /* geomutils */, + FFFB211515b07f92211515b0 /* include */, + FFFB211515d87f92211515d8 /* common */, + FFFB211516007f9221151600 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFB3c99fc207f8d3c99fc20 /* include */ = { + FFFB211515b07f92211515b0 /* include */ = { isa = PBXGroup; children = ( - FFFD3b8112007f8d3b811200 /* common/PxBase.h */, - FFFD3b8112687f8d3b811268 /* common/PxCollection.h */, - FFFD3b8112d07f8d3b8112d0 /* common/PxCoreUtilityTypes.h */, - FFFD3b8113387f8d3b811338 /* common/PxMetaData.h */, - FFFD3b8113a07f8d3b8113a0 /* common/PxMetaDataFlags.h */, - FFFD3b8114087f8d3b811408 /* common/PxPhysXCommonConfig.h */, - FFFD3b8114707f8d3b811470 /* common/PxPhysicsInsertionCallback.h */, - FFFD3b8114d87f8d3b8114d8 /* common/PxRenderBuffer.h */, - FFFD3b8115407f8d3b811540 /* common/PxSerialFramework.h */, - FFFD3b8115a87f8d3b8115a8 /* common/PxSerializer.h */, - FFFD3b8116107f8d3b811610 /* common/PxStringTable.h */, - FFFD3b8116787f8d3b811678 /* common/PxTolerancesScale.h */, - FFFD3b8116e07f8d3b8116e0 /* common/PxTypeInfo.h */, - FFFD3b8117487f8d3b811748 /* geometry/PxBoxGeometry.h */, - FFFD3b8117b07f8d3b8117b0 /* geometry/PxCapsuleGeometry.h */, - FFFD3b8118187f8d3b811818 /* geometry/PxConvexMesh.h */, - FFFD3b8118807f8d3b811880 /* geometry/PxConvexMeshGeometry.h */, - FFFD3b8118e87f8d3b8118e8 /* geometry/PxGeometry.h */, - FFFD3b8119507f8d3b811950 /* geometry/PxGeometryHelpers.h */, - FFFD3b8119b87f8d3b8119b8 /* geometry/PxGeometryQuery.h */, - FFFD3b811a207f8d3b811a20 /* geometry/PxHeightField.h */, - FFFD3b811a887f8d3b811a88 /* geometry/PxHeightFieldDesc.h */, - FFFD3b811af07f8d3b811af0 /* geometry/PxHeightFieldFlag.h */, - FFFD3b811b587f8d3b811b58 /* geometry/PxHeightFieldGeometry.h */, - FFFD3b811bc07f8d3b811bc0 /* geometry/PxHeightFieldSample.h */, - FFFD3b811c287f8d3b811c28 /* geometry/PxMeshQuery.h */, - FFFD3b811c907f8d3b811c90 /* geometry/PxMeshScale.h */, - FFFD3b811cf87f8d3b811cf8 /* geometry/PxPlaneGeometry.h */, - FFFD3b811d607f8d3b811d60 /* geometry/PxSimpleTriangleMesh.h */, - FFFD3b811dc87f8d3b811dc8 /* geometry/PxSphereGeometry.h */, - FFFD3b811e307f8d3b811e30 /* geometry/PxTriangle.h */, - FFFD3b811e987f8d3b811e98 /* geometry/PxTriangleMesh.h */, - FFFD3b811f007f8d3b811f00 /* geometry/PxTriangleMeshGeometry.h */, + FFFD2180ec007f922180ec00 /* common/PxBase.h */, + FFFD2180ec687f922180ec68 /* common/PxCollection.h */, + FFFD2180ecd07f922180ecd0 /* common/PxCoreUtilityTypes.h */, + FFFD2180ed387f922180ed38 /* common/PxMetaData.h */, + FFFD2180eda07f922180eda0 /* common/PxMetaDataFlags.h */, + FFFD2180ee087f922180ee08 /* common/PxPhysXCommonConfig.h */, + FFFD2180ee707f922180ee70 /* common/PxPhysicsInsertionCallback.h */, + FFFD2180eed87f922180eed8 /* common/PxRenderBuffer.h */, + FFFD2180ef407f922180ef40 /* common/PxSerialFramework.h */, + FFFD2180efa87f922180efa8 /* common/PxSerializer.h */, + FFFD2180f0107f922180f010 /* common/PxStringTable.h */, + FFFD2180f0787f922180f078 /* common/PxTolerancesScale.h */, + FFFD2180f0e07f922180f0e0 /* common/PxTypeInfo.h */, + FFFD2180f1487f922180f148 /* geometry/PxBoxGeometry.h */, + FFFD2180f1b07f922180f1b0 /* geometry/PxCapsuleGeometry.h */, + FFFD2180f2187f922180f218 /* geometry/PxConvexMesh.h */, + FFFD2180f2807f922180f280 /* geometry/PxConvexMeshGeometry.h */, + FFFD2180f2e87f922180f2e8 /* geometry/PxGeometry.h */, + FFFD2180f3507f922180f350 /* geometry/PxGeometryHelpers.h */, + FFFD2180f3b87f922180f3b8 /* geometry/PxGeometryQuery.h */, + FFFD2180f4207f922180f420 /* geometry/PxHeightField.h */, + FFFD2180f4887f922180f488 /* geometry/PxHeightFieldDesc.h */, + FFFD2180f4f07f922180f4f0 /* geometry/PxHeightFieldFlag.h */, + FFFD2180f5587f922180f558 /* geometry/PxHeightFieldGeometry.h */, + FFFD2180f5c07f922180f5c0 /* geometry/PxHeightFieldSample.h */, + FFFD2180f6287f922180f628 /* geometry/PxMeshQuery.h */, + FFFD2180f6907f922180f690 /* geometry/PxMeshScale.h */, + FFFD2180f6f87f922180f6f8 /* geometry/PxPlaneGeometry.h */, + FFFD2180f7607f922180f760 /* geometry/PxSimpleTriangleMesh.h */, + FFFD2180f7c87f922180f7c8 /* geometry/PxSphereGeometry.h */, + FFFD2180f8307f922180f830 /* geometry/PxTriangle.h */, + FFFD2180f8987f922180f898 /* geometry/PxTriangleMesh.h */, + FFFD2180f9007f922180f900 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3c99fc487f8d3c99fc48 /* common */ = { + FFFB211515d87f92211515d8 /* common */ = { isa = PBXGroup; children = ( - FFFD3c1a82007f8d3c1a8200 /* src/CmBoxPruning.cpp */, - FFFD3c1a82687f8d3c1a8268 /* src/CmCollection.cpp */, - FFFD3c1a82d07f8d3c1a82d0 /* src/CmMathUtils.cpp */, - FFFD3c1a83387f8d3c1a8338 /* src/CmPtrTable.cpp */, - FFFD3c1a83a07f8d3c1a83a0 /* src/CmRadixSort.cpp */, - FFFD3c1a84087f8d3c1a8408 /* src/CmRadixSortBuffered.cpp */, - FFFD3c1a84707f8d3c1a8470 /* src/CmRenderOutput.cpp */, - FFFD3c1a84d87f8d3c1a84d8 /* src/CmVisualization.cpp */, - FFFD3c1a85407f8d3c1a8540 /* src/CmBitMap.h */, - FFFD3c1a85a87f8d3c1a85a8 /* src/CmBoxPruning.h */, - FFFD3c1a86107f8d3c1a8610 /* src/CmCollection.h */, - FFFD3c1a86787f8d3c1a8678 /* src/CmConeLimitHelper.h */, - FFFD3c1a86e07f8d3c1a86e0 /* src/CmFlushPool.h */, - FFFD3c1a87487f8d3c1a8748 /* src/CmIDPool.h */, - FFFD3c1a87b07f8d3c1a87b0 /* src/CmIO.h */, - FFFD3c1a88187f8d3c1a8818 /* src/CmMatrix34.h */, - FFFD3c1a88807f8d3c1a8880 /* src/CmPhysXCommon.h */, - FFFD3c1a88e87f8d3c1a88e8 /* src/CmPool.h */, - FFFD3c1a89507f8d3c1a8950 /* src/CmPreallocatingPool.h */, - FFFD3c1a89b87f8d3c1a89b8 /* src/CmPriorityQueue.h */, - FFFD3c1a8a207f8d3c1a8a20 /* src/CmPtrTable.h */, - FFFD3c1a8a887f8d3c1a8a88 /* src/CmQueue.h */, - FFFD3c1a8af07f8d3c1a8af0 /* src/CmRadixSort.h */, - FFFD3c1a8b587f8d3c1a8b58 /* src/CmRadixSortBuffered.h */, - FFFD3c1a8bc07f8d3c1a8bc0 /* src/CmRefCountable.h */, - FFFD3c1a8c287f8d3c1a8c28 /* src/CmRenderBuffer.h */, - FFFD3c1a8c907f8d3c1a8c90 /* src/CmRenderOutput.h */, - FFFD3c1a8cf87f8d3c1a8cf8 /* src/CmScaling.h */, - FFFD3c1a8d607f8d3c1a8d60 /* src/CmSpatialVector.h */, - FFFD3c1a8dc87f8d3c1a8dc8 /* src/CmTask.h */, - FFFD3c1a8e307f8d3c1a8e30 /* src/CmTaskPool.h */, - FFFD3c1a8e987f8d3c1a8e98 /* src/CmTmpMem.h */, - FFFD3c1a8f007f8d3c1a8f00 /* src/CmTransformUtils.h */, - FFFD3c1a8f687f8d3c1a8f68 /* src/CmUtils.h */, - FFFD3c1a8fd07f8d3c1a8fd0 /* src/CmVisualization.h */, + FFFD209aaa007f92209aaa00 /* src/CmBoxPruning.cpp */, + FFFD209aaa687f92209aaa68 /* src/CmCollection.cpp */, + FFFD209aaad07f92209aaad0 /* src/CmMathUtils.cpp */, + FFFD209aab387f92209aab38 /* src/CmPtrTable.cpp */, + FFFD209aaba07f92209aaba0 /* src/CmRadixSort.cpp */, + FFFD209aac087f92209aac08 /* src/CmRadixSortBuffered.cpp */, + FFFD209aac707f92209aac70 /* src/CmRenderOutput.cpp */, + FFFD209aacd87f92209aacd8 /* src/CmVisualization.cpp */, + FFFD209aad407f92209aad40 /* src/CmBitMap.h */, + FFFD209aada87f92209aada8 /* src/CmBoxPruning.h */, + FFFD209aae107f92209aae10 /* src/CmCollection.h */, + FFFD209aae787f92209aae78 /* src/CmConeLimitHelper.h */, + FFFD209aaee07f92209aaee0 /* src/CmFlushPool.h */, + FFFD209aaf487f92209aaf48 /* src/CmIDPool.h */, + FFFD209aafb07f92209aafb0 /* src/CmIO.h */, + FFFD209ab0187f92209ab018 /* src/CmMatrix34.h */, + FFFD209ab0807f92209ab080 /* src/CmPhysXCommon.h */, + FFFD209ab0e87f92209ab0e8 /* src/CmPool.h */, + FFFD209ab1507f92209ab150 /* src/CmPreallocatingPool.h */, + FFFD209ab1b87f92209ab1b8 /* src/CmPriorityQueue.h */, + FFFD209ab2207f92209ab220 /* src/CmPtrTable.h */, + FFFD209ab2887f92209ab288 /* src/CmQueue.h */, + FFFD209ab2f07f92209ab2f0 /* src/CmRadixSort.h */, + FFFD209ab3587f92209ab358 /* src/CmRadixSortBuffered.h */, + FFFD209ab3c07f92209ab3c0 /* src/CmRefCountable.h */, + FFFD209ab4287f92209ab428 /* src/CmRenderBuffer.h */, + FFFD209ab4907f92209ab490 /* src/CmRenderOutput.h */, + FFFD209ab4f87f92209ab4f8 /* src/CmScaling.h */, + FFFD209ab5607f92209ab560 /* src/CmSpatialVector.h */, + FFFD209ab5c87f92209ab5c8 /* src/CmTask.h */, + FFFD209ab6307f92209ab630 /* src/CmTaskPool.h */, + FFFD209ab6987f92209ab698 /* src/CmTmpMem.h */, + FFFD209ab7007f92209ab700 /* src/CmTransformUtils.h */, + FFFD209ab7687f92209ab768 /* src/CmUtils.h */, + FFFD209ab7d07f92209ab7d0 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFB3c99fc707f8d3c99fc70 /* geomutils */ = { + FFFB211516007f9221151600 /* geomutils */ = { isa = PBXGroup; children = ( - FFFD3b8042007f8d3b804200 /* headers/GuAxes.h */, - FFFD3b8042687f8d3b804268 /* headers/GuBox.h */, - FFFD3b8042d07f8d3b8042d0 /* headers/GuDistanceSegmentBox.h */, - FFFD3b8043387f8d3b804338 /* headers/GuDistanceSegmentSegment.h */, - FFFD3b8043a07f8d3b8043a0 /* headers/GuIntersectionBoxBox.h */, - FFFD3b8044087f8d3b804408 /* headers/GuIntersectionTriangleBox.h */, - FFFD3b8044707f8d3b804470 /* headers/GuRaycastTests.h */, - FFFD3b8044d87f8d3b8044d8 /* headers/GuSIMDHelpers.h */, - FFFD3b8045407f8d3b804540 /* headers/GuSegment.h */, - FFFD3b8045a87f8d3b8045a8 /* ../../Include/GeomUtils */, - FFFD3b8046107f8d3b804610 /* src/GuBounds.h */, - FFFD3b8046787f8d3b804678 /* src/GuCapsule.h */, - FFFD3b8046e07f8d3b8046e0 /* src/GuCenterExtents.h */, - FFFD3b8047487f8d3b804748 /* src/GuGeometryUnion.h */, - FFFD3b8047b07f8d3b8047b0 /* src/GuInternal.h */, - FFFD3b8048187f8d3b804818 /* src/GuMTD.h */, - FFFD3b8048807f8d3b804880 /* src/GuMeshFactory.h */, - FFFD3b8048e87f8d3b8048e8 /* src/GuOverlapTests.h */, - FFFD3b8049507f8d3b804950 /* src/GuSerialize.h */, - FFFD3b8049b87f8d3b8049b8 /* src/GuSphere.h */, - FFFD3b804a207f8d3b804a20 /* src/GuSweepMTD.h */, - FFFD3b804a887f8d3b804a88 /* src/GuSweepSharedTests.h */, - FFFD3b804af07f8d3b804af0 /* src/GuSweepTests.h */, - FFFD3b804b587f8d3b804b58 /* src/contact/GuContactMethodImpl.h */, - FFFD3b804bc07f8d3b804bc0 /* src/contact/GuContactPolygonPolygon.h */, - FFFD3b804c287f8d3b804c28 /* src/contact/GuFeatureCode.h */, - FFFD3b804c907f8d3b804c90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFD3b804cf87f8d3b804cf8 /* src/common/GuBarycentricCoordinates.h */, - FFFD3b804d607f8d3b804d60 /* src/common/GuBoxConversion.h */, - FFFD3b804dc87f8d3b804dc8 /* src/common/GuEdgeCache.h */, - FFFD3b804e307f8d3b804e30 /* src/common/GuEdgeListData.h */, - FFFD3b804e987f8d3b804e98 /* src/common/GuSeparatingAxes.h */, - FFFD3b804f007f8d3b804f00 /* src/convex/GuBigConvexData.h */, - FFFD3b804f687f8d3b804f68 /* src/convex/GuBigConvexData2.h */, - FFFD3b804fd07f8d3b804fd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFD3b8050387f8d3b805038 /* src/convex/GuConvexHelper.h */, - FFFD3b8050a07f8d3b8050a0 /* src/convex/GuConvexMesh.h */, - FFFD3b8051087f8d3b805108 /* src/convex/GuConvexMeshData.h */, - FFFD3b8051707f8d3b805170 /* src/convex/GuConvexSupportTable.h */, - FFFD3b8051d87f8d3b8051d8 /* src/convex/GuConvexUtilsInternal.h */, - FFFD3b8052407f8d3b805240 /* src/convex/GuCubeIndex.h */, - FFFD3b8052a87f8d3b8052a8 /* src/convex/GuHillClimbing.h */, - FFFD3b8053107f8d3b805310 /* src/convex/GuShapeConvex.h */, - FFFD3b8053787f8d3b805378 /* src/distance/GuDistancePointBox.h */, - FFFD3b8053e07f8d3b8053e0 /* src/distance/GuDistancePointSegment.h */, - FFFD3b8054487f8d3b805448 /* src/distance/GuDistancePointTriangle.h */, - FFFD3b8054b07f8d3b8054b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFD3b8055187f8d3b805518 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFD3b8055807f8d3b805580 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFD3b8055e87f8d3b8055e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFD3b8056507f8d3b805650 /* src/sweep/GuSweepBoxBox.h */, - FFFD3b8056b87f8d3b8056b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFD3b8057207f8d3b805720 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFD3b8057887f8d3b805788 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFD3b8057f07f8d3b8057f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFD3b8058587f8d3b805858 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFD3b8058c07f8d3b8058c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFD3b8059287f8d3b805928 /* src/sweep/GuSweepSphereCapsule.h */, - FFFD3b8059907f8d3b805990 /* src/sweep/GuSweepSphereSphere.h */, - FFFD3b8059f87f8d3b8059f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFD3b805a607f8d3b805a60 /* src/sweep/GuSweepTriangleUtils.h */, - FFFD3b805ac87f8d3b805ac8 /* src/gjk/GuEPA.h */, - FFFD3b805b307f8d3b805b30 /* src/gjk/GuEPAFacet.h */, - FFFD3b805b987f8d3b805b98 /* src/gjk/GuGJK.h */, - FFFD3b805c007f8d3b805c00 /* src/gjk/GuGJKPenetration.h */, - FFFD3b805c687f8d3b805c68 /* src/gjk/GuGJKRaycast.h */, - FFFD3b805cd07f8d3b805cd0 /* src/gjk/GuGJKSimplex.h */, - FFFD3b805d387f8d3b805d38 /* src/gjk/GuGJKTest.h */, - FFFD3b805da07f8d3b805da0 /* src/gjk/GuGJKType.h */, - FFFD3b805e087f8d3b805e08 /* src/gjk/GuGJKUtil.h */, - FFFD3b805e707f8d3b805e70 /* src/gjk/GuVecBox.h */, - FFFD3b805ed87f8d3b805ed8 /* src/gjk/GuVecCapsule.h */, - FFFD3b805f407f8d3b805f40 /* src/gjk/GuVecConvex.h */, - FFFD3b805fa87f8d3b805fa8 /* src/gjk/GuVecConvexHull.h */, - FFFD3b8060107f8d3b806010 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFD3b8060787f8d3b806078 /* src/gjk/GuVecPlane.h */, - FFFD3b8060e07f8d3b8060e0 /* src/gjk/GuVecShrunkBox.h */, - FFFD3b8061487f8d3b806148 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFD3b8061b07f8d3b8061b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFD3b8062187f8d3b806218 /* src/gjk/GuVecSphere.h */, - FFFD3b8062807f8d3b806280 /* src/gjk/GuVecTriangle.h */, - FFFD3b8062e87f8d3b8062e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFD3b8063507f8d3b806350 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFD3b8063b87f8d3b8063b8 /* src/intersection/GuIntersectionRay.h */, - FFFD3b8064207f8d3b806420 /* src/intersection/GuIntersectionRayBox.h */, - FFFD3b8064887f8d3b806488 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFD3b8064f07f8d3b8064f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFD3b8065587f8d3b806558 /* src/intersection/GuIntersectionRayPlane.h */, - FFFD3b8065c07f8d3b8065c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFD3b8066287f8d3b806628 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFD3b8066907f8d3b806690 /* src/intersection/GuIntersectionSphereBox.h */, - FFFD3b8066f87f8d3b8066f8 /* src/mesh/GuBV32.h */, - FFFD3b8067607f8d3b806760 /* src/mesh/GuBV32Build.h */, - FFFD3b8067c87f8d3b8067c8 /* src/mesh/GuBV4.h */, - FFFD3b8068307f8d3b806830 /* src/mesh/GuBV4Build.h */, - FFFD3b8068987f8d3b806898 /* src/mesh/GuBV4Settings.h */, - FFFD3b8069007f8d3b806900 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFD3b8069687f8d3b806968 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFD3b8069d07f8d3b8069d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFD3b806a387f8d3b806a38 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFD3b806aa07f8d3b806aa0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFD3b806b087f8d3b806b08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFD3b806b707f8d3b806b70 /* src/mesh/GuBV4_Common.h */, - FFFD3b806bd87f8d3b806bd8 /* src/mesh/GuBV4_Internal.h */, - FFFD3b806c407f8d3b806c40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFD3b806ca87f8d3b806ca8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFD3b806d107f8d3b806d10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFD3b806d787f8d3b806d78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFD3b806de07f8d3b806de0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFD3b806e487f8d3b806e48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFD3b806eb07f8d3b806eb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFD3b806f187f8d3b806f18 /* src/mesh/GuBV4_Slabs.h */, - FFFD3b806f807f8d3b806f80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFD3b806fe87f8d3b806fe8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFD3b8070507f8d3b807050 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFD3b8070b87f8d3b8070b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFD3b8071207f8d3b807120 /* src/mesh/GuBVConstants.h */, - FFFD3b8071887f8d3b807188 /* src/mesh/GuMeshData.h */, - FFFD3b8071f07f8d3b8071f0 /* src/mesh/GuMidphaseInterface.h */, - FFFD3b8072587f8d3b807258 /* src/mesh/GuRTree.h */, - FFFD3b8072c07f8d3b8072c0 /* src/mesh/GuSweepConvexTri.h */, - FFFD3b8073287f8d3b807328 /* src/mesh/GuSweepMesh.h */, - FFFD3b8073907f8d3b807390 /* src/mesh/GuTriangle32.h */, - FFFD3b8073f87f8d3b8073f8 /* src/mesh/GuTriangleCache.h */, - FFFD3b8074607f8d3b807460 /* src/mesh/GuTriangleMesh.h */, - FFFD3b8074c87f8d3b8074c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFD3b8075307f8d3b807530 /* src/mesh/GuTriangleMeshRTree.h */, - FFFD3b8075987f8d3b807598 /* src/mesh/GuTriangleVertexPointers.h */, - FFFD3b8076007f8d3b807600 /* src/hf/GuEntityReport.h */, - FFFD3b8076687f8d3b807668 /* src/hf/GuHeightField.h */, - FFFD3b8076d07f8d3b8076d0 /* src/hf/GuHeightFieldData.h */, - FFFD3b8077387f8d3b807738 /* src/hf/GuHeightFieldUtil.h */, - FFFD3b8077a07f8d3b8077a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFD3b8078087f8d3b807808 /* src/pcm/GuPCMContactGen.h */, - FFFD3b8078707f8d3b807870 /* src/pcm/GuPCMContactGenUtil.h */, - FFFD3b8078d87f8d3b8078d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFD3b8079407f8d3b807940 /* src/pcm/GuPCMShapeConvex.h */, - FFFD3b8079a87f8d3b8079a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFD3b807a107f8d3b807a10 /* src/pcm/GuPersistentContactManifold.h */, - FFFD3b807a787f8d3b807a78 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFD3b807ae07f8d3b807ae0 /* src/GuBounds.cpp */, - FFFD3b807b487f8d3b807b48 /* src/GuBox.cpp */, - FFFD3b807bb07f8d3b807bb0 /* src/GuCCTSweepTests.cpp */, - FFFD3b807c187f8d3b807c18 /* src/GuCapsule.cpp */, - FFFD3b807c807f8d3b807c80 /* src/GuGeometryQuery.cpp */, - FFFD3b807ce87f8d3b807ce8 /* src/GuGeometryUnion.cpp */, - FFFD3b807d507f8d3b807d50 /* src/GuInternal.cpp */, - FFFD3b807db87f8d3b807db8 /* src/GuMTD.cpp */, - FFFD3b807e207f8d3b807e20 /* src/GuMeshFactory.cpp */, - FFFD3b807e887f8d3b807e88 /* src/GuMetaData.cpp */, - FFFD3b807ef07f8d3b807ef0 /* src/GuOverlapTests.cpp */, - FFFD3b807f587f8d3b807f58 /* src/GuRaycastTests.cpp */, - FFFD3b807fc07f8d3b807fc0 /* src/GuSerialize.cpp */, - FFFD3b8080287f8d3b808028 /* src/GuSweepMTD.cpp */, - FFFD3b8080907f8d3b808090 /* src/GuSweepSharedTests.cpp */, - FFFD3b8080f87f8d3b8080f8 /* src/GuSweepTests.cpp */, - FFFD3b8081607f8d3b808160 /* src/contact/GuContactBoxBox.cpp */, - FFFD3b8081c87f8d3b8081c8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFD3b8082307f8d3b808230 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFD3b8082987f8d3b808298 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFD3b8083007f8d3b808300 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFD3b8083687f8d3b808368 /* src/contact/GuContactConvexConvex.cpp */, - FFFD3b8083d07f8d3b8083d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFD3b8084387f8d3b808438 /* src/contact/GuContactPlaneBox.cpp */, - FFFD3b8084a07f8d3b8084a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFD3b8085087f8d3b808508 /* src/contact/GuContactPlaneConvex.cpp */, - FFFD3b8085707f8d3b808570 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFD3b8085d87f8d3b8085d8 /* src/contact/GuContactSphereBox.cpp */, - FFFD3b8086407f8d3b808640 /* src/contact/GuContactSphereCapsule.cpp */, - FFFD3b8086a87f8d3b8086a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFD3b8087107f8d3b808710 /* src/contact/GuContactSpherePlane.cpp */, - FFFD3b8087787f8d3b808778 /* src/contact/GuContactSphereSphere.cpp */, - FFFD3b8087e07f8d3b8087e0 /* src/contact/GuFeatureCode.cpp */, - FFFD3b8088487f8d3b808848 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFD3b8088b07f8d3b8088b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFD3b8089187f8d3b808918 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFD3b8089807f8d3b808980 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFD3b8089e87f8d3b8089e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFD3b808a507f8d3b808a50 /* src/common/GuSeparatingAxes.cpp */, - FFFD3b808ab87f8d3b808ab8 /* src/convex/GuBigConvexData.cpp */, - FFFD3b808b207f8d3b808b20 /* src/convex/GuConvexHelper.cpp */, - FFFD3b808b887f8d3b808b88 /* src/convex/GuConvexMesh.cpp */, - FFFD3b808bf07f8d3b808bf0 /* src/convex/GuConvexSupportTable.cpp */, - FFFD3b808c587f8d3b808c58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFD3b808cc07f8d3b808cc0 /* src/convex/GuHillClimbing.cpp */, - FFFD3b808d287f8d3b808d28 /* src/convex/GuShapeConvex.cpp */, - FFFD3b808d907f8d3b808d90 /* src/distance/GuDistancePointBox.cpp */, - FFFD3b808df87f8d3b808df8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFD3b808e607f8d3b808e60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFD3b808ec87f8d3b808ec8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFD3b808f307f8d3b808f30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFD3b808f987f8d3b808f98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFD3b8090007f8d3b809000 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFD3b8090687f8d3b809068 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFD3b8090d07f8d3b8090d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFD3b8091387f8d3b809138 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFD3b8091a07f8d3b8091a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFD3b8092087f8d3b809208 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFD3b8092707f8d3b809270 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFD3b8092d87f8d3b8092d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFD3b8093407f8d3b809340 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFD3b8093a87f8d3b8093a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFD3b8094107f8d3b809410 /* src/gjk/GuEPA.cpp */, - FFFD3b8094787f8d3b809478 /* src/gjk/GuGJKSimplex.cpp */, - FFFD3b8094e07f8d3b8094e0 /* src/gjk/GuGJKTest.cpp */, - FFFD3b8095487f8d3b809548 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFD3b8095b07f8d3b8095b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFD3b8096187f8d3b809618 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFD3b8096807f8d3b809680 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFD3b8096e87f8d3b8096e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFD3b8097507f8d3b809750 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFD3b8097b87f8d3b8097b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFD3b8098207f8d3b809820 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFD3b8098887f8d3b809888 /* src/mesh/GuBV32.cpp */, - FFFD3b8098f07f8d3b8098f0 /* src/mesh/GuBV32Build.cpp */, - FFFD3b8099587f8d3b809958 /* src/mesh/GuBV4.cpp */, - FFFD3b8099c07f8d3b8099c0 /* src/mesh/GuBV4Build.cpp */, - FFFD3b809a287f8d3b809a28 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFD3b809a907f8d3b809a90 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFD3b809af87f8d3b809af8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFD3b809b607f8d3b809b60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFD3b809bc87f8d3b809bc8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFD3b809c307f8d3b809c30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFD3b809c987f8d3b809c98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFD3b809d007f8d3b809d00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFD3b809d687f8d3b809d68 /* src/mesh/GuMeshQuery.cpp */, - FFFD3b809dd07f8d3b809dd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFD3b809e387f8d3b809e38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFD3b809ea07f8d3b809ea0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFD3b809f087f8d3b809f08 /* src/mesh/GuRTree.cpp */, - FFFD3b809f707f8d3b809f70 /* src/mesh/GuRTreeQueries.cpp */, - FFFD3b809fd87f8d3b809fd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFD3b80a0407f8d3b80a040 /* src/mesh/GuTriangleMesh.cpp */, - FFFD3b80a0a87f8d3b80a0a8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFD3b80a1107f8d3b80a110 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFD3b80a1787f8d3b80a178 /* src/hf/GuHeightField.cpp */, - FFFD3b80a1e07f8d3b80a1e0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFD3b80a2487f8d3b80a248 /* src/hf/GuOverlapTestsHF.cpp */, - FFFD3b80a2b07f8d3b80a2b0 /* src/hf/GuSweepsHF.cpp */, - FFFD3b80a3187f8d3b80a318 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFD3b80a3807f8d3b80a380 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFD3b80a3e87f8d3b80a3e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFD3b80a4507f8d3b80a450 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFD3b80a4b87f8d3b80a4b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFD3b80a5207f8d3b80a520 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFD3b80a5887f8d3b80a588 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFD3b80a5f07f8d3b80a5f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFD3b80a6587f8d3b80a658 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFD3b80a6c07f8d3b80a6c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFD3b80a7287f8d3b80a728 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFD3b80a7907f8d3b80a790 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFD3b80a7f87f8d3b80a7f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFD3b80a8607f8d3b80a860 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFD3b80a8c87f8d3b80a8c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFD3b80a9307f8d3b80a930 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFD3b80a9987f8d3b80a998 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFD3b80aa007f8d3b80aa00 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFD3b80aa687f8d3b80aa68 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFD3b80aad07f8d3b80aad0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFD3b80ab387f8d3b80ab38 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFD3b80aba07f8d3b80aba0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFD3b80ac087f8d3b80ac08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFD3b80ac707f8d3b80ac70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFD3b80acd87f8d3b80acd8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFD3b80ad407f8d3b80ad40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFD3b80ada87f8d3b80ada8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFD3b80ae107f8d3b80ae10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD218010007f9221801000 /* headers/GuAxes.h */, + FFFD218010687f9221801068 /* headers/GuBox.h */, + FFFD218010d07f92218010d0 /* headers/GuDistanceSegmentBox.h */, + FFFD218011387f9221801138 /* headers/GuDistanceSegmentSegment.h */, + FFFD218011a07f92218011a0 /* headers/GuIntersectionBoxBox.h */, + FFFD218012087f9221801208 /* headers/GuIntersectionTriangleBox.h */, + FFFD218012707f9221801270 /* headers/GuRaycastTests.h */, + FFFD218012d87f92218012d8 /* headers/GuSIMDHelpers.h */, + FFFD218013407f9221801340 /* headers/GuSegment.h */, + FFFD218013a87f92218013a8 /* ../../Include/GeomUtils */, + FFFD218014107f9221801410 /* src/GuBounds.h */, + FFFD218014787f9221801478 /* src/GuCapsule.h */, + FFFD218014e07f92218014e0 /* src/GuCenterExtents.h */, + FFFD218015487f9221801548 /* src/GuGeometryUnion.h */, + FFFD218015b07f92218015b0 /* src/GuInternal.h */, + FFFD218016187f9221801618 /* src/GuMTD.h */, + FFFD218016807f9221801680 /* src/GuMeshFactory.h */, + FFFD218016e87f92218016e8 /* src/GuOverlapTests.h */, + FFFD218017507f9221801750 /* src/GuSerialize.h */, + FFFD218017b87f92218017b8 /* src/GuSphere.h */, + FFFD218018207f9221801820 /* src/GuSweepMTD.h */, + FFFD218018887f9221801888 /* src/GuSweepSharedTests.h */, + FFFD218018f07f92218018f0 /* src/GuSweepTests.h */, + FFFD218019587f9221801958 /* src/contact/GuContactMethodImpl.h */, + FFFD218019c07f92218019c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD21801a287f9221801a28 /* src/contact/GuFeatureCode.h */, + FFFD21801a907f9221801a90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD21801af87f9221801af8 /* src/common/GuBarycentricCoordinates.h */, + FFFD21801b607f9221801b60 /* src/common/GuBoxConversion.h */, + FFFD21801bc87f9221801bc8 /* src/common/GuEdgeCache.h */, + FFFD21801c307f9221801c30 /* src/common/GuEdgeListData.h */, + FFFD21801c987f9221801c98 /* src/common/GuSeparatingAxes.h */, + FFFD21801d007f9221801d00 /* src/convex/GuBigConvexData.h */, + FFFD21801d687f9221801d68 /* src/convex/GuBigConvexData2.h */, + FFFD21801dd07f9221801dd0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD21801e387f9221801e38 /* src/convex/GuConvexHelper.h */, + FFFD21801ea07f9221801ea0 /* src/convex/GuConvexMesh.h */, + FFFD21801f087f9221801f08 /* src/convex/GuConvexMeshData.h */, + FFFD21801f707f9221801f70 /* src/convex/GuConvexSupportTable.h */, + FFFD21801fd87f9221801fd8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD218020407f9221802040 /* src/convex/GuCubeIndex.h */, + FFFD218020a87f92218020a8 /* src/convex/GuHillClimbing.h */, + FFFD218021107f9221802110 /* src/convex/GuShapeConvex.h */, + FFFD218021787f9221802178 /* src/distance/GuDistancePointBox.h */, + FFFD218021e07f92218021e0 /* src/distance/GuDistancePointSegment.h */, + FFFD218022487f9221802248 /* src/distance/GuDistancePointTriangle.h */, + FFFD218022b07f92218022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD218023187f9221802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD218023807f9221802380 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD218023e87f92218023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD218024507f9221802450 /* src/sweep/GuSweepBoxBox.h */, + FFFD218024b87f92218024b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD218025207f9221802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD218025887f9221802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD218025f07f92218025f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD218026587f9221802658 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD218026c07f92218026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD218027287f9221802728 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD218027907f9221802790 /* src/sweep/GuSweepSphereSphere.h */, + FFFD218027f87f92218027f8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD218028607f9221802860 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD218028c87f92218028c8 /* src/gjk/GuEPA.h */, + FFFD218029307f9221802930 /* src/gjk/GuEPAFacet.h */, + FFFD218029987f9221802998 /* src/gjk/GuGJK.h */, + FFFD21802a007f9221802a00 /* src/gjk/GuGJKPenetration.h */, + FFFD21802a687f9221802a68 /* src/gjk/GuGJKRaycast.h */, + FFFD21802ad07f9221802ad0 /* src/gjk/GuGJKSimplex.h */, + FFFD21802b387f9221802b38 /* src/gjk/GuGJKTest.h */, + FFFD21802ba07f9221802ba0 /* src/gjk/GuGJKType.h */, + FFFD21802c087f9221802c08 /* src/gjk/GuGJKUtil.h */, + FFFD21802c707f9221802c70 /* src/gjk/GuVecBox.h */, + FFFD21802cd87f9221802cd8 /* src/gjk/GuVecCapsule.h */, + FFFD21802d407f9221802d40 /* src/gjk/GuVecConvex.h */, + FFFD21802da87f9221802da8 /* src/gjk/GuVecConvexHull.h */, + FFFD21802e107f9221802e10 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD21802e787f9221802e78 /* src/gjk/GuVecPlane.h */, + FFFD21802ee07f9221802ee0 /* src/gjk/GuVecShrunkBox.h */, + FFFD21802f487f9221802f48 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD21802fb07f9221802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD218030187f9221803018 /* src/gjk/GuVecSphere.h */, + FFFD218030807f9221803080 /* src/gjk/GuVecTriangle.h */, + FFFD218030e87f92218030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD218031507f9221803150 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD218031b87f92218031b8 /* src/intersection/GuIntersectionRay.h */, + FFFD218032207f9221803220 /* src/intersection/GuIntersectionRayBox.h */, + FFFD218032887f9221803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD218032f07f92218032f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD218033587f9221803358 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD218033c07f92218033c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD218034287f9221803428 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD218034907f9221803490 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD218034f87f92218034f8 /* src/mesh/GuBV32.h */, + FFFD218035607f9221803560 /* src/mesh/GuBV32Build.h */, + FFFD218035c87f92218035c8 /* src/mesh/GuBV4.h */, + FFFD218036307f9221803630 /* src/mesh/GuBV4Build.h */, + FFFD218036987f9221803698 /* src/mesh/GuBV4Settings.h */, + FFFD218037007f9221803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD218037687f9221803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD218037d07f92218037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD218038387f9221803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD218038a07f92218038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD218039087f9221803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD218039707f9221803970 /* src/mesh/GuBV4_Common.h */, + FFFD218039d87f92218039d8 /* src/mesh/GuBV4_Internal.h */, + FFFD21803a407f9221803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD21803aa87f9221803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD21803b107f9221803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD21803b787f9221803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD21803be07f9221803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD21803c487f9221803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD21803cb07f9221803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD21803d187f9221803d18 /* src/mesh/GuBV4_Slabs.h */, + FFFD21803d807f9221803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD21803de87f9221803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD21803e507f9221803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD21803eb87f9221803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD21803f207f9221803f20 /* src/mesh/GuBVConstants.h */, + FFFD21803f887f9221803f88 /* src/mesh/GuMeshData.h */, + FFFD21803ff07f9221803ff0 /* src/mesh/GuMidphaseInterface.h */, + FFFD218040587f9221804058 /* src/mesh/GuRTree.h */, + FFFD218040c07f92218040c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD218041287f9221804128 /* src/mesh/GuSweepMesh.h */, + FFFD218041907f9221804190 /* src/mesh/GuTriangle32.h */, + FFFD218041f87f92218041f8 /* src/mesh/GuTriangleCache.h */, + FFFD218042607f9221804260 /* src/mesh/GuTriangleMesh.h */, + FFFD218042c87f92218042c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD218043307f9221804330 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD218043987f9221804398 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD218044007f9221804400 /* src/hf/GuEntityReport.h */, + FFFD218044687f9221804468 /* src/hf/GuHeightField.h */, + FFFD218044d07f92218044d0 /* src/hf/GuHeightFieldData.h */, + FFFD218045387f9221804538 /* src/hf/GuHeightFieldUtil.h */, + FFFD218045a07f92218045a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD218046087f9221804608 /* src/pcm/GuPCMContactGen.h */, + FFFD218046707f9221804670 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD218046d87f92218046d8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD218047407f9221804740 /* src/pcm/GuPCMShapeConvex.h */, + FFFD218047a87f92218047a8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD218048107f9221804810 /* src/pcm/GuPersistentContactManifold.h */, + FFFD218048787f9221804878 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD218048e07f92218048e0 /* src/GuBounds.cpp */, + FFFD218049487f9221804948 /* src/GuBox.cpp */, + FFFD218049b07f92218049b0 /* src/GuCCTSweepTests.cpp */, + FFFD21804a187f9221804a18 /* src/GuCapsule.cpp */, + FFFD21804a807f9221804a80 /* src/GuGeometryQuery.cpp */, + FFFD21804ae87f9221804ae8 /* src/GuGeometryUnion.cpp */, + FFFD21804b507f9221804b50 /* src/GuInternal.cpp */, + FFFD21804bb87f9221804bb8 /* src/GuMTD.cpp */, + FFFD21804c207f9221804c20 /* src/GuMeshFactory.cpp */, + FFFD21804c887f9221804c88 /* src/GuMetaData.cpp */, + FFFD21804cf07f9221804cf0 /* src/GuOverlapTests.cpp */, + FFFD21804d587f9221804d58 /* src/GuRaycastTests.cpp */, + FFFD21804dc07f9221804dc0 /* src/GuSerialize.cpp */, + FFFD21804e287f9221804e28 /* src/GuSweepMTD.cpp */, + FFFD21804e907f9221804e90 /* src/GuSweepSharedTests.cpp */, + FFFD21804ef87f9221804ef8 /* src/GuSweepTests.cpp */, + FFFD21804f607f9221804f60 /* src/contact/GuContactBoxBox.cpp */, + FFFD21804fc87f9221804fc8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD218050307f9221805030 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD218050987f9221805098 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD218051007f9221805100 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD218051687f9221805168 /* src/contact/GuContactConvexConvex.cpp */, + FFFD218051d07f92218051d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD218052387f9221805238 /* src/contact/GuContactPlaneBox.cpp */, + FFFD218052a07f92218052a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD218053087f9221805308 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD218053707f9221805370 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD218053d87f92218053d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD218054407f9221805440 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD218054a87f92218054a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD218055107f9221805510 /* src/contact/GuContactSpherePlane.cpp */, + FFFD218055787f9221805578 /* src/contact/GuContactSphereSphere.cpp */, + FFFD218055e07f92218055e0 /* src/contact/GuFeatureCode.cpp */, + FFFD218056487f9221805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD218056b07f92218056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD218057187f9221805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD218057807f9221805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD218057e87f92218057e8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD218058507f9221805850 /* src/common/GuSeparatingAxes.cpp */, + FFFD218058b87f92218058b8 /* src/convex/GuBigConvexData.cpp */, + FFFD218059207f9221805920 /* src/convex/GuConvexHelper.cpp */, + FFFD218059887f9221805988 /* src/convex/GuConvexMesh.cpp */, + FFFD218059f07f92218059f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD21805a587f9221805a58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD21805ac07f9221805ac0 /* src/convex/GuHillClimbing.cpp */, + FFFD21805b287f9221805b28 /* src/convex/GuShapeConvex.cpp */, + FFFD21805b907f9221805b90 /* src/distance/GuDistancePointBox.cpp */, + FFFD21805bf87f9221805bf8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD21805c607f9221805c60 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD21805cc87f9221805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD21805d307f9221805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD21805d987f9221805d98 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD21805e007f9221805e00 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD21805e687f9221805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD21805ed07f9221805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD21805f387f9221805f38 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD21805fa07f9221805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD218060087f9221806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD218060707f9221806070 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD218060d87f92218060d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD218061407f9221806140 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD218061a87f92218061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD218062107f9221806210 /* src/gjk/GuEPA.cpp */, + FFFD218062787f9221806278 /* src/gjk/GuGJKSimplex.cpp */, + FFFD218062e07f92218062e0 /* src/gjk/GuGJKTest.cpp */, + FFFD218063487f9221806348 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD218063b07f92218063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD218064187f9221806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD218064807f9221806480 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD218064e87f92218064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD218065507f9221806550 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD218065b87f92218065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD218066207f9221806620 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD218066887f9221806688 /* src/mesh/GuBV32.cpp */, + FFFD218066f07f92218066f0 /* src/mesh/GuBV32Build.cpp */, + FFFD218067587f9221806758 /* src/mesh/GuBV4.cpp */, + FFFD218067c07f92218067c0 /* src/mesh/GuBV4Build.cpp */, + FFFD218068287f9221806828 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD218068907f9221806890 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD218068f87f92218068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD218069607f9221806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD218069c87f92218069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD21806a307f9221806a30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD21806a987f9221806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD21806b007f9221806b00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD21806b687f9221806b68 /* src/mesh/GuMeshQuery.cpp */, + FFFD21806bd07f9221806bd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD21806c387f9221806c38 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD21806ca07f9221806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD21806d087f9221806d08 /* src/mesh/GuRTree.cpp */, + FFFD21806d707f9221806d70 /* src/mesh/GuRTreeQueries.cpp */, + FFFD21806dd87f9221806dd8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD21806e407f9221806e40 /* src/mesh/GuTriangleMesh.cpp */, + FFFD21806ea87f9221806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD21806f107f9221806f10 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD21806f787f9221806f78 /* src/hf/GuHeightField.cpp */, + FFFD21806fe07f9221806fe0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD218070487f9221807048 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD218070b07f92218070b0 /* src/hf/GuSweepsHF.cpp */, + FFFD218071187f9221807118 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD218071807f9221807180 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD218071e87f92218071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD218072507f9221807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD218072b87f92218072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD218073207f9221807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD218073887f9221807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD218073f07f92218073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD218074587f9221807458 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD218074c07f92218074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD218075287f9221807528 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD218075907f9221807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD218075f87f92218075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD218076607f9221807660 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD218076c87f92218076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD218077307f9221807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD218077987f9221807798 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD218078007f9221807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD218078687f9221807868 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD218078d07f92218078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD218079387f9221807938 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD218079a07f92218079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD21807a087f9221807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD21807a707f9221807a70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD21807ad87f9221807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD21807b407f9221807b40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD21807ba87f9221807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD21807c107f9221807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFB3c9892007f8d3c989200 /* PxFoundation */ = { + FFFB21160b007f9221160b00 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFB3c9898a07f8d3c9898a0 /* include */, - FFFB3c9898c87f8d3c9898c8 /* src */, + FFFB211610907f9221161090 /* include */, + FFFB211610b87f92211610b8 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFB3c9898a07f8d3c9898a0 /* include */ = { + FFFB211610907f9221161090 /* include */ = { isa = PBXGroup; children = ( - FFFD3c1876007f8d3c187600 /* Px.h */, - FFFD3c1876687f8d3c187668 /* PxAllocatorCallback.h */, - FFFD3c1876d07f8d3c1876d0 /* PxAssert.h */, - FFFD3c1877387f8d3c187738 /* PxBitAndData.h */, - FFFD3c1877a07f8d3c1877a0 /* PxBounds3.h */, - FFFD3c1878087f8d3c187808 /* PxErrorCallback.h */, - FFFD3c1878707f8d3c187870 /* PxErrors.h */, - FFFD3c1878d87f8d3c1878d8 /* PxFlags.h */, - FFFD3c1879407f8d3c187940 /* PxFoundation.h */, - FFFD3c1879a87f8d3c1879a8 /* PxFoundationVersion.h */, - FFFD3c187a107f8d3c187a10 /* PxIO.h */, - FFFD3c187a787f8d3c187a78 /* PxIntrinsics.h */, - FFFD3c187ae07f8d3c187ae0 /* PxMat33.h */, - FFFD3c187b487f8d3c187b48 /* PxMat44.h */, - FFFD3c187bb07f8d3c187bb0 /* PxMath.h */, - FFFD3c187c187f8d3c187c18 /* PxMathUtils.h */, - FFFD3c187c807f8d3c187c80 /* PxMemory.h */, - FFFD3c187ce87f8d3c187ce8 /* PxPlane.h */, - FFFD3c187d507f8d3c187d50 /* PxPreprocessor.h */, - FFFD3c187db87f8d3c187db8 /* PxProfiler.h */, - FFFD3c187e207f8d3c187e20 /* PxQuat.h */, - FFFD3c187e887f8d3c187e88 /* PxSimpleTypes.h */, - FFFD3c187ef07f8d3c187ef0 /* PxStrideIterator.h */, - FFFD3c187f587f8d3c187f58 /* PxTransform.h */, - FFFD3c187fc07f8d3c187fc0 /* PxUnionCast.h */, - FFFD3c1880287f8d3c188028 /* PxVec2.h */, - FFFD3c1880907f8d3c188090 /* PxVec3.h */, - FFFD3c1880f87f8d3c1880f8 /* PxVec4.h */, - FFFD3c1881607f8d3c188160 /* unix/PxUnixIntrinsics.h */, + FFFD20989e007f9220989e00 /* Px.h */, + FFFD20989e687f9220989e68 /* PxAllocatorCallback.h */, + FFFD20989ed07f9220989ed0 /* PxAssert.h */, + FFFD20989f387f9220989f38 /* PxBitAndData.h */, + FFFD20989fa07f9220989fa0 /* PxBounds3.h */, + FFFD2098a0087f922098a008 /* PxErrorCallback.h */, + FFFD2098a0707f922098a070 /* PxErrors.h */, + FFFD2098a0d87f922098a0d8 /* PxFlags.h */, + FFFD2098a1407f922098a140 /* PxFoundation.h */, + FFFD2098a1a87f922098a1a8 /* PxFoundationVersion.h */, + FFFD2098a2107f922098a210 /* PxIO.h */, + FFFD2098a2787f922098a278 /* PxIntrinsics.h */, + FFFD2098a2e07f922098a2e0 /* PxMat33.h */, + FFFD2098a3487f922098a348 /* PxMat44.h */, + FFFD2098a3b07f922098a3b0 /* PxMath.h */, + FFFD2098a4187f922098a418 /* PxMathUtils.h */, + FFFD2098a4807f922098a480 /* PxMemory.h */, + FFFD2098a4e87f922098a4e8 /* PxPlane.h */, + FFFD2098a5507f922098a550 /* PxPreprocessor.h */, + FFFD2098a5b87f922098a5b8 /* PxProfiler.h */, + FFFD2098a6207f922098a620 /* PxQuat.h */, + FFFD2098a6887f922098a688 /* PxSimpleTypes.h */, + FFFD2098a6f07f922098a6f0 /* PxStrideIterator.h */, + FFFD2098a7587f922098a758 /* PxTransform.h */, + FFFD2098a7c07f922098a7c0 /* PxUnionCast.h */, + FFFD2098a8287f922098a828 /* PxVec2.h */, + FFFD2098a8907f922098a890 /* PxVec3.h */, + FFFD2098a8f87f922098a8f8 /* PxVec4.h */, + FFFD2098a9607f922098a960 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3c9898c87f8d3c9898c8 /* src */ = { + FFFB211610b87f92211610b8 /* src */ = { isa = PBXGroup; children = ( - FFFD3c191c007f8d3c191c00 /* include/Ps.h */, - FFFD3c191c687f8d3c191c68 /* include/PsAlignedMalloc.h */, - FFFD3c191cd07f8d3c191cd0 /* include/PsAlloca.h */, - FFFD3c191d387f8d3c191d38 /* include/PsAllocator.h */, - FFFD3c191da07f8d3c191da0 /* include/PsAoS.h */, - FFFD3c191e087f8d3c191e08 /* include/PsArray.h */, - FFFD3c191e707f8d3c191e70 /* include/PsAtomic.h */, - FFFD3c191ed87f8d3c191ed8 /* include/PsBasicTemplates.h */, - FFFD3c191f407f8d3c191f40 /* include/PsBitUtils.h */, - FFFD3c191fa87f8d3c191fa8 /* include/PsBroadcast.h */, - FFFD3c1920107f8d3c192010 /* include/PsCpu.h */, - FFFD3c1920787f8d3c192078 /* include/PsFPU.h */, - FFFD3c1920e07f8d3c1920e0 /* include/PsFoundation.h */, - FFFD3c1921487f8d3c192148 /* include/PsHash.h */, - FFFD3c1921b07f8d3c1921b0 /* include/PsHashInternals.h */, - FFFD3c1922187f8d3c192218 /* include/PsHashMap.h */, - FFFD3c1922807f8d3c192280 /* include/PsHashSet.h */, - FFFD3c1922e87f8d3c1922e8 /* include/PsInlineAllocator.h */, - FFFD3c1923507f8d3c192350 /* include/PsInlineAoS.h */, - FFFD3c1923b87f8d3c1923b8 /* include/PsInlineArray.h */, - FFFD3c1924207f8d3c192420 /* include/PsIntrinsics.h */, - FFFD3c1924887f8d3c192488 /* include/PsMathUtils.h */, - FFFD3c1924f07f8d3c1924f0 /* include/PsMutex.h */, - FFFD3c1925587f8d3c192558 /* include/PsPool.h */, - FFFD3c1925c07f8d3c1925c0 /* include/PsSList.h */, - FFFD3c1926287f8d3c192628 /* include/PsSocket.h */, - FFFD3c1926907f8d3c192690 /* include/PsSort.h */, - FFFD3c1926f87f8d3c1926f8 /* include/PsSortInternals.h */, - FFFD3c1927607f8d3c192760 /* include/PsString.h */, - FFFD3c1927c87f8d3c1927c8 /* include/PsSync.h */, - FFFD3c1928307f8d3c192830 /* include/PsTempAllocator.h */, - FFFD3c1928987f8d3c192898 /* include/PsThread.h */, - FFFD3c1929007f8d3c192900 /* include/PsTime.h */, - FFFD3c1929687f8d3c192968 /* include/PsUserAllocated.h */, - FFFD3c1929d07f8d3c1929d0 /* include/PsUtilities.h */, - FFFD3c192a387f8d3c192a38 /* include/PsVecMath.h */, - FFFD3c192aa07f8d3c192aa0 /* include/PsVecMathAoSScalar.h */, - FFFD3c192b087f8d3c192b08 /* include/PsVecMathAoSScalarInline.h */, - FFFD3c192b707f8d3c192b70 /* include/PsVecMathSSE.h */, - FFFD3c192bd87f8d3c192bd8 /* include/PsVecMathUtilities.h */, - FFFD3c192c407f8d3c192c40 /* include/PsVecQuat.h */, - FFFD3c192ca87f8d3c192ca8 /* include/PsVecTransform.h */, - FFFD3c192d107f8d3c192d10 /* include/unix/PsUnixAoS.h */, - FFFD3c192d787f8d3c192d78 /* include/unix/PsUnixFPU.h */, - FFFD3c192de07f8d3c192de0 /* include/unix/PsUnixInlineAoS.h */, - FFFD3c192e487f8d3c192e48 /* include/unix/PsUnixIntrinsics.h */, - FFFD3c192eb07f8d3c192eb0 /* include/unix/PsUnixTrigConstants.h */, - FFFD3c192f187f8d3c192f18 /* src/PsAllocator.cpp */, - FFFD3c192f807f8d3c192f80 /* src/PsAssert.cpp */, - FFFD3c192fe87f8d3c192fe8 /* src/PsFoundation.cpp */, - FFFD3c1930507f8d3c193050 /* src/PsMathUtils.cpp */, - FFFD3c1930b87f8d3c1930b8 /* src/PsString.cpp */, - FFFD3c1931207f8d3c193120 /* src/PsTempAllocator.cpp */, - FFFD3c1931887f8d3c193188 /* src/PsUtilities.cpp */, - FFFD3c1931f07f8d3c1931f0 /* src/unix/PsUnixAtomic.cpp */, - FFFD3c1932587f8d3c193258 /* src/unix/PsUnixCpu.cpp */, - FFFD3c1932c07f8d3c1932c0 /* src/unix/PsUnixFPU.cpp */, - FFFD3c1933287f8d3c193328 /* src/unix/PsUnixMutex.cpp */, - FFFD3c1933907f8d3c193390 /* src/unix/PsUnixPrintString.cpp */, - FFFD3c1933f87f8d3c1933f8 /* src/unix/PsUnixSList.cpp */, - FFFD3c1934607f8d3c193460 /* src/unix/PsUnixSocket.cpp */, - FFFD3c1934c87f8d3c1934c8 /* src/unix/PsUnixSync.cpp */, - FFFD3c1935307f8d3c193530 /* src/unix/PsUnixThread.cpp */, - FFFD3c1935987f8d3c193598 /* src/unix/PsUnixTime.cpp */, + FFFD209944007f9220994400 /* include/Ps.h */, + FFFD209944687f9220994468 /* include/PsAlignedMalloc.h */, + FFFD209944d07f92209944d0 /* include/PsAlloca.h */, + FFFD209945387f9220994538 /* include/PsAllocator.h */, + FFFD209945a07f92209945a0 /* include/PsAoS.h */, + FFFD209946087f9220994608 /* include/PsArray.h */, + FFFD209946707f9220994670 /* include/PsAtomic.h */, + FFFD209946d87f92209946d8 /* include/PsBasicTemplates.h */, + FFFD209947407f9220994740 /* include/PsBitUtils.h */, + FFFD209947a87f92209947a8 /* include/PsBroadcast.h */, + FFFD209948107f9220994810 /* include/PsCpu.h */, + FFFD209948787f9220994878 /* include/PsFPU.h */, + FFFD209948e07f92209948e0 /* include/PsFoundation.h */, + FFFD209949487f9220994948 /* include/PsHash.h */, + FFFD209949b07f92209949b0 /* include/PsHashInternals.h */, + FFFD20994a187f9220994a18 /* include/PsHashMap.h */, + FFFD20994a807f9220994a80 /* include/PsHashSet.h */, + FFFD20994ae87f9220994ae8 /* include/PsInlineAllocator.h */, + FFFD20994b507f9220994b50 /* include/PsInlineAoS.h */, + FFFD20994bb87f9220994bb8 /* include/PsInlineArray.h */, + FFFD20994c207f9220994c20 /* include/PsIntrinsics.h */, + FFFD20994c887f9220994c88 /* include/PsMathUtils.h */, + FFFD20994cf07f9220994cf0 /* include/PsMutex.h */, + FFFD20994d587f9220994d58 /* include/PsPool.h */, + FFFD20994dc07f9220994dc0 /* include/PsSList.h */, + FFFD20994e287f9220994e28 /* include/PsSocket.h */, + FFFD20994e907f9220994e90 /* include/PsSort.h */, + FFFD20994ef87f9220994ef8 /* include/PsSortInternals.h */, + FFFD20994f607f9220994f60 /* include/PsString.h */, + FFFD20994fc87f9220994fc8 /* include/PsSync.h */, + FFFD209950307f9220995030 /* include/PsTempAllocator.h */, + FFFD209950987f9220995098 /* include/PsThread.h */, + FFFD209951007f9220995100 /* include/PsTime.h */, + FFFD209951687f9220995168 /* include/PsUserAllocated.h */, + FFFD209951d07f92209951d0 /* include/PsUtilities.h */, + FFFD209952387f9220995238 /* include/PsVecMath.h */, + FFFD209952a07f92209952a0 /* include/PsVecMathAoSScalar.h */, + FFFD209953087f9220995308 /* include/PsVecMathAoSScalarInline.h */, + FFFD209953707f9220995370 /* include/PsVecMathSSE.h */, + FFFD209953d87f92209953d8 /* include/PsVecMathUtilities.h */, + FFFD209954407f9220995440 /* include/PsVecQuat.h */, + FFFD209954a87f92209954a8 /* include/PsVecTransform.h */, + FFFD209955107f9220995510 /* include/unix/PsUnixAoS.h */, + FFFD209955787f9220995578 /* include/unix/PsUnixFPU.h */, + FFFD209955e07f92209955e0 /* include/unix/PsUnixInlineAoS.h */, + FFFD209956487f9220995648 /* include/unix/PsUnixIntrinsics.h */, + FFFD209956b07f92209956b0 /* include/unix/PsUnixTrigConstants.h */, + FFFD209957187f9220995718 /* src/PsAllocator.cpp */, + FFFD209957807f9220995780 /* src/PsAssert.cpp */, + FFFD209957e87f92209957e8 /* src/PsFoundation.cpp */, + FFFD209958507f9220995850 /* src/PsMathUtils.cpp */, + FFFD209958b87f92209958b8 /* src/PsString.cpp */, + FFFD209959207f9220995920 /* src/PsTempAllocator.cpp */, + FFFD209959887f9220995988 /* src/PsUtilities.cpp */, + FFFD209959f07f92209959f0 /* src/unix/PsUnixAtomic.cpp */, + FFFD20995a587f9220995a58 /* src/unix/PsUnixCpu.cpp */, + FFFD20995ac07f9220995ac0 /* src/unix/PsUnixFPU.cpp */, + FFFD20995b287f9220995b28 /* src/unix/PsUnixMutex.cpp */, + FFFD20995b907f9220995b90 /* src/unix/PsUnixPrintString.cpp */, + FFFD20995bf87f9220995bf8 /* src/unix/PsUnixSList.cpp */, + FFFD20995c607f9220995c60 /* src/unix/PsUnixSocket.cpp */, + FFFD20995cc87f9220995cc8 /* src/unix/PsUnixSync.cpp */, + FFFD20995d307f9220995d30 /* src/unix/PsUnixThread.cpp */, + FFFD20995d987f9220995d98 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */ = { + FFFB211358507f9221135850 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFB3cd0a4d07f8d3cd0a4d0 /* include */, - FFFB3cd0a4f87f8d3cd0a4f8 /* src */, + FFFB211436907f9221143690 /* include */, + FFFB211436b87f92211436b8 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFB3cd0a4d07f8d3cd0a4d0 /* include */ = { + FFFB211436907f9221143690 /* include */ = { isa = PBXGroup; children = ( - FFFD3cd08ea07f8d3cd08ea0 /* PxPvd.h */, - FFFD3cd08f087f8d3cd08f08 /* PxPvdTransport.h */, + FFFD21142a207f9221142a20 /* PxPvd.h */, + FFFD21142a887f9221142a88 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cd0a4f87f8d3cd0a4f8 /* src */ = { + FFFB211436b87f92211436b8 /* src */ = { isa = PBXGroup; children = ( - FFFD3d02de007f8d3d02de00 /* include/PsPvd.h */, - FFFD3d02de687f8d3d02de68 /* include/PxProfileAllocatorWrapper.h */, - FFFD3d02ded07f8d3d02ded0 /* include/PxPvdClient.h */, - FFFD3d02df387f8d3d02df38 /* include/PxPvdDataStream.h */, - FFFD3d02dfa07f8d3d02dfa0 /* include/PxPvdDataStreamHelpers.h */, - FFFD3d02e0087f8d3d02e008 /* include/PxPvdErrorCodes.h */, - FFFD3d02e0707f8d3d02e070 /* include/PxPvdObjectModelBaseTypes.h */, - FFFD3d02e0d87f8d3d02e0d8 /* include/PxPvdRenderBuffer.h */, - FFFD3d02e1407f8d3d02e140 /* include/PxPvdUserRenderer.h */, - FFFD3d02e1a87f8d3d02e1a8 /* src/PxProfileEventImpl.cpp */, - FFFD3d02e2107f8d3d02e210 /* src/PxPvd.cpp */, - FFFD3d02e2787f8d3d02e278 /* src/PxPvdDataStream.cpp */, - FFFD3d02e2e07f8d3d02e2e0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFD3d02e3487f8d3d02e348 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFD3d02e3b07f8d3d02e3b0 /* src/PxPvdImpl.cpp */, - FFFD3d02e4187f8d3d02e418 /* src/PxPvdMemClient.cpp */, - FFFD3d02e4807f8d3d02e480 /* src/PxPvdObjectModelMetaData.cpp */, - FFFD3d02e4e87f8d3d02e4e8 /* src/PxPvdObjectRegistrar.cpp */, - FFFD3d02e5507f8d3d02e550 /* src/PxPvdProfileZoneClient.cpp */, - FFFD3d02e5b87f8d3d02e5b8 /* src/PxPvdUserRenderer.cpp */, - FFFD3d02e6207f8d3d02e620 /* src/PxProfileBase.h */, - FFFD3d02e6887f8d3d02e688 /* src/PxProfileCompileTimeEventFilter.h */, - FFFD3d02e6f07f8d3d02e6f0 /* src/PxProfileContextProvider.h */, - FFFD3d02e7587f8d3d02e758 /* src/PxProfileContextProviderImpl.h */, - FFFD3d02e7c07f8d3d02e7c0 /* src/PxProfileDataBuffer.h */, - FFFD3d02e8287f8d3d02e828 /* src/PxProfileDataParsing.h */, - FFFD3d02e8907f8d3d02e890 /* src/PxProfileEventBuffer.h */, - FFFD3d02e8f87f8d3d02e8f8 /* src/PxProfileEventBufferAtomic.h */, - FFFD3d02e9607f8d3d02e960 /* src/PxProfileEventBufferClient.h */, - FFFD3d02e9c87f8d3d02e9c8 /* src/PxProfileEventBufferClientManager.h */, - FFFD3d02ea307f8d3d02ea30 /* src/PxProfileEventFilter.h */, - FFFD3d02ea987f8d3d02ea98 /* src/PxProfileEventHandler.h */, - FFFD3d02eb007f8d3d02eb00 /* src/PxProfileEventId.h */, - FFFD3d02eb687f8d3d02eb68 /* src/PxProfileEventMutex.h */, - FFFD3d02ebd07f8d3d02ebd0 /* src/PxProfileEventNames.h */, - FFFD3d02ec387f8d3d02ec38 /* src/PxProfileEventParser.h */, - FFFD3d02eca07f8d3d02eca0 /* src/PxProfileEventSender.h */, - FFFD3d02ed087f8d3d02ed08 /* src/PxProfileEventSerialization.h */, - FFFD3d02ed707f8d3d02ed70 /* src/PxProfileEventSystem.h */, - FFFD3d02edd87f8d3d02edd8 /* src/PxProfileEvents.h */, - FFFD3d02ee407f8d3d02ee40 /* src/PxProfileMemory.h */, - FFFD3d02eea87f8d3d02eea8 /* src/PxProfileMemoryBuffer.h */, - FFFD3d02ef107f8d3d02ef10 /* src/PxProfileMemoryEventBuffer.h */, - FFFD3d02ef787f8d3d02ef78 /* src/PxProfileMemoryEventParser.h */, - FFFD3d02efe07f8d3d02efe0 /* src/PxProfileMemoryEventRecorder.h */, - FFFD3d02f0487f8d3d02f048 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFD3d02f0b07f8d3d02f0b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFD3d02f1187f8d3d02f118 /* src/PxProfileMemoryEventTypes.h */, - FFFD3d02f1807f8d3d02f180 /* src/PxProfileMemoryEvents.h */, - FFFD3d02f1e87f8d3d02f1e8 /* src/PxProfileScopedEvent.h */, - FFFD3d02f2507f8d3d02f250 /* src/PxProfileScopedMutexLock.h */, - FFFD3d02f2b87f8d3d02f2b8 /* src/PxProfileZone.h */, - FFFD3d02f3207f8d3d02f320 /* src/PxProfileZoneImpl.h */, - FFFD3d02f3887f8d3d02f388 /* src/PxProfileZoneManager.h */, - FFFD3d02f3f07f8d3d02f3f0 /* src/PxProfileZoneManagerImpl.h */, - FFFD3d02f4587f8d3d02f458 /* src/PxPvdBits.h */, - FFFD3d02f4c07f8d3d02f4c0 /* src/PxPvdByteStreams.h */, - FFFD3d02f5287f8d3d02f528 /* src/PxPvdCommStreamEventSink.h */, - FFFD3d02f5907f8d3d02f590 /* src/PxPvdCommStreamEvents.h */, - FFFD3d02f5f87f8d3d02f5f8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFD3d02f6607f8d3d02f660 /* src/PxPvdCommStreamTypes.h */, - FFFD3d02f6c87f8d3d02f6c8 /* src/PxPvdDefaultFileTransport.h */, - FFFD3d02f7307f8d3d02f730 /* src/PxPvdDefaultSocketTransport.h */, - FFFD3d02f7987f8d3d02f798 /* src/PxPvdFoundation.h */, - FFFD3d02f8007f8d3d02f800 /* src/PxPvdImpl.h */, - FFFD3d02f8687f8d3d02f868 /* src/PxPvdInternalByteStreams.h */, - FFFD3d02f8d07f8d3d02f8d0 /* src/PxPvdMarshalling.h */, - FFFD3d02f9387f8d3d02f938 /* src/PxPvdMemClient.h */, - FFFD3d02f9a07f8d3d02f9a0 /* src/PxPvdObjectModel.h */, - FFFD3d02fa087f8d3d02fa08 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFD3d02fa707f8d3d02fa70 /* src/PxPvdObjectModelInternalTypes.h */, - FFFD3d02fad87f8d3d02fad8 /* src/PxPvdObjectModelMetaData.h */, - FFFD3d02fb407f8d3d02fb40 /* src/PxPvdObjectRegistrar.h */, - FFFD3d02fba87f8d3d02fba8 /* src/PxPvdProfileZoneClient.h */, - FFFD3d02fc107f8d3d02fc10 /* src/PxPvdUserRenderImpl.h */, - FFFD3d02fc787f8d3d02fc78 /* src/PxPvdUserRenderTypes.h */, + FFFD209dcc007f92209dcc00 /* include/PsPvd.h */, + FFFD209dcc687f92209dcc68 /* include/PxProfileAllocatorWrapper.h */, + FFFD209dccd07f92209dccd0 /* include/PxPvdClient.h */, + FFFD209dcd387f92209dcd38 /* include/PxPvdDataStream.h */, + FFFD209dcda07f92209dcda0 /* include/PxPvdDataStreamHelpers.h */, + FFFD209dce087f92209dce08 /* include/PxPvdErrorCodes.h */, + FFFD209dce707f92209dce70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD209dced87f92209dced8 /* include/PxPvdRenderBuffer.h */, + FFFD209dcf407f92209dcf40 /* include/PxPvdUserRenderer.h */, + FFFD209dcfa87f92209dcfa8 /* src/PxProfileEventImpl.cpp */, + FFFD209dd0107f92209dd010 /* src/PxPvd.cpp */, + FFFD209dd0787f92209dd078 /* src/PxPvdDataStream.cpp */, + FFFD209dd0e07f92209dd0e0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD209dd1487f92209dd148 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD209dd1b07f92209dd1b0 /* src/PxPvdImpl.cpp */, + FFFD209dd2187f92209dd218 /* src/PxPvdMemClient.cpp */, + FFFD209dd2807f92209dd280 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD209dd2e87f92209dd2e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD209dd3507f92209dd350 /* src/PxPvdProfileZoneClient.cpp */, + FFFD209dd3b87f92209dd3b8 /* src/PxPvdUserRenderer.cpp */, + FFFD209dd4207f92209dd420 /* src/PxProfileBase.h */, + FFFD209dd4887f92209dd488 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD209dd4f07f92209dd4f0 /* src/PxProfileContextProvider.h */, + FFFD209dd5587f92209dd558 /* src/PxProfileContextProviderImpl.h */, + FFFD209dd5c07f92209dd5c0 /* src/PxProfileDataBuffer.h */, + FFFD209dd6287f92209dd628 /* src/PxProfileDataParsing.h */, + FFFD209dd6907f92209dd690 /* src/PxProfileEventBuffer.h */, + FFFD209dd6f87f92209dd6f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD209dd7607f92209dd760 /* src/PxProfileEventBufferClient.h */, + FFFD209dd7c87f92209dd7c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD209dd8307f92209dd830 /* src/PxProfileEventFilter.h */, + FFFD209dd8987f92209dd898 /* src/PxProfileEventHandler.h */, + FFFD209dd9007f92209dd900 /* src/PxProfileEventId.h */, + FFFD209dd9687f92209dd968 /* src/PxProfileEventMutex.h */, + FFFD209dd9d07f92209dd9d0 /* src/PxProfileEventNames.h */, + FFFD209dda387f92209dda38 /* src/PxProfileEventParser.h */, + FFFD209ddaa07f92209ddaa0 /* src/PxProfileEventSender.h */, + FFFD209ddb087f92209ddb08 /* src/PxProfileEventSerialization.h */, + FFFD209ddb707f92209ddb70 /* src/PxProfileEventSystem.h */, + FFFD209ddbd87f92209ddbd8 /* src/PxProfileEvents.h */, + FFFD209ddc407f92209ddc40 /* src/PxProfileMemory.h */, + FFFD209ddca87f92209ddca8 /* src/PxProfileMemoryBuffer.h */, + FFFD209ddd107f92209ddd10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD209ddd787f92209ddd78 /* src/PxProfileMemoryEventParser.h */, + FFFD209ddde07f92209ddde0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD209dde487f92209dde48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD209ddeb07f92209ddeb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD209ddf187f92209ddf18 /* src/PxProfileMemoryEventTypes.h */, + FFFD209ddf807f92209ddf80 /* src/PxProfileMemoryEvents.h */, + FFFD209ddfe87f92209ddfe8 /* src/PxProfileScopedEvent.h */, + FFFD209de0507f92209de050 /* src/PxProfileScopedMutexLock.h */, + FFFD209de0b87f92209de0b8 /* src/PxProfileZone.h */, + FFFD209de1207f92209de120 /* src/PxProfileZoneImpl.h */, + FFFD209de1887f92209de188 /* src/PxProfileZoneManager.h */, + FFFD209de1f07f92209de1f0 /* src/PxProfileZoneManagerImpl.h */, + FFFD209de2587f92209de258 /* src/PxPvdBits.h */, + FFFD209de2c07f92209de2c0 /* src/PxPvdByteStreams.h */, + FFFD209de3287f92209de328 /* src/PxPvdCommStreamEventSink.h */, + FFFD209de3907f92209de390 /* src/PxPvdCommStreamEvents.h */, + FFFD209de3f87f92209de3f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD209de4607f92209de460 /* src/PxPvdCommStreamTypes.h */, + FFFD209de4c87f92209de4c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD209de5307f92209de530 /* src/PxPvdDefaultSocketTransport.h */, + FFFD209de5987f92209de598 /* src/PxPvdFoundation.h */, + FFFD209de6007f92209de600 /* src/PxPvdImpl.h */, + FFFD209de6687f92209de668 /* src/PxPvdInternalByteStreams.h */, + FFFD209de6d07f92209de6d0 /* src/PxPvdMarshalling.h */, + FFFD209de7387f92209de738 /* src/PxPvdMemClient.h */, + FFFD209de7a07f92209de7a0 /* src/PxPvdObjectModel.h */, + FFFD209de8087f92209de808 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD209de8707f92209de870 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD209de8d87f92209de8d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD209de9407f92209de940 /* src/PxPvdObjectRegistrar.h */, + FFFD209de9a87f92209de9a8 /* src/PxPvdProfileZoneClient.h */, + FFFD209dea107f92209dea10 /* src/PxPvdUserRenderImpl.h */, + FFFD209dea787f92209dea78 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0c2b07f8d3cc0c2b0 /* LowLevel */ = { + FFFB215dcd407f92215dcd40 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFB3cc0e9707f8d3cc0e970 /* API Source */, - FFFB3cc0e9987f8d3cc0e998 /* API Includes */, - FFFB3cc0e9c07f8d3cc0e9c0 /* Software Source */, - FFFB3cc0e9e87f8d3cc0e9e8 /* Software Includes */, - FFFB3cc0ea107f8d3cc0ea10 /* Common Source */, - FFFB3cc0ea387f8d3cc0ea38 /* Common Includes */, + FFFB215e1c507f92215e1c50 /* API Source */, + FFFB215e1c787f92215e1c78 /* API Includes */, + FFFB215e1ca07f92215e1ca0 /* Software Source */, + FFFB215e1cc87f92215e1cc8 /* Software Includes */, + FFFB215e1cf07f92215e1cf0 /* Common Source */, + FFFB215e1d187f92215e1d18 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFB3cc0e9707f8d3cc0e970 /* API Source */ = { + FFFB215e1c507f92215e1c50 /* API Source */ = { isa = PBXGroup; children = ( - FFFD3cc0cfa07f8d3cc0cfa0 /* px_globals.cpp */, + FFFD215dea607f92215dea60 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0e9987f8d3cc0e998 /* API Includes */ = { + FFFB215e1c787f92215e1c78 /* API Includes */ = { isa = PBXGroup; children = ( - FFFD3cc100b07f8d3cc100b0 /* PxsMaterialCore.h */, - FFFD3cc101187f8d3cc10118 /* PxsMaterialManager.h */, - FFFD3cc101807f8d3cc10180 /* PxvConfig.h */, - FFFD3cc101e87f8d3cc101e8 /* PxvContext.h */, - FFFD3cc102507f8d3cc10250 /* PxvDynamics.h */, - FFFD3cc102b87f8d3cc102b8 /* PxvGeometry.h */, - FFFD3cc103207f8d3cc10320 /* PxvGlobals.h */, - FFFD3cc103887f8d3cc10388 /* PxvManager.h */, - FFFD3cc103f07f8d3cc103f0 /* PxvSimStats.h */, + FFFD215e16d07f92215e16d0 /* PxsMaterialCore.h */, + FFFD215e17387f92215e1738 /* PxsMaterialManager.h */, + FFFD215e17a07f92215e17a0 /* PxvConfig.h */, + FFFD215e18087f92215e1808 /* PxvContext.h */, + FFFD215e18707f92215e1870 /* PxvDynamics.h */, + FFFD215e18d87f92215e18d8 /* PxvGeometry.h */, + FFFD215e19407f92215e1940 /* PxvGlobals.h */, + FFFD215e19a87f92215e19a8 /* PxvManager.h */, + FFFD215e1a107f92215e1a10 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0e9c07f8d3cc0e9c0 /* Software Source */ = { + FFFB215e1ca07f92215e1ca0 /* Software Source */ = { isa = PBXGroup; children = ( - FFFD3cc112007f8d3cc11200 /* PxsCCD.cpp */, - FFFD3cc112687f8d3cc11268 /* PxsContactManager.cpp */, - FFFD3cc112d07f8d3cc112d0 /* PxsContext.cpp */, - FFFD3cc113387f8d3cc11338 /* PxsDefaultMemoryManager.cpp */, - FFFD3cc113a07f8d3cc113a0 /* PxsIslandSim.cpp */, - FFFD3cc114087f8d3cc11408 /* PxsMaterialCombiner.cpp */, - FFFD3cc114707f8d3cc11470 /* PxsNphaseImplementationContext.cpp */, - FFFD3cc114d87f8d3cc114d8 /* PxsSimpleIslandManager.cpp */, + FFFD215e40807f92215e4080 /* PxsCCD.cpp */, + FFFD215e40e87f92215e40e8 /* PxsContactManager.cpp */, + FFFD215e41507f92215e4150 /* PxsContext.cpp */, + FFFD215e41b87f92215e41b8 /* PxsDefaultMemoryManager.cpp */, + FFFD215e42207f92215e4220 /* PxsIslandSim.cpp */, + FFFD215e42887f92215e4288 /* PxsMaterialCombiner.cpp */, + FFFD215e42f07f92215e42f0 /* PxsNphaseImplementationContext.cpp */, + FFFD215e43587f92215e4358 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0e9e87f8d3cc0e9e8 /* Software Includes */ = { + FFFB215e1cc87f92215e1cc8 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFD3c1b6e007f8d3c1b6e00 /* PxsBodySim.h */, - FFFD3c1b6e687f8d3c1b6e68 /* PxsCCD.h */, - FFFD3c1b6ed07f8d3c1b6ed0 /* PxsContactManager.h */, - FFFD3c1b6f387f8d3c1b6f38 /* PxsContactManagerState.h */, - FFFD3c1b6fa07f8d3c1b6fa0 /* PxsContext.h */, - FFFD3c1b70087f8d3c1b7008 /* PxsDefaultMemoryManager.h */, - FFFD3c1b70707f8d3c1b7070 /* PxsHeapMemoryAllocator.h */, - FFFD3c1b70d87f8d3c1b70d8 /* PxsIncrementalConstraintPartitioning.h */, - FFFD3c1b71407f8d3c1b7140 /* PxsIslandManagerTypes.h */, - FFFD3c1b71a87f8d3c1b71a8 /* PxsIslandSim.h */, - FFFD3c1b72107f8d3c1b7210 /* PxsKernelWrangler.h */, - FFFD3c1b72787f8d3c1b7278 /* PxsMaterialCombiner.h */, - FFFD3c1b72e07f8d3c1b72e0 /* PxsMemoryManager.h */, - FFFD3c1b73487f8d3c1b7348 /* PxsNphaseImplementationContext.h */, - FFFD3c1b73b07f8d3c1b73b0 /* PxsRigidBody.h */, - FFFD3c1b74187f8d3c1b7418 /* PxsShapeSim.h */, - FFFD3c1b74807f8d3c1b7480 /* PxsSimpleIslandManager.h */, - FFFD3c1b74e87f8d3c1b74e8 /* PxsSimulationController.h */, - FFFD3c1b75507f8d3c1b7550 /* PxsTransformCache.h */, - FFFD3c1b75b87f8d3c1b75b8 /* PxvNphaseImplementationContext.h */, + FFFD209e68007f92209e6800 /* PxsBodySim.h */, + FFFD209e68687f92209e6868 /* PxsCCD.h */, + FFFD209e68d07f92209e68d0 /* PxsContactManager.h */, + FFFD209e69387f92209e6938 /* PxsContactManagerState.h */, + FFFD209e69a07f92209e69a0 /* PxsContext.h */, + FFFD209e6a087f92209e6a08 /* PxsDefaultMemoryManager.h */, + FFFD209e6a707f92209e6a70 /* PxsHeapMemoryAllocator.h */, + FFFD209e6ad87f92209e6ad8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD209e6b407f92209e6b40 /* PxsIslandManagerTypes.h */, + FFFD209e6ba87f92209e6ba8 /* PxsIslandSim.h */, + FFFD209e6c107f92209e6c10 /* PxsKernelWrangler.h */, + FFFD209e6c787f92209e6c78 /* PxsMaterialCombiner.h */, + FFFD209e6ce07f92209e6ce0 /* PxsMemoryManager.h */, + FFFD209e6d487f92209e6d48 /* PxsNphaseImplementationContext.h */, + FFFD209e6db07f92209e6db0 /* PxsRigidBody.h */, + FFFD209e6e187f92209e6e18 /* PxsShapeSim.h */, + FFFD209e6e807f92209e6e80 /* PxsSimpleIslandManager.h */, + FFFD209e6ee87f92209e6ee8 /* PxsSimulationController.h */, + FFFD209e6f507f92209e6f50 /* PxsTransformCache.h */, + FFFD209e6fb87f92209e6fb8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0ea107f8d3cc0ea10 /* Common Source */ = { + FFFB215e1cf07f92215e1cf0 /* Common Source */ = { isa = PBXGroup; children = ( - FFFD3c1b58007f8d3c1b5800 /* collision/PxcContact.cpp */, - FFFD3c1b58687f8d3c1b5868 /* pipeline/PxcContactCache.cpp */, - FFFD3c1b58d07f8d3c1b58d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFD3c1b59387f8d3c1b5938 /* pipeline/PxcMaterialHeightField.cpp */, - FFFD3c1b59a07f8d3c1b59a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFD3c1b5a087f8d3c1b5a08 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFD3c1b5a707f8d3c1b5a70 /* pipeline/PxcMaterialShape.cpp */, - FFFD3c1b5ad87f8d3c1b5ad8 /* pipeline/PxcNpBatch.cpp */, - FFFD3c1b5b407f8d3c1b5b40 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFD3c1b5ba87f8d3c1b5ba8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFD3c1b5c107f8d3c1b5c10 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFD3c1b5c787f8d3c1b5c78 /* pipeline/PxcNpThreadContext.cpp */, + FFFD209e1c007f92209e1c00 /* collision/PxcContact.cpp */, + FFFD209e1c687f92209e1c68 /* pipeline/PxcContactCache.cpp */, + FFFD209e1cd07f92209e1cd0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD209e1d387f92209e1d38 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD209e1da07f92209e1da0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD209e1e087f92209e1e08 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD209e1e707f92209e1e70 /* pipeline/PxcMaterialShape.cpp */, + FFFD209e1ed87f92209e1ed8 /* pipeline/PxcNpBatch.cpp */, + FFFD209e1f407f92209e1f40 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD209e1fa87f92209e1fa8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD209e20107f92209e2010 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD209e20787f92209e2078 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFB3cc0ea387f8d3cc0ea38 /* Common Includes */ = { + FFFB215e1d187f92215e1d18 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFD3c1b60007f8d3c1b6000 /* collision/PxcContactMethodImpl.h */, - FFFD3c1b60687f8d3c1b6068 /* pipeline/PxcCCDStateStreamPair.h */, - FFFD3c1b60d07f8d3c1b60d0 /* pipeline/PxcConstraintBlockStream.h */, - FFFD3c1b61387f8d3c1b6138 /* pipeline/PxcContactCache.h */, - FFFD3c1b61a07f8d3c1b61a0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFD3c1b62087f8d3c1b6208 /* pipeline/PxcNpBatch.h */, - FFFD3c1b62707f8d3c1b6270 /* pipeline/PxcNpCache.h */, - FFFD3c1b62d87f8d3c1b62d8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFD3c1b63407f8d3c1b6340 /* pipeline/PxcNpContactPrepShared.h */, - FFFD3c1b63a87f8d3c1b63a8 /* pipeline/PxcNpMemBlockPool.h */, - FFFD3c1b64107f8d3c1b6410 /* pipeline/PxcNpThreadContext.h */, - FFFD3c1b64787f8d3c1b6478 /* pipeline/PxcNpWorkUnit.h */, - FFFD3c1b64e07f8d3c1b64e0 /* pipeline/PxcRigidBody.h */, - FFFD3c1b65487f8d3c1b6548 /* utils/PxcScratchAllocator.h */, - FFFD3c1b65b07f8d3c1b65b0 /* utils/PxcThreadCoherentCache.h */, + FFFD209e5a007f92209e5a00 /* collision/PxcContactMethodImpl.h */, + FFFD209e5a687f92209e5a68 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD209e5ad07f92209e5ad0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD209e5b387f92209e5b38 /* pipeline/PxcContactCache.h */, + FFFD209e5ba07f92209e5ba0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD209e5c087f92209e5c08 /* pipeline/PxcNpBatch.h */, + FFFD209e5c707f92209e5c70 /* pipeline/PxcNpCache.h */, + FFFD209e5cd87f92209e5cd8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD209e5d407f92209e5d40 /* pipeline/PxcNpContactPrepShared.h */, + FFFD209e5da87f92209e5da8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD209e5e107f92209e5e10 /* pipeline/PxcNpThreadContext.h */, + FFFD209e5e787f92209e5e78 /* pipeline/PxcNpWorkUnit.h */, + FFFD209e5ee07f92209e5ee0 /* pipeline/PxcRigidBody.h */, + FFFD209e5f487f92209e5f48 /* utils/PxcScratchAllocator.h */, + FFFD209e5fb07f92209e5fb0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFB3cf17c907f8d3cf17c90 /* LowLevelAABB */ = { + FFFB210c4a407f92210c4a40 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFB3cf197007f8d3cf19700 /* include */, - FFFB3cf197287f8d3cf19728 /* src */, + FFFB210c60b07f92210c60b0 /* include */, + FFFB210c60d87f92210c60d8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFB3cf197007f8d3cf19700 /* include */ = { + FFFB210c60b07f92210c60b0 /* include */ = { isa = PBXGroup; children = ( - FFFD3cf1a3907f8d3cf1a390 /* BpAABBManagerTasks.h */, - FFFD3cf1a3f87f8d3cf1a3f8 /* BpBroadPhase.h */, - FFFD3cf1a4607f8d3cf1a460 /* BpBroadPhaseUpdate.h */, - FFFD3cf1a4c87f8d3cf1a4c8 /* BpSimpleAABBManager.h */, + FFFD210c61007f92210c6100 /* BpAABBManagerTasks.h */, + FFFD210c61687f92210c6168 /* BpBroadPhase.h */, + FFFD210c61d07f92210c61d0 /* BpBroadPhaseUpdate.h */, + FFFD210c62387f92210c6238 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cf197287f8d3cf19728 /* src */ = { + FFFB210c60d87f92210c60d8 /* src */ = { isa = PBXGroup; children = ( - FFFD3d0334007f8d3d033400 /* BpBroadPhaseMBP.h */, - FFFD3d0334687f8d3d033468 /* BpBroadPhaseMBPCommon.h */, - FFFD3d0334d07f8d3d0334d0 /* BpBroadPhaseSap.h */, - FFFD3d0335387f8d3d033538 /* BpBroadPhaseSapAux.h */, - FFFD3d0335a07f8d3d0335a0 /* BpMBPTasks.h */, - FFFD3d0336087f8d3d033608 /* BpSAPTasks.h */, - FFFD3d0336707f8d3d033670 /* BpBroadPhase.cpp */, - FFFD3d0336d87f8d3d0336d8 /* BpBroadPhaseMBP.cpp */, - FFFD3d0337407f8d3d033740 /* BpBroadPhaseSap.cpp */, - FFFD3d0337a87f8d3d0337a8 /* BpBroadPhaseSapAux.cpp */, - FFFD3d0338107f8d3d033810 /* BpMBPTasks.cpp */, - FFFD3d0338787f8d3d033878 /* BpSAPTasks.cpp */, - FFFD3d0338e07f8d3d0338e0 /* BpSimpleAABBManager.cpp */, + FFFD218188007f9221818800 /* BpBroadPhaseMBP.h */, + FFFD218188687f9221818868 /* BpBroadPhaseMBPCommon.h */, + FFFD218188d07f92218188d0 /* BpBroadPhaseSap.h */, + FFFD218189387f9221818938 /* BpBroadPhaseSapAux.h */, + FFFD218189a07f92218189a0 /* BpMBPTasks.h */, + FFFD21818a087f9221818a08 /* BpSAPTasks.h */, + FFFD21818a707f9221818a70 /* BpBroadPhase.cpp */, + FFFD21818ad87f9221818ad8 /* BpBroadPhaseMBP.cpp */, + FFFD21818b407f9221818b40 /* BpBroadPhaseSap.cpp */, + FFFD21818ba87f9221818ba8 /* BpBroadPhaseSapAux.cpp */, + FFFD21818c107f9221818c10 /* BpMBPTasks.cpp */, + FFFD21818c787f9221818c78 /* BpSAPTasks.cpp */, + FFFD21818ce07f9221818ce0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */ = { + FFFB220092a07f92220092a0 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFB3cf411a07f8d3cf411a0 /* Dynamics Source */, - FFFB3cf411c87f8d3cf411c8 /* Dynamics Includes */, - FFFB3cf411f07f8d3cf411f0 /* Dynamics Internal Includes */, + FFFB220102c07f92220102c0 /* Dynamics Source */, + FFFB220102e87f92220102e8 /* Dynamics Includes */, + FFFB220103107f9222010310 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFB3cf411a07f8d3cf411a0 /* Dynamics Source */ = { + FFFB220102c07f92220102c0 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFD3d03f8007f8d3d03f800 /* DyArticulation.cpp */, - FFFD3d03f8687f8d3d03f868 /* DyArticulationContactPrep.cpp */, - FFFD3d03f8d07f8d3d03f8d0 /* DyArticulationContactPrepPF.cpp */, - FFFD3d03f9387f8d3d03f938 /* DyArticulationHelper.cpp */, - FFFD3d03f9a07f8d3d03f9a0 /* DyArticulationSIMD.cpp */, - FFFD3d03fa087f8d3d03fa08 /* DyArticulationScalar.cpp */, - FFFD3d03fa707f8d3d03fa70 /* DyConstraintPartition.cpp */, - FFFD3d03fad87f8d3d03fad8 /* DyConstraintSetup.cpp */, - FFFD3d03fb407f8d3d03fb40 /* DyConstraintSetupBlock.cpp */, - FFFD3d03fba87f8d3d03fba8 /* DyContactPrep.cpp */, - FFFD3d03fc107f8d3d03fc10 /* DyContactPrep4.cpp */, - FFFD3d03fc787f8d3d03fc78 /* DyContactPrep4PF.cpp */, - FFFD3d03fce07f8d3d03fce0 /* DyContactPrepPF.cpp */, - FFFD3d03fd487f8d3d03fd48 /* DyDynamics.cpp */, - FFFD3d03fdb07f8d3d03fdb0 /* DyFrictionCorrelation.cpp */, - FFFD3d03fe187f8d3d03fe18 /* DyRigidBodyToSolverBody.cpp */, - FFFD3d03fe807f8d3d03fe80 /* DySolverConstraints.cpp */, - FFFD3d03fee87f8d3d03fee8 /* DySolverConstraintsBlock.cpp */, - FFFD3d03ff507f8d3d03ff50 /* DySolverControl.cpp */, - FFFD3d03ffb87f8d3d03ffb8 /* DySolverControlPF.cpp */, - FFFD3d0400207f8d3d040020 /* DySolverPFConstraints.cpp */, - FFFD3d0400887f8d3d040088 /* DySolverPFConstraintsBlock.cpp */, - FFFD3d0400f07f8d3d0400f0 /* DyThreadContext.cpp */, - FFFD3d0401587f8d3d040158 /* DyThresholdTable.cpp */, + FFFD228088007f9222808800 /* DyArticulation.cpp */, + FFFD228088687f9222808868 /* DyArticulationContactPrep.cpp */, + FFFD228088d07f92228088d0 /* DyArticulationContactPrepPF.cpp */, + FFFD228089387f9222808938 /* DyArticulationHelper.cpp */, + FFFD228089a07f92228089a0 /* DyArticulationSIMD.cpp */, + FFFD22808a087f9222808a08 /* DyArticulationScalar.cpp */, + FFFD22808a707f9222808a70 /* DyConstraintPartition.cpp */, + FFFD22808ad87f9222808ad8 /* DyConstraintSetup.cpp */, + FFFD22808b407f9222808b40 /* DyConstraintSetupBlock.cpp */, + FFFD22808ba87f9222808ba8 /* DyContactPrep.cpp */, + FFFD22808c107f9222808c10 /* DyContactPrep4.cpp */, + FFFD22808c787f9222808c78 /* DyContactPrep4PF.cpp */, + FFFD22808ce07f9222808ce0 /* DyContactPrepPF.cpp */, + FFFD22808d487f9222808d48 /* DyDynamics.cpp */, + FFFD22808db07f9222808db0 /* DyFrictionCorrelation.cpp */, + FFFD22808e187f9222808e18 /* DyRigidBodyToSolverBody.cpp */, + FFFD22808e807f9222808e80 /* DySolverConstraints.cpp */, + FFFD22808ee87f9222808ee8 /* DySolverConstraintsBlock.cpp */, + FFFD22808f507f9222808f50 /* DySolverControl.cpp */, + FFFD22808fb87f9222808fb8 /* DySolverControlPF.cpp */, + FFFD228090207f9222809020 /* DySolverPFConstraints.cpp */, + FFFD228090887f9222809088 /* DySolverPFConstraintsBlock.cpp */, + FFFD228090f07f92228090f0 /* DyThreadContext.cpp */, + FFFD228091587f9222809158 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFB3cf411c87f8d3cf411c8 /* Dynamics Includes */ = { + FFFB220102e87f92220102e8 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFD3cf428207f8d3cf42820 /* DyArticulation.h */, - FFFD3cf428887f8d3cf42888 /* DyConstraint.h */, - FFFD3cf428f07f8d3cf428f0 /* DyConstraintWriteBack.h */, - FFFD3cf429587f8d3cf42958 /* DyContext.h */, - FFFD3cf429c07f8d3cf429c0 /* DySleepingConfigulation.h */, - FFFD3cf42a287f8d3cf42a28 /* DyThresholdTable.h */, + FFFD220119407f9222011940 /* DyArticulation.h */, + FFFD220119a87f92220119a8 /* DyConstraint.h */, + FFFD22011a107f9222011a10 /* DyConstraintWriteBack.h */, + FFFD22011a787f9222011a78 /* DyContext.h */, + FFFD22011ae07f9222011ae0 /* DySleepingConfigulation.h */, + FFFD22011b487f9222011b48 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFB3cf411f07f8d3cf411f0 /* Dynamics Internal Includes */ = { + FFFB220103107f9222010310 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFD3d040a007f8d3d040a00 /* DyArticulationContactPrep.h */, - FFFD3d040a687f8d3d040a68 /* DyArticulationFnsDebug.h */, - FFFD3d040ad07f8d3d040ad0 /* DyArticulationFnsScalar.h */, - FFFD3d040b387f8d3d040b38 /* DyArticulationFnsSimd.h */, - FFFD3d040ba07f8d3d040ba0 /* DyArticulationHelper.h */, - FFFD3d040c087f8d3d040c08 /* DyArticulationPImpl.h */, - FFFD3d040c707f8d3d040c70 /* DyArticulationReference.h */, - FFFD3d040cd87f8d3d040cd8 /* DyArticulationScalar.h */, - FFFD3d040d407f8d3d040d40 /* DyArticulationUtils.h */, - FFFD3d040da87f8d3d040da8 /* DyBodyCoreIntegrator.h */, - FFFD3d040e107f8d3d040e10 /* DyConstraintPartition.h */, - FFFD3d040e787f8d3d040e78 /* DyConstraintPrep.h */, - FFFD3d040ee07f8d3d040ee0 /* DyContactPrep.h */, - FFFD3d040f487f8d3d040f48 /* DyContactPrepShared.h */, - FFFD3d040fb07f8d3d040fb0 /* DyContactReduction.h */, - FFFD3d0410187f8d3d041018 /* DyCorrelationBuffer.h */, - FFFD3d0410807f8d3d041080 /* DyDynamics.h */, - FFFD3d0410e87f8d3d0410e8 /* DyFrictionPatch.h */, - FFFD3d0411507f8d3d041150 /* DyFrictionPatchStreamPair.h */, - FFFD3d0411b87f8d3d0411b8 /* DySolverBody.h */, - FFFD3d0412207f8d3d041220 /* DySolverConstraint1D.h */, - FFFD3d0412887f8d3d041288 /* DySolverConstraint1D4.h */, - FFFD3d0412f07f8d3d0412f0 /* DySolverConstraintDesc.h */, - FFFD3d0413587f8d3d041358 /* DySolverConstraintExtShared.h */, - FFFD3d0413c07f8d3d0413c0 /* DySolverConstraintTypes.h */, - FFFD3d0414287f8d3d041428 /* DySolverConstraintsShared.h */, - FFFD3d0414907f8d3d041490 /* DySolverContact.h */, - FFFD3d0414f87f8d3d0414f8 /* DySolverContact4.h */, - FFFD3d0415607f8d3d041560 /* DySolverContactPF.h */, - FFFD3d0415c87f8d3d0415c8 /* DySolverContactPF4.h */, - FFFD3d0416307f8d3d041630 /* DySolverContext.h */, - FFFD3d0416987f8d3d041698 /* DySolverControl.h */, - FFFD3d0417007f8d3d041700 /* DySolverControlPF.h */, - FFFD3d0417687f8d3d041768 /* DySolverCore.h */, - FFFD3d0417d07f8d3d0417d0 /* DySolverExt.h */, - FFFD3d0418387f8d3d041838 /* DySpatial.h */, - FFFD3d0418a07f8d3d0418a0 /* DyThreadContext.h */, + FFFD2280a8007f922280a800 /* DyArticulationContactPrep.h */, + FFFD2280a8687f922280a868 /* DyArticulationFnsDebug.h */, + FFFD2280a8d07f922280a8d0 /* DyArticulationFnsScalar.h */, + FFFD2280a9387f922280a938 /* DyArticulationFnsSimd.h */, + FFFD2280a9a07f922280a9a0 /* DyArticulationHelper.h */, + FFFD2280aa087f922280aa08 /* DyArticulationPImpl.h */, + FFFD2280aa707f922280aa70 /* DyArticulationReference.h */, + FFFD2280aad87f922280aad8 /* DyArticulationScalar.h */, + FFFD2280ab407f922280ab40 /* DyArticulationUtils.h */, + FFFD2280aba87f922280aba8 /* DyBodyCoreIntegrator.h */, + FFFD2280ac107f922280ac10 /* DyConstraintPartition.h */, + FFFD2280ac787f922280ac78 /* DyConstraintPrep.h */, + FFFD2280ace07f922280ace0 /* DyContactPrep.h */, + FFFD2280ad487f922280ad48 /* DyContactPrepShared.h */, + FFFD2280adb07f922280adb0 /* DyContactReduction.h */, + FFFD2280ae187f922280ae18 /* DyCorrelationBuffer.h */, + FFFD2280ae807f922280ae80 /* DyDynamics.h */, + FFFD2280aee87f922280aee8 /* DyFrictionPatch.h */, + FFFD2280af507f922280af50 /* DyFrictionPatchStreamPair.h */, + FFFD2280afb87f922280afb8 /* DySolverBody.h */, + FFFD2280b0207f922280b020 /* DySolverConstraint1D.h */, + FFFD2280b0887f922280b088 /* DySolverConstraint1D4.h */, + FFFD2280b0f07f922280b0f0 /* DySolverConstraintDesc.h */, + FFFD2280b1587f922280b158 /* DySolverConstraintExtShared.h */, + FFFD2280b1c07f922280b1c0 /* DySolverConstraintTypes.h */, + FFFD2280b2287f922280b228 /* DySolverConstraintsShared.h */, + FFFD2280b2907f922280b290 /* DySolverContact.h */, + FFFD2280b2f87f922280b2f8 /* DySolverContact4.h */, + FFFD2280b3607f922280b360 /* DySolverContactPF.h */, + FFFD2280b3c87f922280b3c8 /* DySolverContactPF4.h */, + FFFD2280b4307f922280b430 /* DySolverContext.h */, + FFFD2280b4987f922280b498 /* DySolverControl.h */, + FFFD2280b5007f922280b500 /* DySolverControlPF.h */, + FFFD2280b5687f922280b568 /* DySolverCore.h */, + FFFD2280b5d07f922280b5d0 /* DySolverExt.h */, + FFFD2280b6387f922280b638 /* DySpatial.h */, + FFFD2280b6a07f922280b6a0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFB3b43b7807f8d3b43b780 /* LowLevelCloth */ = { + FFFB2170c8707f922170c870 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFB3b4424d07f8d3b4424d0 /* include */, - FFFB3b4424f87f8d3b4424f8 /* src */, + FFFB215f72107f92215f7210 /* include */, + FFFB215f72387f92215f7238 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFB3b4424d07f8d3b4424d0 /* include */ = { + FFFB215f72107f92215f7210 /* include */ = { isa = PBXGroup; children = ( - FFFD3b443f007f8d3b443f00 /* Cloth.h */, - FFFD3b443f687f8d3b443f68 /* Fabric.h */, - FFFD3b443fd07f8d3b443fd0 /* Factory.h */, - FFFD3b4440387f8d3b444038 /* PhaseConfig.h */, - FFFD3b4440a07f8d3b4440a0 /* Range.h */, - FFFD3b4441087f8d3b444108 /* Solver.h */, - FFFD3b4441707f8d3b444170 /* Types.h */, + FFFD215f8c407f92215f8c40 /* Cloth.h */, + FFFD215f8ca87f92215f8ca8 /* Fabric.h */, + FFFD215f8d107f92215f8d10 /* Factory.h */, + FFFD215f8d787f92215f8d78 /* PhaseConfig.h */, + FFFD215f8de07f92215f8de0 /* Range.h */, + FFFD215f8e487f92215f8e48 /* Solver.h */, + FFFD215f8eb07f92215f8eb0 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3b4424f87f8d3b4424f8 /* src */ = { + FFFB215f72387f92215f7238 /* src */ = { isa = PBXGroup; children = ( - FFFD3b81c8007f8d3b81c800 /* Allocator.h */, - FFFD3b81c8687f8d3b81c868 /* Array.h */, - FFFD3b81c8d07f8d3b81c8d0 /* BoundingBox.h */, - FFFD3b81c9387f8d3b81c938 /* ClothBase.h */, - FFFD3b81c9a07f8d3b81c9a0 /* ClothImpl.h */, - FFFD3b81ca087f8d3b81ca08 /* IndexPair.h */, - FFFD3b81ca707f8d3b81ca70 /* IterationState.h */, - FFFD3b81cad87f8d3b81cad8 /* MovingAverage.h */, - FFFD3b81cb407f8d3b81cb40 /* PointInterpolator.h */, - FFFD3b81cba87f8d3b81cba8 /* Simd.h */, - FFFD3b81cc107f8d3b81cc10 /* Simd4f.h */, - FFFD3b81cc787f8d3b81cc78 /* Simd4i.h */, - FFFD3b81cce07f8d3b81cce0 /* SimdTypes.h */, - FFFD3b81cd487f8d3b81cd48 /* StackAllocator.h */, - FFFD3b81cdb07f8d3b81cdb0 /* SwCloth.h */, - FFFD3b81ce187f8d3b81ce18 /* SwClothData.h */, - FFFD3b81ce807f8d3b81ce80 /* SwCollision.h */, - FFFD3b81cee87f8d3b81cee8 /* SwCollisionHelpers.h */, - FFFD3b81cf507f8d3b81cf50 /* SwFabric.h */, - FFFD3b81cfb87f8d3b81cfb8 /* SwFactory.h */, - FFFD3b81d0207f8d3b81d020 /* SwInterCollision.h */, - FFFD3b81d0887f8d3b81d088 /* SwSelfCollision.h */, - FFFD3b81d0f07f8d3b81d0f0 /* SwSolver.h */, - FFFD3b81d1587f8d3b81d158 /* SwSolverKernel.h */, - FFFD3b81d1c07f8d3b81d1c0 /* TripletScheduler.h */, - FFFD3b81d2287f8d3b81d228 /* Vec4T.h */, - FFFD3b81d2907f8d3b81d290 /* Allocator.cpp */, - FFFD3b81d2f87f8d3b81d2f8 /* Factory.cpp */, - FFFD3b81d3607f8d3b81d360 /* PhaseConfig.cpp */, - FFFD3b81d3c87f8d3b81d3c8 /* SwCloth.cpp */, - FFFD3b81d4307f8d3b81d430 /* SwClothData.cpp */, - FFFD3b81d4987f8d3b81d498 /* SwCollision.cpp */, - FFFD3b81d5007f8d3b81d500 /* SwFabric.cpp */, - FFFD3b81d5687f8d3b81d568 /* SwFactory.cpp */, - FFFD3b81d5d07f8d3b81d5d0 /* SwInterCollision.cpp */, - FFFD3b81d6387f8d3b81d638 /* SwSelfCollision.cpp */, - FFFD3b81d6a07f8d3b81d6a0 /* SwSolver.cpp */, - FFFD3b81d7087f8d3b81d708 /* SwSolverKernel.cpp */, - FFFD3b81d7707f8d3b81d770 /* TripletScheduler.cpp */, + FFFD209f16007f92209f1600 /* Allocator.h */, + FFFD209f16687f92209f1668 /* Array.h */, + FFFD209f16d07f92209f16d0 /* BoundingBox.h */, + FFFD209f17387f92209f1738 /* ClothBase.h */, + FFFD209f17a07f92209f17a0 /* ClothImpl.h */, + FFFD209f18087f92209f1808 /* IndexPair.h */, + FFFD209f18707f92209f1870 /* IterationState.h */, + FFFD209f18d87f92209f18d8 /* MovingAverage.h */, + FFFD209f19407f92209f1940 /* PointInterpolator.h */, + FFFD209f19a87f92209f19a8 /* Simd.h */, + FFFD209f1a107f92209f1a10 /* Simd4f.h */, + FFFD209f1a787f92209f1a78 /* Simd4i.h */, + FFFD209f1ae07f92209f1ae0 /* SimdTypes.h */, + FFFD209f1b487f92209f1b48 /* StackAllocator.h */, + FFFD209f1bb07f92209f1bb0 /* SwCloth.h */, + FFFD209f1c187f92209f1c18 /* SwClothData.h */, + FFFD209f1c807f92209f1c80 /* SwCollision.h */, + FFFD209f1ce87f92209f1ce8 /* SwCollisionHelpers.h */, + FFFD209f1d507f92209f1d50 /* SwFabric.h */, + FFFD209f1db87f92209f1db8 /* SwFactory.h */, + FFFD209f1e207f92209f1e20 /* SwInterCollision.h */, + FFFD209f1e887f92209f1e88 /* SwSelfCollision.h */, + FFFD209f1ef07f92209f1ef0 /* SwSolver.h */, + FFFD209f1f587f92209f1f58 /* SwSolverKernel.h */, + FFFD209f1fc07f92209f1fc0 /* TripletScheduler.h */, + FFFD209f20287f92209f2028 /* Vec4T.h */, + FFFD209f20907f92209f2090 /* Allocator.cpp */, + FFFD209f20f87f92209f20f8 /* Factory.cpp */, + FFFD209f21607f92209f2160 /* PhaseConfig.cpp */, + FFFD209f21c87f92209f21c8 /* SwCloth.cpp */, + FFFD209f22307f92209f2230 /* SwClothData.cpp */, + FFFD209f22987f92209f2298 /* SwCollision.cpp */, + FFFD209f23007f92209f2300 /* SwFabric.cpp */, + FFFD209f23687f92209f2368 /* SwFactory.cpp */, + FFFD209f23d07f92209f23d0 /* SwInterCollision.cpp */, + FFFD209f24387f92209f2438 /* SwSelfCollision.cpp */, + FFFD209f24a07f92209f24a0 /* SwSolver.cpp */, + FFFD209f25087f92209f2508 /* SwSolverKernel.cpp */, + FFFD209f25707f92209f2570 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */ = { + FFFB220239f07f92220239f0 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFB3cf523c07f8d3cf523c0 /* include */, - FFFB3cf523e87f8d3cf523e8 /* src */, + FFFB22026ed07f9222026ed0 /* include */, + FFFB22026ef87f9222026ef8 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFB3cf523c07f8d3cf523c0 /* include */ = { + FFFB22026ed07f9222026ed0 /* include */ = { isa = PBXGroup; children = ( - FFFD3d03f2007f8d3d03f200 /* PtBodyTransformVault.h */, - FFFD3d03f2687f8d3d03f268 /* PtContext.h */, - FFFD3d03f2d07f8d3d03f2d0 /* PtGridCellVector.h */, - FFFD3d03f3387f8d3d03f338 /* PtParticle.h */, - FFFD3d03f3a07f8d3d03f3a0 /* PtParticleContactManagerStream.h */, - FFFD3d03f4087f8d3d03f408 /* PtParticleData.h */, - FFFD3d03f4707f8d3d03f470 /* PtParticleShape.h */, - FFFD3d03f4d87f8d3d03f4d8 /* PtParticleSystemCore.h */, - FFFD3d03f5407f8d3d03f540 /* PtParticleSystemFlags.h */, - FFFD3d03f5a87f8d3d03f5a8 /* PtParticleSystemSim.h */, + FFFD2280f4007f922280f400 /* PtBodyTransformVault.h */, + FFFD2280f4687f922280f468 /* PtContext.h */, + FFFD2280f4d07f922280f4d0 /* PtGridCellVector.h */, + FFFD2280f5387f922280f538 /* PtParticle.h */, + FFFD2280f5a07f922280f5a0 /* PtParticleContactManagerStream.h */, + FFFD2280f6087f922280f608 /* PtParticleData.h */, + FFFD2280f6707f922280f670 /* PtParticleShape.h */, + FFFD2280f6d87f922280f6d8 /* PtParticleSystemCore.h */, + FFFD2280f7407f922280f740 /* PtParticleSystemFlags.h */, + FFFD2280f7a87f922280f7a8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3cf523e87f8d3cf523e8 /* src */ = { + FFFB22026ef87f9222026ef8 /* src */ = { isa = PBXGroup; children = ( - FFFD3d04b4007f8d3d04b400 /* PtBatcher.h */, - FFFD3d04b4687f8d3d04b468 /* PtCollision.h */, - FFFD3d04b4d07f8d3d04b4d0 /* PtCollisionData.h */, - FFFD3d04b5387f8d3d04b538 /* PtCollisionHelper.h */, - FFFD3d04b5a07f8d3d04b5a0 /* PtCollisionMethods.h */, - FFFD3d04b6087f8d3d04b608 /* PtCollisionParameters.h */, - FFFD3d04b6707f8d3d04b670 /* PtConfig.h */, - FFFD3d04b6d87f8d3d04b6d8 /* PtConstants.h */, - FFFD3d04b7407f8d3d04b740 /* PtContextCpu.h */, - FFFD3d04b7a87f8d3d04b7a8 /* PtDynamicHelper.h */, - FFFD3d04b8107f8d3d04b810 /* PtDynamics.h */, - FFFD3d04b8787f8d3d04b878 /* PtDynamicsKernels.h */, - FFFD3d04b8e07f8d3d04b8e0 /* PtDynamicsParameters.h */, - FFFD3d04b9487f8d3d04b948 /* PtDynamicsTempBuffers.h */, - FFFD3d04b9b07f8d3d04b9b0 /* PtHeightFieldAabbTest.h */, - FFFD3d04ba187f8d3d04ba18 /* PtPacketSections.h */, - FFFD3d04ba807f8d3d04ba80 /* PtParticleCell.h */, - FFFD3d04bae87f8d3d04bae8 /* PtParticleOpcodeCache.h */, - FFFD3d04bb507f8d3d04bb50 /* PtParticleShapeCpu.h */, - FFFD3d04bbb87f8d3d04bbb8 /* PtParticleSystemSimCpu.h */, - FFFD3d04bc207f8d3d04bc20 /* PtSpatialHash.h */, - FFFD3d04bc887f8d3d04bc88 /* PtSpatialHashHelper.h */, - FFFD3d04bcf07f8d3d04bcf0 /* PtTwoWayData.h */, - FFFD3d04bd587f8d3d04bd58 /* PtBatcher.cpp */, - FFFD3d04bdc07f8d3d04bdc0 /* PtBodyTransformVault.cpp */, - FFFD3d04be287f8d3d04be28 /* PtCollision.cpp */, - FFFD3d04be907f8d3d04be90 /* PtCollisionBox.cpp */, - FFFD3d04bef87f8d3d04bef8 /* PtCollisionCapsule.cpp */, - FFFD3d04bf607f8d3d04bf60 /* PtCollisionConvex.cpp */, - FFFD3d04bfc87f8d3d04bfc8 /* PtCollisionMesh.cpp */, - FFFD3d04c0307f8d3d04c030 /* PtCollisionPlane.cpp */, - FFFD3d04c0987f8d3d04c098 /* PtCollisionSphere.cpp */, - FFFD3d04c1007f8d3d04c100 /* PtContextCpu.cpp */, - FFFD3d04c1687f8d3d04c168 /* PtDynamics.cpp */, - FFFD3d04c1d07f8d3d04c1d0 /* PtParticleData.cpp */, - FFFD3d04c2387f8d3d04c238 /* PtParticleShapeCpu.cpp */, - FFFD3d04c2a07f8d3d04c2a0 /* PtParticleSystemSimCpu.cpp */, - FFFD3d04c3087f8d3d04c308 /* PtSpatialHash.cpp */, - FFFD3d04c3707f8d3d04c370 /* PtSpatialLocalHash.cpp */, + FFFD228154007f9222815400 /* PtBatcher.h */, + FFFD228154687f9222815468 /* PtCollision.h */, + FFFD228154d07f92228154d0 /* PtCollisionData.h */, + FFFD228155387f9222815538 /* PtCollisionHelper.h */, + FFFD228155a07f92228155a0 /* PtCollisionMethods.h */, + FFFD228156087f9222815608 /* PtCollisionParameters.h */, + FFFD228156707f9222815670 /* PtConfig.h */, + FFFD228156d87f92228156d8 /* PtConstants.h */, + FFFD228157407f9222815740 /* PtContextCpu.h */, + FFFD228157a87f92228157a8 /* PtDynamicHelper.h */, + FFFD228158107f9222815810 /* PtDynamics.h */, + FFFD228158787f9222815878 /* PtDynamicsKernels.h */, + FFFD228158e07f92228158e0 /* PtDynamicsParameters.h */, + FFFD228159487f9222815948 /* PtDynamicsTempBuffers.h */, + FFFD228159b07f92228159b0 /* PtHeightFieldAabbTest.h */, + FFFD22815a187f9222815a18 /* PtPacketSections.h */, + FFFD22815a807f9222815a80 /* PtParticleCell.h */, + FFFD22815ae87f9222815ae8 /* PtParticleOpcodeCache.h */, + FFFD22815b507f9222815b50 /* PtParticleShapeCpu.h */, + FFFD22815bb87f9222815bb8 /* PtParticleSystemSimCpu.h */, + FFFD22815c207f9222815c20 /* PtSpatialHash.h */, + FFFD22815c887f9222815c88 /* PtSpatialHashHelper.h */, + FFFD22815cf07f9222815cf0 /* PtTwoWayData.h */, + FFFD22815d587f9222815d58 /* PtBatcher.cpp */, + FFFD22815dc07f9222815dc0 /* PtBodyTransformVault.cpp */, + FFFD22815e287f9222815e28 /* PtCollision.cpp */, + FFFD22815e907f9222815e90 /* PtCollisionBox.cpp */, + FFFD22815ef87f9222815ef8 /* PtCollisionCapsule.cpp */, + FFFD22815f607f9222815f60 /* PtCollisionConvex.cpp */, + FFFD22815fc87f9222815fc8 /* PtCollisionMesh.cpp */, + FFFD228160307f9222816030 /* PtCollisionPlane.cpp */, + FFFD228160987f9222816098 /* PtCollisionSphere.cpp */, + FFFD228161007f9222816100 /* PtContextCpu.cpp */, + FFFD228161687f9222816168 /* PtDynamics.cpp */, + FFFD228161d07f92228161d0 /* PtParticleData.cpp */, + FFFD228162387f9222816238 /* PtParticleShapeCpu.cpp */, + FFFD228162a07f92228162a0 /* PtParticleSystemSimCpu.cpp */, + FFFD228163087f9222816308 /* PtSpatialHash.cpp */, + FFFD228163707f9222816370 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3b4815b07f8d3b4815b0 /* PxTask */ = { + FFFB2230dec07f922230dec0 /* PxTask */ = { isa = PBXGroup; children = ( - FFFB3b4818f07f8d3b4818f0 /* include */, - FFFB3b4819187f8d3b481918 /* src */, + FFFB2230e1307f922230e130 /* include */, + FFFB2230e1587f922230e158 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFB3b4818f07f8d3b4818f0 /* include */ = { + FFFB2230e1307f922230e130 /* include */ = { isa = PBXGroup; children = ( - FFFD3b47f1807f8d3b47f180 /* PxCpuDispatcher.h */, - FFFD3b47f1e87f8d3b47f1e8 /* PxGpuDispatcher.h */, - FFFD3b47f2507f8d3b47f250 /* PxGpuTask.h */, - FFFD3b47f2b87f8d3b47f2b8 /* PxTask.h */, - FFFD3b47f3207f8d3b47f320 /* PxTaskDefine.h */, - FFFD3b47f3887f8d3b47f388 /* PxTaskManager.h */, + FFFD2230f0f07f922230f0f0 /* PxCpuDispatcher.h */, + FFFD2230f1587f922230f158 /* PxGpuDispatcher.h */, + FFFD2230f1c07f922230f1c0 /* PxGpuTask.h */, + FFFD2230f2287f922230f228 /* PxTask.h */, + FFFD2230f2907f922230f290 /* PxTaskDefine.h */, + FFFD2230f2f87f922230f2f8 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3b4819187f8d3b481918 /* src */ = { + FFFB2230e1587f922230e158 /* src */ = { isa = PBXGroup; children = ( - FFFD3b47f4807f8d3b47f480 /* src/TaskManager.cpp */, + FFFD2230c0007f922230c000 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB3dac6c007f8d3dac6c00 /* PsFastXml */ = { + FFFB210c11007f92210c1100 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFB3dac71e07f8d3dac71e0 /* include */, - FFFB3dac72087f8d3dac7208 /* src */, + FFFB210c16307f92210c1630 /* include */, + FFFB210c16587f92210c1658 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFB3dac71e07f8d3dac71e0 /* include */ = { + FFFB210c16307f92210c1630 /* include */ = { isa = PBXGroup; children = ( - FFFD3dac73707f8d3dac7370 /* PsFastXml.h */, + FFFD210c17c07f92210c17c0 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB3dac72087f8d3dac7208 /* src */ = { + FFFB210c16587f92210c1658 /* src */ = { isa = PBXGroup; children = ( - FFFD3dac74707f8d3dac7470 /* PsFastXml.cpp */, + FFFD210c18c07f92210c18c0 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -5011,61 +5011,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFA3daca7207f8d3daca720 /* PhysX */ = { + FFFA210aa5007f92210aa500 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63daca7207f8d3daca720 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF6210aa5007f92210aa500 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF23daca7207f8d3daca720, - FFF83daca7207f8d3daca720, - FFFC3daca7207f8d3daca720, + FFF2210aa5007f92210aa500, + FFF8210aa5007f92210aa500, + FFFC210aa5007f92210aa500, ); buildRules = ( ); dependencies = ( - FFF43dad38e07f8d3dad38e0, /* LowLevel */ - FFF43dad63b07f8d3dad63b0, /* LowLevelAABB */ - FFF43dad64707f8d3dad6470, /* LowLevelCloth */ - FFF43dad64107f8d3dad6410, /* LowLevelDynamics */ - FFF43dad31907f8d3dad3190, /* LowLevelParticles */ - FFF43dad38807f8d3dad3880, /* PhysXCommon */ - FFF43dacaa107f8d3dacaa10, /* PxFoundation */ - FFF43daca6c07f8d3daca6c0, /* PxPvdSDK */ - FFF43dad32d07f8d3dad32d0, /* PxTask */ - FFF43dad31f07f8d3dad31f0, /* SceneQuery */ - FFF43dad32507f8d3dad3250, /* SimulationController */ + FFF421059dd07f9221059dd0, /* LowLevel */ + FFF421059e307f9221059e30, /* LowLevelAABB */ + FFF4210565f07f92210565f0, /* LowLevelCloth */ + FFF4210565907f9221056590, /* LowLevelDynamics */ + FFF4210566507f9221056650, /* LowLevelParticles */ + FFF4210560507f9221056050, /* PhysXCommon */ + FFF4210b8aa07f92210b8aa0, /* PxFoundation */ + FFF4210aa4d07f92210aa4d0, /* PxPvdSDK */ + FFF42105a4a07f922105a4a0, /* PxTask */ + FFF42105a4107f922105a410, /* SceneQuery */ + FFF42105a4707f922105a470, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFD3daca7207f8d3daca720 /* PhysX */; + productReference = FFFD210aa5007f92210aa500 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFA3dad32e07f8d3dad32e0 /* PhysXCharacterKinematic */ = { + FFFA2105a4b07f922105a4b0 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63dad32e07f8d3dad32e0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF62105a4b07f922105a4b0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF23dad32e07f8d3dad32e0, - FFF83dad32e07f8d3dad32e0, - FFFC3dad32e07f8d3dad32e0, + FFF22105a4b07f922105a4b0, + FFF82105a4b07f922105a4b0, + FFFC2105a4b07f922105a4b0, ); buildRules = ( ); dependencies = ( - FFF43dada1207f8d3dada120, /* PhysXCommon */ - FFF43dad8c707f8d3dad8c70, /* PhysXExtensions */ - FFF43dad91207f8d3dad9120, /* PxFoundation */ + FFF421057f707f9221057f70, /* PhysXCommon */ + FFF42105d1807f922105d180, /* PhysXExtensions */ + FFF42105ca907f922105ca90, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFD3dad32e07f8d3dad32e0 /* PhysXCharacterKinematic */; + productReference = FFFD2105a4b07f922105a4b0 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFA3dad46207f8d3dad4620 /* PhysXVehicle */ = { + FFFA210577e07f92210577e0 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63dad46207f8d3dad4620 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF6210577e07f92210577e0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF23dad46207f8d3dad4620, - FFF83dad46207f8d3dad4620, - FFFC3dad46207f8d3dad4620, + FFF2210577e07f92210577e0, + FFF8210577e07f92210577e0, + FFFC210577e07f92210577e0, ); buildRules = ( ); @@ -5073,34 +5073,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFD3dad46207f8d3dad4620 /* PhysXVehicle */; + productReference = FFFD210577e07f92210577e0 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFA3dae43907f8d3dae4390 /* PhysXExtensions */ = { + FFFA21068cc07f9221068cc0 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63dae43907f8d3dae4390 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF621068cc07f9221068cc0 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF23dae43907f8d3dae4390, - FFF83dae43907f8d3dae4390, - FFFC3dae43907f8d3dae4390, + FFF221068cc07f9221068cc0, + FFF821068cc07f9221068cc0, + FFFC21068cc07f9221068cc0, ); buildRules = ( ); dependencies = ( - FFF43dae3a907f8d3dae3a90, /* PsFastXml */ + FFF421065d307f9221065d30, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFD3dae43907f8d3dae4390 /* PhysXExtensions */; + productReference = FFFD21068cc07f9221068cc0 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFA3cc2ae407f8d3cc2ae40 /* SceneQuery */ = { + FFFA21079f707f9221079f70 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cc2ae407f8d3cc2ae40 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF621079f707f9221079f70 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF23cc2ae407f8d3cc2ae40, - FFF83cc2ae407f8d3cc2ae40, - FFFC3cc2ae407f8d3cc2ae40, + FFF221079f707f9221079f70, + FFF821079f707f9221079f70, + FFFC21079f707f9221079f70, ); buildRules = ( ); @@ -5108,16 +5108,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFD3cc2ae407f8d3cc2ae40 /* SceneQuery */; + productReference = FFFD21079f707f9221079f70 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFA3cc2f2707f8d3cc2f270 /* SimulationController */ = { + FFFA2107e5307f922107e530 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cc2f2707f8d3cc2f270 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF62107e5307f922107e530 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF23cc2f2707f8d3cc2f270, - FFF83cc2f2707f8d3cc2f270, - FFFC3cc2f2707f8d3cc2f270, + FFF22107e5307f922107e530, + FFF82107e5307f922107e530, + FFFC2107e5307f922107e530, ); buildRules = ( ); @@ -5125,54 +5125,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFD3cc2f2707f8d3cc2f270 /* SimulationController */; + productReference = FFFD2107e5307f922107e530 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFA3cc226e07f8d3cc226e0 /* PhysXCooking */ = { + FFFA21725cc07f9221725cc0 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cc226e07f8d3cc226e0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF621725cc07f9221725cc0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF23cc226e07f8d3cc226e0, - FFF83cc226e07f8d3cc226e0, - FFFC3cc226e07f8d3cc226e0, + FFF221725cc07f9221725cc0, + FFF821725cc07f9221725cc0, + FFFC21725cc07f9221725cc0, ); buildRules = ( ); dependencies = ( - FFF43cc3d1007f8d3cc3d100, /* PhysXCommon */ - FFF43cc362a07f8d3cc362a0, /* PhysXExtensions */ - FFF43cc28dd07f8d3cc28dd0, /* PxFoundation */ + FFF4217158307f9221715830, /* PhysXCommon */ + FFF4217275207f9221727520, /* PhysXExtensions */ + FFF421725b607f9221725b60, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFD3cc226e07f8d3cc226e0 /* PhysXCooking */; + productReference = FFFD21725cc07f9221725cc0 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFA3c99d3f07f8d3c99d3f0 /* PhysXCommon */ = { + FFFA2114ec407f922114ec40 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63c99d3f07f8d3c99d3f0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF62114ec407f922114ec40 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF23c99d3f07f8d3c99d3f0, - FFF83c99d3f07f8d3c99d3f0, - FFFC3c99d3f07f8d3c99d3f0, + FFF22114ec407f922114ec40, + FFF82114ec407f922114ec40, + FFFC2114ec407f922114ec40, ); buildRules = ( ); dependencies = ( - FFF43c9970407f8d3c997040, /* PxFoundation */ + FFF421147f707f9221147f70, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFD3c99d3f07f8d3c99d3f0 /* PhysXCommon */; + productReference = FFFD2114ec407f922114ec40 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFA3c9892007f8d3c989200 /* PxFoundation */ = { + FFFA21160b007f9221160b00 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63c9892007f8d3c989200 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF621160b007f9221160b00 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF23c9892007f8d3c989200, - FFF83c9892007f8d3c989200, - FFFC3c9892007f8d3c989200, + FFF221160b007f9221160b00, + FFF821160b007f9221160b00, + FFFC21160b007f9221160b00, ); buildRules = ( ); @@ -5180,34 +5180,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFD3c9892007f8d3c989200 /* PxFoundation */; + productReference = FFFD21160b007f9221160b00 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFA3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */ = { + FFFA211358507f9221135850 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cd0c6b07f8d3cd0c6b0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF6211358507f9221135850 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF23cd0c6b07f8d3cd0c6b0, - FFF83cd0c6b07f8d3cd0c6b0, - FFFC3cd0c6b07f8d3cd0c6b0, + FFF2211358507f9221135850, + FFF8211358507f9221135850, + FFFC211358507f9221135850, ); buildRules = ( ); dependencies = ( - FFF43cd0b7d07f8d3cd0b7d0, /* PxFoundation */ + FFF42115bb607f922115bb60, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFD3cd0c6b07f8d3cd0c6b0 /* PxPvdSDK */; + productReference = FFFD211358507f9221135850 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFA3cc0c2b07f8d3cc0c2b0 /* LowLevel */ = { + FFFA215dcd407f92215dcd40 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cc0c2b07f8d3cc0c2b0 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF6215dcd407f92215dcd40 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF23cc0c2b07f8d3cc0c2b0, - FFF83cc0c2b07f8d3cc0c2b0, - FFFC3cc0c2b07f8d3cc0c2b0, + FFF2215dcd407f92215dcd40, + FFF8215dcd407f92215dcd40, + FFFC215dcd407f92215dcd40, ); buildRules = ( ); @@ -5215,16 +5215,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFD3cc0c2b07f8d3cc0c2b0 /* LowLevel */; + productReference = FFFD215dcd407f92215dcd40 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFA3cf17c907f8d3cf17c90 /* LowLevelAABB */ = { + FFFA210c4a407f92210c4a40 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cf17c907f8d3cf17c90 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF6210c4a407f92210c4a40 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF23cf17c907f8d3cf17c90, - FFF83cf17c907f8d3cf17c90, - FFFC3cf17c907f8d3cf17c90, + FFF2210c4a407f92210c4a40, + FFF8210c4a407f92210c4a40, + FFFC210c4a407f92210c4a40, ); buildRules = ( ); @@ -5232,16 +5232,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFD3cf17c907f8d3cf17c90 /* LowLevelAABB */; + productReference = FFFD210c4a407f92210c4a40 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFA3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */ = { + FFFA220092a07f92220092a0 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cf3b3a07f8d3cf3b3a0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF6220092a07f92220092a0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF23cf3b3a07f8d3cf3b3a0, - FFF83cf3b3a07f8d3cf3b3a0, - FFFC3cf3b3a07f8d3cf3b3a0, + FFF2220092a07f92220092a0, + FFF8220092a07f92220092a0, + FFFC220092a07f92220092a0, ); buildRules = ( ); @@ -5249,16 +5249,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFD3cf3b3a07f8d3cf3b3a0 /* LowLevelDynamics */; + productReference = FFFD220092a07f92220092a0 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFA3b43b7807f8d3b43b780 /* LowLevelCloth */ = { + FFFA2170c8707f922170c870 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63b43b7807f8d3b43b780 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF62170c8707f922170c870 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF23b43b7807f8d3b43b780, - FFF83b43b7807f8d3b43b780, - FFFC3b43b7807f8d3b43b780, + FFF22170c8707f922170c870, + FFF82170c8707f922170c870, + FFFC2170c8707f922170c870, ); buildRules = ( ); @@ -5266,16 +5266,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFD3b43b7807f8d3b43b780 /* LowLevelCloth */; + productReference = FFFD2170c8707f922170c870 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFA3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */ = { + FFFA220239f07f92220239f0 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63cf5d0c07f8d3cf5d0c0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF6220239f07f92220239f0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF23cf5d0c07f8d3cf5d0c0, - FFF83cf5d0c07f8d3cf5d0c0, - FFFC3cf5d0c07f8d3cf5d0c0, + FFF2220239f07f92220239f0, + FFF8220239f07f92220239f0, + FFFC220239f07f92220239f0, ); buildRules = ( ); @@ -5283,16 +5283,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFD3cf5d0c07f8d3cf5d0c0 /* LowLevelParticles */; + productReference = FFFD220239f07f92220239f0 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFA3b4815b07f8d3b4815b0 /* PxTask */ = { + FFFA2230dec07f922230dec0 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63b4815b07f8d3b4815b0 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF62230dec07f922230dec0 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF23b4815b07f8d3b4815b0, - FFF83b4815b07f8d3b4815b0, - FFFC3b4815b07f8d3b4815b0, + FFF22230dec07f922230dec0, + FFF82230dec07f922230dec0, + FFFC2230dec07f922230dec0, ); buildRules = ( ); @@ -5300,16 +5300,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFD3b4815b07f8d3b4815b0 /* PxTask */; + productReference = FFFD2230dec07f922230dec0 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFA3dac6c007f8d3dac6c00 /* PsFastXml */ = { + FFFA210c11007f92210c1100 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF63dac6c007f8d3dac6c00 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF6210c11007f92210c1100 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF23dac6c007f8d3dac6c00, - FFF83dac6c007f8d3dac6c00, - FFFC3dac6c007f8d3dac6c00, + FFF2210c11007f92210c1100, + FFF8210c11007f92210c1100, + FFFC210c11007f92210c1100, ); buildRules = ( ); @@ -5317,216 +5317,216 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFD3dac6c007f8d3dac6c00 /* PsFastXml */; + productReference = FFFD210c11007f92210c1100 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF63daca7207f8d3daca720 = { + FFF6210aa5007f92210aa500 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1c9a007f8d3c1c9a00, - FFF73c1ca0f07f8d3c1ca0f0, - FFF73c1ca7e07f8d3c1ca7e0, - FFF73c1caed07f8d3c1caed0, + FFF7209fc8007f92209fc800, + FFF7209fcef07f92209fcef0, + FFF7209fd5e07f92209fd5e0, + FFF7209fdcd07f92209fdcd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF63dad32e07f8d3dad32e0 = { + FFF62105a4b07f922105a4b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1cb6007f8d3c1cb600, - FFF73c1cbcf07f8d3c1cbcf0, - FFF73c1cc3e07f8d3c1cc3e0, - FFF73c1ccad07f8d3c1ccad0, + FFF7209fe4007f92209fe400, + FFF7209feaf07f92209feaf0, + FFF7209ff1e07f92209ff1e0, + FFF7209ff8d07f92209ff8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63dad46207f8d3dad4620 = { + FFF6210577e07f92210577e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1cd2007f8d3c1cd200, - FFF73c1cd8f07f8d3c1cd8f0, - FFF73c1cdfe07f8d3c1cdfe0, - FFF73c1ce6d07f8d3c1ce6d0, + FFF720a000007f9220a00000, + FFF720a006f07f9220a006f0, + FFF720a00de07f9220a00de0, + FFF720a014d07f9220a014d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63dae43907f8d3dae4390 = { + FFF621068cc07f9221068cc0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1cee007f8d3c1cee00, - FFF73c1cf4f07f8d3c1cf4f0, - FFF73c1cfbe07f8d3c1cfbe0, - FFF73c1d02d07f8d3c1d02d0, + FFF720a01c007f9220a01c00, + FFF720a022f07f9220a022f0, + FFF720a029e07f9220a029e0, + FFF720a030d07f9220a030d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cc2ae407f8d3cc2ae40 = { + FFF621079f707f9221079f70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1d0a007f8d3c1d0a00, - FFF73c1d10f07f8d3c1d10f0, - FFF73c1d17e07f8d3c1d17e0, - FFF73c1d1ed07f8d3c1d1ed0, + FFF720a038007f9220a03800, + FFF720a03ef07f9220a03ef0, + FFF720a045e07f9220a045e0, + FFF720a04cd07f9220a04cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cc2f2707f8d3cc2f270 = { + FFF62107e5307f922107e530 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1d26007f8d3c1d2600, - FFF73c1d2cf07f8d3c1d2cf0, - FFF73c1d33e07f8d3c1d33e0, - FFF73c1d3ad07f8d3c1d3ad0, + FFF720a054007f9220a05400, + FFF720a05af07f9220a05af0, + FFF720a061e07f9220a061e0, + FFF720a068d07f9220a068d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cc226e07f8d3cc226e0 = { + FFF621725cc07f9221725cc0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1d42007f8d3c1d4200, - FFF73c1d48f07f8d3c1d48f0, - FFF73c1d4fe07f8d3c1d4fe0, - FFF73c1d56d07f8d3c1d56d0, + FFF720a070007f9220a07000, + FFF720a076f07f9220a076f0, + FFF720a07de07f9220a07de0, + FFF720a084d07f9220a084d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF63c99d3f07f8d3c99d3f0 = { + FFF62114ec407f922114ec40 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73b813a007f8d3b813a00, - FFF73b8140f07f8d3b8140f0, - FFF73b8147e07f8d3b8147e0, - FFF73b814ed07f8d3b814ed0, + FFF7218110007f9221811000, + FFF7218116f07f92218116f0, + FFF721811de07f9221811de0, + FFF7218124d07f92218124d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF63c9892007f8d3c989200 = { + FFF621160b007f9221160b00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1a66007f8d3c1a6600, - FFF73c1a6cf07f8d3c1a6cf0, - FFF73c1a73e07f8d3c1a73e0, - FFF73c1a7ad07f8d3c1a7ad0, + FFF7209a8e007f92209a8e00, + FFF7209a94f07f92209a94f0, + FFF7209a9be07f92209a9be0, + FFF7209aa2d07f92209aa2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cd0c6b07f8d3cd0c6b0 = { + FFF6211358507f9221135850 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73d02b2007f8d3d02b200, - FFF73d02b8f07f8d3d02b8f0, - FFF73d02bfe07f8d3d02bfe0, - FFF73d02c6d07f8d3d02c6d0, + FFF7209e00007f92209e0000, + FFF7209e06f07f92209e06f0, + FFF7209e0de07f92209e0de0, + FFF7209e14d07f92209e14d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cc0c2b07f8d3cc0c2b0 = { + FFF6215dcd407f92215dcd40 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73c1b8e007f8d3c1b8e00, - FFF73c1b94f07f8d3c1b94f0, - FFF73c1b9be07f8d3c1b9be0, - FFF73c1ba2d07f8d3c1ba2d0, + FFF7209e88007f92209e8800, + FFF7209e8ef07f92209e8ef0, + FFF7209e95e07f92209e95e0, + FFF7209e9cd07f92209e9cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cf17c907f8d3cf17c90 = { + FFF6210c4a407f92210c4a40 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73d0380007f8d3d038000, - FFF73d0386f07f8d3d0386f0, - FFF73d038de07f8d3d038de0, - FFF73d0394d07f8d3d0394d0, + FFF72181a6007f922181a600, + FFF72181acf07f922181acf0, + FFF72181b3e07f922181b3e0, + FFF72181bad07f922181bad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cf3b3a07f8d3cf3b3a0 = { + FFF6220092a07f92220092a0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73d0424007f8d3d042400, - FFF73d042af07f8d3d042af0, - FFF73d0431e07f8d3d0431e0, - FFF73d0438d07f8d3d0438d0, + FFF72280c2007f922280c200, + FFF72280c8f07f922280c8f0, + FFF72280cfe07f922280cfe0, + FFF72280d6d07f922280d6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63b43b7807f8d3b43b780 = { + FFF62170c8707f922170c870 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73b81e2007f8d3b81e200, - FFF73b81e8f07f8d3b81e8f0, - FFF73b81efe07f8d3b81efe0, - FFF73b81f6d07f8d3b81f6d0, + FFF7209f30007f92209f3000, + FFF7209f36f07f92209f36f0, + FFF7209f3de07f92209f3de0, + FFF7209f44d07f92209f44d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63cf5d0c07f8d3cf5d0c0 = { + FFF6220239f07f92220239f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73d04ce007f8d3d04ce00, - FFF73d04d4f07f8d3d04d4f0, - FFF73d04dbe07f8d3d04dbe0, - FFF73d04e2d07f8d3d04e2d0, + FFF722816e007f9222816e00, + FFF7228174f07f92228174f0, + FFF722817be07f9222817be0, + FFF7228182d07f92228182d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63b4815b07f8d3b4815b0 = { + FFF62230dec07f922230dec0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73b825a007f8d3b825a00, - FFF73b8260f07f8d3b8260f0, - FFF73b8267e07f8d3b8267e0, - FFF73b826ed07f8d3b826ed0, + FFF7230086007f9223008600, + FFF723008cf07f9223008cf0, + FFF7230093e07f92230093e0, + FFF723009ad07f9223009ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63dac6c007f8d3dac6c00 = { + FFF6210c11007f92210c1100 = { isa = XCConfigurationList; buildConfigurations = ( - FFF73d06fc007f8d3d06fc00, - FFF73d0702f07f8d3d0702f0, - FFF73d0709e07f8d3d0709e0, - FFF73d0710d07f8d3d0710d0, + FFF7218210007f9221821000, + FFF7218216f07f92218216f0, + FFF721821de07f9221821de0, + FFF7218224d07f92218224d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF63b5766707f8d3b576670 = { + FFF62047ce907f922047ce90 = { isa = XCConfigurationList; buildConfigurations = ( - FFF33c1c9a007f8d3c1c9a00 /* release */, - FFF33c1ca0f07f8d3c1ca0f0 /* debug */, - FFF33c1ca7e07f8d3c1ca7e0 /* checked */, - FFF33c1caed07f8d3c1caed0 /* profile */, + FFF3209fc8007f92209fc800 /* release */, + FFF3209fcef07f92209fcef0 /* debug */, + FFF3209fd5e07f92209fd5e0 /* checked */, + FFF3209fdcd07f92209fdcd0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF73c1c9a007f8d3c1c9a00 /* release */ = { + FFF7209fc8007f92209fc800 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5538,7 +5538,7 @@ "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5553,10 +5553,10 @@ }; name = "release"; }; - FFF73c1ca0f07f8d3c1ca0f0 /* debug */ = { + FFF7209fcef07f92209fcef0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5568,7 +5568,7 @@ "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5583,10 +5583,10 @@ }; name = "debug"; }; - FFF73c1ca7e07f8d3c1ca7e0 /* checked */ = { + FFF7209fd5e07f92209fd5e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5598,7 +5598,7 @@ "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5613,10 +5613,10 @@ }; name = "checked"; }; - FFF73c1caed07f8d3c1caed0 /* profile */ = { + FFF7209fdcd07f92209fdcd0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5628,7 +5628,7 @@ "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5643,10 +5643,10 @@ }; name = "profile"; }; - FFF73c1cb6007f8d3c1cb600 /* debug */ = { + FFF7209fe4007f92209fe400 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5658,7 +5658,7 @@ "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5673,10 +5673,10 @@ }; name = "debug"; }; - FFF73c1cbcf07f8d3c1cbcf0 /* checked */ = { + FFF7209feaf07f92209feaf0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5688,7 +5688,7 @@ "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5703,10 +5703,10 @@ }; name = "checked"; }; - FFF73c1cc3e07f8d3c1cc3e0 /* profile */ = { + FFF7209ff1e07f92209ff1e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5718,7 +5718,7 @@ "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5733,10 +5733,10 @@ }; name = "profile"; }; - FFF73c1ccad07f8d3c1ccad0 /* release */ = { + FFF7209ff8d07f92209ff8d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5748,7 +5748,7 @@ "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5763,10 +5763,10 @@ }; name = "release"; }; - FFF73c1cd2007f8d3c1cd200 /* debug */ = { + FFF720a000007f9220a00000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5778,7 +5778,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5793,10 +5793,10 @@ }; name = "debug"; }; - FFF73c1cd8f07f8d3c1cd8f0 /* checked */ = { + FFF720a006f07f9220a006f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5808,7 +5808,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5823,10 +5823,10 @@ }; name = "checked"; }; - FFF73c1cdfe07f8d3c1cdfe0 /* profile */ = { + FFF720a00de07f9220a00de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5838,7 +5838,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5853,10 +5853,10 @@ }; name = "profile"; }; - FFF73c1ce6d07f8d3c1ce6d0 /* release */ = { + FFF720a014d07f9220a014d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5868,7 +5868,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5883,10 +5883,10 @@ }; name = "release"; }; - FFF73c1cee007f8d3c1cee00 /* debug */ = { + FFF720a01c007f9220a01c00 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5898,7 +5898,7 @@ "-lPsFastXmlDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5913,10 +5913,10 @@ }; name = "debug"; }; - FFF73c1cf4f07f8d3c1cf4f0 /* checked */ = { + FFF720a022f07f9220a022f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5928,7 +5928,7 @@ "-lPsFastXmlCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5943,10 +5943,10 @@ }; name = "checked"; }; - FFF73c1cfbe07f8d3c1cfbe0 /* profile */ = { + FFF720a029e07f9220a029e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5958,7 +5958,7 @@ "-lPsFastXmlPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5973,10 +5973,10 @@ }; name = "profile"; }; - FFF73c1d02d07f8d3c1d02d0 /* release */ = { + FFF720a030d07f9220a030d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -5988,7 +5988,7 @@ "-lPsFastXml", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -6003,10 +6003,10 @@ }; name = "release"; }; - FFF73c1d0a007f8d3c1d0a00 /* debug */ = { + FFF720a038007f9220a03800 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6018,7 +6018,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6033,10 +6033,10 @@ }; name = "debug"; }; - FFF73c1d10f07f8d3c1d10f0 /* checked */ = { + FFF720a03ef07f9220a03ef0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6048,7 +6048,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6063,10 +6063,10 @@ }; name = "checked"; }; - FFF73c1d17e07f8d3c1d17e0 /* profile */ = { + FFF720a045e07f9220a045e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6078,7 +6078,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6093,10 +6093,10 @@ }; name = "profile"; }; - FFF73c1d1ed07f8d3c1d1ed0 /* release */ = { + FFF720a04cd07f9220a04cd0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6108,7 +6108,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6123,10 +6123,10 @@ }; name = "release"; }; - FFF73c1d26007f8d3c1d2600 /* debug */ = { + FFF720a054007f9220a05400 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6138,7 +6138,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6153,10 +6153,10 @@ }; name = "debug"; }; - FFF73c1d2cf07f8d3c1d2cf0 /* checked */ = { + FFF720a05af07f9220a05af0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6168,7 +6168,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6183,10 +6183,10 @@ }; name = "checked"; }; - FFF73c1d33e07f8d3c1d33e0 /* profile */ = { + FFF720a061e07f9220a061e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6198,7 +6198,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6213,10 +6213,10 @@ }; name = "profile"; }; - FFF73c1d3ad07f8d3c1d3ad0 /* release */ = { + FFF720a068d07f9220a068d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6228,7 +6228,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6243,10 +6243,10 @@ }; name = "release"; }; - FFF73c1d42007f8d3c1d4200 /* release */ = { + FFF720a070007f9220a07000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6258,7 +6258,7 @@ "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6273,10 +6273,10 @@ }; name = "release"; }; - FFF73c1d48f07f8d3c1d48f0 /* debug */ = { + FFF720a076f07f9220a076f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6288,7 +6288,7 @@ "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6303,10 +6303,10 @@ }; name = "debug"; }; - FFF73c1d4fe07f8d3c1d4fe0 /* checked */ = { + FFF720a07de07f9220a07de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6318,7 +6318,7 @@ "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6333,10 +6333,10 @@ }; name = "checked"; }; - FFF73c1d56d07f8d3c1d56d0 /* profile */ = { + FFF720a084d07f9220a084d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6348,7 +6348,7 @@ "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6363,10 +6363,10 @@ }; name = "profile"; }; - FFF73b813a007f8d3b813a00 /* release */ = { + FFF7218110007f9221811000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6378,7 +6378,7 @@ "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6393,10 +6393,10 @@ }; name = "release"; }; - FFF73b8140f07f8d3b8140f0 /* debug */ = { + FFF7218116f07f92218116f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6408,7 +6408,7 @@ "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6423,10 +6423,10 @@ }; name = "debug"; }; - FFF73b8147e07f8d3b8147e0 /* checked */ = { + FFF721811de07f9221811de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6438,7 +6438,7 @@ "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6453,10 +6453,10 @@ }; name = "checked"; }; - FFF73b814ed07f8d3b814ed0 /* profile */ = { + FFF7218124d07f92218124d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6468,7 +6468,7 @@ "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6483,10 +6483,10 @@ }; name = "profile"; }; - FFF73c1a66007f8d3c1a6600 /* debug */ = { + FFF7209a8e007f92209a8e00 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6498,7 +6498,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6513,10 +6513,10 @@ }; name = "debug"; }; - FFF73c1a6cf07f8d3c1a6cf0 /* release */ = { + FFF7209a94f07f92209a94f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6528,7 +6528,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6543,10 +6543,10 @@ }; name = "release"; }; - FFF73c1a73e07f8d3c1a73e0 /* checked */ = { + FFF7209a9be07f92209a9be0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6558,7 +6558,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6573,10 +6573,10 @@ }; name = "checked"; }; - FFF73c1a7ad07f8d3c1a7ad0 /* profile */ = { + FFF7209aa2d07f92209aa2d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6588,7 +6588,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6603,10 +6603,10 @@ }; name = "profile"; }; - FFF73d02b2007f8d3d02b200 /* debug */ = { + FFF7209e00007f92209e0000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6618,7 +6618,7 @@ "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6633,10 +6633,10 @@ }; name = "debug"; }; - FFF73d02b8f07f8d3d02b8f0 /* release */ = { + FFF7209e06f07f92209e06f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6648,7 +6648,7 @@ "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6663,10 +6663,10 @@ }; name = "release"; }; - FFF73d02bfe07f8d3d02bfe0 /* checked */ = { + FFF7209e0de07f92209e0de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6678,7 +6678,7 @@ "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6693,10 +6693,10 @@ }; name = "checked"; }; - FFF73d02c6d07f8d3d02c6d0 /* profile */ = { + FFF7209e14d07f92209e14d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6708,7 +6708,7 @@ "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6723,10 +6723,10 @@ }; name = "profile"; }; - FFF73c1b8e007f8d3c1b8e00 /* debug */ = { + FFF7209e88007f92209e8800 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6738,7 +6738,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6753,10 +6753,10 @@ }; name = "debug"; }; - FFF73c1b94f07f8d3c1b94f0 /* checked */ = { + FFF7209e8ef07f92209e8ef0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6768,7 +6768,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6783,10 +6783,10 @@ }; name = "checked"; }; - FFF73c1b9be07f8d3c1b9be0 /* profile */ = { + FFF7209e95e07f92209e95e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6798,7 +6798,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6813,10 +6813,10 @@ }; name = "profile"; }; - FFF73c1ba2d07f8d3c1ba2d0 /* release */ = { + FFF7209e9cd07f92209e9cd0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6828,7 +6828,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6843,10 +6843,10 @@ }; name = "release"; }; - FFF73d0380007f8d3d038000 /* debug */ = { + FFF72181a6007f922181a600 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6858,7 +6858,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6873,10 +6873,10 @@ }; name = "debug"; }; - FFF73d0386f07f8d3d0386f0 /* checked */ = { + FFF72181acf07f922181acf0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6888,7 +6888,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6903,10 +6903,10 @@ }; name = "checked"; }; - FFF73d038de07f8d3d038de0 /* profile */ = { + FFF72181b3e07f922181b3e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6918,7 +6918,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6933,10 +6933,10 @@ }; name = "profile"; }; - FFF73d0394d07f8d3d0394d0 /* release */ = { + FFF72181bad07f922181bad0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6948,7 +6948,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6963,10 +6963,10 @@ }; name = "release"; }; - FFF73d0424007f8d3d042400 /* debug */ = { + FFF72280c2007f922280c200 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -6978,7 +6978,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -6993,10 +6993,10 @@ }; name = "debug"; }; - FFF73d042af07f8d3d042af0 /* checked */ = { + FFF72280c8f07f922280c8f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7008,7 +7008,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7023,10 +7023,10 @@ }; name = "checked"; }; - FFF73d0431e07f8d3d0431e0 /* profile */ = { + FFF72280cfe07f922280cfe0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7038,7 +7038,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7053,10 +7053,10 @@ }; name = "profile"; }; - FFF73d0438d07f8d3d0438d0 /* release */ = { + FFF72280d6d07f922280d6d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7068,7 +7068,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7083,10 +7083,10 @@ }; name = "release"; }; - FFF73b81e2007f8d3b81e200 /* debug */ = { + FFF7209f30007f92209f3000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7098,7 +7098,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7113,10 +7113,10 @@ }; name = "debug"; }; - FFF73b81e8f07f8d3b81e8f0 /* checked */ = { + FFF7209f36f07f92209f36f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7128,7 +7128,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7143,10 +7143,10 @@ }; name = "checked"; }; - FFF73b81efe07f8d3b81efe0 /* profile */ = { + FFF7209f3de07f92209f3de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7158,7 +7158,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7173,10 +7173,10 @@ }; name = "profile"; }; - FFF73b81f6d07f8d3b81f6d0 /* release */ = { + FFF7209f44d07f92209f44d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7188,7 +7188,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7203,10 +7203,10 @@ }; name = "release"; }; - FFF73d04ce007f8d3d04ce00 /* debug */ = { + FFF722816e007f9222816e00 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7218,7 +7218,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7233,10 +7233,10 @@ }; name = "debug"; }; - FFF73d04d4f07f8d3d04d4f0 /* checked */ = { + FFF7228174f07f92228174f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7248,7 +7248,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7263,10 +7263,10 @@ }; name = "checked"; }; - FFF73d04dbe07f8d3d04dbe0 /* profile */ = { + FFF722817be07f9222817be0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7278,7 +7278,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7293,10 +7293,10 @@ }; name = "profile"; }; - FFF73d04e2d07f8d3d04e2d0 /* release */ = { + FFF7228182d07f92228182d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../Lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7308,7 +7308,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7323,10 +7323,10 @@ }; name = "release"; }; - FFF73b825a007f8d3b825a00 /* debug */ = { + FFF7230086007f9223008600 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7338,7 +7338,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7353,10 +7353,10 @@ }; name = "debug"; }; - FFF73b8260f07f8d3b8260f0 /* release */ = { + FFF723008cf07f9223008cf0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7368,7 +7368,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7383,10 +7383,10 @@ }; name = "release"; }; - FFF73b8267e07f8d3b8267e0 /* checked */ = { + FFF7230093e07f92230093e0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7398,7 +7398,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7413,10 +7413,10 @@ }; name = "checked"; }; - FFF73b826ed07f8d3b826ed0 /* profile */ = { + FFF723009ad07f9223009ad0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7428,7 +7428,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7443,10 +7443,10 @@ }; name = "profile"; }; - FFF73d06fc007f8d3d06fc00 /* debug */ = { + FFF7218210007f9221821000 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7458,7 +7458,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7473,10 +7473,10 @@ }; name = "debug"; }; - FFF73d0702f07f8d3d0702f0 /* release */ = { + FFF7218216f07f92218216f0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7488,7 +7488,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7503,10 +7503,10 @@ }; name = "release"; }; - FFF73d0709e07f8d3d0709e0 /* checked */ = { + FFF721821de07f9221821de0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7518,7 +7518,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7533,10 +7533,10 @@ }; name = "checked"; }; - FFF73d0710d07f8d3d0710d0 /* profile */ = { + FFF7218224d07f92218224d0 /* 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; + 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 = 8.0; SDKROOT = iphoneos; CLANG_CXX_LIBRARY = "libc++"; CONFIGURATION_BUILD_DIR = "../../../../PxShared/lib/ios64"; ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; @@ -7548,7 +7548,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7563,25 +7563,25 @@ }; name = "profile"; }; - FFF33c1c9a007f8d3c1c9a00 /* release */ = { + FFF3209fc8007f92209fc800 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF33c1ca0f07f8d3c1ca0f0 /* debug */ = { + FFF3209fcef07f92209fcef0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF33c1ca7e07f8d3c1ca7e0 /* checked */ = { + FFF3209fd5e07f92209fd5e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF33c1caed07f8d3c1caed0 /* profile */ = { + FFF3209fdcd07f92209fdcd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7590,34 +7590,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF93b5766707f8d3b576670 /* Project object */ = { + FFF92047ce907f922047ce90 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF63b5766707f8d3b576670 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF62047ce907f922047ce90 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFB3b5766d87f8d3b5766d8 /* PhysX */; + mainGroup = FFFB2047cef87f922047cef8 /* PhysX */; targets = ( - FFFA3daca7207f8d3daca720, - FFFA3dad32e07f8d3dad32e0, - FFFA3dad46207f8d3dad4620, - FFFA3dae43907f8d3dae4390, - FFFA3cc2ae407f8d3cc2ae40, - FFFA3cc2f2707f8d3cc2f270, - FFFA3cc226e07f8d3cc226e0, - FFFA3c99d3f07f8d3c99d3f0, - FFFA3c9892007f8d3c989200, - FFFA3cd0c6b07f8d3cd0c6b0, - FFFA3cc0c2b07f8d3cc0c2b0, - FFFA3cf17c907f8d3cf17c90, - FFFA3cf3b3a07f8d3cf3b3a0, - FFFA3b43b7807f8d3b43b780, - FFFA3cf5d0c07f8d3cf5d0c0, - FFFA3b4815b07f8d3b4815b0, - FFFA3dac6c007f8d3dac6c00, + FFFA210aa5007f92210aa500, + FFFA2105a4b07f922105a4b0, + FFFA210577e07f92210577e0, + FFFA21068cc07f9221068cc0, + FFFA21079f707f9221079f70, + FFFA2107e5307f922107e530, + FFFA21725cc07f9221725cc0, + FFFA2114ec407f922114ec40, + FFFA21160b007f9221160b00, + FFFA211358507f9221135850, + FFFA215dcd407f92215dcd40, + FFFA210c4a407f92210c4a40, + FFFA220092a07f92220092a0, + FFFA2170c8707f922170c870, + FFFA220239f07f92220239f0, + FFFA2230dec07f922230dec0, + FFFA210c11007f92210c1100, ); }; /* End PBXProject section */ }; - rootObject = FFF93b5766707f8d3b576670 /* Project object */; + rootObject = FFF92047ce907f922047ce90 /* 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 abdc6533..aced43dc 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 */ - FFFFf3934ee07fb0f3934ee0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf3972c407fb0f3972c40 /* SceneQuery */; }; - FFFFf3934f407fb0f3934f40 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf39771c07fb0f39771c0 /* SimulationController */; }; - FFFFf48224387fb0f4822438 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48224387fb0f4822438 /* NpActor.cpp */; }; - FFFFf48224a07fb0f48224a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48224a07fb0f48224a0 /* NpAggregate.cpp */; }; - FFFFf48225087fb0f4822508 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48225087fb0f4822508 /* NpArticulation.cpp */; }; - FFFFf48225707fb0f4822570 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48225707fb0f4822570 /* NpArticulationJoint.cpp */; }; - FFFFf48225d87fb0f48225d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48225d87fb0f48225d8 /* NpArticulationLink.cpp */; }; - FFFFf48226407fb0f4822640 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48226407fb0f4822640 /* NpBatchQuery.cpp */; }; - FFFFf48226a87fb0f48226a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48226a87fb0f48226a8 /* NpConstraint.cpp */; }; - FFFFf48227107fb0f4822710 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48227107fb0f4822710 /* NpFactory.cpp */; }; - FFFFf48227787fb0f4822778 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48227787fb0f4822778 /* NpMaterial.cpp */; }; - FFFFf48227e07fb0f48227e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48227e07fb0f48227e0 /* NpMetaData.cpp */; }; - FFFFf48228487fb0f4822848 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48228487fb0f4822848 /* NpPhysics.cpp */; }; - FFFFf48228b07fb0f48228b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48228b07fb0f48228b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFFf48229187fb0f4822918 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48229187fb0f4822918 /* NpReadCheck.cpp */; }; - FFFFf48229807fb0f4822980 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48229807fb0f4822980 /* NpRigidDynamic.cpp */; }; - FFFFf48229e87fb0f48229e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48229e87fb0f48229e8 /* NpRigidStatic.cpp */; }; - FFFFf4822a507fb0f4822a50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822a507fb0f4822a50 /* NpScene.cpp */; }; - FFFFf4822ab87fb0f4822ab8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822ab87fb0f4822ab8 /* NpSceneQueries.cpp */; }; - FFFFf4822b207fb0f4822b20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822b207fb0f4822b20 /* NpSerializerAdapter.cpp */; }; - FFFFf4822b887fb0f4822b88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822b887fb0f4822b88 /* NpShape.cpp */; }; - FFFFf4822bf07fb0f4822bf0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822bf07fb0f4822bf0 /* NpShapeManager.cpp */; }; - FFFFf4822c587fb0f4822c58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822c587fb0f4822c58 /* NpSpatialIndex.cpp */; }; - FFFFf4822cc07fb0f4822cc0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822cc07fb0f4822cc0 /* NpVolumeCache.cpp */; }; - FFFFf4822d287fb0f4822d28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822d287fb0f4822d28 /* NpWriteCheck.cpp */; }; - FFFFf4822d907fb0f4822d90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822d907fb0f4822d90 /* PvdMetaDataPvdBinding.cpp */; }; - FFFFf4822df87fb0f4822df8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4822df87fb0f4822df8 /* PvdPhysicsClient.cpp */; }; - FFFFf48230007fb0f4823000 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48230007fb0f4823000 /* particles/NpParticleFluid.cpp */; }; - FFFFf48230687fb0f4823068 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48230687fb0f4823068 /* particles/NpParticleSystem.cpp */; }; - FFFFf48238207fb0f4823820 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48238207fb0f4823820 /* buffering/ScbActor.cpp */; }; - FFFFf48238887fb0f4823888 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48238887fb0f4823888 /* buffering/ScbAggregate.cpp */; }; - FFFFf48238f07fb0f48238f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48238f07fb0f48238f0 /* buffering/ScbBase.cpp */; }; - FFFFf48239587fb0f4823958 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48239587fb0f4823958 /* buffering/ScbCloth.cpp */; }; - FFFFf48239c07fb0f48239c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48239c07fb0f48239c0 /* buffering/ScbMetaData.cpp */; }; - FFFFf4823a287fb0f4823a28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823a287fb0f4823a28 /* buffering/ScbParticleSystem.cpp */; }; - FFFFf4823a907fb0f4823a90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823a907fb0f4823a90 /* buffering/ScbScene.cpp */; }; - FFFFf4823af87fb0f4823af8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823af87fb0f4823af8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFFf4823b607fb0f4823b60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823b607fb0f4823b60 /* buffering/ScbShape.cpp */; }; - FFFFf4823d007fb0f4823d00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823d007fb0f4823d00 /* cloth/NpCloth.cpp */; }; - FFFFf4823d687fb0f4823d68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823d687fb0f4823d68 /* cloth/NpClothFabric.cpp */; }; - FFFFf4823dd07fb0f4823dd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823dd07fb0f4823dd0 /* cloth/NpClothParticleData.cpp */; }; - FFFFf4823e387fb0f4823e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4823e387fb0f4823e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFFf48243a87fb0f48243a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf48243a87fb0f48243a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFFf48244107fb0f4824410 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf48244107fb0f4824410 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF81c787107fdb81c78710 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD81c9c0307fdb81c9c030 /* SceneQuery */; }; + FFFF81c787707fdb81c78770 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD832121807fdb83212180 /* SimulationController */; }; + FFFF820362387fdb82036238 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820362387fdb82036238 /* NpActor.cpp */; }; + FFFF820362a07fdb820362a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820362a07fdb820362a0 /* NpAggregate.cpp */; }; + FFFF820363087fdb82036308 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820363087fdb82036308 /* NpArticulation.cpp */; }; + FFFF820363707fdb82036370 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820363707fdb82036370 /* NpArticulationJoint.cpp */; }; + FFFF820363d87fdb820363d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820363d87fdb820363d8 /* NpArticulationLink.cpp */; }; + FFFF820364407fdb82036440 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820364407fdb82036440 /* NpBatchQuery.cpp */; }; + FFFF820364a87fdb820364a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820364a87fdb820364a8 /* NpConstraint.cpp */; }; + FFFF820365107fdb82036510 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820365107fdb82036510 /* NpFactory.cpp */; }; + FFFF820365787fdb82036578 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820365787fdb82036578 /* NpMaterial.cpp */; }; + FFFF820365e07fdb820365e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820365e07fdb820365e0 /* NpMetaData.cpp */; }; + FFFF820366487fdb82036648 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820366487fdb82036648 /* NpPhysics.cpp */; }; + FFFF820366b07fdb820366b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820366b07fdb820366b0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF820367187fdb82036718 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820367187fdb82036718 /* NpReadCheck.cpp */; }; + FFFF820367807fdb82036780 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820367807fdb82036780 /* NpRigidDynamic.cpp */; }; + FFFF820367e87fdb820367e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820367e87fdb820367e8 /* NpRigidStatic.cpp */; }; + FFFF820368507fdb82036850 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820368507fdb82036850 /* NpScene.cpp */; }; + FFFF820368b87fdb820368b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820368b87fdb820368b8 /* NpSceneQueries.cpp */; }; + FFFF820369207fdb82036920 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820369207fdb82036920 /* NpSerializerAdapter.cpp */; }; + FFFF820369887fdb82036988 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820369887fdb82036988 /* NpShape.cpp */; }; + FFFF820369f07fdb820369f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820369f07fdb820369f0 /* NpShapeManager.cpp */; }; + FFFF82036a587fdb82036a58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036a587fdb82036a58 /* NpSpatialIndex.cpp */; }; + FFFF82036ac07fdb82036ac0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036ac07fdb82036ac0 /* NpVolumeCache.cpp */; }; + FFFF82036b287fdb82036b28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036b287fdb82036b28 /* NpWriteCheck.cpp */; }; + FFFF82036b907fdb82036b90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036b907fdb82036b90 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF82036bf87fdb82036bf8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036bf87fdb82036bf8 /* PvdPhysicsClient.cpp */; }; + FFFF82036e007fdb82036e00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036e007fdb82036e00 /* particles/NpParticleFluid.cpp */; }; + FFFF82036e687fdb82036e68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82036e687fdb82036e68 /* particles/NpParticleSystem.cpp */; }; + FFFF820376207fdb82037620 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820376207fdb82037620 /* buffering/ScbActor.cpp */; }; + FFFF820376887fdb82037688 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820376887fdb82037688 /* buffering/ScbAggregate.cpp */; }; + FFFF820376f07fdb820376f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820376f07fdb820376f0 /* buffering/ScbBase.cpp */; }; + FFFF820377587fdb82037758 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820377587fdb82037758 /* buffering/ScbCloth.cpp */; }; + FFFF820377c07fdb820377c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820377c07fdb820377c0 /* buffering/ScbMetaData.cpp */; }; + FFFF820378287fdb82037828 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820378287fdb82037828 /* buffering/ScbParticleSystem.cpp */; }; + FFFF820378907fdb82037890 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820378907fdb82037890 /* buffering/ScbScene.cpp */; }; + FFFF820378f87fdb820378f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820378f87fdb820378f8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF820379607fdb82037960 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820379607fdb82037960 /* buffering/ScbShape.cpp */; }; + FFFF82037b007fdb82037b00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82037b007fdb82037b00 /* cloth/NpCloth.cpp */; }; + FFFF82037b687fdb82037b68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82037b687fdb82037b68 /* cloth/NpClothFabric.cpp */; }; + FFFF82037bd07fdb82037bd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82037bd07fdb82037bd0 /* cloth/NpClothParticleData.cpp */; }; + FFFF82037c387fdb82037c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82037c387fdb82037c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF820303a87fdb820303a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820303a87fdb820303a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF820304107fdb82030410 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820304107fdb82030410 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf39459607fb0f3945960 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf48216007fb0f4821600 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48216687fb0f4821668 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48216d07fb0f48216d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48217387fb0f4821738 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48217a07fb0f48217a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48218087fb0f4821808 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48218707fb0f4821870 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48218d87fb0f48218d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48219407fb0f4821940 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48219a87fb0f48219a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821a107fb0f4821a10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821a787fb0f4821a78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821ae07fb0f4821ae0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821b487fb0f4821b48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821bb07fb0f4821bb0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821c187fb0f4821c18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821c807fb0f4821c80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821ce87fb0f4821ce8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821d507fb0f4821d50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821db87fb0f4821db8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821e207fb0f4821e20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821e887fb0f4821e88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821ef07fb0f4821ef0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821f587fb0f4821f58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4821fc07fb0f4821fc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48220287fb0f4822028 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48220907fb0f4822090 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48220f87fb0f48220f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48221607fb0f4822160 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48221c87fb0f48221c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48222307fb0f4822230 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48222987fb0f4822298 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48223007fb0f4822300 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48223687fb0f4822368 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48223d07fb0f48223d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48224387fb0f4822438 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48224a07fb0f48224a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48225087fb0f4822508 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48225707fb0f4822570 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48225d87fb0f48225d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48226407fb0f4822640 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48226a87fb0f48226a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48227107fb0f4822710 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48227787fb0f4822778 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48227e07fb0f48227e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48228487fb0f4822848 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48228b07fb0f48228b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48229187fb0f4822918 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48229807fb0f4822980 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48229e87fb0f48229e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822a507fb0f4822a50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822ab87fb0f4822ab8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822b207fb0f4822b20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822b887fb0f4822b88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822bf07fb0f4822bf0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822c587fb0f4822c58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822cc07fb0f4822cc0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822d287fb0f4822d28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822d907fb0f4822d90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822df87fb0f4822df8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4822e607fb0f4822e60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4822ec87fb0f4822ec8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4822f307fb0f4822f30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4822f987fb0f4822f98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48230007fb0f4823000 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48230687fb0f4823068 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48230d07fb0f48230d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48231387fb0f4823138 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48231a07fb0f48231a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48232087fb0f4823208 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48232707fb0f4823270 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48232d87fb0f48232d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48233407fb0f4823340 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48233a87fb0f48233a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48234107fb0f4823410 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48234787fb0f4823478 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48234e07fb0f48234e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48235487fb0f4823548 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48235b07fb0f48235b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48236187fb0f4823618 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48236807fb0f4823680 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48236e87fb0f48236e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48237507fb0f4823750 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48237b87fb0f48237b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48238207fb0f4823820 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48238887fb0f4823888 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48238f07fb0f48238f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48239587fb0f4823958 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48239c07fb0f48239c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823a287fb0f4823a28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823a907fb0f4823a90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823af87fb0f4823af8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823b607fb0f4823b60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823bc87fb0f4823bc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4823c307fb0f4823c30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4823c987fb0f4823c98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4823d007fb0f4823d00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823d687fb0f4823d68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823dd07fb0f4823dd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4823e387fb0f4823e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48278007fb0f4827800 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48278687fb0f4827868 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48278d07fb0f48278d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48279387fb0f4827938 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48279a07fb0f48279a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827a087fb0f4827a08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827a707fb0f4827a70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827ad87fb0f4827ad8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827b407fb0f4827b40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827ba87fb0f4827ba8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827c107fb0f4827c10 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827c787fb0f4827c78 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827ce07fb0f4827ce0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827d487fb0f4827d48 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827db07fb0f4827db0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827e187fb0f4827e18 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827e807fb0f4827e80 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827ee87fb0f4827ee8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827f507fb0f4827f50 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4827fb87fb0f4827fb8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48280207fb0f4828020 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48280887fb0f4828088 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48280f07fb0f48280f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48281587fb0f4828158 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48281c07fb0f48281c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48282287fb0f4828228 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48282907fb0f4828290 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48282f87fb0f48282f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48283607fb0f4828360 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48283c87fb0f48283c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48284307fb0f4828430 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48284987fb0f4828498 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48285007fb0f4828500 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48285687fb0f4828568 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48285d07fb0f48285d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48286387fb0f4828638 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48286a07fb0f48286a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48287087fb0f4828708 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48287707fb0f4828770 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48287d87fb0f48287d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48288407fb0f4828840 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48288a87fb0f48288a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48289107fb0f4828910 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48289787fb0f4828978 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48289e07fb0f48289e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828a487fb0f4828a48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828ab07fb0f4828ab0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828b187fb0f4828b18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828b807fb0f4828b80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828be87fb0f4828be8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828c507fb0f4828c50 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828cb87fb0f4828cb8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828d207fb0f4828d20 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4828d887fb0f4828d88 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48240007fb0f4824000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48240687fb0f4824068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48240d07fb0f48240d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48241387fb0f4824138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48241a07fb0f48241a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48242087fb0f4824208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48242707fb0f4824270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48242d87fb0f48242d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48243407fb0f4824340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48243a87fb0f48243a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48244107fb0f4824410 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c6e7107fdb81c6e710 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD820354007fdb82035400 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820354687fdb82035468 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD820354d07fdb820354d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD820355387fdb82035538 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD820355a07fdb820355a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356087fdb82035608 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356707fdb82035670 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356d87fdb820356d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD820357407fdb82035740 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD820357a87fdb820357a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358107fdb82035810 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358787fdb82035878 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358e07fdb820358e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD820359487fdb82035948 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD820359b07fdb820359b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035a187fdb82035a18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035a807fdb82035a80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035ae87fdb82035ae8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035b507fdb82035b50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035bb87fdb82035bb8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035c207fdb82035c20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035c887fdb82035c88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035cf07fdb82035cf0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035d587fdb82035d58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035dc07fdb82035dc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035e287fdb82035e28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035e907fdb82035e90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035ef87fdb82035ef8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035f607fdb82035f60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035fc87fdb82035fc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD820360307fdb82036030 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD820360987fdb82036098 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820361007fdb82036100 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD820361687fdb82036168 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820361d07fdb820361d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820362387fdb82036238 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820362a07fdb820362a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820363087fdb82036308 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820363707fdb82036370 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820363d87fdb820363d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820364407fdb82036440 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820364a87fdb820364a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820365107fdb82036510 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820365787fdb82036578 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820365e07fdb820365e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820366487fdb82036648 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820366b07fdb820366b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820367187fdb82036718 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820367807fdb82036780 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820367e87fdb820367e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820368507fdb82036850 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820368b87fdb820368b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820369207fdb82036920 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820369887fdb82036988 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820369f07fdb820369f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036a587fdb82036a58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036ac07fdb82036ac0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036b287fdb82036b28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036b907fdb82036b90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036bf87fdb82036bf8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036c607fdb82036c60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036cc87fdb82036cc8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036d307fdb82036d30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036d987fdb82036d98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036e007fdb82036e00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036e687fdb82036e68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82036ed07fdb82036ed0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036f387fdb82036f38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82036fa07fdb82036fa0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD820370087fdb82037008 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820370707fdb82037070 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD820370d87fdb820370d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD820371407fdb82037140 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD820371a87fdb820371a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820372107fdb82037210 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD820372787fdb82037278 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD820372e07fdb820372e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD820373487fdb82037348 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD820373b07fdb820373b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD820374187fdb82037418 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD820374807fdb82037480 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820374e87fdb820374e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820375507fdb82037550 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD820375b87fdb820375b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD820376207fdb82037620 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820376887fdb82037688 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820376f07fdb820376f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820377587fdb82037758 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820377c07fdb820377c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820378287fdb82037828 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820378907fdb82037890 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820378f87fdb820378f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820379607fdb82037960 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820379c87fdb820379c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037a307fdb82037a30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037a987fdb82037a98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037b007fdb82037b00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037b687fdb82037b68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037bd07fdb82037bd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037c387fdb82037c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037e007fdb82037e00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037e687fdb82037e68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037ed07fdb82037ed0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037f387fdb82037f38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037fa07fdb82037fa0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD820380087fdb82038008 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD820380707fdb82038070 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD820380d87fdb820380d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD820381407fdb82038140 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820381a87fdb820381a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820382107fdb82038210 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD820382787fdb82038278 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD820382e07fdb820382e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820383487fdb82038348 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD820383b07fdb820383b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD820384187fdb82038418 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD820384807fdb82038480 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD820384e87fdb820384e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820385507fdb82038550 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD820385b87fdb820385b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD820386207fdb82038620 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD820386887fdb82038688 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD820386f07fdb820386f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD820387587fdb82038758 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD820387c07fdb820387c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD820388287fdb82038828 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD820388907fdb82038890 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD820388f87fdb820388f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820389607fdb82038960 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD820389c87fdb820389c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038a307fdb82038a30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038a987fdb82038a98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038b007fdb82038b00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038b687fdb82038b68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038bd07fdb82038bd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038c387fdb82038c38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038ca07fdb82038ca0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038d087fdb82038d08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038d707fdb82038d70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038dd87fdb82038dd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038e407fdb82038e40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038ea87fdb82038ea8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038f107fdb82038f10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038f787fdb82038f78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD82038fe07fdb82038fe0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD820390487fdb82039048 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820390b07fdb820390b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820391187fdb82039118 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD820391807fdb82039180 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820391e87fdb820391e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD820392507fdb82039250 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820392b87fdb820392b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD820393207fdb82039320 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820393887fdb82039388 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820300007fdb82030000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD820300687fdb82030068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD820300d07fdb820300d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820301387fdb82030138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820301a07fdb820301a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820302087fdb82030208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD820302707fdb82030270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD820302d87fdb820302d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820303407fdb82030340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820303a87fdb820303a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820304107fdb82030410 /* 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 */ - FFF2f39459607fb0f3945960 /* Resources */ = { + FFF281c6e7107fdb81c6e710 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf39459607fb0f3945960 /* Frameworks */ = { + FFFC81c6e7107fdb81c6e710 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f39459607fb0f3945960 /* Sources */ = { + FFF881c6e7107fdb81c6e710 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf48224387fb0f4822438, - FFFFf48224a07fb0f48224a0, - FFFFf48225087fb0f4822508, - FFFFf48225707fb0f4822570, - FFFFf48225d87fb0f48225d8, - FFFFf48226407fb0f4822640, - FFFFf48226a87fb0f48226a8, - FFFFf48227107fb0f4822710, - FFFFf48227787fb0f4822778, - FFFFf48227e07fb0f48227e0, - FFFFf48228487fb0f4822848, - FFFFf48228b07fb0f48228b0, - FFFFf48229187fb0f4822918, - FFFFf48229807fb0f4822980, - FFFFf48229e87fb0f48229e8, - FFFFf4822a507fb0f4822a50, - FFFFf4822ab87fb0f4822ab8, - FFFFf4822b207fb0f4822b20, - FFFFf4822b887fb0f4822b88, - FFFFf4822bf07fb0f4822bf0, - FFFFf4822c587fb0f4822c58, - FFFFf4822cc07fb0f4822cc0, - FFFFf4822d287fb0f4822d28, - FFFFf4822d907fb0f4822d90, - FFFFf4822df87fb0f4822df8, - FFFFf48230007fb0f4823000, - FFFFf48230687fb0f4823068, - FFFFf48238207fb0f4823820, - FFFFf48238887fb0f4823888, - FFFFf48238f07fb0f48238f0, - FFFFf48239587fb0f4823958, - FFFFf48239c07fb0f48239c0, - FFFFf4823a287fb0f4823a28, - FFFFf4823a907fb0f4823a90, - FFFFf4823af87fb0f4823af8, - FFFFf4823b607fb0f4823b60, - FFFFf4823d007fb0f4823d00, - FFFFf4823d687fb0f4823d68, - FFFFf4823dd07fb0f4823dd0, - FFFFf4823e387fb0f4823e38, - FFFFf48243a87fb0f48243a8, - FFFFf48244107fb0f4824410, + FFFF820362387fdb82036238, + FFFF820362a07fdb820362a0, + FFFF820363087fdb82036308, + FFFF820363707fdb82036370, + FFFF820363d87fdb820363d8, + FFFF820364407fdb82036440, + FFFF820364a87fdb820364a8, + FFFF820365107fdb82036510, + FFFF820365787fdb82036578, + FFFF820365e07fdb820365e0, + FFFF820366487fdb82036648, + FFFF820366b07fdb820366b0, + FFFF820367187fdb82036718, + FFFF820367807fdb82036780, + FFFF820367e87fdb820367e8, + FFFF820368507fdb82036850, + FFFF820368b87fdb820368b8, + FFFF820369207fdb82036920, + FFFF820369887fdb82036988, + FFFF820369f07fdb820369f0, + FFFF82036a587fdb82036a58, + FFFF82036ac07fdb82036ac0, + FFFF82036b287fdb82036b28, + FFFF82036b907fdb82036b90, + FFFF82036bf87fdb82036bf8, + FFFF82036e007fdb82036e00, + FFFF82036e687fdb82036e68, + FFFF820376207fdb82037620, + FFFF820376887fdb82037688, + FFFF820376f07fdb820376f0, + FFFF820377587fdb82037758, + FFFF820377c07fdb820377c0, + FFFF820378287fdb82037828, + FFFF820378907fdb82037890, + FFFF820378f87fdb820378f8, + FFFF820379607fdb82037960, + FFFF82037b007fdb82037b00, + FFFF82037b687fdb82037b68, + FFFF82037bd07fdb82037bd0, + FFFF82037c387fdb82037c38, + FFFF820303a87fdb820303a8, + FFFF820304107fdb82030410, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f39524c07fb0f39524c0 /* PBXTargetDependency */ = { + FFF481c783c07fdb81c783c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2d3dd907fb0f2d3dd90 /* LowLevel */; - targetProxy = FFF5f2d3dd907fb0f2d3dd90 /* PBXContainerItemProxy */; + target = FFFA83507ad07fdb83507ad0 /* LowLevel */; + targetProxy = FFF583507ad07fdb83507ad0 /* PBXContainerItemProxy */; }; - FFF4f39525207fb0f3952520 /* PBXTargetDependency */ = { + FFF481c7bef07fdb81c7bef0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf39094b07fb0f39094b0 /* LowLevelAABB */; - targetProxy = FFF5f39094b07fb0f39094b0 /* PBXContainerItemProxy */; + target = FFFA837322b07fdb837322b0 /* LowLevelAABB */; + targetProxy = FFF5837322b07fdb837322b0 /* PBXContainerItemProxy */; }; - FFF4f39476807fb0f3947680 /* PBXTargetDependency */ = { + FFF481c78c507fdb81c78c50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf3927bf07fb0f3927bf0 /* LowLevelCloth */; - targetProxy = FFF5f3927bf07fb0f3927bf0 /* PBXContainerItemProxy */; + target = FFFA81c526f07fdb81c526f0 /* LowLevelCloth */; + targetProxy = FFF581c526f07fdb81c526f0 /* PBXContainerItemProxy */; }; - FFF4f39520207fb0f3952020 /* PBXTargetDependency */ = { + FFF481c78bf07fdb81c78bf0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2c04d807fb0f2c04d80 /* LowLevelDynamics */; - targetProxy = FFF5f2c04d807fb0f2c04d80 /* PBXContainerItemProxy */; + target = FFFA81c2a6507fdb81c2a650 /* LowLevelDynamics */; + targetProxy = FFF581c2a6507fdb81c2a650 /* PBXContainerItemProxy */; }; - FFF4f39476e07fb0f39476e0 /* PBXTargetDependency */ = { + FFF481c786b07fdb81c786b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2c195d07fb0f2c195d0 /* LowLevelParticles */; - targetProxy = FFF5f2c195d07fb0f2c195d0 /* PBXContainerItemProxy */; + target = FFFA837467407fdb83746740 /* LowLevelParticles */; + targetProxy = FFF5837467407fdb83746740 /* PBXContainerItemProxy */; }; - FFF4f3934e207fb0f3934e20 /* PBXTargetDependency */ = { + FFF481c783607fdb81c78360 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf299eeb07fb0f299eeb0 /* PhysXCommon */; - targetProxy = FFF5f299eeb07fb0f299eeb0 /* PBXContainerItemProxy */; + target = FFFA832255c07fdb832255c0 /* PhysXCommon */; + targetProxy = FFF5832255c07fdb832255c0 /* PBXContainerItemProxy */; }; - FFF4f3945c507fb0f3945c50 /* PBXTargetDependency */ = { + FFF481c6ea007fdb81c6ea00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf298c0307fb0f298c030 /* PxFoundation */; - targetProxy = FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */; + target = FFFA832630b07fdb832630b0 /* PxFoundation */; + targetProxy = FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */; }; - FFF4f39459007fb0f3945900 /* PBXTargetDependency */ = { + FFF481c6e6b07fdb81c6e6b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf14114a07fb0f14114a0 /* PxPvdSDK */; - targetProxy = FFF5f14114a07fb0f14114a0 /* PBXContainerItemProxy */; + target = FFFA81c0ebb07fdb81c0ebb0 /* PxPvdSDK */; + targetProxy = FFF581c0ebb07fdb81c0ebb0 /* PBXContainerItemProxy */; }; - FFF4f3934f707fb0f3934f70 /* PBXTargetDependency */ = { + FFF481c788c07fdb81c788c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf2faef607fb0f2faef60 /* PxTask */; - targetProxy = FFF5f2faef607fb0f2faef60 /* PBXContainerItemProxy */; + target = FFFA84a4f9207fdb84a4f920 /* PxTask */; + targetProxy = FFF584a4f9207fdb84a4f920 /* PBXContainerItemProxy */; }; - FFF4f3934ee07fb0f3934ee0 /* PBXTargetDependency */ = { + FFF481c787107fdb81c78710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf3972c407fb0f3972c40 /* SceneQuery */; - targetProxy = FFF5f3972c407fb0f3972c40 /* PBXContainerItemProxy */; + target = FFFA81c9c0307fdb81c9c030 /* SceneQuery */; + targetProxy = FFF581c9c0307fdb81c9c030 /* PBXContainerItemProxy */; }; - FFF4f3934f407fb0f3934f40 /* PBXTargetDependency */ = { + FFF481c787707fdb81c78770 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf39771c07fb0f39771c0 /* SimulationController */; - targetProxy = FFF5f39771c07fb0f39771c0 /* PBXContainerItemProxy */; + target = FFFA832121807fdb83212180 /* SimulationController */; + targetProxy = FFF5832121807fdb83212180 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFFf39548907fb0f3954890 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf39602f07fb0f39602f0 /* PhysXExtensions */; }; - FFFFf481f0787fb0f481f078 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f0787fb0f481f078 /* CctBoxController.cpp */; }; - FFFFf481f0e07fb0f481f0e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f0e07fb0f481f0e0 /* CctCapsuleController.cpp */; }; - FFFFf481f1487fb0f481f148 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f1487fb0f481f148 /* CctCharacterController.cpp */; }; - FFFFf481f1b07fb0f481f1b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f1b07fb0f481f1b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFFf481f2187fb0f481f218 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f2187fb0f481f218 /* CctCharacterControllerManager.cpp */; }; - FFFFf481f2807fb0f481f280 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f2807fb0f481f280 /* CctController.cpp */; }; - FFFFf481f2e87fb0f481f2e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f2e87fb0f481f2e8 /* CctObstacleContext.cpp */; }; - FFFFf481f3507fb0f481f350 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f3507fb0f481f350 /* CctSweptBox.cpp */; }; - FFFFf481f3b87fb0f481f3b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f3b87fb0f481f3b8 /* CctSweptCapsule.cpp */; }; - FFFFf481f4207fb0f481f420 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf481f4207fb0f481f420 /* CctSweptVolume.cpp */; }; + FFFF81c5ed407fdb81c5ed40 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD81c895807fdb81c89580 /* PhysXExtensions */; }; + FFFF820398787fdb82039878 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820398787fdb82039878 /* CctBoxController.cpp */; }; + FFFF820398e07fdb820398e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820398e07fdb820398e0 /* CctCapsuleController.cpp */; }; + FFFF820399487fdb82039948 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820399487fdb82039948 /* CctCharacterController.cpp */; }; + FFFF820399b07fdb820399b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820399b07fdb820399b0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF82039a187fdb82039a18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039a187fdb82039a18 /* CctCharacterControllerManager.cpp */; }; + FFFF82039a807fdb82039a80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039a807fdb82039a80 /* CctController.cpp */; }; + FFFF82039ae87fdb82039ae8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039ae87fdb82039ae8 /* CctObstacleContext.cpp */; }; + FFFF82039b507fdb82039b50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039b507fdb82039b50 /* CctSweptBox.cpp */; }; + FFFF82039bb87fdb82039bb8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039bb87fdb82039bb8 /* CctSweptCapsule.cpp */; }; + FFFF82039c207fdb82039c20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82039c207fdb82039c20 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf3934b807fb0f3934b80 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf3955f907fb0f3955f90 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3955ff87fb0f3955ff8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39560607fb0f3956060 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39560c87fb0f39560c8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39561307fb0f3956130 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39561987fb0f3956198 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39562007fb0f3956200 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39562687fb0f3956268 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ec007fb0f481ec00 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ec687fb0f481ec68 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ecd07fb0f481ecd0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ed387fb0f481ed38 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481eda07fb0f481eda0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ee087fb0f481ee08 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ee707fb0f481ee70 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481eed87fb0f481eed8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481ef407fb0f481ef40 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481efa87fb0f481efa8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481f0107fb0f481f010 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf481f0787fb0f481f078 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f0e07fb0f481f0e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f1487fb0f481f148 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f1b07fb0f481f1b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f2187fb0f481f218 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f2807fb0f481f280 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f2e87fb0f481f2e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f3507fb0f481f350 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f3b87fb0f481f3b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf481f4207fb0f481f420 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c788d07fdb81c788d0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81c7cc907fdb81c7cc90 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7ccf87fdb81c7ccf8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7cd607fdb81c7cd60 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7cdc87fdb81c7cdc8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7ce307fdb81c7ce30 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7ce987fdb81c7ce98 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7cf007fdb81c7cf00 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c7cf687fdb81c7cf68 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD820394007fdb82039400 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD820394687fdb82039468 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD820394d07fdb820394d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD820395387fdb82039538 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD820395a07fdb820395a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD820396087fdb82039608 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD820396707fdb82039670 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD820396d87fdb820396d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820397407fdb82039740 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820397a87fdb820397a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD820398107fdb82039810 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD820398787fdb82039878 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820398e07fdb820398e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820399487fdb82039948 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820399b07fdb820399b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039a187fdb82039a18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039a807fdb82039a80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039ae87fdb82039ae8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039b507fdb82039b50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039bb87fdb82039bb8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82039c207fdb82039c20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f3934b807fb0f3934b80 /* Resources */ = { + FFF281c788d07fdb81c788d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf3934b807fb0f3934b80 /* Frameworks */ = { + FFFC81c788d07fdb81c788d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f3934b807fb0f3934b80 /* Sources */ = { + FFF881c788d07fdb81c788d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf481f0787fb0f481f078, - FFFFf481f0e07fb0f481f0e0, - FFFFf481f1487fb0f481f148, - FFFFf481f1b07fb0f481f1b0, - FFFFf481f2187fb0f481f218, - FFFFf481f2807fb0f481f280, - FFFFf481f2e87fb0f481f2e8, - FFFFf481f3507fb0f481f350, - FFFFf481f3b87fb0f481f3b8, - FFFFf481f4207fb0f481f420, + FFFF820398787fdb82039878, + FFFF820398e07fdb820398e0, + FFFF820399487fdb82039948, + FFFF820399b07fdb820399b0, + FFFF82039a187fdb82039a18, + FFFF82039a807fdb82039a80, + FFFF82039ae87fdb82039ae8, + FFFF82039b507fdb82039b50, + FFFF82039bb87fdb82039bb8, + FFFF82039c207fdb82039c20, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f3955d507fb0f3955d50 /* PBXTargetDependency */ = { + FFF481c7da707fdb81c7da70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf299eeb07fb0f299eeb0 /* PhysXCommon */; - targetProxy = FFF5f299eeb07fb0f299eeb0 /* PBXContainerItemProxy */; + target = FFFA832255c07fdb832255c0 /* PhysXCommon */; + targetProxy = FFF5832255c07fdb832255c0 /* PBXContainerItemProxy */; }; - FFF4f39548907fb0f3954890 /* PBXTargetDependency */ = { + FFF481c5ed407fdb81c5ed40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf39602f07fb0f39602f0 /* PhysXExtensions */; - targetProxy = FFF5f39602f07fb0f39602f0 /* PBXContainerItemProxy */; + target = FFFA81c895807fdb81c89580 /* PhysXExtensions */; + targetProxy = FFF581c895807fdb81c89580 /* PBXContainerItemProxy */; }; - FFF4f39555f07fb0f39555f0 /* PBXTargetDependency */ = { + FFF481c7cc507fdb81c7cc50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf298c0307fb0f298c030 /* PxFoundation */; - targetProxy = FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */; + target = FFFA832630b07fdb832630b0 /* PxFoundation */; + targetProxy = FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFFf482b8087fb0f482b808 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482b8087fb0f482b808 /* PxVehicleComponents.cpp */; }; - FFFFf482b8707fb0f482b870 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482b8707fb0f482b870 /* PxVehicleDrive.cpp */; }; - FFFFf482b8d87fb0f482b8d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482b8d87fb0f482b8d8 /* PxVehicleDrive4W.cpp */; }; - FFFFf482b9407fb0f482b940 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482b9407fb0f482b940 /* PxVehicleDriveNW.cpp */; }; - FFFFf482b9a87fb0f482b9a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482b9a87fb0f482b9a8 /* PxVehicleDriveTank.cpp */; }; - FFFFf482ba107fb0f482ba10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482ba107fb0f482ba10 /* PxVehicleMetaData.cpp */; }; - FFFFf482ba787fb0f482ba78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482ba787fb0f482ba78 /* PxVehicleNoDrive.cpp */; }; - FFFFf482bae07fb0f482bae0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bae07fb0f482bae0 /* PxVehicleSDK.cpp */; }; - FFFFf482bb487fb0f482bb48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bb487fb0f482bb48 /* PxVehicleSerialization.cpp */; }; - FFFFf482bbb07fb0f482bbb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bbb07fb0f482bbb0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFFf482bc187fb0f482bc18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bc187fb0f482bc18 /* PxVehicleTireFriction.cpp */; }; - FFFFf482bc807fb0f482bc80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bc807fb0f482bc80 /* PxVehicleUpdate.cpp */; }; - FFFFf482bce87fb0f482bce8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bce87fb0f482bce8 /* PxVehicleWheels.cpp */; }; - FFFFf482bd507fb0f482bd50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bd507fb0f482bd50 /* VehicleUtilControl.cpp */; }; - FFFFf482bdb87fb0f482bdb8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482bdb87fb0f482bdb8 /* VehicleUtilSetup.cpp */; }; - FFFFf482be207fb0f482be20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482be207fb0f482be20 /* VehicleUtilTelemetry.cpp */; }; - FFFFf39621c87fb0f39621c8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf39621c87fb0f39621c8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFFf39622307fb0f3962230 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf39622307fb0f3962230 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF8203da087fdb8203da08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203da087fdb8203da08 /* PxVehicleComponents.cpp */; }; + FFFF8203da707fdb8203da70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203da707fdb8203da70 /* PxVehicleDrive.cpp */; }; + FFFF8203dad87fdb8203dad8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dad87fdb8203dad8 /* PxVehicleDrive4W.cpp */; }; + FFFF8203db407fdb8203db40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203db407fdb8203db40 /* PxVehicleDriveNW.cpp */; }; + FFFF8203dba87fdb8203dba8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dba87fdb8203dba8 /* PxVehicleDriveTank.cpp */; }; + FFFF8203dc107fdb8203dc10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dc107fdb8203dc10 /* PxVehicleMetaData.cpp */; }; + FFFF8203dc787fdb8203dc78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dc787fdb8203dc78 /* PxVehicleNoDrive.cpp */; }; + FFFF8203dce07fdb8203dce0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dce07fdb8203dce0 /* PxVehicleSDK.cpp */; }; + FFFF8203dd487fdb8203dd48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dd487fdb8203dd48 /* PxVehicleSerialization.cpp */; }; + FFFF8203ddb07fdb8203ddb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203ddb07fdb8203ddb0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF8203de187fdb8203de18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203de187fdb8203de18 /* PxVehicleTireFriction.cpp */; }; + FFFF8203de807fdb8203de80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203de807fdb8203de80 /* PxVehicleUpdate.cpp */; }; + FFFF8203dee87fdb8203dee8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dee87fdb8203dee8 /* PxVehicleWheels.cpp */; }; + FFFF8203df507fdb8203df50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203df507fdb8203df50 /* VehicleUtilControl.cpp */; }; + FFFF8203dfb87fdb8203dfb8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203dfb87fdb8203dfb8 /* VehicleUtilSetup.cpp */; }; + FFFF8203e0207fdb8203e020 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203e0207fdb8203e020 /* VehicleUtilTelemetry.cpp */; }; + FFFF81c8b4587fdb81c8b458 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD81c8b4587fdb81c8b458 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF81c8b4c07fdb81c8b4c0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD81c8b4c07fdb81c8b4c0 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf3950f807fb0f3950f80 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf4820a007fb0f4820a00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820a687fb0f4820a68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820ad07fb0f4820ad0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820b387fb0f4820b38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820ba07fb0f4820ba0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820c087fb0f4820c08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820c707fb0f4820c70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820cd87fb0f4820cd8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820d407fb0f4820d40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820da87fb0f4820da8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820e107fb0f4820e10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820e787fb0f4820e78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820ee07fb0f4820ee0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820f487fb0f4820f48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4820fb07fb0f4820fb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b6007fb0f482b600 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b6687fb0f482b668 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b6d07fb0f482b6d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b7387fb0f482b738 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b7a07fb0f482b7a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482b8087fb0f482b808 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482b8707fb0f482b870 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482b8d87fb0f482b8d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482b9407fb0f482b940 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482b9a87fb0f482b9a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482ba107fb0f482ba10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482ba787fb0f482ba78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bae07fb0f482bae0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bb487fb0f482bb48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bbb07fb0f482bbb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bc187fb0f482bc18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bc807fb0f482bc80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bce87fb0f482bce8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bd507fb0f482bd50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482bdb87fb0f482bdb8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482be207fb0f482be20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf39620907fb0f3962090 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39620f87fb0f39620f8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39621607fb0f3962160 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39621c87fb0f39621c8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf39622307fb0f3962230 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c7dd307fdb81c7dd30 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8203ba007fdb8203ba00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ba687fdb8203ba68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bad07fdb8203bad0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bb387fdb8203bb38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bba07fdb8203bba0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bc087fdb8203bc08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bc707fdb8203bc70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bcd87fdb8203bcd8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bd407fdb8203bd40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bda87fdb8203bda8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203be107fdb8203be10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203be787fdb8203be78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bee07fdb8203bee0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bf487fdb8203bf48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203bfb07fdb8203bfb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203d8007fdb8203d800 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203d8687fdb8203d868 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203d8d07fdb8203d8d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203d9387fdb8203d938 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203d9a07fdb8203d9a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203da087fdb8203da08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203da707fdb8203da70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dad87fdb8203dad8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203db407fdb8203db40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dba87fdb8203dba8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dc107fdb8203dc10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dc787fdb8203dc78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dce07fdb8203dce0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dd487fdb8203dd48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203ddb07fdb8203ddb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203de187fdb8203de18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203de807fdb8203de80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dee87fdb8203dee8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203df507fdb8203df50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203dfb87fdb8203dfb8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203e0207fdb8203e020 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c8b3207fdb81c8b320 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c8b3887fdb81c8b388 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c8b3f07fdb81c8b3f0 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c8b4587fdb81c8b458 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c8b4c07fdb81c8b4c0 /* 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 */ - FFF2f3950f807fb0f3950f80 /* Resources */ = { + FFF281c7dd307fdb81c7dd30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf3950f807fb0f3950f80 /* Frameworks */ = { + FFFC81c7dd307fdb81c7dd30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f3950f807fb0f3950f80 /* Sources */ = { + FFF881c7dd307fdb81c7dd30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf482b8087fb0f482b808, - FFFFf482b8707fb0f482b870, - FFFFf482b8d87fb0f482b8d8, - FFFFf482b9407fb0f482b940, - FFFFf482b9a87fb0f482b9a8, - FFFFf482ba107fb0f482ba10, - FFFFf482ba787fb0f482ba78, - FFFFf482bae07fb0f482bae0, - FFFFf482bb487fb0f482bb48, - FFFFf482bbb07fb0f482bbb0, - FFFFf482bc187fb0f482bc18, - FFFFf482bc807fb0f482bc80, - FFFFf482bce87fb0f482bce8, - FFFFf482bd507fb0f482bd50, - FFFFf482bdb87fb0f482bdb8, - FFFFf482be207fb0f482be20, - FFFFf39621c87fb0f39621c8, - FFFFf39622307fb0f3962230, + FFFF8203da087fdb8203da08, + FFFF8203da707fdb8203da70, + FFFF8203dad87fdb8203dad8, + FFFF8203db407fdb8203db40, + FFFF8203dba87fdb8203dba8, + FFFF8203dc107fdb8203dc10, + FFFF8203dc787fdb8203dc78, + FFFF8203dce07fdb8203dce0, + FFFF8203dd487fdb8203dd48, + FFFF8203ddb07fdb8203ddb0, + FFFF8203de187fdb8203de18, + FFFF8203de807fdb8203de80, + FFFF8203dee87fdb8203dee8, + FFFF8203df507fdb8203df50, + FFFF8203dfb87fdb8203dfb8, + FFFF8203e0207fdb8203e020, + FFFF81c8b4587fdb81c8b458, + FFFF81c8b4c07fdb81c8b4c0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFFf482d6e87fb0f482d6e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d6e87fb0f482d6e8 /* ExtBroadPhase.cpp */; }; - FFFFf482d7507fb0f482d750 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d7507fb0f482d750 /* ExtClothFabricCooker.cpp */; }; - FFFFf482d7b87fb0f482d7b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d7b87fb0f482d7b8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFFf482d8207fb0f482d820 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d8207fb0f482d820 /* ExtClothMeshQuadifier.cpp */; }; - FFFFf482d8887fb0f482d888 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d8887fb0f482d888 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFFf482d8f07fb0f482d8f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d8f07fb0f482d8f0 /* ExtCollection.cpp */; }; - FFFFf482d9587fb0f482d958 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d9587fb0f482d958 /* ExtConvexMeshExt.cpp */; }; - FFFFf482d9c07fb0f482d9c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482d9c07fb0f482d9c0 /* ExtCpuWorkerThread.cpp */; }; - FFFFf482da287fb0f482da28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482da287fb0f482da28 /* ExtD6Joint.cpp */; }; - FFFFf482da907fb0f482da90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482da907fb0f482da90 /* ExtD6JointSolverPrep.cpp */; }; - FFFFf482daf87fb0f482daf8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482daf87fb0f482daf8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFFf482db607fb0f482db60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482db607fb0f482db60 /* ExtDefaultErrorCallback.cpp */; }; - FFFFf482dbc87fb0f482dbc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dbc87fb0f482dbc8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFFf482dc307fb0f482dc30 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dc307fb0f482dc30 /* ExtDefaultStreams.cpp */; }; - FFFFf482dc987fb0f482dc98 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dc987fb0f482dc98 /* ExtDistanceJoint.cpp */; }; - FFFFf482dd007fb0f482dd00 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dd007fb0f482dd00 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFFf482dd687fb0f482dd68 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dd687fb0f482dd68 /* ExtExtensions.cpp */; }; - FFFFf482ddd07fb0f482ddd0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482ddd07fb0f482ddd0 /* ExtFixedJoint.cpp */; }; - FFFFf482de387fb0f482de38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482de387fb0f482de38 /* ExtFixedJointSolverPrep.cpp */; }; - FFFFf482dea07fb0f482dea0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dea07fb0f482dea0 /* ExtJoint.cpp */; }; - FFFFf482df087fb0f482df08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482df087fb0f482df08 /* ExtMetaData.cpp */; }; - FFFFf482df707fb0f482df70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482df707fb0f482df70 /* ExtParticleExt.cpp */; }; - FFFFf482dfd87fb0f482dfd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482dfd87fb0f482dfd8 /* ExtPrismaticJoint.cpp */; }; - FFFFf482e0407fb0f482e040 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e0407fb0f482e040 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFFf482e0a87fb0f482e0a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e0a87fb0f482e0a8 /* ExtPvd.cpp */; }; - FFFFf482e1107fb0f482e110 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e1107fb0f482e110 /* ExtPxStringTable.cpp */; }; - FFFFf482e1787fb0f482e178 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e1787fb0f482e178 /* ExtRaycastCCD.cpp */; }; - FFFFf482e1e07fb0f482e1e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e1e07fb0f482e1e0 /* ExtRevoluteJoint.cpp */; }; - FFFFf482e2487fb0f482e248 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e2487fb0f482e248 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFFf482e2b07fb0f482e2b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e2b07fb0f482e2b0 /* ExtRigidBodyExt.cpp */; }; - FFFFf482e3187fb0f482e318 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e3187fb0f482e318 /* ExtSceneQueryExt.cpp */; }; - FFFFf482e3807fb0f482e380 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e3807fb0f482e380 /* ExtSimpleFactory.cpp */; }; - FFFFf482e3e87fb0f482e3e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e3e87fb0f482e3e8 /* ExtSmoothNormals.cpp */; }; - FFFFf482e4507fb0f482e450 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e4507fb0f482e450 /* ExtSphericalJoint.cpp */; }; - FFFFf482e4b87fb0f482e4b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e4b87fb0f482e4b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFFf482e5207fb0f482e520 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf482e5207fb0f482e520 /* ExtTriangleMeshExt.cpp */; }; - FFFFf4831ad07fb0f4831ad0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831ad07fb0f4831ad0 /* SnSerialUtils.cpp */; }; - FFFFf4831b387fb0f4831b38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831b387fb0f4831b38 /* SnSerialization.cpp */; }; - FFFFf4831ba07fb0f4831ba0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831ba07fb0f4831ba0 /* SnSerializationRegistry.cpp */; }; - FFFFf4831ee07fb0f4831ee0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831ee07fb0f4831ee0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFFf4831f487fb0f4831f48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831f487fb0f4831f48 /* Binary/SnBinarySerialization.cpp */; }; - FFFFf4831fb07fb0f4831fb0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4831fb07fb0f4831fb0 /* Binary/SnConvX.cpp */; }; - FFFFf48320187fb0f4832018 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48320187fb0f4832018 /* Binary/SnConvX_Align.cpp */; }; - FFFFf48320807fb0f4832080 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48320807fb0f4832080 /* Binary/SnConvX_Convert.cpp */; }; - FFFFf48320e87fb0f48320e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48320e87fb0f48320e8 /* Binary/SnConvX_Error.cpp */; }; - FFFFf48321507fb0f4832150 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48321507fb0f4832150 /* Binary/SnConvX_MetaData.cpp */; }; - FFFFf48321b87fb0f48321b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48321b87fb0f48321b8 /* Binary/SnConvX_Output.cpp */; }; - FFFFf48322207fb0f4832220 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48322207fb0f4832220 /* Binary/SnConvX_Union.cpp */; }; - FFFFf48322887fb0f4832288 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf48322887fb0f4832288 /* Binary/SnSerializationContext.cpp */; }; - FFFFf4832be07fb0f4832be0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4832be07fb0f4832be0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFFf4832c487fb0f4832c48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4832c487fb0f4832c48 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFFf4832cb07fb0f4832cb0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4832cb07fb0f4832cb0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFFf4832d187fb0f4832d18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDf4832d187fb0f4832d18 /* Xml/SnXmlSerialization.cpp */; }; - FFFFf482fae07fb0f482fae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDf482fae07fb0f482fae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF820400e87fdb820400e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820400e87fdb820400e8 /* ExtBroadPhase.cpp */; }; + FFFF820401507fdb82040150 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820401507fdb82040150 /* ExtClothFabricCooker.cpp */; }; + FFFF820401b87fdb820401b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820401b87fdb820401b8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF820402207fdb82040220 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820402207fdb82040220 /* ExtClothMeshQuadifier.cpp */; }; + FFFF820402887fdb82040288 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820402887fdb82040288 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF820402f07fdb820402f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820402f07fdb820402f0 /* ExtCollection.cpp */; }; + FFFF820403587fdb82040358 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820403587fdb82040358 /* ExtConvexMeshExt.cpp */; }; + FFFF820403c07fdb820403c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820403c07fdb820403c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF820404287fdb82040428 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820404287fdb82040428 /* ExtD6Joint.cpp */; }; + FFFF820404907fdb82040490 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820404907fdb82040490 /* ExtD6JointSolverPrep.cpp */; }; + FFFF820404f87fdb820404f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820404f87fdb820404f8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF820405607fdb82040560 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820405607fdb82040560 /* ExtDefaultErrorCallback.cpp */; }; + FFFF820405c87fdb820405c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820405c87fdb820405c8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF820406307fdb82040630 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820406307fdb82040630 /* ExtDefaultStreams.cpp */; }; + FFFF820406987fdb82040698 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820406987fdb82040698 /* ExtDistanceJoint.cpp */; }; + FFFF820407007fdb82040700 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820407007fdb82040700 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF820407687fdb82040768 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820407687fdb82040768 /* ExtExtensions.cpp */; }; + FFFF820407d07fdb820407d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820407d07fdb820407d0 /* ExtFixedJoint.cpp */; }; + FFFF820408387fdb82040838 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820408387fdb82040838 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF820408a07fdb820408a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820408a07fdb820408a0 /* ExtJoint.cpp */; }; + FFFF820409087fdb82040908 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820409087fdb82040908 /* ExtMetaData.cpp */; }; + FFFF820409707fdb82040970 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820409707fdb82040970 /* ExtParticleExt.cpp */; }; + FFFF820409d87fdb820409d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820409d87fdb820409d8 /* ExtPrismaticJoint.cpp */; }; + FFFF82040a407fdb82040a40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040a407fdb82040a40 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF82040aa87fdb82040aa8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040aa87fdb82040aa8 /* ExtPvd.cpp */; }; + FFFF82040b107fdb82040b10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040b107fdb82040b10 /* ExtPxStringTable.cpp */; }; + FFFF82040b787fdb82040b78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040b787fdb82040b78 /* ExtRaycastCCD.cpp */; }; + FFFF82040be07fdb82040be0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040be07fdb82040be0 /* ExtRevoluteJoint.cpp */; }; + FFFF82040c487fdb82040c48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040c487fdb82040c48 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF82040cb07fdb82040cb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040cb07fdb82040cb0 /* ExtRigidBodyExt.cpp */; }; + FFFF82040d187fdb82040d18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040d187fdb82040d18 /* ExtSceneQueryExt.cpp */; }; + FFFF82040d807fdb82040d80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040d807fdb82040d80 /* ExtSimpleFactory.cpp */; }; + FFFF82040de87fdb82040de8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040de87fdb82040de8 /* ExtSmoothNormals.cpp */; }; + FFFF82040e507fdb82040e50 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040e507fdb82040e50 /* ExtSphericalJoint.cpp */; }; + FFFF82040eb87fdb82040eb8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040eb87fdb82040eb8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF82040f207fdb82040f20 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82040f207fdb82040f20 /* ExtTriangleMeshExt.cpp */; }; + FFFF820448d07fdb820448d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820448d07fdb820448d0 /* SnSerialUtils.cpp */; }; + FFFF820449387fdb82044938 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820449387fdb82044938 /* SnSerialization.cpp */; }; + FFFF820449a07fdb820449a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820449a07fdb820449a0 /* SnSerializationRegistry.cpp */; }; + FFFF82044ce07fdb82044ce0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044ce07fdb82044ce0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF82044d487fdb82044d48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044d487fdb82044d48 /* Binary/SnBinarySerialization.cpp */; }; + FFFF82044db07fdb82044db0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044db07fdb82044db0 /* Binary/SnConvX.cpp */; }; + FFFF82044e187fdb82044e18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044e187fdb82044e18 /* Binary/SnConvX_Align.cpp */; }; + FFFF82044e807fdb82044e80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044e807fdb82044e80 /* Binary/SnConvX_Convert.cpp */; }; + FFFF82044ee87fdb82044ee8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044ee87fdb82044ee8 /* Binary/SnConvX_Error.cpp */; }; + FFFF82044f507fdb82044f50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044f507fdb82044f50 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF82044fb87fdb82044fb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82044fb87fdb82044fb8 /* Binary/SnConvX_Output.cpp */; }; + FFFF820450207fdb82045020 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820450207fdb82045020 /* Binary/SnConvX_Union.cpp */; }; + FFFF820450887fdb82045088 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820450887fdb82045088 /* Binary/SnSerializationContext.cpp */; }; + FFFF820459e07fdb820459e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820459e07fdb820459e0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF82045a487fdb82045a48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82045a487fdb82045a48 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF82045ab07fdb82045ab0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82045ab07fdb82045ab0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF82045b187fdb82045b18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82045b187fdb82045b18 /* Xml/SnXmlSerialization.cpp */; }; + FFFF820424e07fdb820424e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820424e07fdb820424e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf39602f07fb0f39602f0 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf482e6007fb0f482e600 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e6687fb0f482e668 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e6d07fb0f482e6d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e7387fb0f482e738 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e7a07fb0f482e7a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e8087fb0f482e808 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e8707fb0f482e870 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e8d87fb0f482e8d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e9407fb0f482e940 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482e9a87fb0f482e9a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ea107fb0f482ea10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ea787fb0f482ea78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482eae07fb0f482eae0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482eb487fb0f482eb48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ebb07fb0f482ebb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ec187fb0f482ec18 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ec807fb0f482ec80 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ece87fb0f482ece8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ed507fb0f482ed50 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482edb87fb0f482edb8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ee207fb0f482ee20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ee887fb0f482ee88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482eef07fb0f482eef0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482ef587fb0f482ef58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482efc07fb0f482efc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f0287fb0f482f028 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f0907fb0f482f090 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f0f87fb0f482f0f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f1607fb0f482f160 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f1c87fb0f482f1c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f2307fb0f482f230 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f2987fb0f482f298 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f3007fb0f482f300 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f3687fb0f482f368 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f3d07fb0f482f3d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f4387fb0f482f438 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f4a07fb0f482f4a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d0007fb0f482d000 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d0687fb0f482d068 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d0d07fb0f482d0d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d1387fb0f482d138 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d1a07fb0f482d1a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d2087fb0f482d208 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d2707fb0f482d270 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d2d87fb0f482d2d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d3407fb0f482d340 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d3a87fb0f482d3a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d4107fb0f482d410 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d4787fb0f482d478 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d4e07fb0f482d4e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d5487fb0f482d548 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d5b07fb0f482d5b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d6187fb0f482d618 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d6807fb0f482d680 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482d6e87fb0f482d6e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d7507fb0f482d750 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d7b87fb0f482d7b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d8207fb0f482d820 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d8887fb0f482d888 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d8f07fb0f482d8f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d9587fb0f482d958 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482d9c07fb0f482d9c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482da287fb0f482da28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482da907fb0f482da90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482daf87fb0f482daf8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482db607fb0f482db60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dbc87fb0f482dbc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dc307fb0f482dc30 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dc987fb0f482dc98 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dd007fb0f482dd00 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dd687fb0f482dd68 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482ddd07fb0f482ddd0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482de387fb0f482de38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dea07fb0f482dea0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482df087fb0f482df08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482df707fb0f482df70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482dfd87fb0f482dfd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e0407fb0f482e040 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e0a87fb0f482e0a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e1107fb0f482e110 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e1787fb0f482e178 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e1e07fb0f482e1e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e2487fb0f482e248 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e2b07fb0f482e2b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e3187fb0f482e318 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e3807fb0f482e380 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e3e87fb0f482e3e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e4507fb0f482e450 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e4b87fb0f482e4b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf482e5207fb0f482e520 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831a007fb0f4831a00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831a687fb0f4831a68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831ad07fb0f4831ad0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831b387fb0f4831b38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831ba07fb0f4831ba0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831c087fb0f4831c08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831c707fb0f4831c70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831cd87fb0f4831cd8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831d407fb0f4831d40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831da87fb0f4831da8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831e107fb0f4831e10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831e787fb0f4831e78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4831ee07fb0f4831ee0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831f487fb0f4831f48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4831fb07fb0f4831fb0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48320187fb0f4832018 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48320807fb0f4832080 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48320e87fb0f48320e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48321507fb0f4832150 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48321b87fb0f48321b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48322207fb0f4832220 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48322887fb0f4832288 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48322f07fb0f48322f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48323587fb0f4832358 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48323c07fb0f48323c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48324287fb0f4832428 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48324907fb0f4832490 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48324f87fb0f48324f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48325607fb0f4832560 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48325c87fb0f48325c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48326307fb0f4832630 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48326987fb0f4832698 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48327007fb0f4832700 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48327687fb0f4832768 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48327d07fb0f48327d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48328387fb0f4832838 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48328a07fb0f48328a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48329087fb0f4832908 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48329707fb0f4832970 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48329d87fb0f48329d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4832a407fb0f4832a40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4832aa87fb0f4832aa8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4832b107fb0f4832b10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4832b787fb0f4832b78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4832be07fb0f4832be0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4832c487fb0f4832c48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4832cb07fb0f4832cb0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4832d187fb0f4832d18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4832d807fb0f4832d80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f6007fb0f482f600 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f6687fb0f482f668 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f6d07fb0f482f6d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f7387fb0f482f738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f7a07fb0f482f7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f8087fb0f482f808 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f8707fb0f482f870 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f8d87fb0f482f8d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f9407fb0f482f940 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482f9a87fb0f482f9a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482fa107fb0f482fa10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482fa787fb0f482fa78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDf482fae07fb0f482fae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c895807fdb81c89580 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD820410007fdb82041000 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820410687fdb82041068 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820410d07fdb820410d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD820411387fdb82041138 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD820411a07fdb820411a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD820412087fdb82041208 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD820412707fdb82041270 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820412d87fdb820412d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820413407fdb82041340 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820413a87fdb820413a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820414107fdb82041410 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820414787fdb82041478 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD820414e07fdb820414e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820415487fdb82041548 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820415b07fdb820415b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820416187fdb82041618 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820416807fdb82041680 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD820416e87fdb820416e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820417507fdb82041750 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820417b87fdb820417b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD820418207fdb82041820 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD820418887fdb82041888 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820418f07fdb820418f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820419587fdb82041958 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820419c07fdb820419c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041a287fdb82041a28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041a907fdb82041a90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041af87fdb82041af8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041b607fdb82041b60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041bc87fdb82041bc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041c307fdb82041c30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041c987fdb82041c98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041d007fdb82041d00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041d687fdb82041d68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041dd07fdb82041dd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041e387fdb82041e38 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82041ea07fdb82041ea0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fa007fdb8203fa00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fa687fdb8203fa68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fad07fdb8203fad0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fb387fdb8203fb38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fba07fdb8203fba0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fc087fdb8203fc08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fc707fdb8203fc70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fcd87fdb8203fcd8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fd407fdb8203fd40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fda87fdb8203fda8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fe107fdb8203fe10 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fe787fdb8203fe78 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203fee07fdb8203fee0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ff487fdb8203ff48 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ffb07fdb8203ffb0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD820400187fdb82040018 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820400807fdb82040080 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD820400e87fdb820400e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820401507fdb82040150 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820401b87fdb820401b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820402207fdb82040220 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820402887fdb82040288 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820402f07fdb820402f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820403587fdb82040358 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820403c07fdb820403c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820404287fdb82040428 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820404907fdb82040490 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820404f87fdb820404f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820405607fdb82040560 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820405c87fdb820405c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820406307fdb82040630 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820406987fdb82040698 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820407007fdb82040700 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820407687fdb82040768 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820407d07fdb820407d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820408387fdb82040838 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820408a07fdb820408a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820409087fdb82040908 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820409707fdb82040970 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820409d87fdb820409d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040a407fdb82040a40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040aa87fdb82040aa8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040b107fdb82040b10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040b787fdb82040b78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040be07fdb82040be0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040c487fdb82040c48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040cb07fdb82040cb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040d187fdb82040d18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040d807fdb82040d80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040de87fdb82040de8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040e507fdb82040e50 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040eb87fdb82040eb8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82040f207fdb82040f20 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820448007fdb82044800 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD820448687fdb82044868 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD820448d07fdb820448d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820449387fdb82044938 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820449a07fdb820449a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044a087fdb82044a08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044a707fdb82044a70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044ad87fdb82044ad8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044b407fdb82044b40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044ba87fdb82044ba8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044c107fdb82044c10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044c787fdb82044c78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD82044ce07fdb82044ce0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044d487fdb82044d48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044db07fdb82044db0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044e187fdb82044e18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044e807fdb82044e80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044ee87fdb82044ee8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044f507fdb82044f50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82044fb87fdb82044fb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820450207fdb82045020 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820450887fdb82045088 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820450f07fdb820450f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820451587fdb82045158 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD820451c07fdb820451c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD820452287fdb82045228 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD820452907fdb82045290 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD820452f87fdb820452f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD820453607fdb82045360 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820453c87fdb820453c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820454307fdb82045430 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820454987fdb82045498 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820455007fdb82045500 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820455687fdb82045568 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820455d07fdb820455d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820456387fdb82045638 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD820456a07fdb820456a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820457087fdb82045708 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820457707fdb82045770 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820457d87fdb820457d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820458407fdb82045840 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD820458a87fdb820458a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820459107fdb82045910 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820459787fdb82045978 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820459e07fdb820459e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82045a487fdb82045a48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82045ab07fdb82045ab0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82045b187fdb82045b18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82045b807fdb82045b80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD820420007fdb82042000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD820420687fdb82042068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD820420d07fdb820420d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820421387fdb82042138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820421a07fdb820421a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820422087fdb82042208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD820422707fdb82042270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD820422d87fdb820422d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820423407fdb82042340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820423a87fdb820423a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820424107fdb82042410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820424787fdb82042478 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820424e07fdb820424e0 /* 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 */ - FFF2f39602f07fb0f39602f0 /* Resources */ = { + FFF281c895807fdb81c89580 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf39602f07fb0f39602f0 /* Frameworks */ = { + FFFC81c895807fdb81c89580 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f39602f07fb0f39602f0 /* Sources */ = { + FFF881c895807fdb81c89580 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf482d6e87fb0f482d6e8, - FFFFf482d7507fb0f482d750, - FFFFf482d7b87fb0f482d7b8, - FFFFf482d8207fb0f482d820, - FFFFf482d8887fb0f482d888, - FFFFf482d8f07fb0f482d8f0, - FFFFf482d9587fb0f482d958, - FFFFf482d9c07fb0f482d9c0, - FFFFf482da287fb0f482da28, - FFFFf482da907fb0f482da90, - FFFFf482daf87fb0f482daf8, - FFFFf482db607fb0f482db60, - FFFFf482dbc87fb0f482dbc8, - FFFFf482dc307fb0f482dc30, - FFFFf482dc987fb0f482dc98, - FFFFf482dd007fb0f482dd00, - FFFFf482dd687fb0f482dd68, - FFFFf482ddd07fb0f482ddd0, - FFFFf482de387fb0f482de38, - FFFFf482dea07fb0f482dea0, - FFFFf482df087fb0f482df08, - FFFFf482df707fb0f482df70, - FFFFf482dfd87fb0f482dfd8, - FFFFf482e0407fb0f482e040, - FFFFf482e0a87fb0f482e0a8, - FFFFf482e1107fb0f482e110, - FFFFf482e1787fb0f482e178, - FFFFf482e1e07fb0f482e1e0, - FFFFf482e2487fb0f482e248, - FFFFf482e2b07fb0f482e2b0, - FFFFf482e3187fb0f482e318, - FFFFf482e3807fb0f482e380, - FFFFf482e3e87fb0f482e3e8, - FFFFf482e4507fb0f482e450, - FFFFf482e4b87fb0f482e4b8, - FFFFf482e5207fb0f482e520, - FFFFf4831ad07fb0f4831ad0, - FFFFf4831b387fb0f4831b38, - FFFFf4831ba07fb0f4831ba0, - FFFFf4831ee07fb0f4831ee0, - FFFFf4831f487fb0f4831f48, - FFFFf4831fb07fb0f4831fb0, - FFFFf48320187fb0f4832018, - FFFFf48320807fb0f4832080, - FFFFf48320e87fb0f48320e8, - FFFFf48321507fb0f4832150, - FFFFf48321b87fb0f48321b8, - FFFFf48322207fb0f4832220, - FFFFf48322887fb0f4832288, - FFFFf4832be07fb0f4832be0, - FFFFf4832c487fb0f4832c48, - FFFFf4832cb07fb0f4832cb0, - FFFFf4832d187fb0f4832d18, - FFFFf482fae07fb0f482fae0, + FFFF820400e87fdb820400e8, + FFFF820401507fdb82040150, + FFFF820401b87fdb820401b8, + FFFF820402207fdb82040220, + FFFF820402887fdb82040288, + FFFF820402f07fdb820402f0, + FFFF820403587fdb82040358, + FFFF820403c07fdb820403c0, + FFFF820404287fdb82040428, + FFFF820404907fdb82040490, + FFFF820404f87fdb820404f8, + FFFF820405607fdb82040560, + FFFF820405c87fdb820405c8, + FFFF820406307fdb82040630, + FFFF820406987fdb82040698, + FFFF820407007fdb82040700, + FFFF820407687fdb82040768, + FFFF820407d07fdb820407d0, + FFFF820408387fdb82040838, + FFFF820408a07fdb820408a0, + FFFF820409087fdb82040908, + FFFF820409707fdb82040970, + FFFF820409d87fdb820409d8, + FFFF82040a407fdb82040a40, + FFFF82040aa87fdb82040aa8, + FFFF82040b107fdb82040b10, + FFFF82040b787fdb82040b78, + FFFF82040be07fdb82040be0, + FFFF82040c487fdb82040c48, + FFFF82040cb07fdb82040cb0, + FFFF82040d187fdb82040d18, + FFFF82040d807fdb82040d80, + FFFF82040de87fdb82040de8, + FFFF82040e507fdb82040e50, + FFFF82040eb87fdb82040eb8, + FFFF82040f207fdb82040f20, + FFFF820448d07fdb820448d0, + FFFF820449387fdb82044938, + FFFF820449a07fdb820449a0, + FFFF82044ce07fdb82044ce0, + FFFF82044d487fdb82044d48, + FFFF82044db07fdb82044db0, + FFFF82044e187fdb82044e18, + FFFF82044e807fdb82044e80, + FFFF82044ee87fdb82044ee8, + FFFF82044f507fdb82044f50, + FFFF82044fb87fdb82044fb8, + FFFF820450207fdb82045020, + FFFF820450887fdb82045088, + FFFF820459e07fdb820459e0, + FFFF82045a487fdb82045a48, + FFFF82045ab07fdb82045ab0, + FFFF82045b187fdb82045b18, + FFFF820424e07fdb820424e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,65 +880,65 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f395f9f07fb0f395f9f0 /* PBXTargetDependency */ = { + FFF481c88c807fdb81c88c80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf39379407fb0f3937940 /* PsFastXml */; - targetProxy = FFF5f39379407fb0f3937940 /* PBXContainerItemProxy */; + target = FFFA81c6af307fdb81c6af30 /* PsFastXml */; + targetProxy = FFF581c6af307fdb81c6af30 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFFf4835a007fb0f4835a00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835a007fb0f4835a00 /* SqAABBPruner.cpp */; }; - FFFFf4835a687fb0f4835a68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835a687fb0f4835a68 /* SqAABBTree.cpp */; }; - FFFFf4835ad07fb0f4835ad0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835ad07fb0f4835ad0 /* SqAABBTreeBuild.cpp */; }; - FFFFf4835b387fb0f4835b38 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835b387fb0f4835b38 /* SqAABBTreeUpdateMap.cpp */; }; - FFFFf4835ba07fb0f4835ba0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835ba07fb0f4835ba0 /* SqBounds.cpp */; }; - FFFFf4835c087fb0f4835c08 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835c087fb0f4835c08 /* SqBucketPruner.cpp */; }; - FFFFf4835c707fb0f4835c70 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835c707fb0f4835c70 /* SqExtendedBucketPruner.cpp */; }; - FFFFf4835cd87fb0f4835cd8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835cd87fb0f4835cd8 /* SqIncrementalAABBPrunerCore.cpp */; }; - FFFFf4835d407fb0f4835d40 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835d407fb0f4835d40 /* SqIncrementalAABBTree.cpp */; }; - FFFFf4835da87fb0f4835da8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835da87fb0f4835da8 /* SqMetaData.cpp */; }; - FFFFf4835e107fb0f4835e10 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835e107fb0f4835e10 /* SqPruningPool.cpp */; }; - FFFFf4835e787fb0f4835e78 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835e787fb0f4835e78 /* SqPruningStructure.cpp */; }; - FFFFf4835ee07fb0f4835ee0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4835ee07fb0f4835ee0 /* SqSceneQueryManager.cpp */; }; + FFFF8398da007fdb8398da00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398da007fdb8398da00 /* SqAABBPruner.cpp */; }; + FFFF8398da687fdb8398da68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398da687fdb8398da68 /* SqAABBTree.cpp */; }; + FFFF8398dad07fdb8398dad0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dad07fdb8398dad0 /* SqAABBTreeBuild.cpp */; }; + FFFF8398db387fdb8398db38 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398db387fdb8398db38 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF8398dba07fdb8398dba0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dba07fdb8398dba0 /* SqBounds.cpp */; }; + FFFF8398dc087fdb8398dc08 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dc087fdb8398dc08 /* SqBucketPruner.cpp */; }; + FFFF8398dc707fdb8398dc70 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dc707fdb8398dc70 /* SqExtendedBucketPruner.cpp */; }; + FFFF8398dcd87fdb8398dcd8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dcd87fdb8398dcd8 /* SqIncrementalAABBPrunerCore.cpp */; }; + FFFF8398dd407fdb8398dd40 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dd407fdb8398dd40 /* SqIncrementalAABBTree.cpp */; }; + FFFF8398dda87fdb8398dda8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dda87fdb8398dda8 /* SqMetaData.cpp */; }; + FFFF8398de107fdb8398de10 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398de107fdb8398de10 /* SqPruningPool.cpp */; }; + FFFF8398de787fdb8398de78 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398de787fdb8398de78 /* SqPruningStructure.cpp */; }; + FFFF8398dee07fdb8398dee0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8398dee07fdb8398dee0 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf3972c407fb0f3972c40 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf4835a007fb0f4835a00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835a687fb0f4835a68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835ad07fb0f4835ad0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835b387fb0f4835b38 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835ba07fb0f4835ba0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835c087fb0f4835c08 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835c707fb0f4835c70 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835cd87fb0f4835cd8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835d407fb0f4835d40 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835da87fb0f4835da8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835e107fb0f4835e10 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835e787fb0f4835e78 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835ee07fb0f4835ee0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4835f487fb0f4835f48 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4835fb07fb0f4835fb0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48360187fb0f4836018 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48360807fb0f4836080 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48360e87fb0f48360e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48361507fb0f4836150 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48361b87fb0f48361b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48362207fb0f4836220 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48362887fb0f4836288 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48362f07fb0f48362f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48363587fb0f4836358 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48363c07fb0f48363c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48364287fb0f4836428 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3976f007fb0f3976f00 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3976f687fb0f3976f68 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3976fd07fb0f3976fd0 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39770387fb0f3977038 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c9c0307fdb81c9c030 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8398da007fdb8398da00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398da687fdb8398da68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dad07fdb8398dad0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398db387fdb8398db38 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dba07fdb8398dba0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dc087fdb8398dc08 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dc707fdb8398dc70 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dcd87fdb8398dcd8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dd407fdb8398dd40 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dda87fdb8398dda8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398de107fdb8398de10 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398de787fdb8398de78 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398dee07fdb8398dee0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8398df487fdb8398df48 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398dfb07fdb8398dfb0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e0187fdb8398e018 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e0807fdb8398e080 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e0e87fdb8398e0e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e1507fdb8398e150 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e1b87fdb8398e1b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e2207fdb8398e220 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e2887fdb8398e288 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e2f07fdb8398e2f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e3587fdb8398e358 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e3c07fdb8398e3c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398e4287fdb8398e428 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD832127d07fdb832127d0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD832128387fdb83212838 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD832128a07fdb832128a0 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD832129087fdb83212908 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f3972c407fb0f3972c40 /* Resources */ = { + FFF281c9c0307fdb81c9c030 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -948,7 +948,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf3972c407fb0f3972c40 /* Frameworks */ = { + FFFC81c9c0307fdb81c9c030 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -958,23 +958,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f3972c407fb0f3972c40 /* Sources */ = { + FFF881c9c0307fdb81c9c030 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf4835a007fb0f4835a00, - FFFFf4835a687fb0f4835a68, - FFFFf4835ad07fb0f4835ad0, - FFFFf4835b387fb0f4835b38, - FFFFf4835ba07fb0f4835ba0, - FFFFf4835c087fb0f4835c08, - FFFFf4835c707fb0f4835c70, - FFFFf4835cd87fb0f4835cd8, - FFFFf4835d407fb0f4835d40, - FFFFf4835da87fb0f4835da8, - FFFFf4835e107fb0f4835e10, - FFFFf4835e787fb0f4835e78, - FFFFf4835ee07fb0f4835ee0, + FFFF8398da007fdb8398da00, + FFFF8398da687fdb8398da68, + FFFF8398dad07fdb8398dad0, + FFFF8398db387fdb8398db38, + FFFF8398dba07fdb8398dba0, + FFFF8398dc087fdb8398dc08, + FFFF8398dc707fdb8398dc70, + FFFF8398dcd87fdb8398dcd8, + FFFF8398dd407fdb8398dd40, + FFFF8398dda87fdb8398dda8, + FFFF8398de107fdb8398de10, + FFFF8398de787fdb8398de78, + FFFF8398dee07fdb8398dee0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -986,154 +986,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFFf21d75d07fb0f21d75d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d75d07fb0f21d75d0 /* ScActorCore.cpp */; }; - FFFFf21d76387fb0f21d7638 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d76387fb0f21d7638 /* ScActorSim.cpp */; }; - FFFFf21d76a07fb0f21d76a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d76a07fb0f21d76a0 /* ScArticulationCore.cpp */; }; - FFFFf21d77087fb0f21d7708 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d77087fb0f21d7708 /* ScArticulationJointCore.cpp */; }; - FFFFf21d77707fb0f21d7770 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d77707fb0f21d7770 /* ScArticulationJointSim.cpp */; }; - FFFFf21d77d87fb0f21d77d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d77d87fb0f21d77d8 /* ScArticulationSim.cpp */; }; - FFFFf21d78407fb0f21d7840 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d78407fb0f21d7840 /* ScBodyCore.cpp */; }; - FFFFf21d78a87fb0f21d78a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d78a87fb0f21d78a8 /* ScBodyCoreKinematic.cpp */; }; - FFFFf21d79107fb0f21d7910 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d79107fb0f21d7910 /* ScBodySim.cpp */; }; - FFFFf21d79787fb0f21d7978 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d79787fb0f21d7978 /* ScConstraintCore.cpp */; }; - FFFFf21d79e07fb0f21d79e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d79e07fb0f21d79e0 /* ScConstraintGroupNode.cpp */; }; - FFFFf21d7a487fb0f21d7a48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7a487fb0f21d7a48 /* ScConstraintInteraction.cpp */; }; - FFFFf21d7ab07fb0f21d7ab0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7ab07fb0f21d7ab0 /* ScConstraintProjectionManager.cpp */; }; - FFFFf21d7b187fb0f21d7b18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7b187fb0f21d7b18 /* ScConstraintProjectionTree.cpp */; }; - FFFFf21d7b807fb0f21d7b80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7b807fb0f21d7b80 /* ScConstraintSim.cpp */; }; - FFFFf21d7be87fb0f21d7be8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7be87fb0f21d7be8 /* ScElementInteractionMarker.cpp */; }; - FFFFf21d7c507fb0f21d7c50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7c507fb0f21d7c50 /* ScElementSim.cpp */; }; - FFFFf21d7cb87fb0f21d7cb8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7cb87fb0f21d7cb8 /* ScInteraction.cpp */; }; - FFFFf21d7d207fb0f21d7d20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7d207fb0f21d7d20 /* ScIterators.cpp */; }; - FFFFf21d7d887fb0f21d7d88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7d887fb0f21d7d88 /* ScMaterialCore.cpp */; }; - FFFFf21d7df07fb0f21d7df0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7df07fb0f21d7df0 /* ScMetaData.cpp */; }; - FFFFf21d7e587fb0f21d7e58 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7e587fb0f21d7e58 /* ScNPhaseCore.cpp */; }; - FFFFf21d7ec07fb0f21d7ec0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7ec07fb0f21d7ec0 /* ScPhysics.cpp */; }; - FFFFf21d7f287fb0f21d7f28 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7f287fb0f21d7f28 /* ScRigidCore.cpp */; }; - FFFFf21d7f907fb0f21d7f90 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7f907fb0f21d7f90 /* ScRigidSim.cpp */; }; - FFFFf21d7ff87fb0f21d7ff8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d7ff87fb0f21d7ff8 /* ScScene.cpp */; }; - FFFFf21d80607fb0f21d8060 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d80607fb0f21d8060 /* ScShapeCore.cpp */; }; - FFFFf21d80c87fb0f21d80c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d80c87fb0f21d80c8 /* ScShapeInteraction.cpp */; }; - FFFFf21d81307fb0f21d8130 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d81307fb0f21d8130 /* ScShapeSim.cpp */; }; - FFFFf21d81987fb0f21d8198 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d81987fb0f21d8198 /* ScSimStats.cpp */; }; - FFFFf21d82007fb0f21d8200 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d82007fb0f21d8200 /* ScSimulationController.cpp */; }; - FFFFf21d82687fb0f21d8268 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d82687fb0f21d8268 /* ScSqBoundsManager.cpp */; }; - FFFFf21d82d07fb0f21d82d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d82d07fb0f21d82d0 /* ScStaticCore.cpp */; }; - FFFFf21d83387fb0f21d8338 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d83387fb0f21d8338 /* ScStaticSim.cpp */; }; - FFFFf21d83a07fb0f21d83a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d83a07fb0f21d83a0 /* ScTriggerInteraction.cpp */; }; - FFFFf21d85407fb0f21d8540 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d85407fb0f21d8540 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFFf21d85a87fb0f21d85a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d85a87fb0f21d85a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFFf21d86107fb0f21d8610 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d86107fb0f21d8610 /* particles/ScParticleSystemCore.cpp */; }; - FFFFf21d86787fb0f21d8678 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d86787fb0f21d8678 /* particles/ScParticleSystemSim.cpp */; }; - FFFFf21d87b07fb0f21d87b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d87b07fb0f21d87b0 /* cloth/ScClothCore.cpp */; }; - FFFFf21d88187fb0f21d8818 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d88187fb0f21d8818 /* cloth/ScClothFabricCore.cpp */; }; - FFFFf21d88807fb0f21d8880 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d88807fb0f21d8880 /* cloth/ScClothShape.cpp */; }; - FFFFf21d88e87fb0f21d88e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21d88e87fb0f21d88e8 /* cloth/ScClothSim.cpp */; }; + FFFF839993d07fdb839993d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839993d07fdb839993d0 /* ScActorCore.cpp */; }; + FFFF839994387fdb83999438 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839994387fdb83999438 /* ScActorSim.cpp */; }; + FFFF839994a07fdb839994a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839994a07fdb839994a0 /* ScArticulationCore.cpp */; }; + FFFF839995087fdb83999508 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839995087fdb83999508 /* ScArticulationJointCore.cpp */; }; + FFFF839995707fdb83999570 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839995707fdb83999570 /* ScArticulationJointSim.cpp */; }; + FFFF839995d87fdb839995d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839995d87fdb839995d8 /* ScArticulationSim.cpp */; }; + FFFF839996407fdb83999640 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839996407fdb83999640 /* ScBodyCore.cpp */; }; + FFFF839996a87fdb839996a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839996a87fdb839996a8 /* ScBodyCoreKinematic.cpp */; }; + FFFF839997107fdb83999710 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839997107fdb83999710 /* ScBodySim.cpp */; }; + FFFF839997787fdb83999778 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839997787fdb83999778 /* ScConstraintCore.cpp */; }; + FFFF839997e07fdb839997e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839997e07fdb839997e0 /* ScConstraintGroupNode.cpp */; }; + FFFF839998487fdb83999848 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839998487fdb83999848 /* ScConstraintInteraction.cpp */; }; + FFFF839998b07fdb839998b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839998b07fdb839998b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF839999187fdb83999918 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839999187fdb83999918 /* ScConstraintProjectionTree.cpp */; }; + FFFF839999807fdb83999980 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839999807fdb83999980 /* ScConstraintSim.cpp */; }; + FFFF839999e87fdb839999e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD839999e87fdb839999e8 /* ScElementInteractionMarker.cpp */; }; + FFFF83999a507fdb83999a50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999a507fdb83999a50 /* ScElementSim.cpp */; }; + FFFF83999ab87fdb83999ab8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999ab87fdb83999ab8 /* ScInteraction.cpp */; }; + FFFF83999b207fdb83999b20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999b207fdb83999b20 /* ScIterators.cpp */; }; + FFFF83999b887fdb83999b88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999b887fdb83999b88 /* ScMaterialCore.cpp */; }; + FFFF83999bf07fdb83999bf0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999bf07fdb83999bf0 /* ScMetaData.cpp */; }; + FFFF83999c587fdb83999c58 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999c587fdb83999c58 /* ScNPhaseCore.cpp */; }; + FFFF83999cc07fdb83999cc0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999cc07fdb83999cc0 /* ScPhysics.cpp */; }; + FFFF83999d287fdb83999d28 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999d287fdb83999d28 /* ScRigidCore.cpp */; }; + FFFF83999d907fdb83999d90 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999d907fdb83999d90 /* ScRigidSim.cpp */; }; + FFFF83999df87fdb83999df8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999df87fdb83999df8 /* ScScene.cpp */; }; + FFFF83999e607fdb83999e60 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999e607fdb83999e60 /* ScShapeCore.cpp */; }; + FFFF83999ec87fdb83999ec8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999ec87fdb83999ec8 /* ScShapeInteraction.cpp */; }; + FFFF83999f307fdb83999f30 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999f307fdb83999f30 /* ScShapeSim.cpp */; }; + FFFF83999f987fdb83999f98 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83999f987fdb83999f98 /* ScSimStats.cpp */; }; + FFFF8399a0007fdb8399a000 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a0007fdb8399a000 /* ScSimulationController.cpp */; }; + FFFF8399a0687fdb8399a068 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a0687fdb8399a068 /* ScSqBoundsManager.cpp */; }; + FFFF8399a0d07fdb8399a0d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a0d07fdb8399a0d0 /* ScStaticCore.cpp */; }; + FFFF8399a1387fdb8399a138 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a1387fdb8399a138 /* ScStaticSim.cpp */; }; + FFFF8399a1a07fdb8399a1a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a1a07fdb8399a1a0 /* ScTriggerInteraction.cpp */; }; + FFFF8399a3407fdb8399a340 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a3407fdb8399a340 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF8399a3a87fdb8399a3a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a3a87fdb8399a3a8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF8399a4107fdb8399a410 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a4107fdb8399a410 /* particles/ScParticleSystemCore.cpp */; }; + FFFF8399a4787fdb8399a478 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a4787fdb8399a478 /* particles/ScParticleSystemSim.cpp */; }; + FFFF8399a5b07fdb8399a5b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a5b07fdb8399a5b0 /* cloth/ScClothCore.cpp */; }; + FFFF8399a6187fdb8399a618 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a6187fdb8399a618 /* cloth/ScClothFabricCore.cpp */; }; + FFFF8399a6807fdb8399a680 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a6807fdb8399a680 /* cloth/ScClothShape.cpp */; }; + FFFF8399a6e87fdb8399a6e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399a6e87fdb8399a6e8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf39771c07fb0f39771c0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf48386007fb0f4838600 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48386687fb0f4838668 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48386d07fb0f48386d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48387387fb0f4838738 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48387a07fb0f48387a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48388087fb0f4838808 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48388707fb0f4838870 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48388d87fb0f48388d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48389407fb0f4838940 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48389a87fb0f48389a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4838a107fb0f4838a10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4838a787fb0f4838a78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4838ae07fb0f4838ae0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4838b487fb0f4838b48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4838bb07fb0f4838bb0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d68007fb0f21d6800 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d68687fb0f21d6868 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d68d07fb0f21d68d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d69387fb0f21d6938 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d69a07fb0f21d69a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6a087fb0f21d6a08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6a707fb0f21d6a70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6ad87fb0f21d6ad8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6b407fb0f21d6b40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6ba87fb0f21d6ba8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6c107fb0f21d6c10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6c787fb0f21d6c78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6ce07fb0f21d6ce0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6d487fb0f21d6d48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6db07fb0f21d6db0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6e187fb0f21d6e18 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6e807fb0f21d6e80 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6ee87fb0f21d6ee8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6f507fb0f21d6f50 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d6fb87fb0f21d6fb8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d70207fb0f21d7020 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d70887fb0f21d7088 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d70f07fb0f21d70f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d71587fb0f21d7158 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d71c07fb0f21d71c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d72287fb0f21d7228 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d72907fb0f21d7290 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d72f87fb0f21d72f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d73607fb0f21d7360 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d73c87fb0f21d73c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d74307fb0f21d7430 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d74987fb0f21d7498 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d75007fb0f21d7500 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d75687fb0f21d7568 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d75d07fb0f21d75d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d76387fb0f21d7638 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d76a07fb0f21d76a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d77087fb0f21d7708 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d77707fb0f21d7770 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d77d87fb0f21d77d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d78407fb0f21d7840 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d78a87fb0f21d78a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d79107fb0f21d7910 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d79787fb0f21d7978 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d79e07fb0f21d79e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7a487fb0f21d7a48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7ab07fb0f21d7ab0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7b187fb0f21d7b18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7b807fb0f21d7b80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7be87fb0f21d7be8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7c507fb0f21d7c50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7cb87fb0f21d7cb8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7d207fb0f21d7d20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7d887fb0f21d7d88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7df07fb0f21d7df0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7e587fb0f21d7e58 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7ec07fb0f21d7ec0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7f287fb0f21d7f28 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7f907fb0f21d7f90 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d7ff87fb0f21d7ff8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d80607fb0f21d8060 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d80c87fb0f21d80c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d81307fb0f21d8130 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d81987fb0f21d8198 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d82007fb0f21d8200 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d82687fb0f21d8268 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d82d07fb0f21d82d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d83387fb0f21d8338 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d83a07fb0f21d83a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d84087fb0f21d8408 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d84707fb0f21d8470 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d84d87fb0f21d84d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d85407fb0f21d8540 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d85a87fb0f21d85a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d86107fb0f21d8610 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d86787fb0f21d8678 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d86e07fb0f21d86e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d87487fb0f21d8748 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21d87b07fb0f21d87b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d88187fb0f21d8818 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d88807fb0f21d8880 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21d88e87fb0f21d88e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD832121807fdb83212180 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8398cc007fdb8398cc00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398cc687fdb8398cc68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398ccd07fdb8398ccd0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398cd387fdb8398cd38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398cda07fdb8398cda0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398ce087fdb8398ce08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398ce707fdb8398ce70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398ced87fdb8398ced8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398cf407fdb8398cf40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398cfa87fdb8398cfa8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398d0107fdb8398d010 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398d0787fdb8398d078 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398d0e07fdb8398d0e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398d1487fdb8398d148 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8398d1b07fdb8398d1b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD839986007fdb83998600 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD839986687fdb83998668 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD839986d07fdb839986d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD839987387fdb83998738 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839987a07fdb839987a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839988087fdb83998808 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839988707fdb83998870 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839988d87fdb839988d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD839989407fdb83998940 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD839989a87fdb839989a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998a107fdb83998a10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998a787fdb83998a78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998ae07fdb83998ae0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998b487fdb83998b48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998bb07fdb83998bb0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998c187fdb83998c18 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998c807fdb83998c80 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998ce87fdb83998ce8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998d507fdb83998d50 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998db87fdb83998db8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998e207fdb83998e20 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998e887fdb83998e88 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998ef07fdb83998ef0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998f587fdb83998f58 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD83998fc07fdb83998fc0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD839990287fdb83999028 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD839990907fdb83999090 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839990f87fdb839990f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD839991607fdb83999160 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD839991c87fdb839991c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD839992307fdb83999230 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD839992987fdb83999298 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD839993007fdb83999300 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD839993687fdb83999368 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD839993d07fdb839993d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839994387fdb83999438 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839994a07fdb839994a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839995087fdb83999508 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839995707fdb83999570 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839995d87fdb839995d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839996407fdb83999640 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839996a87fdb839996a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839997107fdb83999710 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839997787fdb83999778 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839997e07fdb839997e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839998487fdb83999848 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839998b07fdb839998b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839999187fdb83999918 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839999807fdb83999980 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD839999e87fdb839999e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999a507fdb83999a50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999ab87fdb83999ab8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999b207fdb83999b20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999b887fdb83999b88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999bf07fdb83999bf0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999c587fdb83999c58 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999cc07fdb83999cc0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999d287fdb83999d28 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999d907fdb83999d90 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999df87fdb83999df8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999e607fdb83999e60 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999ec87fdb83999ec8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999f307fdb83999f30 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83999f987fdb83999f98 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a0007fdb8399a000 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a0687fdb8399a068 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a0d07fdb8399a0d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a1387fdb8399a138 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a1a07fdb8399a1a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a2087fdb8399a208 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399a2707fdb8399a270 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399a2d87fdb8399a2d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399a3407fdb8399a340 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a3a87fdb8399a3a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a4107fdb8399a410 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a4787fdb8399a478 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a4e07fdb8399a4e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399a5487fdb8399a548 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399a5b07fdb8399a5b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a6187fdb8399a618 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a6807fdb8399a680 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399a6e87fdb8399a6e8 /* 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 */ - FFF2f39771c07fb0f39771c0 /* Resources */ = { + FFF2832121807fdb83212180 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1143,7 +1143,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf39771c07fb0f39771c0 /* Frameworks */ = { + FFFC832121807fdb83212180 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1153,53 +1153,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f39771c07fb0f39771c0 /* Sources */ = { + FFF8832121807fdb83212180 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf21d75d07fb0f21d75d0, - FFFFf21d76387fb0f21d7638, - FFFFf21d76a07fb0f21d76a0, - FFFFf21d77087fb0f21d7708, - FFFFf21d77707fb0f21d7770, - FFFFf21d77d87fb0f21d77d8, - FFFFf21d78407fb0f21d7840, - FFFFf21d78a87fb0f21d78a8, - FFFFf21d79107fb0f21d7910, - FFFFf21d79787fb0f21d7978, - FFFFf21d79e07fb0f21d79e0, - FFFFf21d7a487fb0f21d7a48, - FFFFf21d7ab07fb0f21d7ab0, - FFFFf21d7b187fb0f21d7b18, - FFFFf21d7b807fb0f21d7b80, - FFFFf21d7be87fb0f21d7be8, - FFFFf21d7c507fb0f21d7c50, - FFFFf21d7cb87fb0f21d7cb8, - FFFFf21d7d207fb0f21d7d20, - FFFFf21d7d887fb0f21d7d88, - FFFFf21d7df07fb0f21d7df0, - FFFFf21d7e587fb0f21d7e58, - FFFFf21d7ec07fb0f21d7ec0, - FFFFf21d7f287fb0f21d7f28, - FFFFf21d7f907fb0f21d7f90, - FFFFf21d7ff87fb0f21d7ff8, - FFFFf21d80607fb0f21d8060, - FFFFf21d80c87fb0f21d80c8, - FFFFf21d81307fb0f21d8130, - FFFFf21d81987fb0f21d8198, - FFFFf21d82007fb0f21d8200, - FFFFf21d82687fb0f21d8268, - FFFFf21d82d07fb0f21d82d0, - FFFFf21d83387fb0f21d8338, - FFFFf21d83a07fb0f21d83a0, - FFFFf21d85407fb0f21d8540, - FFFFf21d85a87fb0f21d85a8, - FFFFf21d86107fb0f21d8610, - FFFFf21d86787fb0f21d8678, - FFFFf21d87b07fb0f21d87b0, - FFFFf21d88187fb0f21d8818, - FFFFf21d88807fb0f21d8880, - FFFFf21d88e87fb0f21d88e8, + FFFF839993d07fdb839993d0, + FFFF839994387fdb83999438, + FFFF839994a07fdb839994a0, + FFFF839995087fdb83999508, + FFFF839995707fdb83999570, + FFFF839995d87fdb839995d8, + FFFF839996407fdb83999640, + FFFF839996a87fdb839996a8, + FFFF839997107fdb83999710, + FFFF839997787fdb83999778, + FFFF839997e07fdb839997e0, + FFFF839998487fdb83999848, + FFFF839998b07fdb839998b0, + FFFF839999187fdb83999918, + FFFF839999807fdb83999980, + FFFF839999e87fdb839999e8, + FFFF83999a507fdb83999a50, + FFFF83999ab87fdb83999ab8, + FFFF83999b207fdb83999b20, + FFFF83999b887fdb83999b88, + FFFF83999bf07fdb83999bf0, + FFFF83999c587fdb83999c58, + FFFF83999cc07fdb83999cc0, + FFFF83999d287fdb83999d28, + FFFF83999d907fdb83999d90, + FFFF83999df87fdb83999df8, + FFFF83999e607fdb83999e60, + FFFF83999ec87fdb83999ec8, + FFFF83999f307fdb83999f30, + FFFF83999f987fdb83999f98, + FFFF8399a0007fdb8399a000, + FFFF8399a0687fdb8399a068, + FFFF8399a0d07fdb8399a0d0, + FFFF8399a1387fdb8399a138, + FFFF8399a1a07fdb8399a1a0, + FFFF8399a3407fdb8399a340, + FFFF8399a3a87fdb8399a3a8, + FFFF8399a4107fdb8399a410, + FFFF8399a4787fdb8399a478, + FFFF8399a5b07fdb8399a5b0, + FFFF8399a6187fdb8399a618, + FFFF8399a6807fdb8399a680, + FFFF8399a6e87fdb8399a6e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1211,80 +1211,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFFf3a007707fb0f3a00770 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDf39602f07fb0f39602f0 /* PhysXExtensions */; }; - FFFFf21dea007fb0f21dea00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21dea007fb0f21dea00 /* Adjacencies.cpp */; }; - FFFFf21dea687fb0f21dea68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21dea687fb0f21dea68 /* Cooking.cpp */; }; - FFFFf21dead07fb0f21dead0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21dead07fb0f21dead0 /* CookingUtils.cpp */; }; - FFFFf21deb387fb0f21deb38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21deb387fb0f21deb38 /* EdgeList.cpp */; }; - FFFFf21deba07fb0f21deba0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21deba07fb0f21deba0 /* MeshCleaner.cpp */; }; - FFFFf21dec087fb0f21dec08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21dec087fb0f21dec08 /* Quantizer.cpp */; }; - FFFFf21deee07fb0f21deee0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21deee07fb0f21deee0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFFf21def487fb0f21def48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21def487fb0f21def48 /* mesh/HeightFieldCooking.cpp */; }; - FFFFf21defb07fb0f21defb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21defb07fb0f21defb0 /* mesh/RTreeCooking.cpp */; }; - FFFFf21df0187fb0f21df018 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df0187fb0f21df018 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFFf21df2887fb0f21df288 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df2887fb0f21df288 /* convex/BigConvexDataBuilder.cpp */; }; - FFFFf21df2f07fb0f21df2f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df2f07fb0f21df2f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFFf21df3587fb0f21df358 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df3587fb0f21df358 /* convex/ConvexHullLib.cpp */; }; - FFFFf21df3c07fb0f21df3c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df3c07fb0f21df3c0 /* convex/ConvexHullUtils.cpp */; }; - FFFFf21df4287fb0f21df428 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df4287fb0f21df428 /* convex/ConvexMeshBuilder.cpp */; }; - FFFFf21df4907fb0f21df490 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df4907fb0f21df490 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFFf21df4f87fb0f21df4f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df4f87fb0f21df4f8 /* convex/InflationConvexHullLib.cpp */; }; - FFFFf21df5607fb0f21df560 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df5607fb0f21df560 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFFf21df5c87fb0f21df5c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21df5c87fb0f21df5c8 /* convex/VolumeIntegration.cpp */; }; + FFFF832374d07fdb832374d0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD81c895807fdb81c89580 /* PhysXExtensions */; }; + FFFF8399c8007fdb8399c800 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399c8007fdb8399c800 /* Adjacencies.cpp */; }; + FFFF8399c8687fdb8399c868 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399c8687fdb8399c868 /* Cooking.cpp */; }; + FFFF8399c8d07fdb8399c8d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399c8d07fdb8399c8d0 /* CookingUtils.cpp */; }; + FFFF8399c9387fdb8399c938 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399c9387fdb8399c938 /* EdgeList.cpp */; }; + FFFF8399c9a07fdb8399c9a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399c9a07fdb8399c9a0 /* MeshCleaner.cpp */; }; + FFFF8399ca087fdb8399ca08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399ca087fdb8399ca08 /* Quantizer.cpp */; }; + FFFF8399cce07fdb8399cce0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399cce07fdb8399cce0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF8399cd487fdb8399cd48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399cd487fdb8399cd48 /* mesh/HeightFieldCooking.cpp */; }; + FFFF8399cdb07fdb8399cdb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399cdb07fdb8399cdb0 /* mesh/RTreeCooking.cpp */; }; + FFFF8399ce187fdb8399ce18 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399ce187fdb8399ce18 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF8399d0887fdb8399d088 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d0887fdb8399d088 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF8399d0f07fdb8399d0f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d0f07fdb8399d0f0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF8399d1587fdb8399d158 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d1587fdb8399d158 /* convex/ConvexHullLib.cpp */; }; + FFFF8399d1c07fdb8399d1c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d1c07fdb8399d1c0 /* convex/ConvexHullUtils.cpp */; }; + FFFF8399d2287fdb8399d228 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d2287fdb8399d228 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF8399d2907fdb8399d290 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d2907fdb8399d290 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF8399d2f87fdb8399d2f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d2f87fdb8399d2f8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF8399d3607fdb8399d360 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d3607fdb8399d360 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF8399d3c87fdb8399d3c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8399d3c87fdb8399d3c8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2c8ba007fb0f2c8ba00 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf3a000007fb0f3a00000 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a000687fb0f3a00068 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a000d07fb0f3a000d0 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a001387fb0f3a00138 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a001a07fb0f3a001a0 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a002087fb0f3a00208 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3a002707fb0f3a00270 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21dea007fb0f21dea00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21dea687fb0f21dea68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21dead07fb0f21dead0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21deb387fb0f21deb38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21deba07fb0f21deba0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21dec087fb0f21dec08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21dec707fb0f21dec70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21decd87fb0f21decd8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21ded407fb0f21ded40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21deda87fb0f21deda8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21dee107fb0f21dee10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21dee787fb0f21dee78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21deee07fb0f21deee0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21def487fb0f21def48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21defb07fb0f21defb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df0187fb0f21df018 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df0807fb0f21df080 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df0e87fb0f21df0e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df1507fb0f21df150 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df1b87fb0f21df1b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df2207fb0f21df220 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df2887fb0f21df288 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df2f07fb0f21df2f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df3587fb0f21df358 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df3c07fb0f21df3c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df4287fb0f21df428 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df4907fb0f21df490 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df4f87fb0f21df4f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df5607fb0f21df560 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df5c87fb0f21df5c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21df6307fb0f21df630 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df6987fb0f21df698 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df7007fb0f21df700 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df7687fb0f21df768 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df7d07fb0f21df7d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df8387fb0f21df838 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df8a07fb0f21df8a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df9087fb0f21df908 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21df9707fb0f21df970 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD8322a9507fdb8322a950 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD832365507fdb83236550 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD832365b87fdb832365b8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD832366207fdb83236620 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD832366887fdb83236688 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD832366f07fdb832366f0 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD832367587fdb83236758 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD832367c07fdb832367c0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399c8007fdb8399c800 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399c8687fdb8399c868 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399c8d07fdb8399c8d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399c9387fdb8399c938 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399c9a07fdb8399c9a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399ca087fdb8399ca08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399ca707fdb8399ca70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cad87fdb8399cad8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cb407fdb8399cb40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cba87fdb8399cba8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cc107fdb8399cc10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cc787fdb8399cc78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cce07fdb8399cce0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399cd487fdb8399cd48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399cdb07fdb8399cdb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399ce187fdb8399ce18 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399ce807fdb8399ce80 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cee87fdb8399cee8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cf507fdb8399cf50 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399cfb87fdb8399cfb8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d0207fdb8399d020 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d0887fdb8399d088 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d0f07fdb8399d0f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d1587fdb8399d158 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d1c07fdb8399d1c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d2287fdb8399d228 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d2907fdb8399d290 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d2f87fdb8399d2f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d3607fdb8399d360 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d3c87fdb8399d3c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8399d4307fdb8399d430 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d4987fdb8399d498 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d5007fdb8399d500 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d5687fdb8399d568 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d5d07fdb8399d5d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d6387fdb8399d638 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d6a07fdb8399d6a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d7087fdb8399d708 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8399d7707fdb8399d770 /* 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 */ - FFF2f2c8ba007fb0f2c8ba00 /* Resources */ = { + FFF28322a9507fdb8322a950 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1294,7 +1294,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2c8ba007fb0f2c8ba00 /* Frameworks */ = { + FFFC8322a9507fdb8322a950 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1304,29 +1304,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2c8ba007fb0f2c8ba00 /* Sources */ = { + FFF88322a9507fdb8322a950 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf21dea007fb0f21dea00, - FFFFf21dea687fb0f21dea68, - FFFFf21dead07fb0f21dead0, - FFFFf21deb387fb0f21deb38, - FFFFf21deba07fb0f21deba0, - FFFFf21dec087fb0f21dec08, - FFFFf21deee07fb0f21deee0, - FFFFf21def487fb0f21def48, - FFFFf21defb07fb0f21defb0, - FFFFf21df0187fb0f21df018, - FFFFf21df2887fb0f21df288, - FFFFf21df2f07fb0f21df2f0, - FFFFf21df3587fb0f21df358, - FFFFf21df3c07fb0f21df3c0, - FFFFf21df4287fb0f21df428, - FFFFf21df4907fb0f21df490, - FFFFf21df4f87fb0f21df4f8, - FFFFf21df5607fb0f21df560, - FFFFf21df5c87fb0f21df5c8, + FFFF8399c8007fdb8399c800, + FFFF8399c8687fdb8399c868, + FFFF8399c8d07fdb8399c8d0, + FFFF8399c9387fdb8399c938, + FFFF8399c9a07fdb8399c9a0, + FFFF8399ca087fdb8399ca08, + FFFF8399cce07fdb8399cce0, + FFFF8399cd487fdb8399cd48, + FFFF8399cdb07fdb8399cdb0, + FFFF8399ce187fdb8399ce18, + FFFF8399d0887fdb8399d088, + FFFF8399d0f07fdb8399d0f0, + FFFF8399d1587fdb8399d158, + FFFF8399d1c07fdb8399d1c0, + FFFF8399d2287fdb8399d228, + FFFF8399d2907fdb8399d290, + FFFF8399d2f87fdb8399d2f8, + FFFF8399d3607fdb8399d360, + FFFF8399d3c87fdb8399d3c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1335,514 +1335,514 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f3a019407fb0f3a01940 /* PBXTargetDependency */ = { + FFF48322fd807fdb8322fd80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf299eeb07fb0f299eeb0 /* PhysXCommon */; - targetProxy = FFF5f299eeb07fb0f299eeb0 /* PBXContainerItemProxy */; + target = FFFA832255c07fdb832255c0 /* PhysXCommon */; + targetProxy = FFF5832255c07fdb832255c0 /* PBXContainerItemProxy */; }; - FFF4f3a007707fb0f3a00770 /* PBXTargetDependency */ = { + FFF4832374d07fdb832374d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf39602f07fb0f39602f0 /* PhysXExtensions */; - targetProxy = FFF5f39602f07fb0f39602f0 /* PBXContainerItemProxy */; + target = FFFA81c895807fdb81c89580 /* PhysXExtensions */; + targetProxy = FFF581c895807fdb81c89580 /* PBXContainerItemProxy */; }; - FFF4f2c8b8a07fb0f2c8b8a0 /* PBXTargetDependency */ = { + FFF4832119d07fdb832119d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf298c0307fb0f298c030 /* PxFoundation */; - targetProxy = FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */; + target = FFFA832630b07fdb832630b0 /* PxFoundation */; + targetProxy = FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFFf21a3c007fb0f21a3c00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3c007fb0f21a3c00 /* src/CmBoxPruning.cpp */; }; - FFFFf21a3c687fb0f21a3c68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3c687fb0f21a3c68 /* src/CmCollection.cpp */; }; - FFFFf21a3cd07fb0f21a3cd0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3cd07fb0f21a3cd0 /* src/CmMathUtils.cpp */; }; - FFFFf21a3d387fb0f21a3d38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3d387fb0f21a3d38 /* src/CmPtrTable.cpp */; }; - FFFFf21a3da07fb0f21a3da0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3da07fb0f21a3da0 /* src/CmRadixSort.cpp */; }; - FFFFf21a3e087fb0f21a3e08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3e087fb0f21a3e08 /* src/CmRadixSortBuffered.cpp */; }; - FFFFf21a3e707fb0f21a3e70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3e707fb0f21a3e70 /* src/CmRenderOutput.cpp */; }; - FFFFf21a3ed87fb0f21a3ed8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDf21a3ed87fb0f21a3ed8 /* src/CmVisualization.cpp */; }; - FFFFf30013a87fb0f30013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30013a87fb0f30013a8 /* ../../Include/GeomUtils */; }; - FFFFf30048e07fb0f30048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30048e07fb0f30048e0 /* src/GuBounds.cpp */; }; - FFFFf30049487fb0f3004948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30049487fb0f3004948 /* src/GuBox.cpp */; }; - FFFFf30049b07fb0f30049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30049b07fb0f30049b0 /* src/GuCCTSweepTests.cpp */; }; - FFFFf3004a187fb0f3004a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004a187fb0f3004a18 /* src/GuCapsule.cpp */; }; - FFFFf3004a807fb0f3004a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004a807fb0f3004a80 /* src/GuGeometryQuery.cpp */; }; - FFFFf3004ae87fb0f3004ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004ae87fb0f3004ae8 /* src/GuGeometryUnion.cpp */; }; - FFFFf3004b507fb0f3004b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004b507fb0f3004b50 /* src/GuInternal.cpp */; }; - FFFFf3004bb87fb0f3004bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004bb87fb0f3004bb8 /* src/GuMTD.cpp */; }; - FFFFf3004c207fb0f3004c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004c207fb0f3004c20 /* src/GuMeshFactory.cpp */; }; - FFFFf3004c887fb0f3004c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004c887fb0f3004c88 /* src/GuMetaData.cpp */; }; - FFFFf3004cf07fb0f3004cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004cf07fb0f3004cf0 /* src/GuOverlapTests.cpp */; }; - FFFFf3004d587fb0f3004d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004d587fb0f3004d58 /* src/GuRaycastTests.cpp */; }; - FFFFf3004dc07fb0f3004dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004dc07fb0f3004dc0 /* src/GuSerialize.cpp */; }; - FFFFf3004e287fb0f3004e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004e287fb0f3004e28 /* src/GuSweepMTD.cpp */; }; - FFFFf3004e907fb0f3004e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004e907fb0f3004e90 /* src/GuSweepSharedTests.cpp */; }; - FFFFf3004ef87fb0f3004ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004ef87fb0f3004ef8 /* src/GuSweepTests.cpp */; }; - FFFFf3004f607fb0f3004f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004f607fb0f3004f60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFFf3004fc87fb0f3004fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3004fc87fb0f3004fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFFf30050307fb0f3005030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30050307fb0f3005030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFFf30050987fb0f3005098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30050987fb0f3005098 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFFf30051007fb0f3005100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30051007fb0f3005100 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFFf30051687fb0f3005168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30051687fb0f3005168 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFFf30051d07fb0f30051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30051d07fb0f30051d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFFf30052387fb0f3005238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30052387fb0f3005238 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFFf30052a07fb0f30052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30052a07fb0f30052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFFf30053087fb0f3005308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30053087fb0f3005308 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFFf30053707fb0f3005370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30053707fb0f3005370 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFFf30053d87fb0f30053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30053d87fb0f30053d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFFf30054407fb0f3005440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30054407fb0f3005440 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFFf30054a87fb0f30054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30054a87fb0f30054a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFFf30055107fb0f3005510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30055107fb0f3005510 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFFf30055787fb0f3005578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30055787fb0f3005578 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFFf30055e07fb0f30055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30055e07fb0f30055e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFFf30056487fb0f3005648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30056487fb0f3005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFFf30056b07fb0f30056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30056b07fb0f30056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFFf30057187fb0f3005718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30057187fb0f3005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFFf30057807fb0f3005780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30057807fb0f3005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFFf30057e87fb0f30057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30057e87fb0f30057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFFf30058507fb0f3005850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30058507fb0f3005850 /* src/common/GuSeparatingAxes.cpp */; }; - FFFFf30058b87fb0f30058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30058b87fb0f30058b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFFf30059207fb0f3005920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30059207fb0f3005920 /* src/convex/GuConvexHelper.cpp */; }; - FFFFf30059887fb0f3005988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30059887fb0f3005988 /* src/convex/GuConvexMesh.cpp */; }; - FFFFf30059f07fb0f30059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30059f07fb0f30059f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFFf3005a587fb0f3005a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005a587fb0f3005a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFFf3005ac07fb0f3005ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005ac07fb0f3005ac0 /* src/convex/GuHillClimbing.cpp */; }; - FFFFf3005b287fb0f3005b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005b287fb0f3005b28 /* src/convex/GuShapeConvex.cpp */; }; - FFFFf3005b907fb0f3005b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005b907fb0f3005b90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFFf3005bf87fb0f3005bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005bf87fb0f3005bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFFf3005c607fb0f3005c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005c607fb0f3005c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFFf3005cc87fb0f3005cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005cc87fb0f3005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFFf3005d307fb0f3005d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005d307fb0f3005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFFf3005d987fb0f3005d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005d987fb0f3005d98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFFf3005e007fb0f3005e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005e007fb0f3005e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFFf3005e687fb0f3005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005e687fb0f3005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFFf3005ed07fb0f3005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005ed07fb0f3005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFFf3005f387fb0f3005f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005f387fb0f3005f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFFf3005fa07fb0f3005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3005fa07fb0f3005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFFf30060087fb0f3006008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30060087fb0f3006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFFf30060707fb0f3006070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30060707fb0f3006070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFFf30060d87fb0f30060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30060d87fb0f30060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFFf30061407fb0f3006140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30061407fb0f3006140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFFf30061a87fb0f30061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30061a87fb0f30061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFFf30062107fb0f3006210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30062107fb0f3006210 /* src/gjk/GuEPA.cpp */; }; - FFFFf30062787fb0f3006278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30062787fb0f3006278 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFFf30062e07fb0f30062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30062e07fb0f30062e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFFf30063487fb0f3006348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30063487fb0f3006348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFFf30063b07fb0f30063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30063b07fb0f30063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFFf30064187fb0f3006418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30064187fb0f3006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFFf30064807fb0f3006480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30064807fb0f3006480 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFFf30064e87fb0f30064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30064e87fb0f30064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFFf30065507fb0f3006550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30065507fb0f3006550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFFf30065b87fb0f30065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30065b87fb0f30065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFFf30066207fb0f3006620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30066207fb0f3006620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFFf30066887fb0f3006688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30066887fb0f3006688 /* src/mesh/GuBV32.cpp */; }; - FFFFf30066f07fb0f30066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30066f07fb0f30066f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFFf30067587fb0f3006758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30067587fb0f3006758 /* src/mesh/GuBV4.cpp */; }; - FFFFf30067c07fb0f30067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30067c07fb0f30067c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFFf30068287fb0f3006828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30068287fb0f3006828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFFf30068907fb0f3006890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30068907fb0f3006890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFFf30068f87fb0f30068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30068f87fb0f30068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFFf30069607fb0f3006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30069607fb0f3006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFFf30069c87fb0f30069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30069c87fb0f30069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFFf3006a307fb0f3006a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006a307fb0f3006a30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFFf3006a987fb0f3006a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006a987fb0f3006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFFf3006b007fb0f3006b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006b007fb0f3006b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFFf3006b687fb0f3006b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006b687fb0f3006b68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFFf3006bd07fb0f3006bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006bd07fb0f3006bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFFf3006c387fb0f3006c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006c387fb0f3006c38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFFf3006ca07fb0f3006ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006ca07fb0f3006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFFf3006d087fb0f3006d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006d087fb0f3006d08 /* src/mesh/GuRTree.cpp */; }; - FFFFf3006d707fb0f3006d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006d707fb0f3006d70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFFf3006dd87fb0f3006dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006dd87fb0f3006dd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFFf3006e407fb0f3006e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006e407fb0f3006e40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFFf3006ea87fb0f3006ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006ea87fb0f3006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFFf3006f107fb0f3006f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006f107fb0f3006f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFFf3006f787fb0f3006f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006f787fb0f3006f78 /* src/hf/GuHeightField.cpp */; }; - FFFFf3006fe07fb0f3006fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3006fe07fb0f3006fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFFf30070487fb0f3007048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30070487fb0f3007048 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFFf30070b07fb0f30070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30070b07fb0f30070b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFFf30071187fb0f3007118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30071187fb0f3007118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFFf30071807fb0f3007180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30071807fb0f3007180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFFf30071e87fb0f30071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30071e87fb0f30071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFFf30072507fb0f3007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30072507fb0f3007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFFf30072b87fb0f30072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30072b87fb0f30072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFFf30073207fb0f3007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30073207fb0f3007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFFf30073887fb0f3007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30073887fb0f3007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFFf30073f07fb0f30073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30073f07fb0f30073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFFf30074587fb0f3007458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30074587fb0f3007458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFFf30074c07fb0f30074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30074c07fb0f30074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFFf30075287fb0f3007528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30075287fb0f3007528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFFf30075907fb0f3007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30075907fb0f3007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFFf30075f87fb0f30075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30075f87fb0f30075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFFf30076607fb0f3007660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30076607fb0f3007660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFFf30076c87fb0f30076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30076c87fb0f30076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFFf30077307fb0f3007730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30077307fb0f3007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFFf30077987fb0f3007798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30077987fb0f3007798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFFf30078007fb0f3007800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30078007fb0f3007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFFf30078687fb0f3007868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30078687fb0f3007868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFFf30078d07fb0f30078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30078d07fb0f30078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFFf30079387fb0f3007938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30079387fb0f3007938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFFf30079a07fb0f30079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf30079a07fb0f30079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFFf3007a087fb0f3007a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007a087fb0f3007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFFf3007a707fb0f3007a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007a707fb0f3007a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFFf3007ad87fb0f3007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007ad87fb0f3007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFFf3007b407fb0f3007b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007b407fb0f3007b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFFf3007ba87fb0f3007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007ba87fb0f3007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFFf3007c107fb0f3007c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDf3007c107fb0f3007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF8397d8007fdb8397d800 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397d8007fdb8397d800 /* src/CmBoxPruning.cpp */; }; + FFFF8397d8687fdb8397d868 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397d8687fdb8397d868 /* src/CmCollection.cpp */; }; + FFFF8397d8d07fdb8397d8d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397d8d07fdb8397d8d0 /* src/CmMathUtils.cpp */; }; + FFFF8397d9387fdb8397d938 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397d9387fdb8397d938 /* src/CmPtrTable.cpp */; }; + FFFF8397d9a07fdb8397d9a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397d9a07fdb8397d9a0 /* src/CmRadixSort.cpp */; }; + FFFF8397da087fdb8397da08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397da087fdb8397da08 /* src/CmRadixSortBuffered.cpp */; }; + FFFF8397da707fdb8397da70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397da707fdb8397da70 /* src/CmRenderOutput.cpp */; }; + FFFF8397dad87fdb8397dad8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8397dad87fdb8397dad8 /* src/CmVisualization.cpp */; }; + FFFF8281bba87fdb8281bba8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281bba87fdb8281bba8 /* ../../Include/GeomUtils */; }; + FFFF8281f0e07fdb8281f0e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f0e07fdb8281f0e0 /* src/GuBounds.cpp */; }; + FFFF8281f1487fdb8281f148 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f1487fdb8281f148 /* src/GuBox.cpp */; }; + FFFF8281f1b07fdb8281f1b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f1b07fdb8281f1b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF8281f2187fdb8281f218 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f2187fdb8281f218 /* src/GuCapsule.cpp */; }; + FFFF8281f2807fdb8281f280 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f2807fdb8281f280 /* src/GuGeometryQuery.cpp */; }; + FFFF8281f2e87fdb8281f2e8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f2e87fdb8281f2e8 /* src/GuGeometryUnion.cpp */; }; + FFFF8281f3507fdb8281f350 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f3507fdb8281f350 /* src/GuInternal.cpp */; }; + FFFF8281f3b87fdb8281f3b8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f3b87fdb8281f3b8 /* src/GuMTD.cpp */; }; + FFFF8281f4207fdb8281f420 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f4207fdb8281f420 /* src/GuMeshFactory.cpp */; }; + FFFF8281f4887fdb8281f488 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f4887fdb8281f488 /* src/GuMetaData.cpp */; }; + FFFF8281f4f07fdb8281f4f0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f4f07fdb8281f4f0 /* src/GuOverlapTests.cpp */; }; + FFFF8281f5587fdb8281f558 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f5587fdb8281f558 /* src/GuRaycastTests.cpp */; }; + FFFF8281f5c07fdb8281f5c0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f5c07fdb8281f5c0 /* src/GuSerialize.cpp */; }; + FFFF8281f6287fdb8281f628 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f6287fdb8281f628 /* src/GuSweepMTD.cpp */; }; + FFFF8281f6907fdb8281f690 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f6907fdb8281f690 /* src/GuSweepSharedTests.cpp */; }; + FFFF8281f6f87fdb8281f6f8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f6f87fdb8281f6f8 /* src/GuSweepTests.cpp */; }; + FFFF8281f7607fdb8281f760 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f7607fdb8281f760 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF8281f7c87fdb8281f7c8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f7c87fdb8281f7c8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF8281f8307fdb8281f830 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f8307fdb8281f830 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF8281f8987fdb8281f898 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f8987fdb8281f898 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF8281f9007fdb8281f900 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f9007fdb8281f900 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF8281f9687fdb8281f968 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f9687fdb8281f968 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF8281f9d07fdb8281f9d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281f9d07fdb8281f9d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF8281fa387fdb8281fa38 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fa387fdb8281fa38 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF8281faa07fdb8281faa0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281faa07fdb8281faa0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF8281fb087fdb8281fb08 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fb087fdb8281fb08 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF8281fb707fdb8281fb70 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fb707fdb8281fb70 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF8281fbd87fdb8281fbd8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fbd87fdb8281fbd8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF8281fc407fdb8281fc40 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fc407fdb8281fc40 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF8281fca87fdb8281fca8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fca87fdb8281fca8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF8281fd107fdb8281fd10 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fd107fdb8281fd10 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF8281fd787fdb8281fd78 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fd787fdb8281fd78 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF8281fde07fdb8281fde0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fde07fdb8281fde0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF8281fe487fdb8281fe48 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281fe487fdb8281fe48 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF8281feb07fdb8281feb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281feb07fdb8281feb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF8281ff187fdb8281ff18 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281ff187fdb8281ff18 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF8281ff807fdb8281ff80 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281ff807fdb8281ff80 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF8281ffe87fdb8281ffe8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8281ffe87fdb8281ffe8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF828200507fdb82820050 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828200507fdb82820050 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF828200b87fdb828200b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828200b87fdb828200b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF828201207fdb82820120 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828201207fdb82820120 /* src/convex/GuConvexHelper.cpp */; }; + FFFF828201887fdb82820188 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828201887fdb82820188 /* src/convex/GuConvexMesh.cpp */; }; + FFFF828201f07fdb828201f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828201f07fdb828201f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF828202587fdb82820258 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828202587fdb82820258 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF828202c07fdb828202c0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828202c07fdb828202c0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF828203287fdb82820328 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828203287fdb82820328 /* src/convex/GuShapeConvex.cpp */; }; + FFFF828203907fdb82820390 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828203907fdb82820390 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF828203f87fdb828203f8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828203f87fdb828203f8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF828204607fdb82820460 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828204607fdb82820460 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF828204c87fdb828204c8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828204c87fdb828204c8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF828205307fdb82820530 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828205307fdb82820530 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF828205987fdb82820598 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828205987fdb82820598 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF828206007fdb82820600 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828206007fdb82820600 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF828206687fdb82820668 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828206687fdb82820668 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF828206d07fdb828206d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828206d07fdb828206d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF828207387fdb82820738 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828207387fdb82820738 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF828207a07fdb828207a0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828207a07fdb828207a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF828208087fdb82820808 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828208087fdb82820808 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF828208707fdb82820870 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828208707fdb82820870 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF828208d87fdb828208d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828208d87fdb828208d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF828209407fdb82820940 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828209407fdb82820940 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF828209a87fdb828209a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828209a87fdb828209a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF82820a107fdb82820a10 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820a107fdb82820a10 /* src/gjk/GuEPA.cpp */; }; + FFFF82820a787fdb82820a78 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820a787fdb82820a78 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF82820ae07fdb82820ae0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820ae07fdb82820ae0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF82820b487fdb82820b48 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820b487fdb82820b48 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF82820bb07fdb82820bb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820bb07fdb82820bb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF82820c187fdb82820c18 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820c187fdb82820c18 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF82820c807fdb82820c80 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820c807fdb82820c80 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF82820ce87fdb82820ce8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820ce87fdb82820ce8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF82820d507fdb82820d50 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820d507fdb82820d50 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF82820db87fdb82820db8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820db87fdb82820db8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF82820e207fdb82820e20 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820e207fdb82820e20 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF82820e887fdb82820e88 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820e887fdb82820e88 /* src/mesh/GuBV32.cpp */; }; + FFFF82820ef07fdb82820ef0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820ef07fdb82820ef0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF82820f587fdb82820f58 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820f587fdb82820f58 /* src/mesh/GuBV4.cpp */; }; + FFFF82820fc07fdb82820fc0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82820fc07fdb82820fc0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF828210287fdb82821028 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828210287fdb82821028 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF828210907fdb82821090 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828210907fdb82821090 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF828210f87fdb828210f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828210f87fdb828210f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF828211607fdb82821160 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828211607fdb82821160 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF828211c87fdb828211c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828211c87fdb828211c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF828212307fdb82821230 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828212307fdb82821230 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF828212987fdb82821298 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828212987fdb82821298 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF828213007fdb82821300 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828213007fdb82821300 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF828213687fdb82821368 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828213687fdb82821368 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF828213d07fdb828213d0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828213d07fdb828213d0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF828214387fdb82821438 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828214387fdb82821438 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF828214a07fdb828214a0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828214a07fdb828214a0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF828215087fdb82821508 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828215087fdb82821508 /* src/mesh/GuRTree.cpp */; }; + FFFF828215707fdb82821570 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828215707fdb82821570 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF828215d87fdb828215d8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828215d87fdb828215d8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF828216407fdb82821640 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828216407fdb82821640 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF828216a87fdb828216a8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828216a87fdb828216a8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF828217107fdb82821710 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828217107fdb82821710 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF828217787fdb82821778 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828217787fdb82821778 /* src/hf/GuHeightField.cpp */; }; + FFFF828217e07fdb828217e0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828217e07fdb828217e0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF828218487fdb82821848 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828218487fdb82821848 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF828218b07fdb828218b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828218b07fdb828218b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF828219187fdb82821918 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828219187fdb82821918 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF828219807fdb82821980 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828219807fdb82821980 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF828219e87fdb828219e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828219e87fdb828219e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF82821a507fdb82821a50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821a507fdb82821a50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF82821ab87fdb82821ab8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821ab87fdb82821ab8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF82821b207fdb82821b20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821b207fdb82821b20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF82821b887fdb82821b88 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821b887fdb82821b88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF82821bf07fdb82821bf0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821bf07fdb82821bf0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF82821c587fdb82821c58 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821c587fdb82821c58 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF82821cc07fdb82821cc0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821cc07fdb82821cc0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF82821d287fdb82821d28 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821d287fdb82821d28 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF82821d907fdb82821d90 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821d907fdb82821d90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF82821df87fdb82821df8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821df87fdb82821df8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF82821e607fdb82821e60 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821e607fdb82821e60 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF82821ec87fdb82821ec8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821ec87fdb82821ec8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF82821f307fdb82821f30 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821f307fdb82821f30 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF82821f987fdb82821f98 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82821f987fdb82821f98 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF828220007fdb82822000 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828220007fdb82822000 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF828220687fdb82822068 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828220687fdb82822068 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF828220d07fdb828220d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828220d07fdb828220d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF828221387fdb82822138 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828221387fdb82822138 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF828221a07fdb828221a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828221a07fdb828221a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF828222087fdb82822208 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828222087fdb82822208 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF828222707fdb82822270 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828222707fdb82822270 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF828222d87fdb828222d8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828222d87fdb828222d8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF828223407fdb82822340 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828223407fdb82822340 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF828223a87fdb828223a8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828223a87fdb828223a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF828224107fdb82822410 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD828224107fdb82822410 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf299eeb07fb0f299eeb0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf300ec007fb0f300ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ec687fb0f300ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ecd07fb0f300ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ed387fb0f300ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300eda07fb0f300eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ee087fb0f300ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ee707fb0f300ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300eed87fb0f300eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300ef407fb0f300ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300efa87fb0f300efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f0107fb0f300f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f0787fb0f300f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f0e07fb0f300f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f1487fb0f300f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f1b07fb0f300f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f2187fb0f300f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f2807fb0f300f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f2e87fb0f300f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f3507fb0f300f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f3b87fb0f300f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f4207fb0f300f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f4887fb0f300f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f4f07fb0f300f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f5587fb0f300f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f5c07fb0f300f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6287fb0f300f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6907fb0f300f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f6f87fb0f300f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f7607fb0f300f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f7c87fb0f300f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f8307fb0f300f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f8987fb0f300f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf300f9007fb0f300f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3c007fb0f21a3c00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3c687fb0f21a3c68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3cd07fb0f21a3cd0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3d387fb0f21a3d38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3da07fb0f21a3da0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3e087fb0f21a3e08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3e707fb0f21a3e70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3ed87fb0f21a3ed8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3f407fb0f21a3f40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a3fa87fb0f21a3fa8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a40107fb0f21a4010 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a40787fb0f21a4078 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a40e07fb0f21a40e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a41487fb0f21a4148 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a41b07fb0f21a41b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a42187fb0f21a4218 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a42807fb0f21a4280 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a42e87fb0f21a42e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a43507fb0f21a4350 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a43b87fb0f21a43b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a44207fb0f21a4420 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a44887fb0f21a4488 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a44f07fb0f21a44f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a45587fb0f21a4558 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a45c07fb0f21a45c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a46287fb0f21a4628 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a46907fb0f21a4690 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a46f87fb0f21a46f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a47607fb0f21a4760 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a47c87fb0f21a47c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a48307fb0f21a4830 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a48987fb0f21a4898 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a49007fb0f21a4900 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a49687fb0f21a4968 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a49d07fb0f21a49d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30010007fb0f3001000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30010687fb0f3001068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30010d07fb0f30010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30011387fb0f3001138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30011a07fb0f30011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30012087fb0f3001208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30012707fb0f3001270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30012d87fb0f30012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30013407fb0f3001340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30013a87fb0f30013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFDf30014107fb0f3001410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30014787fb0f3001478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30014e07fb0f30014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30015487fb0f3001548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30015b07fb0f30015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30016187fb0f3001618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30016807fb0f3001680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30016e87fb0f30016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30017507fb0f3001750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30017b87fb0f30017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018207fb0f3001820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018887fb0f3001888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30018f07fb0f30018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30019587fb0f3001958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30019c07fb0f30019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001a287fb0f3001a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001a907fb0f3001a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001af87fb0f3001af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001b607fb0f3001b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001bc87fb0f3001bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001c307fb0f3001c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001c987fb0f3001c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001d007fb0f3001d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001d687fb0f3001d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001dd07fb0f3001dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001e387fb0f3001e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001ea07fb0f3001ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001f087fb0f3001f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001f707fb0f3001f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3001fd87fb0f3001fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30020407fb0f3002040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30020a87fb0f30020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30021107fb0f3002110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30021787fb0f3002178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30021e07fb0f30021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30022487fb0f3002248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30022b07fb0f30022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30023187fb0f3002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30023807fb0f3002380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30023e87fb0f30023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30024507fb0f3002450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30024b87fb0f30024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30025207fb0f3002520 /* 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; }; - FFFDf30025887fb0f3002588 /* 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; }; - FFFDf30025f07fb0f30025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30026587fb0f3002658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30026c07fb0f30026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30027287fb0f3002728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30027907fb0f3002790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30027f87fb0f30027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30028607fb0f3002860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30028c87fb0f30028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30029307fb0f3002930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30029987fb0f3002998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002a007fb0f3002a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002a687fb0f3002a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002ad07fb0f3002ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002b387fb0f3002b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002ba07fb0f3002ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002c087fb0f3002c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002c707fb0f3002c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002cd87fb0f3002cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002d407fb0f3002d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002da87fb0f3002da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002e107fb0f3002e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002e787fb0f3002e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002ee07fb0f3002ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002f487fb0f3002f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3002fb07fb0f3002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30030187fb0f3003018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30030807fb0f3003080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30030e87fb0f30030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30031507fb0f3003150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30031b87fb0f30031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30032207fb0f3003220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30032887fb0f3003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30032f07fb0f30032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30033587fb0f3003358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30033c07fb0f30033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30034287fb0f3003428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30034907fb0f3003490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30034f87fb0f30034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30035607fb0f3003560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30035c87fb0f30035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30036307fb0f3003630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30036987fb0f3003698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30037007fb0f3003700 /* 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; }; - FFFDf30037687fb0f3003768 /* 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; }; - FFFDf30037d07fb0f30037d0 /* 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; }; - FFFDf30038387fb0f3003838 /* 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; }; - FFFDf30038a07fb0f30038a0 /* 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; }; - FFFDf30039087fb0f3003908 /* 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; }; - FFFDf30039707fb0f3003970 /* 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; }; - FFFDf30039d87fb0f30039d8 /* 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; }; - FFFDf3003a407fb0f3003a40 /* 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; }; - FFFDf3003aa87fb0f3003aa8 /* 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; }; - FFFDf3003b107fb0f3003b10 /* 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; }; - FFFDf3003b787fb0f3003b78 /* 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; }; - FFFDf3003be07fb0f3003be0 /* 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; }; - FFFDf3003c487fb0f3003c48 /* 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; }; - FFFDf3003cb07fb0f3003cb0 /* 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; }; - FFFDf3003d187fb0f3003d18 /* 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; }; - FFFDf3003d807fb0f3003d80 /* 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; }; - FFFDf3003de87fb0f3003de8 /* 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; }; - FFFDf3003e507fb0f3003e50 /* 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; }; - FFFDf3003eb87fb0f3003eb8 /* 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; }; - FFFDf3003f207fb0f3003f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3003f887fb0f3003f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3003ff07fb0f3003ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30040587fb0f3004058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30040c07fb0f30040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30041287fb0f3004128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30041907fb0f3004190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30041f87fb0f30041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30042607fb0f3004260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30042c87fb0f30042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30043307fb0f3004330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30043987fb0f3004398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30044007fb0f3004400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30044687fb0f3004468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30044d07fb0f30044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30045387fb0f3004538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30045a07fb0f30045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30046087fb0f3004608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30046707fb0f3004670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30046d87fb0f30046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30047407fb0f3004740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30047a87fb0f30047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30048107fb0f3004810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30048787fb0f3004878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30048e07fb0f30048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30049487fb0f3004948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30049b07fb0f30049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004a187fb0f3004a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004a807fb0f3004a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004ae87fb0f3004ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004b507fb0f3004b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004bb87fb0f3004bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004c207fb0f3004c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004c887fb0f3004c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004cf07fb0f3004cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004d587fb0f3004d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004dc07fb0f3004dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004e287fb0f3004e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004e907fb0f3004e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004ef87fb0f3004ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004f607fb0f3004f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3004fc87fb0f3004fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30050307fb0f3005030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30050987fb0f3005098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30051007fb0f3005100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30051687fb0f3005168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30051d07fb0f30051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30052387fb0f3005238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30052a07fb0f30052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30053087fb0f3005308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30053707fb0f3005370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30053d87fb0f30053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30054407fb0f3005440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30054a87fb0f30054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30055107fb0f3005510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30055787fb0f3005578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30055e07fb0f30055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30056487fb0f3005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30056b07fb0f30056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30057187fb0f3005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30057807fb0f3005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30057e87fb0f30057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30058507fb0f3005850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30058b87fb0f30058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30059207fb0f3005920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30059887fb0f3005988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30059f07fb0f30059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005a587fb0f3005a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005ac07fb0f3005ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005b287fb0f3005b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005b907fb0f3005b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005bf87fb0f3005bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005c607fb0f3005c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005cc87fb0f3005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005d307fb0f3005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005d987fb0f3005d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005e007fb0f3005e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005e687fb0f3005e68 /* 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; }; - FFFDf3005ed07fb0f3005ed0 /* 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; }; - FFFDf3005f387fb0f3005f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3005fa07fb0f3005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30060087fb0f3006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30060707fb0f3006070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30060d87fb0f30060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30061407fb0f3006140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30061a87fb0f30061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30062107fb0f3006210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30062787fb0f3006278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30062e07fb0f30062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30063487fb0f3006348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30063b07fb0f30063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30064187fb0f3006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30064807fb0f3006480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30064e87fb0f30064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30065507fb0f3006550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30065b87fb0f30065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30066207fb0f3006620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30066887fb0f3006688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30066f07fb0f30066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30067587fb0f3006758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30067c07fb0f30067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30068287fb0f3006828 /* 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; }; - FFFDf30068907fb0f3006890 /* 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; }; - FFFDf30068f87fb0f30068f8 /* 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; }; - FFFDf30069607fb0f3006960 /* 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; }; - FFFDf30069c87fb0f30069c8 /* 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; }; - FFFDf3006a307fb0f3006a30 /* 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; }; - FFFDf3006a987fb0f3006a98 /* 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; }; - FFFDf3006b007fb0f3006b00 /* 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; }; - FFFDf3006b687fb0f3006b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006bd07fb0f3006bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006c387fb0f3006c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006ca07fb0f3006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006d087fb0f3006d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006d707fb0f3006d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006dd87fb0f3006dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006e407fb0f3006e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006ea87fb0f3006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006f107fb0f3006f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006f787fb0f3006f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3006fe07fb0f3006fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30070487fb0f3007048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30070b07fb0f30070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30071187fb0f3007118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30071807fb0f3007180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30071e87fb0f30071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30072507fb0f3007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30072b87fb0f30072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30073207fb0f3007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30073887fb0f3007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30073f07fb0f30073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30074587fb0f3007458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30074c07fb0f30074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30075287fb0f3007528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30075907fb0f3007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30075f87fb0f30075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30076607fb0f3007660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30076c87fb0f30076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30077307fb0f3007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30077987fb0f3007798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30078007fb0f3007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30078687fb0f3007868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30078d07fb0f30078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30079387fb0f3007938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30079a07fb0f30079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007a087fb0f3007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007a707fb0f3007a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007ad87fb0f3007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007b407fb0f3007b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007ba87fb0f3007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3007c107fb0f3007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD832255c07fdb832255c0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD828288007fdb82828800 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD828288687fdb82828868 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD828288d07fdb828288d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD828289387fdb82828938 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD828289a07fdb828289a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828a087fdb82828a08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828a707fdb82828a70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828ad87fdb82828ad8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828b407fdb82828b40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828ba87fdb82828ba8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828c107fdb82828c10 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828c787fdb82828c78 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828ce07fdb82828ce0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828d487fdb82828d48 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828db07fdb82828db0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828e187fdb82828e18 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828e807fdb82828e80 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828ee87fdb82828ee8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828f507fdb82828f50 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD82828fb87fdb82828fb8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD828290207fdb82829020 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD828290887fdb82829088 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD828290f07fdb828290f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD828291587fdb82829158 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD828291c07fdb828291c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD828292287fdb82829228 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD828292907fdb82829290 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD828292f87fdb828292f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD828293607fdb82829360 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD828293c87fdb828293c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD828294307fdb82829430 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD828294987fdb82829498 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD828295007fdb82829500 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397d8007fdb8397d800 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397d8687fdb8397d868 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397d8d07fdb8397d8d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397d9387fdb8397d938 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397d9a07fdb8397d9a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397da087fdb8397da08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397da707fdb8397da70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397dad87fdb8397dad8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397db407fdb8397db40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dba87fdb8397dba8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dc107fdb8397dc10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dc787fdb8397dc78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dce07fdb8397dce0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dd487fdb8397dd48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ddb07fdb8397ddb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397de187fdb8397de18 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397de807fdb8397de80 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dee87fdb8397dee8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397df507fdb8397df50 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397dfb87fdb8397dfb8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e0207fdb8397e020 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e0887fdb8397e088 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e0f07fdb8397e0f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e1587fdb8397e158 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e1c07fdb8397e1c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e2287fdb8397e228 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e2907fdb8397e290 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e2f87fdb8397e2f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e3607fdb8397e360 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e3c87fdb8397e3c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e4307fdb8397e430 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e4987fdb8397e498 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e5007fdb8397e500 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e5687fdb8397e568 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397e5d07fdb8397e5d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281b8007fdb8281b800 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281b8687fdb8281b868 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281b8d07fdb8281b8d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281b9387fdb8281b938 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281b9a07fdb8281b9a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ba087fdb8281ba08 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ba707fdb8281ba70 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bad87fdb8281bad8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bb407fdb8281bb40 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bba87fdb8281bba8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD8281bc107fdb8281bc10 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bc787fdb8281bc78 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bce07fdb8281bce0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bd487fdb8281bd48 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bdb07fdb8281bdb0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281be187fdb8281be18 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281be807fdb8281be80 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bee87fdb8281bee8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bf507fdb8281bf50 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281bfb87fdb8281bfb8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c0207fdb8281c020 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c0887fdb8281c088 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c0f07fdb8281c0f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c1587fdb8281c158 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c1c07fdb8281c1c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c2287fdb8281c228 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c2907fdb8281c290 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c2f87fdb8281c2f8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c3607fdb8281c360 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c3c87fdb8281c3c8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c4307fdb8281c430 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c4987fdb8281c498 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c5007fdb8281c500 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c5687fdb8281c568 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c5d07fdb8281c5d0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c6387fdb8281c638 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c6a07fdb8281c6a0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c7087fdb8281c708 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c7707fdb8281c770 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c7d87fdb8281c7d8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c8407fdb8281c840 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c8a87fdb8281c8a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c9107fdb8281c910 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c9787fdb8281c978 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281c9e07fdb8281c9e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ca487fdb8281ca48 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cab07fdb8281cab0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cb187fdb8281cb18 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cb807fdb8281cb80 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cbe87fdb8281cbe8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cc507fdb8281cc50 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ccb87fdb8281ccb8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cd207fdb8281cd20 /* 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; }; + FFFD8281cd887fdb8281cd88 /* 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; }; + FFFD8281cdf07fdb8281cdf0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ce587fdb8281ce58 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cec07fdb8281cec0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cf287fdb8281cf28 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cf907fdb8281cf90 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281cff87fdb8281cff8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d0607fdb8281d060 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d0c87fdb8281d0c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d1307fdb8281d130 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d1987fdb8281d198 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d2007fdb8281d200 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d2687fdb8281d268 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d2d07fdb8281d2d0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d3387fdb8281d338 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d3a07fdb8281d3a0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d4087fdb8281d408 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d4707fdb8281d470 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d4d87fdb8281d4d8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d5407fdb8281d540 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d5a87fdb8281d5a8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d6107fdb8281d610 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d6787fdb8281d678 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d6e07fdb8281d6e0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d7487fdb8281d748 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d7b07fdb8281d7b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d8187fdb8281d818 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d8807fdb8281d880 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d8e87fdb8281d8e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d9507fdb8281d950 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281d9b87fdb8281d9b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281da207fdb8281da20 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281da887fdb8281da88 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281daf07fdb8281daf0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281db587fdb8281db58 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281dbc07fdb8281dbc0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281dc287fdb8281dc28 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281dc907fdb8281dc90 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281dcf87fdb8281dcf8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281dd607fdb8281dd60 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ddc87fdb8281ddc8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281de307fdb8281de30 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281de987fdb8281de98 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281df007fdb8281df00 /* 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; }; + FFFD8281df687fdb8281df68 /* 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; }; + FFFD8281dfd07fdb8281dfd0 /* 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; }; + FFFD8281e0387fdb8281e038 /* 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; }; + FFFD8281e0a07fdb8281e0a0 /* 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; }; + FFFD8281e1087fdb8281e108 /* 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; }; + FFFD8281e1707fdb8281e170 /* 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; }; + FFFD8281e1d87fdb8281e1d8 /* 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; }; + FFFD8281e2407fdb8281e240 /* 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; }; + FFFD8281e2a87fdb8281e2a8 /* 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; }; + FFFD8281e3107fdb8281e310 /* 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; }; + FFFD8281e3787fdb8281e378 /* 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; }; + FFFD8281e3e07fdb8281e3e0 /* 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; }; + FFFD8281e4487fdb8281e448 /* 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; }; + FFFD8281e4b07fdb8281e4b0 /* 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; }; + FFFD8281e5187fdb8281e518 /* 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; }; + FFFD8281e5807fdb8281e580 /* 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; }; + FFFD8281e5e87fdb8281e5e8 /* 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; }; + FFFD8281e6507fdb8281e650 /* 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; }; + FFFD8281e6b87fdb8281e6b8 /* 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; }; + FFFD8281e7207fdb8281e720 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e7887fdb8281e788 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e7f07fdb8281e7f0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e8587fdb8281e858 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e8c07fdb8281e8c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e9287fdb8281e928 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e9907fdb8281e990 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281e9f87fdb8281e9f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ea607fdb8281ea60 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281eac87fdb8281eac8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281eb307fdb8281eb30 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281eb987fdb8281eb98 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ec007fdb8281ec00 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ec687fdb8281ec68 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ecd07fdb8281ecd0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ed387fdb8281ed38 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281eda07fdb8281eda0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ee087fdb8281ee08 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ee707fdb8281ee70 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281eed87fdb8281eed8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281ef407fdb8281ef40 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281efa87fdb8281efa8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281f0107fdb8281f010 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281f0787fdb8281f078 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8281f0e07fdb8281f0e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f1487fdb8281f148 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f1b07fdb8281f1b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f2187fdb8281f218 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f2807fdb8281f280 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f2e87fdb8281f2e8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f3507fdb8281f350 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f3b87fdb8281f3b8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f4207fdb8281f420 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f4887fdb8281f488 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f4f07fdb8281f4f0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f5587fdb8281f558 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f5c07fdb8281f5c0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f6287fdb8281f628 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f6907fdb8281f690 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f6f87fdb8281f6f8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f7607fdb8281f760 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f7c87fdb8281f7c8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f8307fdb8281f830 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f8987fdb8281f898 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f9007fdb8281f900 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f9687fdb8281f968 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281f9d07fdb8281f9d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fa387fdb8281fa38 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281faa07fdb8281faa0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fb087fdb8281fb08 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fb707fdb8281fb70 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fbd87fdb8281fbd8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fc407fdb8281fc40 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fca87fdb8281fca8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fd107fdb8281fd10 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fd787fdb8281fd78 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fde07fdb8281fde0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281fe487fdb8281fe48 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281feb07fdb8281feb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281ff187fdb8281ff18 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281ff807fdb8281ff80 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8281ffe87fdb8281ffe8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828200507fdb82820050 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828200b87fdb828200b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828201207fdb82820120 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828201887fdb82820188 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828201f07fdb828201f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828202587fdb82820258 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828202c07fdb828202c0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828203287fdb82820328 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828203907fdb82820390 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828203f87fdb828203f8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828204607fdb82820460 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828204c87fdb828204c8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828205307fdb82820530 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828205987fdb82820598 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828206007fdb82820600 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828206687fdb82820668 /* 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; }; + FFFD828206d07fdb828206d0 /* 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; }; + FFFD828207387fdb82820738 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828207a07fdb828207a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828208087fdb82820808 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828208707fdb82820870 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828208d87fdb828208d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828209407fdb82820940 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828209a87fdb828209a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820a107fdb82820a10 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820a787fdb82820a78 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820ae07fdb82820ae0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820b487fdb82820b48 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820bb07fdb82820bb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820c187fdb82820c18 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820c807fdb82820c80 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820ce87fdb82820ce8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820d507fdb82820d50 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820db87fdb82820db8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820e207fdb82820e20 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820e887fdb82820e88 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820ef07fdb82820ef0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820f587fdb82820f58 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82820fc07fdb82820fc0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828210287fdb82821028 /* 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; }; + FFFD828210907fdb82821090 /* 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; }; + FFFD828210f87fdb828210f8 /* 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; }; + FFFD828211607fdb82821160 /* 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; }; + FFFD828211c87fdb828211c8 /* 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; }; + FFFD828212307fdb82821230 /* 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; }; + FFFD828212987fdb82821298 /* 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; }; + FFFD828213007fdb82821300 /* 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; }; + FFFD828213687fdb82821368 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828213d07fdb828213d0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828214387fdb82821438 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828214a07fdb828214a0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828215087fdb82821508 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828215707fdb82821570 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828215d87fdb828215d8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828216407fdb82821640 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828216a87fdb828216a8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828217107fdb82821710 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828217787fdb82821778 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828217e07fdb828217e0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828218487fdb82821848 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828218b07fdb828218b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828219187fdb82821918 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828219807fdb82821980 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828219e87fdb828219e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821a507fdb82821a50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821ab87fdb82821ab8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821b207fdb82821b20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821b887fdb82821b88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821bf07fdb82821bf0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821c587fdb82821c58 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821cc07fdb82821cc0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821d287fdb82821d28 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821d907fdb82821d90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821df87fdb82821df8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821e607fdb82821e60 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821ec87fdb82821ec8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821f307fdb82821f30 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82821f987fdb82821f98 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828220007fdb82822000 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828220687fdb82822068 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828220d07fdb828220d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828221387fdb82822138 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828221a07fdb828221a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828222087fdb82822208 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828222707fdb82822270 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828222d87fdb828222d8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828223407fdb82822340 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828223a87fdb828223a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828224107fdb82822410 /* 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 */ - FFF2f299eeb07fb0f299eeb0 /* Resources */ = { + FFF2832255c07fdb832255c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf30013a87fb0f30013a8, + FFFF8281bba87fdb8281bba8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf299eeb07fb0f299eeb0 /* Frameworks */ = { + FFFC832255c07fdb832255c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1852,145 +1852,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f299eeb07fb0f299eeb0 /* Sources */ = { + FFF8832255c07fdb832255c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf21a3c007fb0f21a3c00, - FFFFf21a3c687fb0f21a3c68, - FFFFf21a3cd07fb0f21a3cd0, - FFFFf21a3d387fb0f21a3d38, - FFFFf21a3da07fb0f21a3da0, - FFFFf21a3e087fb0f21a3e08, - FFFFf21a3e707fb0f21a3e70, - FFFFf21a3ed87fb0f21a3ed8, - FFFFf30048e07fb0f30048e0, - FFFFf30049487fb0f3004948, - FFFFf30049b07fb0f30049b0, - FFFFf3004a187fb0f3004a18, - FFFFf3004a807fb0f3004a80, - FFFFf3004ae87fb0f3004ae8, - FFFFf3004b507fb0f3004b50, - FFFFf3004bb87fb0f3004bb8, - FFFFf3004c207fb0f3004c20, - FFFFf3004c887fb0f3004c88, - FFFFf3004cf07fb0f3004cf0, - FFFFf3004d587fb0f3004d58, - FFFFf3004dc07fb0f3004dc0, - FFFFf3004e287fb0f3004e28, - FFFFf3004e907fb0f3004e90, - FFFFf3004ef87fb0f3004ef8, - FFFFf3004f607fb0f3004f60, - FFFFf3004fc87fb0f3004fc8, - FFFFf30050307fb0f3005030, - FFFFf30050987fb0f3005098, - FFFFf30051007fb0f3005100, - FFFFf30051687fb0f3005168, - FFFFf30051d07fb0f30051d0, - FFFFf30052387fb0f3005238, - FFFFf30052a07fb0f30052a0, - FFFFf30053087fb0f3005308, - FFFFf30053707fb0f3005370, - FFFFf30053d87fb0f30053d8, - FFFFf30054407fb0f3005440, - FFFFf30054a87fb0f30054a8, - FFFFf30055107fb0f3005510, - FFFFf30055787fb0f3005578, - FFFFf30055e07fb0f30055e0, - FFFFf30056487fb0f3005648, - FFFFf30056b07fb0f30056b0, - FFFFf30057187fb0f3005718, - FFFFf30057807fb0f3005780, - FFFFf30057e87fb0f30057e8, - FFFFf30058507fb0f3005850, - FFFFf30058b87fb0f30058b8, - FFFFf30059207fb0f3005920, - FFFFf30059887fb0f3005988, - FFFFf30059f07fb0f30059f0, - FFFFf3005a587fb0f3005a58, - FFFFf3005ac07fb0f3005ac0, - FFFFf3005b287fb0f3005b28, - FFFFf3005b907fb0f3005b90, - FFFFf3005bf87fb0f3005bf8, - FFFFf3005c607fb0f3005c60, - FFFFf3005cc87fb0f3005cc8, - FFFFf3005d307fb0f3005d30, - FFFFf3005d987fb0f3005d98, - FFFFf3005e007fb0f3005e00, - FFFFf3005e687fb0f3005e68, - FFFFf3005ed07fb0f3005ed0, - FFFFf3005f387fb0f3005f38, - FFFFf3005fa07fb0f3005fa0, - FFFFf30060087fb0f3006008, - FFFFf30060707fb0f3006070, - FFFFf30060d87fb0f30060d8, - FFFFf30061407fb0f3006140, - FFFFf30061a87fb0f30061a8, - FFFFf30062107fb0f3006210, - FFFFf30062787fb0f3006278, - FFFFf30062e07fb0f30062e0, - FFFFf30063487fb0f3006348, - FFFFf30063b07fb0f30063b0, - FFFFf30064187fb0f3006418, - FFFFf30064807fb0f3006480, - FFFFf30064e87fb0f30064e8, - FFFFf30065507fb0f3006550, - FFFFf30065b87fb0f30065b8, - FFFFf30066207fb0f3006620, - FFFFf30066887fb0f3006688, - FFFFf30066f07fb0f30066f0, - FFFFf30067587fb0f3006758, - FFFFf30067c07fb0f30067c0, - FFFFf30068287fb0f3006828, - FFFFf30068907fb0f3006890, - FFFFf30068f87fb0f30068f8, - FFFFf30069607fb0f3006960, - FFFFf30069c87fb0f30069c8, - FFFFf3006a307fb0f3006a30, - FFFFf3006a987fb0f3006a98, - FFFFf3006b007fb0f3006b00, - FFFFf3006b687fb0f3006b68, - FFFFf3006bd07fb0f3006bd0, - FFFFf3006c387fb0f3006c38, - FFFFf3006ca07fb0f3006ca0, - FFFFf3006d087fb0f3006d08, - FFFFf3006d707fb0f3006d70, - FFFFf3006dd87fb0f3006dd8, - FFFFf3006e407fb0f3006e40, - FFFFf3006ea87fb0f3006ea8, - FFFFf3006f107fb0f3006f10, - FFFFf3006f787fb0f3006f78, - FFFFf3006fe07fb0f3006fe0, - FFFFf30070487fb0f3007048, - FFFFf30070b07fb0f30070b0, - FFFFf30071187fb0f3007118, - FFFFf30071807fb0f3007180, - FFFFf30071e87fb0f30071e8, - FFFFf30072507fb0f3007250, - FFFFf30072b87fb0f30072b8, - FFFFf30073207fb0f3007320, - FFFFf30073887fb0f3007388, - FFFFf30073f07fb0f30073f0, - FFFFf30074587fb0f3007458, - FFFFf30074c07fb0f30074c0, - FFFFf30075287fb0f3007528, - FFFFf30075907fb0f3007590, - FFFFf30075f87fb0f30075f8, - FFFFf30076607fb0f3007660, - FFFFf30076c87fb0f30076c8, - FFFFf30077307fb0f3007730, - FFFFf30077987fb0f3007798, - FFFFf30078007fb0f3007800, - FFFFf30078687fb0f3007868, - FFFFf30078d07fb0f30078d0, - FFFFf30079387fb0f3007938, - FFFFf30079a07fb0f30079a0, - FFFFf3007a087fb0f3007a08, - FFFFf3007a707fb0f3007a70, - FFFFf3007ad87fb0f3007ad8, - FFFFf3007b407fb0f3007b40, - FFFFf3007ba87fb0f3007ba8, - FFFFf3007c107fb0f3007c10, + FFFF8397d8007fdb8397d800, + FFFF8397d8687fdb8397d868, + FFFF8397d8d07fdb8397d8d0, + FFFF8397d9387fdb8397d938, + FFFF8397d9a07fdb8397d9a0, + FFFF8397da087fdb8397da08, + FFFF8397da707fdb8397da70, + FFFF8397dad87fdb8397dad8, + FFFF8281f0e07fdb8281f0e0, + FFFF8281f1487fdb8281f148, + FFFF8281f1b07fdb8281f1b0, + FFFF8281f2187fdb8281f218, + FFFF8281f2807fdb8281f280, + FFFF8281f2e87fdb8281f2e8, + FFFF8281f3507fdb8281f350, + FFFF8281f3b87fdb8281f3b8, + FFFF8281f4207fdb8281f420, + FFFF8281f4887fdb8281f488, + FFFF8281f4f07fdb8281f4f0, + FFFF8281f5587fdb8281f558, + FFFF8281f5c07fdb8281f5c0, + FFFF8281f6287fdb8281f628, + FFFF8281f6907fdb8281f690, + FFFF8281f6f87fdb8281f6f8, + FFFF8281f7607fdb8281f760, + FFFF8281f7c87fdb8281f7c8, + FFFF8281f8307fdb8281f830, + FFFF8281f8987fdb8281f898, + FFFF8281f9007fdb8281f900, + FFFF8281f9687fdb8281f968, + FFFF8281f9d07fdb8281f9d0, + FFFF8281fa387fdb8281fa38, + FFFF8281faa07fdb8281faa0, + FFFF8281fb087fdb8281fb08, + FFFF8281fb707fdb8281fb70, + FFFF8281fbd87fdb8281fbd8, + FFFF8281fc407fdb8281fc40, + FFFF8281fca87fdb8281fca8, + FFFF8281fd107fdb8281fd10, + FFFF8281fd787fdb8281fd78, + FFFF8281fde07fdb8281fde0, + FFFF8281fe487fdb8281fe48, + FFFF8281feb07fdb8281feb0, + FFFF8281ff187fdb8281ff18, + FFFF8281ff807fdb8281ff80, + FFFF8281ffe87fdb8281ffe8, + FFFF828200507fdb82820050, + FFFF828200b87fdb828200b8, + FFFF828201207fdb82820120, + FFFF828201887fdb82820188, + FFFF828201f07fdb828201f0, + FFFF828202587fdb82820258, + FFFF828202c07fdb828202c0, + FFFF828203287fdb82820328, + FFFF828203907fdb82820390, + FFFF828203f87fdb828203f8, + FFFF828204607fdb82820460, + FFFF828204c87fdb828204c8, + FFFF828205307fdb82820530, + FFFF828205987fdb82820598, + FFFF828206007fdb82820600, + FFFF828206687fdb82820668, + FFFF828206d07fdb828206d0, + FFFF828207387fdb82820738, + FFFF828207a07fdb828207a0, + FFFF828208087fdb82820808, + FFFF828208707fdb82820870, + FFFF828208d87fdb828208d8, + FFFF828209407fdb82820940, + FFFF828209a87fdb828209a8, + FFFF82820a107fdb82820a10, + FFFF82820a787fdb82820a78, + FFFF82820ae07fdb82820ae0, + FFFF82820b487fdb82820b48, + FFFF82820bb07fdb82820bb0, + FFFF82820c187fdb82820c18, + FFFF82820c807fdb82820c80, + FFFF82820ce87fdb82820ce8, + FFFF82820d507fdb82820d50, + FFFF82820db87fdb82820db8, + FFFF82820e207fdb82820e20, + FFFF82820e887fdb82820e88, + FFFF82820ef07fdb82820ef0, + FFFF82820f587fdb82820f58, + FFFF82820fc07fdb82820fc0, + FFFF828210287fdb82821028, + FFFF828210907fdb82821090, + FFFF828210f87fdb828210f8, + FFFF828211607fdb82821160, + FFFF828211c87fdb828211c8, + FFFF828212307fdb82821230, + FFFF828212987fdb82821298, + FFFF828213007fdb82821300, + FFFF828213687fdb82821368, + FFFF828213d07fdb828213d0, + FFFF828214387fdb82821438, + FFFF828214a07fdb828214a0, + FFFF828215087fdb82821508, + FFFF828215707fdb82821570, + FFFF828215d87fdb828215d8, + FFFF828216407fdb82821640, + FFFF828216a87fdb828216a8, + FFFF828217107fdb82821710, + FFFF828217787fdb82821778, + FFFF828217e07fdb828217e0, + FFFF828218487fdb82821848, + FFFF828218b07fdb828218b0, + FFFF828219187fdb82821918, + FFFF828219807fdb82821980, + FFFF828219e87fdb828219e8, + FFFF82821a507fdb82821a50, + FFFF82821ab87fdb82821ab8, + FFFF82821b207fdb82821b20, + FFFF82821b887fdb82821b88, + FFFF82821bf07fdb82821bf0, + FFFF82821c587fdb82821c58, + FFFF82821cc07fdb82821cc0, + FFFF82821d287fdb82821d28, + FFFF82821d907fdb82821d90, + FFFF82821df87fdb82821df8, + FFFF82821e607fdb82821e60, + FFFF82821ec87fdb82821ec8, + FFFF82821f307fdb82821f30, + FFFF82821f987fdb82821f98, + FFFF828220007fdb82822000, + FFFF828220687fdb82822068, + FFFF828220d07fdb828220d0, + FFFF828221387fdb82822138, + FFFF828221a07fdb828221a0, + FFFF828222087fdb82822208, + FFFF828222707fdb82822270, + FFFF828222d87fdb828222d8, + FFFF828223407fdb82822340, + FFFF828223a87fdb828223a8, + FFFF828224107fdb82822410, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1999,132 +1999,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f29940a07fb0f29940a0 /* PBXTargetDependency */ = { + FFF4832181507fdb83218150 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf298c0307fb0f298c030 /* PxFoundation */; - targetProxy = FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */; + target = FFFA832630b07fdb832630b0 /* PxFoundation */; + targetProxy = FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFFf2192b187fb0f2192b18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192b187fb0f2192b18 /* src/PsAllocator.cpp */; }; - FFFFf2192b807fb0f2192b80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192b807fb0f2192b80 /* src/PsAssert.cpp */; }; - FFFFf2192be87fb0f2192be8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192be87fb0f2192be8 /* src/PsFoundation.cpp */; }; - FFFFf2192c507fb0f2192c50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192c507fb0f2192c50 /* src/PsMathUtils.cpp */; }; - FFFFf2192cb87fb0f2192cb8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192cb87fb0f2192cb8 /* src/PsString.cpp */; }; - FFFFf2192d207fb0f2192d20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192d207fb0f2192d20 /* src/PsTempAllocator.cpp */; }; - FFFFf2192d887fb0f2192d88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192d887fb0f2192d88 /* src/PsUtilities.cpp */; }; - FFFFf2192df07fb0f2192df0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192df07fb0f2192df0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFFf2192e587fb0f2192e58 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192e587fb0f2192e58 /* src/unix/PsUnixCpu.cpp */; }; - FFFFf2192ec07fb0f2192ec0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192ec07fb0f2192ec0 /* src/unix/PsUnixFPU.cpp */; }; - FFFFf2192f287fb0f2192f28 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192f287fb0f2192f28 /* src/unix/PsUnixMutex.cpp */; }; - FFFFf2192f907fb0f2192f90 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192f907fb0f2192f90 /* src/unix/PsUnixPrintString.cpp */; }; - FFFFf2192ff87fb0f2192ff8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2192ff87fb0f2192ff8 /* src/unix/PsUnixSList.cpp */; }; - FFFFf21930607fb0f2193060 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21930607fb0f2193060 /* src/unix/PsUnixSocket.cpp */; }; - FFFFf21930c87fb0f21930c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21930c87fb0f21930c8 /* src/unix/PsUnixSync.cpp */; }; - FFFFf21931307fb0f2193130 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21931307fb0f2193130 /* src/unix/PsUnixThread.cpp */; }; - FFFFf21931987fb0f2193198 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21931987fb0f2193198 /* src/unix/PsUnixTime.cpp */; }; + FFFF8397b1187fdb8397b118 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b1187fdb8397b118 /* src/PsAllocator.cpp */; }; + FFFF8397b1807fdb8397b180 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b1807fdb8397b180 /* src/PsAssert.cpp */; }; + FFFF8397b1e87fdb8397b1e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b1e87fdb8397b1e8 /* src/PsFoundation.cpp */; }; + FFFF8397b2507fdb8397b250 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b2507fdb8397b250 /* src/PsMathUtils.cpp */; }; + FFFF8397b2b87fdb8397b2b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b2b87fdb8397b2b8 /* src/PsString.cpp */; }; + FFFF8397b3207fdb8397b320 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b3207fdb8397b320 /* src/PsTempAllocator.cpp */; }; + FFFF8397b3887fdb8397b388 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b3887fdb8397b388 /* src/PsUtilities.cpp */; }; + FFFF8397b3f07fdb8397b3f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b3f07fdb8397b3f0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF8397b4587fdb8397b458 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b4587fdb8397b458 /* src/unix/PsUnixCpu.cpp */; }; + FFFF8397b4c07fdb8397b4c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b4c07fdb8397b4c0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF8397b5287fdb8397b528 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b5287fdb8397b528 /* src/unix/PsUnixMutex.cpp */; }; + FFFF8397b5907fdb8397b590 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b5907fdb8397b590 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF8397b5f87fdb8397b5f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b5f87fdb8397b5f8 /* src/unix/PsUnixSList.cpp */; }; + FFFF8397b6607fdb8397b660 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b6607fdb8397b660 /* src/unix/PsUnixSocket.cpp */; }; + FFFF8397b6c87fdb8397b6c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b6c87fdb8397b6c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF8397b7307fdb8397b730 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b7307fdb8397b730 /* src/unix/PsUnixThread.cpp */; }; + FFFF8397b7987fdb8397b798 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8397b7987fdb8397b798 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf298c0307fb0f298c030 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf218a2007fb0f218a200 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a2687fb0f218a268 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a2d07fb0f218a2d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a3387fb0f218a338 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a3a07fb0f218a3a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a4087fb0f218a408 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a4707fb0f218a470 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a4d87fb0f218a4d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a5407fb0f218a540 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a5a87fb0f218a5a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a6107fb0f218a610 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a6787fb0f218a678 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a6e07fb0f218a6e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a7487fb0f218a748 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a7b07fb0f218a7b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a8187fb0f218a818 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a8807fb0f218a880 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a8e87fb0f218a8e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a9507fb0f218a950 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218a9b87fb0f218a9b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218aa207fb0f218aa20 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218aa887fb0f218aa88 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218aaf07fb0f218aaf0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218ab587fb0f218ab58 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218abc07fb0f218abc0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218ac287fb0f218ac28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218ac907fb0f218ac90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218acf87fb0f218acf8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf218ad607fb0f218ad60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21918007fb0f2191800 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21918687fb0f2191868 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21918d07fb0f21918d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21919387fb0f2191938 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21919a07fb0f21919a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191a087fb0f2191a08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191a707fb0f2191a70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191ad87fb0f2191ad8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191b407fb0f2191b40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191ba87fb0f2191ba8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191c107fb0f2191c10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191c787fb0f2191c78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191ce07fb0f2191ce0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191d487fb0f2191d48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191db07fb0f2191db0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191e187fb0f2191e18 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191e807fb0f2191e80 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191ee87fb0f2191ee8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191f507fb0f2191f50 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2191fb87fb0f2191fb8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21920207fb0f2192020 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21920887fb0f2192088 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21920f07fb0f21920f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21921587fb0f2192158 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21921c07fb0f21921c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21922287fb0f2192228 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21922907fb0f2192290 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21922f87fb0f21922f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21923607fb0f2192360 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21923c87fb0f21923c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21924307fb0f2192430 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21924987fb0f2192498 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21925007fb0f2192500 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21925687fb0f2192568 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21925d07fb0f21925d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21926387fb0f2192638 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21926a07fb0f21926a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21927087fb0f2192708 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21927707fb0f2192770 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21927d87fb0f21927d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21928407fb0f2192840 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21928a87fb0f21928a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21929107fb0f2192910 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21929787fb0f2192978 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21929e07fb0f21929e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2192a487fb0f2192a48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2192ab07fb0f2192ab0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2192b187fb0f2192b18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192b807fb0f2192b80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192be87fb0f2192be8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192c507fb0f2192c50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192cb87fb0f2192cb8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192d207fb0f2192d20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192d887fb0f2192d88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192df07fb0f2192df0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192e587fb0f2192e58 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192ec07fb0f2192ec0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192f287fb0f2192f28 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192f907fb0f2192f90 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2192ff87fb0f2192ff8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21930607fb0f2193060 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21930c87fb0f21930c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21931307fb0f2193130 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21931987fb0f2193198 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD832630b07fdb832630b0 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD83977a007fdb83977a00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977a687fdb83977a68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977ad07fdb83977ad0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977b387fdb83977b38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977ba07fdb83977ba0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977c087fdb83977c08 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977c707fdb83977c70 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977cd87fdb83977cd8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977d407fdb83977d40 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977da87fdb83977da8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977e107fdb83977e10 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977e787fdb83977e78 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977ee07fdb83977ee0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977f487fdb83977f48 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD83977fb07fdb83977fb0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD839780187fdb83978018 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD839780807fdb83978080 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD839780e87fdb839780e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD839781507fdb83978150 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD839781b87fdb839781b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD839782207fdb83978220 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD839782887fdb83978288 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD839782f07fdb839782f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD839783587fdb83978358 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD839783c07fdb839783c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD839784287fdb83978428 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD839784907fdb83978490 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD839784f87fdb839784f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD839785607fdb83978560 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD83979e007fdb83979e00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD83979e687fdb83979e68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD83979ed07fdb83979ed0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD83979f387fdb83979f38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD83979fa07fdb83979fa0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a0087fdb8397a008 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a0707fdb8397a070 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a0d87fdb8397a0d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a1407fdb8397a140 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a1a87fdb8397a1a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a2107fdb8397a210 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a2787fdb8397a278 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a2e07fdb8397a2e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a3487fdb8397a348 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a3b07fdb8397a3b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a4187fdb8397a418 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a4807fdb8397a480 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a4e87fdb8397a4e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a5507fdb8397a550 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a5b87fdb8397a5b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a6207fdb8397a620 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a6887fdb8397a688 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a6f07fdb8397a6f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a7587fdb8397a758 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a7c07fdb8397a7c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a8287fdb8397a828 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a8907fdb8397a890 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a8f87fdb8397a8f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a9607fdb8397a960 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397a9c87fdb8397a9c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397aa307fdb8397aa30 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397aa987fdb8397aa98 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ab007fdb8397ab00 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ab687fdb8397ab68 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397abd07fdb8397abd0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ac387fdb8397ac38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397aca07fdb8397aca0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ad087fdb8397ad08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ad707fdb8397ad70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397add87fdb8397add8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397ae407fdb8397ae40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397aea87fdb8397aea8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397af107fdb8397af10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397af787fdb8397af78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397afe07fdb8397afe0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397b0487fdb8397b048 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397b0b07fdb8397b0b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD8397b1187fdb8397b118 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b1807fdb8397b180 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b1e87fdb8397b1e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b2507fdb8397b250 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b2b87fdb8397b2b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b3207fdb8397b320 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b3887fdb8397b388 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b3f07fdb8397b3f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b4587fdb8397b458 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b4c07fdb8397b4c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b5287fdb8397b528 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b5907fdb8397b590 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b5f87fdb8397b5f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b6607fdb8397b660 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b6c87fdb8397b6c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b7307fdb8397b730 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8397b7987fdb8397b798 /* 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 */ - FFF2f298c0307fb0f298c030 /* Resources */ = { + FFF2832630b07fdb832630b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2134,7 +2134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf298c0307fb0f298c030 /* Frameworks */ = { + FFFC832630b07fdb832630b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2144,27 +2144,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f298c0307fb0f298c030 /* Sources */ = { + FFF8832630b07fdb832630b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2192b187fb0f2192b18, - FFFFf2192b807fb0f2192b80, - FFFFf2192be87fb0f2192be8, - FFFFf2192c507fb0f2192c50, - FFFFf2192cb87fb0f2192cb8, - FFFFf2192d207fb0f2192d20, - FFFFf2192d887fb0f2192d88, - FFFFf2192df07fb0f2192df0, - FFFFf2192e587fb0f2192e58, - FFFFf2192ec07fb0f2192ec0, - FFFFf2192f287fb0f2192f28, - FFFFf2192f907fb0f2192f90, - FFFFf2192ff87fb0f2192ff8, - FFFFf21930607fb0f2193060, - FFFFf21930c87fb0f21930c8, - FFFFf21931307fb0f2193130, - FFFFf21931987fb0f2193198, + FFFF8397b1187fdb8397b118, + FFFF8397b1807fdb8397b180, + FFFF8397b1e87fdb8397b1e8, + FFFF8397b2507fdb8397b250, + FFFF8397b2b87fdb8397b2b8, + FFFF8397b3207fdb8397b320, + FFFF8397b3887fdb8397b388, + FFFF8397b3f07fdb8397b3f0, + FFFF8397b4587fdb8397b458, + FFFF8397b4c07fdb8397b4c0, + FFFF8397b5287fdb8397b528, + FFFF8397b5907fdb8397b590, + FFFF8397b5f87fdb8397b5f8, + FFFF8397b6607fdb8397b660, + FFFF8397b6c87fdb8397b6c8, + FFFF8397b7307fdb8397b730, + FFFF8397b7987fdb8397b798, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2176,103 +2176,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFFf182f9a87fb0f182f9a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182f9a87fb0f182f9a8 /* src/PxProfileEventImpl.cpp */; }; - FFFFf182fa107fb0f182fa10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fa107fb0f182fa10 /* src/PxPvd.cpp */; }; - FFFFf182fa787fb0f182fa78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fa787fb0f182fa78 /* src/PxPvdDataStream.cpp */; }; - FFFFf182fae07fb0f182fae0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fae07fb0f182fae0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFFf182fb487fb0f182fb48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fb487fb0f182fb48 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFFf182fbb07fb0f182fbb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fbb07fb0f182fbb0 /* src/PxPvdImpl.cpp */; }; - FFFFf182fc187fb0f182fc18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fc187fb0f182fc18 /* src/PxPvdMemClient.cpp */; }; - FFFFf182fc807fb0f182fc80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fc807fb0f182fc80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFFf182fce87fb0f182fce8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fce87fb0f182fce8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFFf182fd507fb0f182fd50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fd507fb0f182fd50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFFf182fdb87fb0f182fdb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf182fdb87fb0f182fdb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF82013da87fdb82013da8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013da87fdb82013da8 /* src/PxProfileEventImpl.cpp */; }; + FFFF82013e107fdb82013e10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013e107fdb82013e10 /* src/PxPvd.cpp */; }; + FFFF82013e787fdb82013e78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013e787fdb82013e78 /* src/PxPvdDataStream.cpp */; }; + FFFF82013ee07fdb82013ee0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013ee07fdb82013ee0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF82013f487fdb82013f48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013f487fdb82013f48 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF82013fb07fdb82013fb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82013fb07fdb82013fb0 /* src/PxPvdImpl.cpp */; }; + FFFF820140187fdb82014018 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820140187fdb82014018 /* src/PxPvdMemClient.cpp */; }; + FFFF820140807fdb82014080 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820140807fdb82014080 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF820140e87fdb820140e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820140e87fdb820140e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF820141507fdb82014150 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820141507fdb82014150 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF820141b87fdb820141b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820141b87fdb820141b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf14114a07fb0f14114a0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf140d8007fb0f140d800 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf140d8687fb0f140d868 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f6007fb0f182f600 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f6687fb0f182f668 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f6d07fb0f182f6d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f7387fb0f182f738 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f7a07fb0f182f7a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f8087fb0f182f808 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f8707fb0f182f870 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f8d87fb0f182f8d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f9407fb0f182f940 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182f9a87fb0f182f9a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fa107fb0f182fa10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fa787fb0f182fa78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fae07fb0f182fae0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fb487fb0f182fb48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fbb07fb0f182fbb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fc187fb0f182fc18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fc807fb0f182fc80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fce87fb0f182fce8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fd507fb0f182fd50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fdb87fb0f182fdb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf182fe207fb0f182fe20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182fe887fb0f182fe88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182fef07fb0f182fef0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182ff587fb0f182ff58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf182ffc07fb0f182ffc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18300287fb0f1830028 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18300907fb0f1830090 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18300f87fb0f18300f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18301607fb0f1830160 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18301c87fb0f18301c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18302307fb0f1830230 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18302987fb0f1830298 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18303007fb0f1830300 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18303687fb0f1830368 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18303d07fb0f18303d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18304387fb0f1830438 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18304a07fb0f18304a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18305087fb0f1830508 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18305707fb0f1830570 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18305d87fb0f18305d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18306407fb0f1830640 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18306a87fb0f18306a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18307107fb0f1830710 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18307787fb0f1830778 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18307e07fb0f18307e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18308487fb0f1830848 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18308b07fb0f18308b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18309187fb0f1830918 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18309807fb0f1830980 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18309e87fb0f18309e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830a507fb0f1830a50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830ab87fb0f1830ab8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830b207fb0f1830b20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830b887fb0f1830b88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830bf07fb0f1830bf0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830c587fb0f1830c58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830cc07fb0f1830cc0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830d287fb0f1830d28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830d907fb0f1830d90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830df87fb0f1830df8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830e607fb0f1830e60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830ec87fb0f1830ec8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830f307fb0f1830f30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDf1830f987fb0f1830f98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18310007fb0f1831000 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18310687fb0f1831068 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18310d07fb0f18310d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18311387fb0f1831138 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18311a07fb0f18311a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18312087fb0f1831208 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18312707fb0f1831270 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18312d87fb0f18312d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18313407fb0f1831340 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18313a87fb0f18313a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18314107fb0f1831410 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf18314787fb0f1831478 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c0ebb07fdb81c0ebb0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81c122b07fdb81c122b0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c123187fdb81c12318 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013a007fdb82013a00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013a687fdb82013a68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013ad07fdb82013ad0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013b387fdb82013b38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013ba07fdb82013ba0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013c087fdb82013c08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013c707fdb82013c70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013cd87fdb82013cd8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013d407fdb82013d40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82013da87fdb82013da8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82013e107fdb82013e10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82013e787fdb82013e78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82013ee07fdb82013ee0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82013f487fdb82013f48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82013fb07fdb82013fb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820140187fdb82014018 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820140807fdb82014080 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820140e87fdb820140e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820141507fdb82014150 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820141b87fdb820141b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820142207fdb82014220 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD820142887fdb82014288 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820142f07fdb820142f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD820143587fdb82014358 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820143c07fdb820143c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820144287fdb82014428 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD820144907fdb82014490 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820144f87fdb820144f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD820145607fdb82014560 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820145c87fdb820145c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD820146307fdb82014630 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820146987fdb82014698 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD820147007fdb82014700 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD820147687fdb82014768 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820147d07fdb820147d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820148387fdb82014838 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD820148a07fdb820148a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD820149087fdb82014908 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD820149707fdb82014970 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD820149d87fdb820149d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014a407fdb82014a40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014aa87fdb82014aa8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014b107fdb82014b10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014b787fdb82014b78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014be07fdb82014be0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014c487fdb82014c48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014cb07fdb82014cb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014d187fdb82014d18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014d807fdb82014d80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014de87fdb82014de8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014e507fdb82014e50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014eb87fdb82014eb8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014f207fdb82014f20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014f887fdb82014f88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD82014ff07fdb82014ff0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820150587fdb82015058 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD820150c07fdb820150c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820151287fdb82015128 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD820151907fdb82015190 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD820151f87fdb820151f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820152607fdb82015260 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820152c87fdb820152c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD820153307fdb82015330 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD820153987fdb82015398 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD820154007fdb82015400 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820154687fdb82015468 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820154d07fdb820154d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD820155387fdb82015538 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820155a07fdb820155a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD820156087fdb82015608 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD820156707fdb82015670 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820156d87fdb820156d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820157407fdb82015740 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD820157a87fdb820157a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD820158107fdb82015810 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820158787fdb82015878 /* 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 */ - FFF2f14114a07fb0f14114a0 /* Resources */ = { + FFF281c0ebb07fdb81c0ebb0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2282,7 +2282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf14114a07fb0f14114a0 /* Frameworks */ = { + FFFC81c0ebb07fdb81c0ebb0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2292,21 +2292,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f14114a07fb0f14114a0 /* Sources */ = { + FFF881c0ebb07fdb81c0ebb0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf182f9a87fb0f182f9a8, - FFFFf182fa107fb0f182fa10, - FFFFf182fa787fb0f182fa78, - FFFFf182fae07fb0f182fae0, - FFFFf182fb487fb0f182fb48, - FFFFf182fbb07fb0f182fbb0, - FFFFf182fc187fb0f182fc18, - FFFFf182fc807fb0f182fc80, - FFFFf182fce87fb0f182fce8, - FFFFf182fd507fb0f182fd50, - FFFFf182fdb87fb0f182fdb8, + FFFF82013da87fdb82013da8, + FFFF82013e107fdb82013e10, + FFFF82013e787fdb82013e78, + FFFF82013ee07fdb82013ee0, + FFFF82013f487fdb82013f48, + FFFF82013fb07fdb82013fb0, + FFFF820140187fdb82014018, + FFFF820140807fdb82014080, + FFFF820140e87fdb820140e8, + FFFF820141507fdb82014150, + FFFF820141b87fdb820141b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2315,108 +2315,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4f14106507fb0f1410650 /* PBXTargetDependency */ = { + FFF481c09e907fdb81c09e90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAf298c0307fb0f298c030 /* PxFoundation */; - targetProxy = FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */; + target = FFFA832630b07fdb832630b0 /* PxFoundation */; + targetProxy = FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFFf2d426307fb0f2d42630 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFDf2d426307fb0f2d42630 /* px_globals.cpp */; }; - FFFFf2d44fb07fb0f2d44fb0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d44fb07fb0f2d44fb0 /* PxsCCD.cpp */; }; - FFFFf2d450187fb0f2d45018 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d450187fb0f2d45018 /* PxsContactManager.cpp */; }; - FFFFf2d450807fb0f2d45080 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d450807fb0f2d45080 /* PxsContext.cpp */; }; - FFFFf2d450e87fb0f2d450e8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d450e87fb0f2d450e8 /* PxsDefaultMemoryManager.cpp */; }; - FFFFf2d451507fb0f2d45150 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d451507fb0f2d45150 /* PxsIslandSim.cpp */; }; - FFFFf2d451b87fb0f2d451b8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d451b87fb0f2d451b8 /* PxsMaterialCombiner.cpp */; }; - FFFFf2d452207fb0f2d45220 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d452207fb0f2d45220 /* PxsNphaseImplementationContext.cpp */; }; - FFFFf2d452887fb0f2d45288 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDf2d452887fb0f2d45288 /* PxsSimpleIslandManager.cpp */; }; - FFFFf30196007fb0f3019600 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30196007fb0f3019600 /* collision/PxcContact.cpp */; }; - FFFFf30196687fb0f3019668 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30196687fb0f3019668 /* pipeline/PxcContactCache.cpp */; }; - FFFFf30196d07fb0f30196d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30196d07fb0f30196d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFFf30197387fb0f3019738 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30197387fb0f3019738 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFFf30197a07fb0f30197a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30197a07fb0f30197a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFFf30198087fb0f3019808 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30198087fb0f3019808 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFFf30198707fb0f3019870 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30198707fb0f3019870 /* pipeline/PxcMaterialShape.cpp */; }; - FFFFf30198d87fb0f30198d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30198d87fb0f30198d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFFf30199407fb0f3019940 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30199407fb0f3019940 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFFf30199a87fb0f30199a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf30199a87fb0f30199a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFFf3019a107fb0f3019a10 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf3019a107fb0f3019a10 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFFf3019a787fb0f3019a78 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDf3019a787fb0f3019a78 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF8370d7507fdb8370d750 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD8370d7507fdb8370d750 /* px_globals.cpp */; }; + FFFF83712d707fdb83712d70 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712d707fdb83712d70 /* PxsCCD.cpp */; }; + FFFF83712dd87fdb83712dd8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712dd87fdb83712dd8 /* PxsContactManager.cpp */; }; + FFFF83712e407fdb83712e40 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712e407fdb83712e40 /* PxsContext.cpp */; }; + FFFF83712ea87fdb83712ea8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712ea87fdb83712ea8 /* PxsDefaultMemoryManager.cpp */; }; + FFFF83712f107fdb83712f10 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712f107fdb83712f10 /* PxsIslandSim.cpp */; }; + FFFF83712f787fdb83712f78 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712f787fdb83712f78 /* PxsMaterialCombiner.cpp */; }; + FFFF83712fe07fdb83712fe0 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD83712fe07fdb83712fe0 /* PxsNphaseImplementationContext.cpp */; }; + FFFF837130487fdb83713048 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD837130487fdb83713048 /* PxsSimpleIslandManager.cpp */; }; + FFFF840266007fdb84026600 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840266007fdb84026600 /* collision/PxcContact.cpp */; }; + FFFF840266687fdb84026668 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840266687fdb84026668 /* pipeline/PxcContactCache.cpp */; }; + FFFF840266d07fdb840266d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840266d07fdb840266d0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF840267387fdb84026738 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840267387fdb84026738 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF840267a07fdb840267a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840267a07fdb840267a0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF840268087fdb84026808 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840268087fdb84026808 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF840268707fdb84026870 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840268707fdb84026870 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF840268d87fdb840268d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840268d87fdb840268d8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF840269407fdb84026940 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840269407fdb84026940 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF840269a87fdb840269a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD840269a87fdb840269a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF84026a107fdb84026a10 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD84026a107fdb84026a10 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF84026a787fdb84026a78 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD84026a787fdb84026a78 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2d3dd907fb0f2d3dd90 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf2d426307fb0f2d42630 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d43e407fb0f2d43e40 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d43ea87fb0f2d43ea8 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d43f107fb0f2d43f10 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d43f787fb0f2d43f78 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d43fe07fb0f2d43fe0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d440487fb0f2d44048 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d440b07fb0f2d440b0 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d441187fb0f2d44118 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d441807fb0f2d44180 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2d44fb07fb0f2d44fb0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d450187fb0f2d45018 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d450807fb0f2d45080 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d450e87fb0f2d450e8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d451507fb0f2d45150 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d451b87fb0f2d451b8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d452207fb0f2d45220 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2d452887fb0f2d45288 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf301ac007fb0f301ac00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301ac687fb0f301ac68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301acd07fb0f301acd0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301ad387fb0f301ad38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301ada07fb0f301ada0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301ae087fb0f301ae08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301ae707fb0f301ae70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301aed87fb0f301aed8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301af407fb0f301af40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301afa87fb0f301afa8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b0107fb0f301b010 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b0787fb0f301b078 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b0e07fb0f301b0e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b1487fb0f301b148 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b1b07fb0f301b1b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b2187fb0f301b218 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b2807fb0f301b280 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b2e87fb0f301b2e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b3507fb0f301b350 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301b3b87fb0f301b3b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf30196007fb0f3019600 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30196687fb0f3019668 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30196d07fb0f30196d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30197387fb0f3019738 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30197a07fb0f30197a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30198087fb0f3019808 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30198707fb0f3019870 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30198d87fb0f30198d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30199407fb0f3019940 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf30199a87fb0f30199a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3019a107fb0f3019a10 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3019a787fb0f3019a78 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf3019e007fb0f3019e00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3019e687fb0f3019e68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3019ed07fb0f3019ed0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3019f387fb0f3019f38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf3019fa07fb0f3019fa0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a0087fb0f301a008 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a0707fb0f301a070 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a0d87fb0f301a0d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a1407fb0f301a140 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a1a87fb0f301a1a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a2107fb0f301a210 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a2787fb0f301a278 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a2e07fb0f301a2e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a3487fb0f301a348 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf301a3b07fb0f301a3b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD83507ad07fdb83507ad0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8370d7507fdb8370d750 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD837103c07fdb837103c0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD837104287fdb83710428 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD837104907fdb83710490 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD837104f87fdb837104f8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD837105607fdb83710560 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD837105c87fdb837105c8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD837106307fdb83710630 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD837106987fdb83710698 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD837107007fdb83710700 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD83712d707fdb83712d70 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712dd87fdb83712dd8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712e407fdb83712e40 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712ea87fdb83712ea8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712f107fdb83712f10 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712f787fdb83712f78 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83712fe07fdb83712fe0 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD837130487fdb83713048 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84027c007fdb84027c00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027c687fdb84027c68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027cd07fdb84027cd0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027d387fdb84027d38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027da07fdb84027da0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027e087fdb84027e08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027e707fdb84027e70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027ed87fdb84027ed8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027f407fdb84027f40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD84027fa87fdb84027fa8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD840280107fdb84028010 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD840280787fdb84028078 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD840280e07fdb840280e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD840281487fdb84028148 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD840281b07fdb840281b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD840282187fdb84028218 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD840282807fdb84028280 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD840282e87fdb840282e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD840283507fdb84028350 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD840283b87fdb840283b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD840266007fdb84026600 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840266687fdb84026668 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840266d07fdb840266d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840267387fdb84026738 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840267a07fdb840267a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840268087fdb84026808 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840268707fdb84026870 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840268d87fdb840268d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840269407fdb84026940 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD840269a87fdb840269a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84026a107fdb84026a10 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84026a787fdb84026a78 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84026e007fdb84026e00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD84026e687fdb84026e68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD84026ed07fdb84026ed0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD84026f387fdb84026f38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD84026fa07fdb84026fa0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD840270087fdb84027008 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD840270707fdb84027070 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD840270d87fdb840270d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD840271407fdb84027140 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD840271a87fdb840271a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD840272107fdb84027210 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD840272787fdb84027278 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD840272e07fdb840272e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD840273487fdb84027348 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD840273b07fdb840273b0 /* 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 */ - FFF2f2d3dd907fb0f2d3dd90 /* Resources */ = { + FFF283507ad07fdb83507ad0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2426,7 +2426,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2d3dd907fb0f2d3dd90 /* Frameworks */ = { + FFFC83507ad07fdb83507ad0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2436,31 +2436,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2d3dd907fb0f2d3dd90 /* Sources */ = { + FFF883507ad07fdb83507ad0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2d426307fb0f2d42630, - FFFFf2d44fb07fb0f2d44fb0, - FFFFf2d450187fb0f2d45018, - FFFFf2d450807fb0f2d45080, - FFFFf2d450e87fb0f2d450e8, - FFFFf2d451507fb0f2d45150, - FFFFf2d451b87fb0f2d451b8, - FFFFf2d452207fb0f2d45220, - FFFFf2d452887fb0f2d45288, - FFFFf30196007fb0f3019600, - FFFFf30196687fb0f3019668, - FFFFf30196d07fb0f30196d0, - FFFFf30197387fb0f3019738, - FFFFf30197a07fb0f30197a0, - FFFFf30198087fb0f3019808, - FFFFf30198707fb0f3019870, - FFFFf30198d87fb0f30198d8, - FFFFf30199407fb0f3019940, - FFFFf30199a87fb0f30199a8, - FFFFf3019a107fb0f3019a10, - FFFFf3019a787fb0f3019a78, + FFFF8370d7507fdb8370d750, + FFFF83712d707fdb83712d70, + FFFF83712dd87fdb83712dd8, + FFFF83712e407fdb83712e40, + FFFF83712ea87fdb83712ea8, + FFFF83712f107fdb83712f10, + FFFF83712f787fdb83712f78, + FFFF83712fe07fdb83712fe0, + FFFF837130487fdb83713048, + FFFF840266007fdb84026600, + FFFF840266687fdb84026668, + FFFF840266d07fdb840266d0, + FFFF840267387fdb84026738, + FFFF840267a07fdb840267a0, + FFFF840268087fdb84026808, + FFFF840268707fdb84026870, + FFFF840268d87fdb840268d8, + FFFF840269407fdb84026940, + FFFF840269a87fdb840269a8, + FFFF84026a107fdb84026a10, + FFFF84026a787fdb84026a78, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2472,38 +2472,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFFf48002707fb0f4800270 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48002707fb0f4800270 /* BpBroadPhase.cpp */; }; - FFFFf48002d87fb0f48002d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48002d87fb0f48002d8 /* BpBroadPhaseMBP.cpp */; }; - FFFFf48003407fb0f4800340 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48003407fb0f4800340 /* BpBroadPhaseSap.cpp */; }; - FFFFf48003a87fb0f48003a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48003a87fb0f48003a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFFf48004107fb0f4800410 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48004107fb0f4800410 /* BpMBPTasks.cpp */; }; - FFFFf48004787fb0f4800478 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48004787fb0f4800478 /* BpSAPTasks.cpp */; }; - FFFFf48004e07fb0f48004e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48004e07fb0f48004e0 /* BpSimpleAABBManager.cpp */; }; + FFFF84030a707fdb84030a70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030a707fdb84030a70 /* BpBroadPhase.cpp */; }; + FFFF84030ad87fdb84030ad8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030ad87fdb84030ad8 /* BpBroadPhaseMBP.cpp */; }; + FFFF84030b407fdb84030b40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030b407fdb84030b40 /* BpBroadPhaseSap.cpp */; }; + FFFF84030ba87fdb84030ba8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030ba87fdb84030ba8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF84030c107fdb84030c10 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030c107fdb84030c10 /* BpMBPTasks.cpp */; }; + FFFF84030c787fdb84030c78 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030c787fdb84030c78 /* BpSAPTasks.cpp */; }; + FFFF84030ce07fdb84030ce0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84030ce07fdb84030ce0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf39094b07fb0f39094b0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf39065e07fb0f39065e0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39066487fb0f3906648 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39066b07fb0f39066b0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39067187fb0f3906718 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48000007fb0f4800000 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48000687fb0f4800068 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48000d07fb0f48000d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48001387fb0f4800138 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48001a07fb0f48001a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48002087fb0f4800208 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48002707fb0f4800270 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48002d87fb0f48002d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48003407fb0f4800340 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48003a87fb0f48003a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48004107fb0f4800410 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48004787fb0f4800478 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48004e07fb0f48004e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD837322b07fdb837322b0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8372cd107fdb8372cd10 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD8372cd787fdb8372cd78 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8372cde07fdb8372cde0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8372ce487fdb8372ce48 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD840308007fdb84030800 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD840308687fdb84030868 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD840308d07fdb840308d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD840309387fdb84030938 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD840309a07fdb840309a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD84030a087fdb84030a08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD84030a707fdb84030a70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030ad87fdb84030ad8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030b407fdb84030b40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030ba87fdb84030ba8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030c107fdb84030c10 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030c787fdb84030c78 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84030ce07fdb84030ce0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f39094b07fb0f39094b0 /* Resources */ = { + FFF2837322b07fdb837322b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2513,7 +2513,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf39094b07fb0f39094b0 /* Frameworks */ = { + FFFC837322b07fdb837322b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2523,17 +2523,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f39094b07fb0f39094b0 /* Sources */ = { + FFF8837322b07fdb837322b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf48002707fb0f4800270, - FFFFf48002d87fb0f48002d8, - FFFFf48003407fb0f4800340, - FFFFf48003a87fb0f48003a8, - FFFFf48004107fb0f4800410, - FFFFf48004787fb0f4800478, - FFFFf48004e07fb0f48004e0, + FFFF84030a707fdb84030a70, + FFFF84030ad87fdb84030ad8, + FFFF84030b407fdb84030b40, + FFFF84030ba87fdb84030ba8, + FFFF84030c107fdb84030c10, + FFFF84030c787fdb84030c78, + FFFF84030ce07fdb84030ce0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2545,105 +2545,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFFf21ae0007fb0f21ae000 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae0007fb0f21ae000 /* DyArticulation.cpp */; }; - FFFFf21ae0687fb0f21ae068 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae0687fb0f21ae068 /* DyArticulationContactPrep.cpp */; }; - FFFFf21ae0d07fb0f21ae0d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae0d07fb0f21ae0d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFFf21ae1387fb0f21ae138 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae1387fb0f21ae138 /* DyArticulationHelper.cpp */; }; - FFFFf21ae1a07fb0f21ae1a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae1a07fb0f21ae1a0 /* DyArticulationSIMD.cpp */; }; - FFFFf21ae2087fb0f21ae208 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae2087fb0f21ae208 /* DyArticulationScalar.cpp */; }; - FFFFf21ae2707fb0f21ae270 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae2707fb0f21ae270 /* DyConstraintPartition.cpp */; }; - FFFFf21ae2d87fb0f21ae2d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae2d87fb0f21ae2d8 /* DyConstraintSetup.cpp */; }; - FFFFf21ae3407fb0f21ae340 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae3407fb0f21ae340 /* DyConstraintSetupBlock.cpp */; }; - FFFFf21ae3a87fb0f21ae3a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae3a87fb0f21ae3a8 /* DyContactPrep.cpp */; }; - FFFFf21ae4107fb0f21ae410 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae4107fb0f21ae410 /* DyContactPrep4.cpp */; }; - FFFFf21ae4787fb0f21ae478 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae4787fb0f21ae478 /* DyContactPrep4PF.cpp */; }; - FFFFf21ae4e07fb0f21ae4e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae4e07fb0f21ae4e0 /* DyContactPrepPF.cpp */; }; - FFFFf21ae5487fb0f21ae548 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae5487fb0f21ae548 /* DyDynamics.cpp */; }; - FFFFf21ae5b07fb0f21ae5b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae5b07fb0f21ae5b0 /* DyFrictionCorrelation.cpp */; }; - FFFFf21ae6187fb0f21ae618 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae6187fb0f21ae618 /* DyRigidBodyToSolverBody.cpp */; }; - FFFFf21ae6807fb0f21ae680 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae6807fb0f21ae680 /* DySolverConstraints.cpp */; }; - FFFFf21ae6e87fb0f21ae6e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae6e87fb0f21ae6e8 /* DySolverConstraintsBlock.cpp */; }; - FFFFf21ae7507fb0f21ae750 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae7507fb0f21ae750 /* DySolverControl.cpp */; }; - FFFFf21ae7b87fb0f21ae7b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae7b87fb0f21ae7b8 /* DySolverControlPF.cpp */; }; - FFFFf21ae8207fb0f21ae820 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae8207fb0f21ae820 /* DySolverPFConstraints.cpp */; }; - FFFFf21ae8887fb0f21ae888 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae8887fb0f21ae888 /* DySolverPFConstraintsBlock.cpp */; }; - FFFFf21ae8f07fb0f21ae8f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae8f07fb0f21ae8f0 /* DyThreadContext.cpp */; }; - FFFFf21ae9587fb0f21ae958 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDf21ae9587fb0f21ae958 /* DyThresholdTable.cpp */; }; + FFFF82018e007fdb82018e00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018e007fdb82018e00 /* DyArticulation.cpp */; }; + FFFF82018e687fdb82018e68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018e687fdb82018e68 /* DyArticulationContactPrep.cpp */; }; + FFFF82018ed07fdb82018ed0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018ed07fdb82018ed0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF82018f387fdb82018f38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018f387fdb82018f38 /* DyArticulationHelper.cpp */; }; + FFFF82018fa07fdb82018fa0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018fa07fdb82018fa0 /* DyArticulationSIMD.cpp */; }; + FFFF820190087fdb82019008 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190087fdb82019008 /* DyArticulationScalar.cpp */; }; + FFFF820190707fdb82019070 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190707fdb82019070 /* DyConstraintPartition.cpp */; }; + FFFF820190d87fdb820190d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190d87fdb820190d8 /* DyConstraintSetup.cpp */; }; + FFFF820191407fdb82019140 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820191407fdb82019140 /* DyConstraintSetupBlock.cpp */; }; + FFFF820191a87fdb820191a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820191a87fdb820191a8 /* DyContactPrep.cpp */; }; + FFFF820192107fdb82019210 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192107fdb82019210 /* DyContactPrep4.cpp */; }; + FFFF820192787fdb82019278 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192787fdb82019278 /* DyContactPrep4PF.cpp */; }; + FFFF820192e07fdb820192e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192e07fdb820192e0 /* DyContactPrepPF.cpp */; }; + FFFF820193487fdb82019348 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820193487fdb82019348 /* DyDynamics.cpp */; }; + FFFF820193b07fdb820193b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820193b07fdb820193b0 /* DyFrictionCorrelation.cpp */; }; + FFFF820194187fdb82019418 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194187fdb82019418 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF820194807fdb82019480 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194807fdb82019480 /* DySolverConstraints.cpp */; }; + FFFF820194e87fdb820194e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194e87fdb820194e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF820195507fdb82019550 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820195507fdb82019550 /* DySolverControl.cpp */; }; + FFFF820195b87fdb820195b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820195b87fdb820195b8 /* DySolverControlPF.cpp */; }; + FFFF820196207fdb82019620 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820196207fdb82019620 /* DySolverPFConstraints.cpp */; }; + FFFF820196887fdb82019688 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820196887fdb82019688 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF820196f07fdb820196f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820196f07fdb820196f0 /* DyThreadContext.cpp */; }; + FFFF820197587fdb82019758 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820197587fdb82019758 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2c04d807fb0f2c04d80 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf21ae0007fb0f21ae000 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae0687fb0f21ae068 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae0d07fb0f21ae0d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae1387fb0f21ae138 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae1a07fb0f21ae1a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae2087fb0f21ae208 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae2707fb0f21ae270 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae2d87fb0f21ae2d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae3407fb0f21ae340 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae3a87fb0f21ae3a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae4107fb0f21ae410 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae4787fb0f21ae478 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae4e07fb0f21ae4e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae5487fb0f21ae548 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae5b07fb0f21ae5b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae6187fb0f21ae618 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae6807fb0f21ae680 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae6e87fb0f21ae6e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae7507fb0f21ae750 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae7b87fb0f21ae7b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae8207fb0f21ae820 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae8887fb0f21ae888 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae8f07fb0f21ae8f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21ae9587fb0f21ae958 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0cd907fb0f2c0cd90 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0cdf87fb0f2c0cdf8 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0ce607fb0f2c0ce60 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0cec87fb0f2c0cec8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0cf307fb0f2c0cf30 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2c0cf987fb0f2c0cf98 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af2007fb0f21af200 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af2687fb0f21af268 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af2d07fb0f21af2d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af3387fb0f21af338 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af3a07fb0f21af3a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af4087fb0f21af408 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af4707fb0f21af470 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af4d87fb0f21af4d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af5407fb0f21af540 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af5a87fb0f21af5a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af6107fb0f21af610 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af6787fb0f21af678 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af6e07fb0f21af6e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af7487fb0f21af748 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af7b07fb0f21af7b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af8187fb0f21af818 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af8807fb0f21af880 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af8e87fb0f21af8e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af9507fb0f21af950 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21af9b87fb0f21af9b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afa207fb0f21afa20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afa887fb0f21afa88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afaf07fb0f21afaf0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afb587fb0f21afb58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afbc07fb0f21afbc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afc287fb0f21afc28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afc907fb0f21afc90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afcf87fb0f21afcf8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afd607fb0f21afd60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afdc87fb0f21afdc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afe307fb0f21afe30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21afe987fb0f21afe98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21aff007fb0f21aff00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21aff687fb0f21aff68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21affd07fb0f21affd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b00387fb0f21b0038 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b00a07fb0f21b00a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c2a6507fdb81c2a650 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD82018e007fdb82018e00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018e687fdb82018e68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018ed07fdb82018ed0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018f387fdb82018f38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018fa07fdb82018fa0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190087fdb82019008 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190707fdb82019070 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190d87fdb820190d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820191407fdb82019140 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820191a87fdb820191a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192107fdb82019210 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192787fdb82019278 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192e07fdb820192e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820193487fdb82019348 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820193b07fdb820193b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194187fdb82019418 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194807fdb82019480 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194e87fdb820194e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820195507fdb82019550 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820195b87fdb820195b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820196207fdb82019620 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820196887fdb82019688 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820196f07fdb820196f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820197587fdb82019758 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c26aa07fdb81c26aa0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c26b087fdb81c26b08 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c26b707fdb81c26b70 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c26bd87fdb81c26bd8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c26c407fdb81c26c40 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c26ca87fdb81c26ca8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0007fdb8201a000 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0687fdb8201a068 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0d07fdb8201a0d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1387fdb8201a138 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1a07fdb8201a1a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2087fdb8201a208 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2707fdb8201a270 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2d87fdb8201a2d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3407fdb8201a340 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3a87fdb8201a3a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4107fdb8201a410 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4787fdb8201a478 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4e07fdb8201a4e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5487fdb8201a548 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5b07fdb8201a5b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6187fdb8201a618 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6807fdb8201a680 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6e87fdb8201a6e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7507fdb8201a750 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7b87fdb8201a7b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8207fdb8201a820 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8887fdb8201a888 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8f07fdb8201a8f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9587fdb8201a958 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9c07fdb8201a9c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa287fdb8201aa28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa907fdb8201aa90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aaf87fdb8201aaf8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ab607fdb8201ab60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201abc87fdb8201abc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ac307fdb8201ac30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ac987fdb8201ac98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ad007fdb8201ad00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ad687fdb8201ad68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201add07fdb8201add0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ae387fdb8201ae38 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aea07fdb8201aea0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f2c04d807fb0f2c04d80 /* Resources */ = { + FFF281c2a6507fdb81c2a650 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,7 +2653,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2c04d807fb0f2c04d80 /* Frameworks */ = { + FFFC81c2a6507fdb81c2a650 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2663,34 +2663,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2c04d807fb0f2c04d80 /* Sources */ = { + FFF881c2a6507fdb81c2a650 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf21ae0007fb0f21ae000, - FFFFf21ae0687fb0f21ae068, - FFFFf21ae0d07fb0f21ae0d0, - FFFFf21ae1387fb0f21ae138, - FFFFf21ae1a07fb0f21ae1a0, - FFFFf21ae2087fb0f21ae208, - FFFFf21ae2707fb0f21ae270, - FFFFf21ae2d87fb0f21ae2d8, - FFFFf21ae3407fb0f21ae340, - FFFFf21ae3a87fb0f21ae3a8, - FFFFf21ae4107fb0f21ae410, - FFFFf21ae4787fb0f21ae478, - FFFFf21ae4e07fb0f21ae4e0, - FFFFf21ae5487fb0f21ae548, - FFFFf21ae5b07fb0f21ae5b0, - FFFFf21ae6187fb0f21ae618, - FFFFf21ae6807fb0f21ae680, - FFFFf21ae6e87fb0f21ae6e8, - FFFFf21ae7507fb0f21ae750, - FFFFf21ae7b87fb0f21ae7b8, - FFFFf21ae8207fb0f21ae820, - FFFFf21ae8887fb0f21ae888, - FFFFf21ae8f07fb0f21ae8f0, - FFFFf21ae9587fb0f21ae958, + FFFF82018e007fdb82018e00, + FFFF82018e687fdb82018e68, + FFFF82018ed07fdb82018ed0, + FFFF82018f387fdb82018f38, + FFFF82018fa07fdb82018fa0, + FFFF820190087fdb82019008, + FFFF820190707fdb82019070, + FFFF820190d87fdb820190d8, + FFFF820191407fdb82019140, + FFFF820191a87fdb820191a8, + FFFF820192107fdb82019210, + FFFF820192787fdb82019278, + FFFF820192e07fdb820192e0, + FFFF820193487fdb82019348, + FFFF820193b07fdb820193b0, + FFFF820194187fdb82019418, + FFFF820194807fdb82019480, + FFFF820194e87fdb820194e8, + FFFF820195507fdb82019550, + FFFF820195b87fdb820195b8, + FFFF820196207fdb82019620, + FFFF820196887fdb82019688, + FFFF820196f07fdb820196f0, + FFFF820197587fdb82019758, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2702,73 +2702,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFFf4813e907fb0f4813e90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4813e907fb0f4813e90 /* Allocator.cpp */; }; - FFFFf4813ef87fb0f4813ef8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4813ef87fb0f4813ef8 /* Factory.cpp */; }; - FFFFf4813f607fb0f4813f60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4813f607fb0f4813f60 /* PhaseConfig.cpp */; }; - FFFFf4813fc87fb0f4813fc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf4813fc87fb0f4813fc8 /* SwCloth.cpp */; }; - FFFFf48140307fb0f4814030 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48140307fb0f4814030 /* SwClothData.cpp */; }; - FFFFf48140987fb0f4814098 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48140987fb0f4814098 /* SwCollision.cpp */; }; - FFFFf48141007fb0f4814100 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48141007fb0f4814100 /* SwFabric.cpp */; }; - FFFFf48141687fb0f4814168 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48141687fb0f4814168 /* SwFactory.cpp */; }; - FFFFf48141d07fb0f48141d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48141d07fb0f48141d0 /* SwInterCollision.cpp */; }; - FFFFf48142387fb0f4814238 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48142387fb0f4814238 /* SwSelfCollision.cpp */; }; - FFFFf48142a07fb0f48142a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48142a07fb0f48142a0 /* SwSolver.cpp */; }; - FFFFf48143087fb0f4814308 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48143087fb0f4814308 /* SwSolverKernel.cpp */; }; - FFFFf48143707fb0f4814370 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf48143707fb0f4814370 /* TripletScheduler.cpp */; }; + FFFF82024a907fdb82024a90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024a907fdb82024a90 /* Allocator.cpp */; }; + FFFF82024af87fdb82024af8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024af87fdb82024af8 /* Factory.cpp */; }; + FFFF82024b607fdb82024b60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024b607fdb82024b60 /* PhaseConfig.cpp */; }; + FFFF82024bc87fdb82024bc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024bc87fdb82024bc8 /* SwCloth.cpp */; }; + FFFF82024c307fdb82024c30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024c307fdb82024c30 /* SwClothData.cpp */; }; + FFFF82024c987fdb82024c98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024c987fdb82024c98 /* SwCollision.cpp */; }; + FFFF82024d007fdb82024d00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024d007fdb82024d00 /* SwFabric.cpp */; }; + FFFF82024d687fdb82024d68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024d687fdb82024d68 /* SwFactory.cpp */; }; + FFFF82024dd07fdb82024dd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024dd07fdb82024dd0 /* SwInterCollision.cpp */; }; + FFFF82024e387fdb82024e38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024e387fdb82024e38 /* SwSelfCollision.cpp */; }; + FFFF82024ea07fdb82024ea0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024ea07fdb82024ea0 /* SwSolver.cpp */; }; + FFFF82024f087fdb82024f08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024f087fdb82024f08 /* SwSolverKernel.cpp */; }; + FFFF82024f707fdb82024f70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82024f707fdb82024f70 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf3927bf07fb0f3927bf0 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf39305407fb0f3930540 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39305a87fb0f39305a8 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39306107fb0f3930610 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39306787fb0f3930678 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39306e07fb0f39306e0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39307487fb0f3930748 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFDf39307b07fb0f39307b0 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48134007fb0f4813400 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48134687fb0f4813468 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48134d07fb0f48134d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48135387fb0f4813538 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48135a07fb0f48135a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48136087fb0f4813608 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48136707fb0f4813670 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48136d87fb0f48136d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48137407fb0f4813740 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48137a87fb0f48137a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48138107fb0f4813810 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48138787fb0f4813878 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48138e07fb0f48138e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48139487fb0f4813948 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDf48139b07fb0f48139b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813a187fb0f4813a18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813a807fb0f4813a80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813ae87fb0f4813ae8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813b507fb0f4813b50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813bb87fb0f4813bb8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813c207fb0f4813c20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813c887fb0f4813c88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813cf07fb0f4813cf0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813d587fb0f4813d58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813dc07fb0f4813dc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813e287fb0f4813e28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFDf4813e907fb0f4813e90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4813ef87fb0f4813ef8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4813f607fb0f4813f60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf4813fc87fb0f4813fc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48140307fb0f4814030 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48140987fb0f4814098 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48141007fb0f4814100 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48141687fb0f4814168 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48141d07fb0f48141d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48142387fb0f4814238 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48142a07fb0f48142a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48143087fb0f4814308 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf48143707fb0f4814370 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c526f07fdb81c526f0 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81c3f0e07fdb81c3f0e0 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f1487fdb81c3f148 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f1b07fdb81c3f1b0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f2187fdb81c3f218 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f2807fdb81c3f280 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f2e87fdb81c3f2e8 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c3f3507fdb81c3f350 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240007fdb82024000 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240687fdb82024068 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240d07fdb820240d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820241387fdb82024138 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD820241a07fdb820241a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820242087fdb82024208 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD820242707fdb82024270 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD820242d87fdb820242d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD820243407fdb82024340 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820243a87fdb820243a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD820244107fdb82024410 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD820244787fdb82024478 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD820244e07fdb820244e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820245487fdb82024548 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820245b07fdb820245b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD820246187fdb82024618 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820246807fdb82024680 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD820246e87fdb820246e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD820247507fdb82024750 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD820247b87fdb820247b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD820248207fdb82024820 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD820248887fdb82024888 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD820248f07fdb820248f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD820249587fdb82024958 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD820249c07fdb820249c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD82024a287fdb82024a28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD82024a907fdb82024a90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024af87fdb82024af8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024b607fdb82024b60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024bc87fdb82024bc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024c307fdb82024c30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024c987fdb82024c98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024d007fdb82024d00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024d687fdb82024d68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024dd07fdb82024dd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024e387fdb82024e38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024ea07fdb82024ea0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024f087fdb82024f08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82024f707fdb82024f70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f3927bf07fb0f3927bf0 /* Resources */ = { + FFF281c526f07fdb81c526f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,7 +2778,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf3927bf07fb0f3927bf0 /* Frameworks */ = { + FFFC81c526f07fdb81c526f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2788,23 +2788,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f3927bf07fb0f3927bf0 /* Sources */ = { + FFF881c526f07fdb81c526f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf4813e907fb0f4813e90, - FFFFf4813ef87fb0f4813ef8, - FFFFf4813f607fb0f4813f60, - FFFFf4813fc87fb0f4813fc8, - FFFFf48140307fb0f4814030, - FFFFf48140987fb0f4814098, - FFFFf48141007fb0f4814100, - FFFFf48141687fb0f4814168, - FFFFf48141d07fb0f48141d0, - FFFFf48142387fb0f4814238, - FFFFf48142a07fb0f48142a0, - FFFFf48143087fb0f4814308, - FFFFf48143707fb0f4814370, + FFFF82024a907fdb82024a90, + FFFF82024af87fdb82024af8, + FFFF82024b607fdb82024b60, + FFFF82024bc87fdb82024bc8, + FFFF82024c307fdb82024c30, + FFFF82024c987fdb82024c98, + FFFF82024d007fdb82024d00, + FFFF82024d687fdb82024d68, + FFFF82024dd07fdb82024dd0, + FFFF82024e387fdb82024e38, + FFFF82024ea07fdb82024ea0, + FFFF82024f087fdb82024f08, + FFFF82024f707fdb82024f70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2816,79 +2816,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFFf21b85587fb0f21b8558 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b85587fb0f21b8558 /* PtBatcher.cpp */; }; - FFFFf21b85c07fb0f21b85c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b85c07fb0f21b85c0 /* PtBodyTransformVault.cpp */; }; - FFFFf21b86287fb0f21b8628 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b86287fb0f21b8628 /* PtCollision.cpp */; }; - FFFFf21b86907fb0f21b8690 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b86907fb0f21b8690 /* PtCollisionBox.cpp */; }; - FFFFf21b86f87fb0f21b86f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b86f87fb0f21b86f8 /* PtCollisionCapsule.cpp */; }; - FFFFf21b87607fb0f21b8760 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b87607fb0f21b8760 /* PtCollisionConvex.cpp */; }; - FFFFf21b87c87fb0f21b87c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b87c87fb0f21b87c8 /* PtCollisionMesh.cpp */; }; - FFFFf21b88307fb0f21b8830 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b88307fb0f21b8830 /* PtCollisionPlane.cpp */; }; - FFFFf21b88987fb0f21b8898 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b88987fb0f21b8898 /* PtCollisionSphere.cpp */; }; - FFFFf21b89007fb0f21b8900 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b89007fb0f21b8900 /* PtContextCpu.cpp */; }; - FFFFf21b89687fb0f21b8968 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b89687fb0f21b8968 /* PtDynamics.cpp */; }; - FFFFf21b89d07fb0f21b89d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b89d07fb0f21b89d0 /* PtParticleData.cpp */; }; - FFFFf21b8a387fb0f21b8a38 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b8a387fb0f21b8a38 /* PtParticleShapeCpu.cpp */; }; - FFFFf21b8aa07fb0f21b8aa0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b8aa07fb0f21b8aa0 /* PtParticleSystemSimCpu.cpp */; }; - FFFFf21b8b087fb0f21b8b08 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b8b087fb0f21b8b08 /* PtSpatialHash.cpp */; }; - FFFFf21b8b707fb0f21b8b70 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf21b8b707fb0f21b8b70 /* PtSpatialLocalHash.cpp */; }; + FFFF84039b587fdb84039b58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039b587fdb84039b58 /* PtBatcher.cpp */; }; + FFFF84039bc07fdb84039bc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039bc07fdb84039bc0 /* PtBodyTransformVault.cpp */; }; + FFFF84039c287fdb84039c28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039c287fdb84039c28 /* PtCollision.cpp */; }; + FFFF84039c907fdb84039c90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039c907fdb84039c90 /* PtCollisionBox.cpp */; }; + FFFF84039cf87fdb84039cf8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039cf87fdb84039cf8 /* PtCollisionCapsule.cpp */; }; + FFFF84039d607fdb84039d60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039d607fdb84039d60 /* PtCollisionConvex.cpp */; }; + FFFF84039dc87fdb84039dc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039dc87fdb84039dc8 /* PtCollisionMesh.cpp */; }; + FFFF84039e307fdb84039e30 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039e307fdb84039e30 /* PtCollisionPlane.cpp */; }; + FFFF84039e987fdb84039e98 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039e987fdb84039e98 /* PtCollisionSphere.cpp */; }; + FFFF84039f007fdb84039f00 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039f007fdb84039f00 /* PtContextCpu.cpp */; }; + FFFF84039f687fdb84039f68 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039f687fdb84039f68 /* PtDynamics.cpp */; }; + FFFF84039fd07fdb84039fd0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84039fd07fdb84039fd0 /* PtParticleData.cpp */; }; + FFFF8403a0387fdb8403a038 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8403a0387fdb8403a038 /* PtParticleShapeCpu.cpp */; }; + FFFF8403a0a07fdb8403a0a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8403a0a07fdb8403a0a0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF8403a1087fdb8403a108 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8403a1087fdb8403a108 /* PtSpatialHash.cpp */; }; + FFFF8403a1707fdb8403a170 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8403a1707fdb8403a170 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2c195d07fb0f2c195d0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf21a68007fb0f21a6800 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a68687fb0f21a6868 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a68d07fb0f21a68d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a69387fb0f21a6938 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a69a07fb0f21a69a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a6a087fb0f21a6a08 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a6a707fb0f21a6a70 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a6ad87fb0f21a6ad8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a6b407fb0f21a6b40 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21a6ba87fb0f21a6ba8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7c007fb0f21b7c00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7c687fb0f21b7c68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7cd07fb0f21b7cd0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7d387fb0f21b7d38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7da07fb0f21b7da0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7e087fb0f21b7e08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7e707fb0f21b7e70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7ed87fb0f21b7ed8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7f407fb0f21b7f40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b7fa87fb0f21b7fa8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b80107fb0f21b8010 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b80787fb0f21b8078 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b80e07fb0f21b80e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b81487fb0f21b8148 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b81b07fb0f21b81b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b82187fb0f21b8218 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b82807fb0f21b8280 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b82e87fb0f21b82e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b83507fb0f21b8350 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b83b87fb0f21b83b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b84207fb0f21b8420 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b84887fb0f21b8488 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b84f07fb0f21b84f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFDf21b85587fb0f21b8558 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b85c07fb0f21b85c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b86287fb0f21b8628 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b86907fb0f21b8690 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b86f87fb0f21b86f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b87607fb0f21b8760 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b87c87fb0f21b87c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b88307fb0f21b8830 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b88987fb0f21b8898 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b89007fb0f21b8900 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b89687fb0f21b8968 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b89d07fb0f21b89d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b8a387fb0f21b8a38 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b8aa07fb0f21b8aa0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b8b087fb0f21b8b08 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDf21b8b707fb0f21b8b70 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD837467407fdb83746740 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8402c0007fdb8402c000 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c0687fdb8402c068 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c0d07fdb8402c0d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c1387fdb8402c138 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c1a07fdb8402c1a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c2087fdb8402c208 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c2707fdb8402c270 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c2d87fdb8402c2d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c3407fdb8402c340 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8402c3a87fdb8402c3a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD840392007fdb84039200 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD840392687fdb84039268 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD840392d07fdb840392d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD840393387fdb84039338 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD840393a07fdb840393a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD840394087fdb84039408 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD840394707fdb84039470 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD840394d87fdb840394d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD840395407fdb84039540 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD840395a87fdb840395a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD840396107fdb84039610 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD840396787fdb84039678 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD840396e07fdb840396e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD840397487fdb84039748 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD840397b07fdb840397b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD840398187fdb84039818 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD840398807fdb84039880 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD840398e87fdb840398e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD840399507fdb84039950 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD840399b87fdb840399b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD84039a207fdb84039a20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD84039a887fdb84039a88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD84039af07fdb84039af0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD84039b587fdb84039b58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039bc07fdb84039bc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039c287fdb84039c28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039c907fdb84039c90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039cf87fdb84039cf8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039d607fdb84039d60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039dc87fdb84039dc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039e307fdb84039e30 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039e987fdb84039e98 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039f007fdb84039f00 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039f687fdb84039f68 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84039fd07fdb84039fd0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8403a0387fdb8403a038 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8403a0a07fdb8403a0a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8403a1087fdb8403a108 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8403a1707fdb8403a170 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2f2c195d07fb0f2c195d0 /* Resources */ = { + FFF2837467407fdb83746740 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,7 +2898,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2c195d07fb0f2c195d0 /* Frameworks */ = { + FFFC837467407fdb83746740 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2908,26 +2908,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2c195d07fb0f2c195d0 /* Sources */ = { + FFF8837467407fdb83746740 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf21b85587fb0f21b8558, - FFFFf21b85c07fb0f21b85c0, - FFFFf21b86287fb0f21b8628, - FFFFf21b86907fb0f21b8690, - FFFFf21b86f87fb0f21b86f8, - FFFFf21b87607fb0f21b8760, - FFFFf21b87c87fb0f21b87c8, - FFFFf21b88307fb0f21b8830, - FFFFf21b88987fb0f21b8898, - FFFFf21b89007fb0f21b8900, - FFFFf21b89687fb0f21b8968, - FFFFf21b89d07fb0f21b89d0, - FFFFf21b8a387fb0f21b8a38, - FFFFf21b8aa07fb0f21b8aa0, - FFFFf21b8b087fb0f21b8b08, - FFFFf21b8b707fb0f21b8b70, + FFFF84039b587fdb84039b58, + FFFF84039bc07fdb84039bc0, + FFFF84039c287fdb84039c28, + FFFF84039c907fdb84039c90, + FFFF84039cf87fdb84039cf8, + FFFF84039d607fdb84039d60, + FFFF84039dc87fdb84039dc8, + FFFF84039e307fdb84039e30, + FFFF84039e987fdb84039e98, + FFFF84039f007fdb84039f00, + FFFF84039f687fdb84039f68, + FFFF84039fd07fdb84039fd0, + FFFF8403a0387fdb8403a038, + FFFF8403a0a07fdb8403a0a0, + FFFF8403a1087fdb8403a108, + FFFF8403a1707fdb8403a170, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2939,22 +2939,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFFf2fafbd07fb0f2fafbd0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf2fafbd07fb0f2fafbd0 /* src/TaskManager.cpp */; }; + FFFF84a50b607fdb84a50b60 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84a50b607fdb84a50b60 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf2faef607fb0f2faef60 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf2fad2907fb0f2fad290 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fad2f87fb0f2fad2f8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fad3607fb0f2fad360 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fad3c87fb0f2fad3c8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fad4307fb0f2fad430 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fad4987fb0f2fad498 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDf2fafbd07fb0f2fafbd0 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84a4f9207fdb84a4f920 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD84a4e4b07fdb84a4e4b0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a4e5187fdb84a4e518 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a4e5807fdb84a4e580 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a4e5e87fdb84a4e5e8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a4e6507fdb84a4e650 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a4e6b87fdb84a4e6b8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD84a50b607fdb84a50b60 /* 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 */ - FFF2f2faef607fb0f2faef60 /* Resources */ = { + FFF284a4f9207fdb84a4f920 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,7 +2964,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf2faef607fb0f2faef60 /* Frameworks */ = { + FFFC84a4f9207fdb84a4f920 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2974,11 +2974,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f2faef607fb0f2faef60 /* Sources */ = { + FFF884a4f9207fdb84a4f920 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf2fafbd07fb0f2fafbd0, + FFFF84a50b607fdb84a50b60, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2990,17 +2990,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFFf394ae707fb0f394ae70 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDf394ae707fb0f394ae70 /* PsFastXml.cpp */; }; + FFFF81c6b6d07fdb81c6b6d0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81c6b6d07fdb81c6b6d0 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDf39379407fb0f3937940 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDf394ad707fb0f394ad70 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFDf394ae707fb0f394ae70 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81c6af307fdb81c6af30 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81c6b5d07fdb81c6b5d0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD81c6b6d07fdb81c6b6d0 /* 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 */ - FFF2f39379407fb0f3937940 /* Resources */ = { + FFF281c6af307fdb81c6af30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,7 +3010,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCf39379407fb0f3937940 /* Frameworks */ = { + FFFC81c6af307fdb81c6af30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3020,11 +3020,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8f39379407fb0f3937940 /* Sources */ = { + FFF881c6af307fdb81c6af30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFf394ae707fb0f394ae70, + FFFF81c6b6d07fdb81c6b6d0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3036,1974 +3036,1974 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5f39459607fb0f3945960 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c6e7107fdb81c6e710 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf39459607fb0f3945960 /* PhysX */; + remoteGlobalIDString = FFFA81c6e7107fdb81c6e710 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5f3934b807fb0f3934b80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c788d07fdb81c788d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf3934b807fb0f3934b80 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA81c788d07fdb81c788d0 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5f3950f807fb0f3950f80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c7dd307fdb81c7dd30 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf3950f807fb0f3950f80 /* PhysXVehicle */; + remoteGlobalIDString = FFFA81c7dd307fdb81c7dd30 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5f39602f07fb0f39602f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c895807fdb81c89580 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf39602f07fb0f39602f0 /* PhysXExtensions */; + remoteGlobalIDString = FFFA81c895807fdb81c89580 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5f3972c407fb0f3972c40 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c9c0307fdb81c9c030 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf3972c407fb0f3972c40 /* SceneQuery */; + remoteGlobalIDString = FFFA81c9c0307fdb81c9c030 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5f39771c07fb0f39771c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF5832121807fdb83212180 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf39771c07fb0f39771c0 /* SimulationController */; + remoteGlobalIDString = FFFA832121807fdb83212180 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5f2c8ba007fb0f2c8ba00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF58322a9507fdb8322a950 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2c8ba007fb0f2c8ba00 /* PhysXCooking */; + remoteGlobalIDString = FFFA8322a9507fdb8322a950 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5f299eeb07fb0f299eeb0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF5832255c07fdb832255c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf299eeb07fb0f299eeb0 /* PhysXCommon */; + remoteGlobalIDString = FFFA832255c07fdb832255c0 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5f298c0307fb0f298c030 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF5832630b07fdb832630b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf298c0307fb0f298c030 /* PxFoundation */; + remoteGlobalIDString = FFFA832630b07fdb832630b0 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5f14114a07fb0f14114a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c0ebb07fdb81c0ebb0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf14114a07fb0f14114a0 /* PxPvdSDK */; + remoteGlobalIDString = FFFA81c0ebb07fdb81c0ebb0 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5f2d3dd907fb0f2d3dd90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF583507ad07fdb83507ad0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2d3dd907fb0f2d3dd90 /* LowLevel */; + remoteGlobalIDString = FFFA83507ad07fdb83507ad0 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5f39094b07fb0f39094b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF5837322b07fdb837322b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf39094b07fb0f39094b0 /* LowLevelAABB */; + remoteGlobalIDString = FFFA837322b07fdb837322b0 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5f2c04d807fb0f2c04d80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c2a6507fdb81c2a650 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2c04d807fb0f2c04d80 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA81c2a6507fdb81c2a650 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5f3927bf07fb0f3927bf0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c526f07fdb81c526f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf3927bf07fb0f3927bf0 /* LowLevelCloth */; + remoteGlobalIDString = FFFA81c526f07fdb81c526f0 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5f2c195d07fb0f2c195d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF5837467407fdb83746740 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2c195d07fb0f2c195d0 /* LowLevelParticles */; + remoteGlobalIDString = FFFA837467407fdb83746740 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5f2faef607fb0f2faef60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF584a4f9207fdb84a4f920 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf2faef607fb0f2faef60 /* PxTask */; + remoteGlobalIDString = FFFA84a4f9207fdb84a4f920 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5f39379407fb0f3937940 /* PBXContainerItemProxy */ = { - containerPortal = FFF9f1568a407fb0f1568a40 /* Project object */; + FFF581c6af307fdb81c6af30 /* PBXContainerItemProxy */ = { + containerPortal = FFF9830083f07fdb830083f0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAf39379407fb0f3937940 /* PsFastXml */; + remoteGlobalIDString = FFFA81c6af307fdb81c6af30 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBf1568aa87fb0f1568aa8 /* PhysX */ = { + FFFB830084587fdb83008458 /* PhysX */ = { isa = PBXGroup; children = ( - FFF0f1568a407fb0f1568a40 /* Source */, - FFEEf1568a407fb0f1568a40 /* Products */, + FFF0830083f07fdb830083f0 /* Source */, + FFEE830083f07fdb830083f0 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF0f1568a407fb0f1568a40 /* Source */ = { + FFF0830083f07fdb830083f0 /* Source */ = { isa = PBXGroup; children = ( - FFFBf39459607fb0f3945960, - FFFBf3934b807fb0f3934b80, - FFFBf3950f807fb0f3950f80, - FFFBf39602f07fb0f39602f0, - FFFBf3972c407fb0f3972c40, - FFFBf39771c07fb0f39771c0, - FFFBf2c8ba007fb0f2c8ba00, - FFFBf299eeb07fb0f299eeb0, - FFFBf298c0307fb0f298c030, - FFFBf14114a07fb0f14114a0, - FFFBf2d3dd907fb0f2d3dd90, - FFFBf39094b07fb0f39094b0, - FFFBf2c04d807fb0f2c04d80, - FFFBf3927bf07fb0f3927bf0, - FFFBf2c195d07fb0f2c195d0, - FFFBf2faef607fb0f2faef60, - FFFBf39379407fb0f3937940, + FFFB81c6e7107fdb81c6e710, + FFFB81c788d07fdb81c788d0, + FFFB81c7dd307fdb81c7dd30, + FFFB81c895807fdb81c89580, + FFFB81c9c0307fdb81c9c030, + FFFB832121807fdb83212180, + FFFB8322a9507fdb8322a950, + FFFB832255c07fdb832255c0, + FFFB832630b07fdb832630b0, + FFFB81c0ebb07fdb81c0ebb0, + FFFB83507ad07fdb83507ad0, + FFFB837322b07fdb837322b0, + FFFB81c2a6507fdb81c2a650, + FFFB81c526f07fdb81c526f0, + FFFB837467407fdb83746740, + FFFB84a4f9207fdb84a4f920, + FFFB81c6af307fdb81c6af30, ); name = Source; sourceTree = "<group>"; }; - FFEEf1568a407fb0f1568a40 /* Products */ = { + FFEE830083f07fdb830083f0 /* Products */ = { isa = PBXGroup; children = ( - FFFDf39459607fb0f3945960, - FFFDf3934b807fb0f3934b80, - FFFDf3950f807fb0f3950f80, - FFFDf39602f07fb0f39602f0, - FFFDf3972c407fb0f3972c40, - FFFDf39771c07fb0f39771c0, - FFFDf2c8ba007fb0f2c8ba00, - FFFDf299eeb07fb0f299eeb0, - FFFDf298c0307fb0f298c030, - FFFDf14114a07fb0f14114a0, - FFFDf2d3dd907fb0f2d3dd90, - FFFDf39094b07fb0f39094b0, - FFFDf2c04d807fb0f2c04d80, - FFFDf3927bf07fb0f3927bf0, - FFFDf2c195d07fb0f2c195d0, - FFFDf2faef607fb0f2faef60, - FFFDf39379407fb0f3937940, + FFFD81c6e7107fdb81c6e710, + FFFD81c788d07fdb81c788d0, + FFFD81c7dd307fdb81c7dd30, + FFFD81c895807fdb81c89580, + FFFD81c9c0307fdb81c9c030, + FFFD832121807fdb83212180, + FFFD8322a9507fdb8322a950, + FFFD832255c07fdb832255c0, + FFFD832630b07fdb832630b0, + FFFD81c0ebb07fdb81c0ebb0, + FFFD83507ad07fdb83507ad0, + FFFD837322b07fdb837322b0, + FFFD81c2a6507fdb81c2a650, + FFFD81c526f07fdb81c526f0, + FFFD837467407fdb83746740, + FFFD84a4f9207fdb84a4f920, + FFFD81c6af307fdb81c6af30, ); name = Products; sourceTree = "<group>"; }; - FFFBf39459607fb0f3945960 /* PhysX */ = { + FFFB81c6e7107fdb81c6e710 /* PhysX */ = { isa = PBXGroup; children = ( - FFFBf3956ee07fb0f3956ee0 /* src */, - FFFBf3956f087fb0f3956f08 /* include */, - FFFBf3956f307fb0f3956f30 /* metadata */, + FFFB81c800207fdb81c80020 /* src */, + FFFB81c800487fdb81c80048 /* include */, + FFFB81c800707fdb81c80070 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFBf3956ee07fb0f3956ee0 /* src */ = { + FFFB81c800207fdb81c80020 /* src */ = { isa = PBXGroup; children = ( - FFFDf48216007fb0f4821600 /* NpActor.h */, - FFFDf48216687fb0f4821668 /* NpActorTemplate.h */, - FFFDf48216d07fb0f48216d0 /* NpAggregate.h */, - FFFDf48217387fb0f4821738 /* NpArticulation.h */, - FFFDf48217a07fb0f48217a0 /* NpArticulationJoint.h */, - FFFDf48218087fb0f4821808 /* NpArticulationLink.h */, - FFFDf48218707fb0f4821870 /* NpBatchQuery.h */, - FFFDf48218d87fb0f48218d8 /* NpCast.h */, - FFFDf48219407fb0f4821940 /* NpConnector.h */, - FFFDf48219a87fb0f48219a8 /* NpConstraint.h */, - FFFDf4821a107fb0f4821a10 /* NpFactory.h */, - FFFDf4821a787fb0f4821a78 /* NpMaterial.h */, - FFFDf4821ae07fb0f4821ae0 /* NpMaterialManager.h */, - FFFDf4821b487fb0f4821b48 /* NpPhysics.h */, - FFFDf4821bb07fb0f4821bb0 /* NpPhysicsInsertionCallback.h */, - FFFDf4821c187fb0f4821c18 /* NpPtrTableStorageManager.h */, - FFFDf4821c807fb0f4821c80 /* NpPvdSceneQueryCollector.h */, - FFFDf4821ce87fb0f4821ce8 /* NpQueryShared.h */, - FFFDf4821d507fb0f4821d50 /* NpReadCheck.h */, - FFFDf4821db87fb0f4821db8 /* NpRigidActorTemplate.h */, - FFFDf4821e207fb0f4821e20 /* NpRigidActorTemplateInternal.h */, - FFFDf4821e887fb0f4821e88 /* NpRigidBodyTemplate.h */, - FFFDf4821ef07fb0f4821ef0 /* NpRigidDynamic.h */, - FFFDf4821f587fb0f4821f58 /* NpRigidStatic.h */, - FFFDf4821fc07fb0f4821fc0 /* NpScene.h */, - FFFDf48220287fb0f4822028 /* NpSceneQueries.h */, - FFFDf48220907fb0f4822090 /* NpShape.h */, - FFFDf48220f87fb0f48220f8 /* NpShapeManager.h */, - FFFDf48221607fb0f4822160 /* NpSpatialIndex.h */, - FFFDf48221c87fb0f48221c8 /* NpVolumeCache.h */, - FFFDf48222307fb0f4822230 /* NpWriteCheck.h */, - FFFDf48222987fb0f4822298 /* PvdMetaDataBindingData.h */, - FFFDf48223007fb0f4822300 /* PvdMetaDataPvdBinding.h */, - FFFDf48223687fb0f4822368 /* PvdPhysicsClient.h */, - FFFDf48223d07fb0f48223d0 /* PvdTypeNames.h */, - FFFDf48224387fb0f4822438 /* NpActor.cpp */, - FFFDf48224a07fb0f48224a0 /* NpAggregate.cpp */, - FFFDf48225087fb0f4822508 /* NpArticulation.cpp */, - FFFDf48225707fb0f4822570 /* NpArticulationJoint.cpp */, - FFFDf48225d87fb0f48225d8 /* NpArticulationLink.cpp */, - FFFDf48226407fb0f4822640 /* NpBatchQuery.cpp */, - FFFDf48226a87fb0f48226a8 /* NpConstraint.cpp */, - FFFDf48227107fb0f4822710 /* NpFactory.cpp */, - FFFDf48227787fb0f4822778 /* NpMaterial.cpp */, - FFFDf48227e07fb0f48227e0 /* NpMetaData.cpp */, - FFFDf48228487fb0f4822848 /* NpPhysics.cpp */, - FFFDf48228b07fb0f48228b0 /* NpPvdSceneQueryCollector.cpp */, - FFFDf48229187fb0f4822918 /* NpReadCheck.cpp */, - FFFDf48229807fb0f4822980 /* NpRigidDynamic.cpp */, - FFFDf48229e87fb0f48229e8 /* NpRigidStatic.cpp */, - FFFDf4822a507fb0f4822a50 /* NpScene.cpp */, - FFFDf4822ab87fb0f4822ab8 /* NpSceneQueries.cpp */, - FFFDf4822b207fb0f4822b20 /* NpSerializerAdapter.cpp */, - FFFDf4822b887fb0f4822b88 /* NpShape.cpp */, - FFFDf4822bf07fb0f4822bf0 /* NpShapeManager.cpp */, - FFFDf4822c587fb0f4822c58 /* NpSpatialIndex.cpp */, - FFFDf4822cc07fb0f4822cc0 /* NpVolumeCache.cpp */, - FFFDf4822d287fb0f4822d28 /* NpWriteCheck.cpp */, - FFFDf4822d907fb0f4822d90 /* PvdMetaDataPvdBinding.cpp */, - FFFDf4822df87fb0f4822df8 /* PvdPhysicsClient.cpp */, - FFFDf4822e607fb0f4822e60 /* particles/NpParticleBaseTemplate.h */, - FFFDf4822ec87fb0f4822ec8 /* particles/NpParticleFluid.h */, - FFFDf4822f307fb0f4822f30 /* particles/NpParticleFluidReadData.h */, - FFFDf4822f987fb0f4822f98 /* particles/NpParticleSystem.h */, - FFFDf48230007fb0f4823000 /* particles/NpParticleFluid.cpp */, - FFFDf48230687fb0f4823068 /* particles/NpParticleSystem.cpp */, - FFFDf48230d07fb0f48230d0 /* buffering/ScbActor.h */, - FFFDf48231387fb0f4823138 /* buffering/ScbAggregate.h */, - FFFDf48231a07fb0f48231a0 /* buffering/ScbArticulation.h */, - FFFDf48232087fb0f4823208 /* buffering/ScbArticulationJoint.h */, - FFFDf48232707fb0f4823270 /* buffering/ScbBase.h */, - FFFDf48232d87fb0f48232d8 /* buffering/ScbBody.h */, - FFFDf48233407fb0f4823340 /* buffering/ScbCloth.h */, - FFFDf48233a87fb0f48233a8 /* buffering/ScbConstraint.h */, - FFFDf48234107fb0f4823410 /* buffering/ScbDefs.h */, - FFFDf48234787fb0f4823478 /* buffering/ScbNpDeps.h */, - FFFDf48234e07fb0f48234e0 /* buffering/ScbParticleSystem.h */, - FFFDf48235487fb0f4823548 /* buffering/ScbRigidObject.h */, - FFFDf48235b07fb0f48235b0 /* buffering/ScbRigidStatic.h */, - FFFDf48236187fb0f4823618 /* buffering/ScbScene.h */, - FFFDf48236807fb0f4823680 /* buffering/ScbSceneBuffer.h */, - FFFDf48236e87fb0f48236e8 /* buffering/ScbScenePvdClient.h */, - FFFDf48237507fb0f4823750 /* buffering/ScbShape.h */, - FFFDf48237b87fb0f48237b8 /* buffering/ScbType.h */, - FFFDf48238207fb0f4823820 /* buffering/ScbActor.cpp */, - FFFDf48238887fb0f4823888 /* buffering/ScbAggregate.cpp */, - FFFDf48238f07fb0f48238f0 /* buffering/ScbBase.cpp */, - FFFDf48239587fb0f4823958 /* buffering/ScbCloth.cpp */, - FFFDf48239c07fb0f48239c0 /* buffering/ScbMetaData.cpp */, - FFFDf4823a287fb0f4823a28 /* buffering/ScbParticleSystem.cpp */, - FFFDf4823a907fb0f4823a90 /* buffering/ScbScene.cpp */, - FFFDf4823af87fb0f4823af8 /* buffering/ScbScenePvdClient.cpp */, - FFFDf4823b607fb0f4823b60 /* buffering/ScbShape.cpp */, - FFFDf4823bc87fb0f4823bc8 /* cloth/NpCloth.h */, - FFFDf4823c307fb0f4823c30 /* cloth/NpClothFabric.h */, - FFFDf4823c987fb0f4823c98 /* cloth/NpClothParticleData.h */, - FFFDf4823d007fb0f4823d00 /* cloth/NpCloth.cpp */, - FFFDf4823d687fb0f4823d68 /* cloth/NpClothFabric.cpp */, - FFFDf4823dd07fb0f4823dd0 /* cloth/NpClothParticleData.cpp */, - FFFDf4823e387fb0f4823e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD820354007fdb82035400 /* NpActor.h */, + FFFD820354687fdb82035468 /* NpActorTemplate.h */, + FFFD820354d07fdb820354d0 /* NpAggregate.h */, + FFFD820355387fdb82035538 /* NpArticulation.h */, + FFFD820355a07fdb820355a0 /* NpArticulationJoint.h */, + FFFD820356087fdb82035608 /* NpArticulationLink.h */, + FFFD820356707fdb82035670 /* NpBatchQuery.h */, + FFFD820356d87fdb820356d8 /* NpCast.h */, + FFFD820357407fdb82035740 /* NpConnector.h */, + FFFD820357a87fdb820357a8 /* NpConstraint.h */, + FFFD820358107fdb82035810 /* NpFactory.h */, + FFFD820358787fdb82035878 /* NpMaterial.h */, + FFFD820358e07fdb820358e0 /* NpMaterialManager.h */, + FFFD820359487fdb82035948 /* NpPhysics.h */, + FFFD820359b07fdb820359b0 /* NpPhysicsInsertionCallback.h */, + FFFD82035a187fdb82035a18 /* NpPtrTableStorageManager.h */, + FFFD82035a807fdb82035a80 /* NpPvdSceneQueryCollector.h */, + FFFD82035ae87fdb82035ae8 /* NpQueryShared.h */, + FFFD82035b507fdb82035b50 /* NpReadCheck.h */, + FFFD82035bb87fdb82035bb8 /* NpRigidActorTemplate.h */, + FFFD82035c207fdb82035c20 /* NpRigidActorTemplateInternal.h */, + FFFD82035c887fdb82035c88 /* NpRigidBodyTemplate.h */, + FFFD82035cf07fdb82035cf0 /* NpRigidDynamic.h */, + FFFD82035d587fdb82035d58 /* NpRigidStatic.h */, + FFFD82035dc07fdb82035dc0 /* NpScene.h */, + FFFD82035e287fdb82035e28 /* NpSceneQueries.h */, + FFFD82035e907fdb82035e90 /* NpShape.h */, + FFFD82035ef87fdb82035ef8 /* NpShapeManager.h */, + FFFD82035f607fdb82035f60 /* NpSpatialIndex.h */, + FFFD82035fc87fdb82035fc8 /* NpVolumeCache.h */, + FFFD820360307fdb82036030 /* NpWriteCheck.h */, + FFFD820360987fdb82036098 /* PvdMetaDataBindingData.h */, + FFFD820361007fdb82036100 /* PvdMetaDataPvdBinding.h */, + FFFD820361687fdb82036168 /* PvdPhysicsClient.h */, + FFFD820361d07fdb820361d0 /* PvdTypeNames.h */, + FFFD820362387fdb82036238 /* NpActor.cpp */, + FFFD820362a07fdb820362a0 /* NpAggregate.cpp */, + FFFD820363087fdb82036308 /* NpArticulation.cpp */, + FFFD820363707fdb82036370 /* NpArticulationJoint.cpp */, + FFFD820363d87fdb820363d8 /* NpArticulationLink.cpp */, + FFFD820364407fdb82036440 /* NpBatchQuery.cpp */, + FFFD820364a87fdb820364a8 /* NpConstraint.cpp */, + FFFD820365107fdb82036510 /* NpFactory.cpp */, + FFFD820365787fdb82036578 /* NpMaterial.cpp */, + FFFD820365e07fdb820365e0 /* NpMetaData.cpp */, + FFFD820366487fdb82036648 /* NpPhysics.cpp */, + FFFD820366b07fdb820366b0 /* NpPvdSceneQueryCollector.cpp */, + FFFD820367187fdb82036718 /* NpReadCheck.cpp */, + FFFD820367807fdb82036780 /* NpRigidDynamic.cpp */, + FFFD820367e87fdb820367e8 /* NpRigidStatic.cpp */, + FFFD820368507fdb82036850 /* NpScene.cpp */, + FFFD820368b87fdb820368b8 /* NpSceneQueries.cpp */, + FFFD820369207fdb82036920 /* NpSerializerAdapter.cpp */, + FFFD820369887fdb82036988 /* NpShape.cpp */, + FFFD820369f07fdb820369f0 /* NpShapeManager.cpp */, + FFFD82036a587fdb82036a58 /* NpSpatialIndex.cpp */, + FFFD82036ac07fdb82036ac0 /* NpVolumeCache.cpp */, + FFFD82036b287fdb82036b28 /* NpWriteCheck.cpp */, + FFFD82036b907fdb82036b90 /* PvdMetaDataPvdBinding.cpp */, + FFFD82036bf87fdb82036bf8 /* PvdPhysicsClient.cpp */, + FFFD82036c607fdb82036c60 /* particles/NpParticleBaseTemplate.h */, + FFFD82036cc87fdb82036cc8 /* particles/NpParticleFluid.h */, + FFFD82036d307fdb82036d30 /* particles/NpParticleFluidReadData.h */, + FFFD82036d987fdb82036d98 /* particles/NpParticleSystem.h */, + FFFD82036e007fdb82036e00 /* particles/NpParticleFluid.cpp */, + FFFD82036e687fdb82036e68 /* particles/NpParticleSystem.cpp */, + FFFD82036ed07fdb82036ed0 /* buffering/ScbActor.h */, + FFFD82036f387fdb82036f38 /* buffering/ScbAggregate.h */, + FFFD82036fa07fdb82036fa0 /* buffering/ScbArticulation.h */, + FFFD820370087fdb82037008 /* buffering/ScbArticulationJoint.h */, + FFFD820370707fdb82037070 /* buffering/ScbBase.h */, + FFFD820370d87fdb820370d8 /* buffering/ScbBody.h */, + FFFD820371407fdb82037140 /* buffering/ScbCloth.h */, + FFFD820371a87fdb820371a8 /* buffering/ScbConstraint.h */, + FFFD820372107fdb82037210 /* buffering/ScbDefs.h */, + FFFD820372787fdb82037278 /* buffering/ScbNpDeps.h */, + FFFD820372e07fdb820372e0 /* buffering/ScbParticleSystem.h */, + FFFD820373487fdb82037348 /* buffering/ScbRigidObject.h */, + FFFD820373b07fdb820373b0 /* buffering/ScbRigidStatic.h */, + FFFD820374187fdb82037418 /* buffering/ScbScene.h */, + FFFD820374807fdb82037480 /* buffering/ScbSceneBuffer.h */, + FFFD820374e87fdb820374e8 /* buffering/ScbScenePvdClient.h */, + FFFD820375507fdb82037550 /* buffering/ScbShape.h */, + FFFD820375b87fdb820375b8 /* buffering/ScbType.h */, + FFFD820376207fdb82037620 /* buffering/ScbActor.cpp */, + FFFD820376887fdb82037688 /* buffering/ScbAggregate.cpp */, + FFFD820376f07fdb820376f0 /* buffering/ScbBase.cpp */, + FFFD820377587fdb82037758 /* buffering/ScbCloth.cpp */, + FFFD820377c07fdb820377c0 /* buffering/ScbMetaData.cpp */, + FFFD820378287fdb82037828 /* buffering/ScbParticleSystem.cpp */, + FFFD820378907fdb82037890 /* buffering/ScbScene.cpp */, + FFFD820378f87fdb820378f8 /* buffering/ScbScenePvdClient.cpp */, + FFFD820379607fdb82037960 /* buffering/ScbShape.cpp */, + FFFD820379c87fdb820379c8 /* cloth/NpCloth.h */, + FFFD82037a307fdb82037a30 /* cloth/NpClothFabric.h */, + FFFD82037a987fdb82037a98 /* cloth/NpClothParticleData.h */, + FFFD82037b007fdb82037b00 /* cloth/NpCloth.cpp */, + FFFD82037b687fdb82037b68 /* cloth/NpClothFabric.cpp */, + FFFD82037bd07fdb82037bd0 /* cloth/NpClothParticleData.cpp */, + FFFD82037c387fdb82037c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf3956f087fb0f3956f08 /* include */ = { + FFFB81c800487fdb81c80048 /* include */ = { isa = PBXGroup; children = ( - FFFDf48278007fb0f4827800 /* PxActor.h */, - FFFDf48278687fb0f4827868 /* PxAggregate.h */, - FFFDf48278d07fb0f48278d0 /* PxArticulation.h */, - FFFDf48279387fb0f4827938 /* PxArticulationJoint.h */, - FFFDf48279a07fb0f48279a0 /* PxArticulationLink.h */, - FFFDf4827a087fb0f4827a08 /* PxBatchQuery.h */, - FFFDf4827a707fb0f4827a70 /* PxBatchQueryDesc.h */, - FFFDf4827ad87fb0f4827ad8 /* PxBroadPhase.h */, - FFFDf4827b407fb0f4827b40 /* PxClient.h */, - FFFDf4827ba87fb0f4827ba8 /* PxConstraint.h */, - FFFDf4827c107fb0f4827c10 /* PxConstraintDesc.h */, - FFFDf4827c787fb0f4827c78 /* PxContact.h */, - FFFDf4827ce07fb0f4827ce0 /* PxContactModifyCallback.h */, - FFFDf4827d487fb0f4827d48 /* PxDeletionListener.h */, - FFFDf4827db07fb0f4827db0 /* PxFiltering.h */, - FFFDf4827e187fb0f4827e18 /* PxForceMode.h */, - FFFDf4827e807fb0f4827e80 /* PxImmediateMode.h */, - FFFDf4827ee87fb0f4827ee8 /* PxLockedData.h */, - FFFDf4827f507fb0f4827f50 /* PxMaterial.h */, - FFFDf4827fb87fb0f4827fb8 /* PxPhysXConfig.h */, - FFFDf48280207fb0f4828020 /* PxPhysics.h */, - FFFDf48280887fb0f4828088 /* PxPhysicsAPI.h */, - FFFDf48280f07fb0f48280f0 /* PxPhysicsSerialization.h */, - FFFDf48281587fb0f4828158 /* PxPhysicsVersion.h */, - FFFDf48281c07fb0f48281c0 /* PxPruningStructure.h */, - FFFDf48282287fb0f4828228 /* PxQueryFiltering.h */, - FFFDf48282907fb0f4828290 /* PxQueryReport.h */, - FFFDf48282f87fb0f48282f8 /* PxRigidActor.h */, - FFFDf48283607fb0f4828360 /* PxRigidBody.h */, - FFFDf48283c87fb0f48283c8 /* PxRigidDynamic.h */, - FFFDf48284307fb0f4828430 /* PxRigidStatic.h */, - FFFDf48284987fb0f4828498 /* PxScene.h */, - FFFDf48285007fb0f4828500 /* PxSceneDesc.h */, - FFFDf48285687fb0f4828568 /* PxSceneLock.h */, - FFFDf48285d07fb0f48285d0 /* PxShape.h */, - FFFDf48286387fb0f4828638 /* PxSimulationEventCallback.h */, - FFFDf48286a07fb0f48286a0 /* PxSimulationStatistics.h */, - FFFDf48287087fb0f4828708 /* PxSpatialIndex.h */, - FFFDf48287707fb0f4828770 /* PxVisualizationParameter.h */, - FFFDf48287d87fb0f48287d8 /* PxVolumeCache.h */, - FFFDf48288407fb0f4828840 /* particles/PxParticleBase.h */, - FFFDf48288a87fb0f48288a8 /* particles/PxParticleBaseFlag.h */, - FFFDf48289107fb0f4828910 /* particles/PxParticleCreationData.h */, - FFFDf48289787fb0f4828978 /* particles/PxParticleFlag.h */, - FFFDf48289e07fb0f48289e0 /* particles/PxParticleFluid.h */, - FFFDf4828a487fb0f4828a48 /* particles/PxParticleFluidReadData.h */, - FFFDf4828ab07fb0f4828ab0 /* particles/PxParticleReadData.h */, - FFFDf4828b187fb0f4828b18 /* particles/PxParticleSystem.h */, - FFFDf4828b807fb0f4828b80 /* pvd/PxPvdSceneClient.h */, - FFFDf4828be87fb0f4828be8 /* cloth/PxCloth.h */, - FFFDf4828c507fb0f4828c50 /* cloth/PxClothCollisionData.h */, - FFFDf4828cb87fb0f4828cb8 /* cloth/PxClothFabric.h */, - FFFDf4828d207fb0f4828d20 /* cloth/PxClothParticleData.h */, - FFFDf4828d887fb0f4828d88 /* cloth/PxClothTypes.h */, + FFFD82037e007fdb82037e00 /* PxActor.h */, + FFFD82037e687fdb82037e68 /* PxAggregate.h */, + FFFD82037ed07fdb82037ed0 /* PxArticulation.h */, + FFFD82037f387fdb82037f38 /* PxArticulationJoint.h */, + FFFD82037fa07fdb82037fa0 /* PxArticulationLink.h */, + FFFD820380087fdb82038008 /* PxBatchQuery.h */, + FFFD820380707fdb82038070 /* PxBatchQueryDesc.h */, + FFFD820380d87fdb820380d8 /* PxBroadPhase.h */, + FFFD820381407fdb82038140 /* PxClient.h */, + FFFD820381a87fdb820381a8 /* PxConstraint.h */, + FFFD820382107fdb82038210 /* PxConstraintDesc.h */, + FFFD820382787fdb82038278 /* PxContact.h */, + FFFD820382e07fdb820382e0 /* PxContactModifyCallback.h */, + FFFD820383487fdb82038348 /* PxDeletionListener.h */, + FFFD820383b07fdb820383b0 /* PxFiltering.h */, + FFFD820384187fdb82038418 /* PxForceMode.h */, + FFFD820384807fdb82038480 /* PxImmediateMode.h */, + FFFD820384e87fdb820384e8 /* PxLockedData.h */, + FFFD820385507fdb82038550 /* PxMaterial.h */, + FFFD820385b87fdb820385b8 /* PxPhysXConfig.h */, + FFFD820386207fdb82038620 /* PxPhysics.h */, + FFFD820386887fdb82038688 /* PxPhysicsAPI.h */, + FFFD820386f07fdb820386f0 /* PxPhysicsSerialization.h */, + FFFD820387587fdb82038758 /* PxPhysicsVersion.h */, + FFFD820387c07fdb820387c0 /* PxPruningStructure.h */, + FFFD820388287fdb82038828 /* PxQueryFiltering.h */, + FFFD820388907fdb82038890 /* PxQueryReport.h */, + FFFD820388f87fdb820388f8 /* PxRigidActor.h */, + FFFD820389607fdb82038960 /* PxRigidBody.h */, + FFFD820389c87fdb820389c8 /* PxRigidDynamic.h */, + FFFD82038a307fdb82038a30 /* PxRigidStatic.h */, + FFFD82038a987fdb82038a98 /* PxScene.h */, + FFFD82038b007fdb82038b00 /* PxSceneDesc.h */, + FFFD82038b687fdb82038b68 /* PxSceneLock.h */, + FFFD82038bd07fdb82038bd0 /* PxShape.h */, + FFFD82038c387fdb82038c38 /* PxSimulationEventCallback.h */, + FFFD82038ca07fdb82038ca0 /* PxSimulationStatistics.h */, + FFFD82038d087fdb82038d08 /* PxSpatialIndex.h */, + FFFD82038d707fdb82038d70 /* PxVisualizationParameter.h */, + FFFD82038dd87fdb82038dd8 /* PxVolumeCache.h */, + FFFD82038e407fdb82038e40 /* particles/PxParticleBase.h */, + FFFD82038ea87fdb82038ea8 /* particles/PxParticleBaseFlag.h */, + FFFD82038f107fdb82038f10 /* particles/PxParticleCreationData.h */, + FFFD82038f787fdb82038f78 /* particles/PxParticleFlag.h */, + FFFD82038fe07fdb82038fe0 /* particles/PxParticleFluid.h */, + FFFD820390487fdb82039048 /* particles/PxParticleFluidReadData.h */, + FFFD820390b07fdb820390b0 /* particles/PxParticleReadData.h */, + FFFD820391187fdb82039118 /* particles/PxParticleSystem.h */, + FFFD820391807fdb82039180 /* pvd/PxPvdSceneClient.h */, + FFFD820391e87fdb820391e8 /* cloth/PxCloth.h */, + FFFD820392507fdb82039250 /* cloth/PxClothCollisionData.h */, + FFFD820392b87fdb820392b8 /* cloth/PxClothFabric.h */, + FFFD820393207fdb82039320 /* cloth/PxClothParticleData.h */, + FFFD820393887fdb82039388 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf3956f307fb0f3956f30 /* metadata */ = { + FFFB81c800707fdb81c80070 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf48240007fb0f4824000 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDf48240687fb0f4824068 /* core/include/PvdMetaDataExtensions.h */, - FFFDf48240d07fb0f48240d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDf48241387fb0f4824138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDf48241a07fb0f48241a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDf48242087fb0f4824208 /* core/include/PxMetaDataCompare.h */, - FFFDf48242707fb0f4824270 /* core/include/PxMetaDataCppPrefix.h */, - FFFDf48242d87fb0f48242d8 /* core/include/PxMetaDataObjects.h */, - FFFDf48243407fb0f4824340 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDf48243a87fb0f48243a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFDf48244107fb0f4824410 /* core/src/PxMetaDataObjects.cpp */, + FFFD820300007fdb82030000 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD820300687fdb82030068 /* core/include/PvdMetaDataExtensions.h */, + FFFD820300d07fdb820300d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD820301387fdb82030138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD820301a07fdb820301a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD820302087fdb82030208 /* core/include/PxMetaDataCompare.h */, + FFFD820302707fdb82030270 /* core/include/PxMetaDataCppPrefix.h */, + FFFD820302d87fdb820302d8 /* core/include/PxMetaDataObjects.h */, + FFFD820303407fdb82030340 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD820303a87fdb820303a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD820304107fdb82030410 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf3934b807fb0f3934b80 /* PhysXCharacterKinematic */ = { + FFFB81c788d07fdb81c788d0 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFBf39546d07fb0f39546d0 /* include */, - FFFBf39546f87fb0f39546f8 /* src */, + FFFB81c7fe507fdb81c7fe50 /* include */, + FFFB81c7fe787fdb81c7fe78 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFBf39546d07fb0f39546d0 /* include */ = { + FFFB81c7fe507fdb81c7fe50 /* include */ = { isa = PBXGroup; children = ( - FFFDf3955f907fb0f3955f90 /* PxBoxController.h */, - FFFDf3955ff87fb0f3955ff8 /* PxCapsuleController.h */, - FFFDf39560607fb0f3956060 /* PxCharacter.h */, - FFFDf39560c87fb0f39560c8 /* PxController.h */, - FFFDf39561307fb0f3956130 /* PxControllerBehavior.h */, - FFFDf39561987fb0f3956198 /* PxControllerManager.h */, - FFFDf39562007fb0f3956200 /* PxControllerObstacles.h */, - FFFDf39562687fb0f3956268 /* PxExtended.h */, + FFFD81c7cc907fdb81c7cc90 /* PxBoxController.h */, + FFFD81c7ccf87fdb81c7ccf8 /* PxCapsuleController.h */, + FFFD81c7cd607fdb81c7cd60 /* PxCharacter.h */, + FFFD81c7cdc87fdb81c7cdc8 /* PxController.h */, + FFFD81c7ce307fdb81c7ce30 /* PxControllerBehavior.h */, + FFFD81c7ce987fdb81c7ce98 /* PxControllerManager.h */, + FFFD81c7cf007fdb81c7cf00 /* PxControllerObstacles.h */, + FFFD81c7cf687fdb81c7cf68 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf39546f87fb0f39546f8 /* src */ = { + FFFB81c7fe787fdb81c7fe78 /* src */ = { isa = PBXGroup; children = ( - FFFDf481ec007fb0f481ec00 /* CctBoxController.h */, - FFFDf481ec687fb0f481ec68 /* CctCapsuleController.h */, - FFFDf481ecd07fb0f481ecd0 /* CctCharacterController.h */, - FFFDf481ed387fb0f481ed38 /* CctCharacterControllerManager.h */, - FFFDf481eda07fb0f481eda0 /* CctController.h */, - FFFDf481ee087fb0f481ee08 /* CctInternalStructs.h */, - FFFDf481ee707fb0f481ee70 /* CctObstacleContext.h */, - FFFDf481eed87fb0f481eed8 /* CctSweptBox.h */, - FFFDf481ef407fb0f481ef40 /* CctSweptCapsule.h */, - FFFDf481efa87fb0f481efa8 /* CctSweptVolume.h */, - FFFDf481f0107fb0f481f010 /* CctUtils.h */, - FFFDf481f0787fb0f481f078 /* CctBoxController.cpp */, - FFFDf481f0e07fb0f481f0e0 /* CctCapsuleController.cpp */, - FFFDf481f1487fb0f481f148 /* CctCharacterController.cpp */, - FFFDf481f1b07fb0f481f1b0 /* CctCharacterControllerCallbacks.cpp */, - FFFDf481f2187fb0f481f218 /* CctCharacterControllerManager.cpp */, - FFFDf481f2807fb0f481f280 /* CctController.cpp */, - FFFDf481f2e87fb0f481f2e8 /* CctObstacleContext.cpp */, - FFFDf481f3507fb0f481f350 /* CctSweptBox.cpp */, - FFFDf481f3b87fb0f481f3b8 /* CctSweptCapsule.cpp */, - FFFDf481f4207fb0f481f420 /* CctSweptVolume.cpp */, + FFFD820394007fdb82039400 /* CctBoxController.h */, + FFFD820394687fdb82039468 /* CctCapsuleController.h */, + FFFD820394d07fdb820394d0 /* CctCharacterController.h */, + FFFD820395387fdb82039538 /* CctCharacterControllerManager.h */, + FFFD820395a07fdb820395a0 /* CctController.h */, + FFFD820396087fdb82039608 /* CctInternalStructs.h */, + FFFD820396707fdb82039670 /* CctObstacleContext.h */, + FFFD820396d87fdb820396d8 /* CctSweptBox.h */, + FFFD820397407fdb82039740 /* CctSweptCapsule.h */, + FFFD820397a87fdb820397a8 /* CctSweptVolume.h */, + FFFD820398107fdb82039810 /* CctUtils.h */, + FFFD820398787fdb82039878 /* CctBoxController.cpp */, + FFFD820398e07fdb820398e0 /* CctCapsuleController.cpp */, + FFFD820399487fdb82039948 /* CctCharacterController.cpp */, + FFFD820399b07fdb820399b0 /* CctCharacterControllerCallbacks.cpp */, + FFFD82039a187fdb82039a18 /* CctCharacterControllerManager.cpp */, + FFFD82039a807fdb82039a80 /* CctController.cpp */, + FFFD82039ae87fdb82039ae8 /* CctObstacleContext.cpp */, + FFFD82039b507fdb82039b50 /* CctSweptBox.cpp */, + FFFD82039bb87fdb82039bb8 /* CctSweptCapsule.cpp */, + FFFD82039c207fdb82039c20 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf3950f807fb0f3950f80 /* PhysXVehicle */ = { + FFFB81c7dd307fdb81c7dd30 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFBf39613407fb0f3961340 /* include */, - FFFBf39613687fb0f3961368 /* src */, - FFFBf39613907fb0f3961390 /* metadata */, + FFFB81c8a5d07fdb81c8a5d0 /* include */, + FFFB81c8a5f87fdb81c8a5f8 /* src */, + FFFB81c8a6207fdb81c8a620 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFBf39613407fb0f3961340 /* include */ = { + FFFB81c8a5d07fdb81c8a5d0 /* include */ = { isa = PBXGroup; children = ( - FFFDf4820a007fb0f4820a00 /* PxVehicleComponents.h */, - FFFDf4820a687fb0f4820a68 /* PxVehicleDrive.h */, - FFFDf4820ad07fb0f4820ad0 /* PxVehicleDrive4W.h */, - FFFDf4820b387fb0f4820b38 /* PxVehicleDriveNW.h */, - FFFDf4820ba07fb0f4820ba0 /* PxVehicleDriveTank.h */, - FFFDf4820c087fb0f4820c08 /* PxVehicleNoDrive.h */, - FFFDf4820c707fb0f4820c70 /* PxVehicleSDK.h */, - FFFDf4820cd87fb0f4820cd8 /* PxVehicleShaders.h */, - FFFDf4820d407fb0f4820d40 /* PxVehicleTireFriction.h */, - FFFDf4820da87fb0f4820da8 /* PxVehicleUpdate.h */, - FFFDf4820e107fb0f4820e10 /* PxVehicleUtil.h */, - FFFDf4820e787fb0f4820e78 /* PxVehicleUtilControl.h */, - FFFDf4820ee07fb0f4820ee0 /* PxVehicleUtilSetup.h */, - FFFDf4820f487fb0f4820f48 /* PxVehicleUtilTelemetry.h */, - FFFDf4820fb07fb0f4820fb0 /* PxVehicleWheels.h */, + FFFD8203ba007fdb8203ba00 /* PxVehicleComponents.h */, + FFFD8203ba687fdb8203ba68 /* PxVehicleDrive.h */, + FFFD8203bad07fdb8203bad0 /* PxVehicleDrive4W.h */, + FFFD8203bb387fdb8203bb38 /* PxVehicleDriveNW.h */, + FFFD8203bba07fdb8203bba0 /* PxVehicleDriveTank.h */, + FFFD8203bc087fdb8203bc08 /* PxVehicleNoDrive.h */, + FFFD8203bc707fdb8203bc70 /* PxVehicleSDK.h */, + FFFD8203bcd87fdb8203bcd8 /* PxVehicleShaders.h */, + FFFD8203bd407fdb8203bd40 /* PxVehicleTireFriction.h */, + FFFD8203bda87fdb8203bda8 /* PxVehicleUpdate.h */, + FFFD8203be107fdb8203be10 /* PxVehicleUtil.h */, + FFFD8203be787fdb8203be78 /* PxVehicleUtilControl.h */, + FFFD8203bee07fdb8203bee0 /* PxVehicleUtilSetup.h */, + FFFD8203bf487fdb8203bf48 /* PxVehicleUtilTelemetry.h */, + FFFD8203bfb07fdb8203bfb0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf39613687fb0f3961368 /* src */ = { + FFFB81c8a5f87fdb81c8a5f8 /* src */ = { isa = PBXGroup; children = ( - FFFDf482b6007fb0f482b600 /* PxVehicleDefaults.h */, - FFFDf482b6687fb0f482b668 /* PxVehicleLinearMath.h */, - FFFDf482b6d07fb0f482b6d0 /* PxVehicleSerialization.h */, - FFFDf482b7387fb0f482b738 /* PxVehicleSuspLimitConstraintShader.h */, - FFFDf482b7a07fb0f482b7a0 /* PxVehicleSuspWheelTire4.h */, - FFFDf482b8087fb0f482b808 /* PxVehicleComponents.cpp */, - FFFDf482b8707fb0f482b870 /* PxVehicleDrive.cpp */, - FFFDf482b8d87fb0f482b8d8 /* PxVehicleDrive4W.cpp */, - FFFDf482b9407fb0f482b940 /* PxVehicleDriveNW.cpp */, - FFFDf482b9a87fb0f482b9a8 /* PxVehicleDriveTank.cpp */, - FFFDf482ba107fb0f482ba10 /* PxVehicleMetaData.cpp */, - FFFDf482ba787fb0f482ba78 /* PxVehicleNoDrive.cpp */, - FFFDf482bae07fb0f482bae0 /* PxVehicleSDK.cpp */, - FFFDf482bb487fb0f482bb48 /* PxVehicleSerialization.cpp */, - FFFDf482bbb07fb0f482bbb0 /* PxVehicleSuspWheelTire4.cpp */, - FFFDf482bc187fb0f482bc18 /* PxVehicleTireFriction.cpp */, - FFFDf482bc807fb0f482bc80 /* PxVehicleUpdate.cpp */, - FFFDf482bce87fb0f482bce8 /* PxVehicleWheels.cpp */, - FFFDf482bd507fb0f482bd50 /* VehicleUtilControl.cpp */, - FFFDf482bdb87fb0f482bdb8 /* VehicleUtilSetup.cpp */, - FFFDf482be207fb0f482be20 /* VehicleUtilTelemetry.cpp */, + FFFD8203d8007fdb8203d800 /* PxVehicleDefaults.h */, + FFFD8203d8687fdb8203d868 /* PxVehicleLinearMath.h */, + FFFD8203d8d07fdb8203d8d0 /* PxVehicleSerialization.h */, + FFFD8203d9387fdb8203d938 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD8203d9a07fdb8203d9a0 /* PxVehicleSuspWheelTire4.h */, + FFFD8203da087fdb8203da08 /* PxVehicleComponents.cpp */, + FFFD8203da707fdb8203da70 /* PxVehicleDrive.cpp */, + FFFD8203dad87fdb8203dad8 /* PxVehicleDrive4W.cpp */, + FFFD8203db407fdb8203db40 /* PxVehicleDriveNW.cpp */, + FFFD8203dba87fdb8203dba8 /* PxVehicleDriveTank.cpp */, + FFFD8203dc107fdb8203dc10 /* PxVehicleMetaData.cpp */, + FFFD8203dc787fdb8203dc78 /* PxVehicleNoDrive.cpp */, + FFFD8203dce07fdb8203dce0 /* PxVehicleSDK.cpp */, + FFFD8203dd487fdb8203dd48 /* PxVehicleSerialization.cpp */, + FFFD8203ddb07fdb8203ddb0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD8203de187fdb8203de18 /* PxVehicleTireFriction.cpp */, + FFFD8203de807fdb8203de80 /* PxVehicleUpdate.cpp */, + FFFD8203dee87fdb8203dee8 /* PxVehicleWheels.cpp */, + FFFD8203df507fdb8203df50 /* VehicleUtilControl.cpp */, + FFFD8203dfb87fdb8203dfb8 /* VehicleUtilSetup.cpp */, + FFFD8203e0207fdb8203e020 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf39613907fb0f3961390 /* metadata */ = { + FFFB81c8a6207fdb81c8a620 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf39620907fb0f3962090 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFDf39620f87fb0f39620f8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFDf39621607fb0f3962160 /* include/PxVehicleMetaDataObjects.h */, - FFFDf39621c87fb0f39621c8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFDf39622307fb0f3962230 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD81c8b3207fdb81c8b320 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD81c8b3887fdb81c8b388 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD81c8b3f07fdb81c8b3f0 /* include/PxVehicleMetaDataObjects.h */, + FFFD81c8b4587fdb81c8b458 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD81c8b4c07fdb81c8b4c0 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf39602f07fb0f39602f0 /* PhysXExtensions */ = { + FFFB81c895807fdb81c89580 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFBf39693607fb0f3969360 /* include */, - FFFBf39693887fb0f3969388 /* src */, - FFFBf39693b07fb0f39693b0 /* serialization */, - FFFBf39693d87fb0f39693d8 /* metadata */, + FFFB81c927507fdb81c92750 /* include */, + FFFB81c927787fdb81c92778 /* src */, + FFFB81c927a07fdb81c927a0 /* serialization */, + FFFB81c927c87fdb81c927c8 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFBf39693607fb0f3969360 /* include */ = { + FFFB81c927507fdb81c92750 /* include */ = { isa = PBXGroup; children = ( - FFFDf482e6007fb0f482e600 /* PxBinaryConverter.h */, - FFFDf482e6687fb0f482e668 /* PxBroadPhaseExt.h */, - FFFDf482e6d07fb0f482e6d0 /* PxClothFabricCooker.h */, - FFFDf482e7387fb0f482e738 /* PxClothMeshDesc.h */, - FFFDf482e7a07fb0f482e7a0 /* PxClothMeshQuadifier.h */, - FFFDf482e8087fb0f482e808 /* PxClothTetherCooker.h */, - FFFDf482e8707fb0f482e870 /* PxCollectionExt.h */, - FFFDf482e8d87fb0f482e8d8 /* PxConstraintExt.h */, - FFFDf482e9407fb0f482e940 /* PxConvexMeshExt.h */, - FFFDf482e9a87fb0f482e9a8 /* PxD6Joint.h */, - FFFDf482ea107fb0f482ea10 /* PxDefaultAllocator.h */, - FFFDf482ea787fb0f482ea78 /* PxDefaultCpuDispatcher.h */, - FFFDf482eae07fb0f482eae0 /* PxDefaultErrorCallback.h */, - FFFDf482eb487fb0f482eb48 /* PxDefaultSimulationFilterShader.h */, - FFFDf482ebb07fb0f482ebb0 /* PxDefaultStreams.h */, - FFFDf482ec187fb0f482ec18 /* PxDistanceJoint.h */, - FFFDf482ec807fb0f482ec80 /* PxExtensionsAPI.h */, - FFFDf482ece87fb0f482ece8 /* PxFixedJoint.h */, - FFFDf482ed507fb0f482ed50 /* PxJoint.h */, - FFFDf482edb87fb0f482edb8 /* PxJointLimit.h */, - FFFDf482ee207fb0f482ee20 /* PxMassProperties.h */, - FFFDf482ee887fb0f482ee88 /* PxParticleExt.h */, - FFFDf482eef07fb0f482eef0 /* PxPrismaticJoint.h */, - FFFDf482ef587fb0f482ef58 /* PxRaycastCCD.h */, - FFFDf482efc07fb0f482efc0 /* PxRepXSerializer.h */, - FFFDf482f0287fb0f482f028 /* PxRepXSimpleType.h */, - FFFDf482f0907fb0f482f090 /* PxRevoluteJoint.h */, - FFFDf482f0f87fb0f482f0f8 /* PxRigidActorExt.h */, - FFFDf482f1607fb0f482f160 /* PxRigidBodyExt.h */, - FFFDf482f1c87fb0f482f1c8 /* PxSceneQueryExt.h */, - FFFDf482f2307fb0f482f230 /* PxSerialization.h */, - FFFDf482f2987fb0f482f298 /* PxShapeExt.h */, - FFFDf482f3007fb0f482f300 /* PxSimpleFactory.h */, - FFFDf482f3687fb0f482f368 /* PxSmoothNormals.h */, - FFFDf482f3d07fb0f482f3d0 /* PxSphericalJoint.h */, - FFFDf482f4387fb0f482f438 /* PxStringTableExt.h */, - FFFDf482f4a07fb0f482f4a0 /* PxTriangleMeshExt.h */, + FFFD820410007fdb82041000 /* PxBinaryConverter.h */, + FFFD820410687fdb82041068 /* PxBroadPhaseExt.h */, + FFFD820410d07fdb820410d0 /* PxClothFabricCooker.h */, + FFFD820411387fdb82041138 /* PxClothMeshDesc.h */, + FFFD820411a07fdb820411a0 /* PxClothMeshQuadifier.h */, + FFFD820412087fdb82041208 /* PxClothTetherCooker.h */, + FFFD820412707fdb82041270 /* PxCollectionExt.h */, + FFFD820412d87fdb820412d8 /* PxConstraintExt.h */, + FFFD820413407fdb82041340 /* PxConvexMeshExt.h */, + FFFD820413a87fdb820413a8 /* PxD6Joint.h */, + FFFD820414107fdb82041410 /* PxDefaultAllocator.h */, + FFFD820414787fdb82041478 /* PxDefaultCpuDispatcher.h */, + FFFD820414e07fdb820414e0 /* PxDefaultErrorCallback.h */, + FFFD820415487fdb82041548 /* PxDefaultSimulationFilterShader.h */, + FFFD820415b07fdb820415b0 /* PxDefaultStreams.h */, + FFFD820416187fdb82041618 /* PxDistanceJoint.h */, + FFFD820416807fdb82041680 /* PxExtensionsAPI.h */, + FFFD820416e87fdb820416e8 /* PxFixedJoint.h */, + FFFD820417507fdb82041750 /* PxJoint.h */, + FFFD820417b87fdb820417b8 /* PxJointLimit.h */, + FFFD820418207fdb82041820 /* PxMassProperties.h */, + FFFD820418887fdb82041888 /* PxParticleExt.h */, + FFFD820418f07fdb820418f0 /* PxPrismaticJoint.h */, + FFFD820419587fdb82041958 /* PxRaycastCCD.h */, + FFFD820419c07fdb820419c0 /* PxRepXSerializer.h */, + FFFD82041a287fdb82041a28 /* PxRepXSimpleType.h */, + FFFD82041a907fdb82041a90 /* PxRevoluteJoint.h */, + FFFD82041af87fdb82041af8 /* PxRigidActorExt.h */, + FFFD82041b607fdb82041b60 /* PxRigidBodyExt.h */, + FFFD82041bc87fdb82041bc8 /* PxSceneQueryExt.h */, + FFFD82041c307fdb82041c30 /* PxSerialization.h */, + FFFD82041c987fdb82041c98 /* PxShapeExt.h */, + FFFD82041d007fdb82041d00 /* PxSimpleFactory.h */, + FFFD82041d687fdb82041d68 /* PxSmoothNormals.h */, + FFFD82041dd07fdb82041dd0 /* PxSphericalJoint.h */, + FFFD82041e387fdb82041e38 /* PxStringTableExt.h */, + FFFD82041ea07fdb82041ea0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf39693887fb0f3969388 /* src */ = { + FFFB81c927787fdb81c92778 /* src */ = { isa = PBXGroup; children = ( - FFFDf482d0007fb0f482d000 /* ExtConstraintHelper.h */, - FFFDf482d0687fb0f482d068 /* ExtCpuWorkerThread.h */, - FFFDf482d0d07fb0f482d0d0 /* ExtD6Joint.h */, - FFFDf482d1387fb0f482d138 /* ExtDefaultCpuDispatcher.h */, - FFFDf482d1a07fb0f482d1a0 /* ExtDistanceJoint.h */, - FFFDf482d2087fb0f482d208 /* ExtFixedJoint.h */, - FFFDf482d2707fb0f482d270 /* ExtInertiaTensor.h */, - FFFDf482d2d87fb0f482d2d8 /* ExtJoint.h */, - FFFDf482d3407fb0f482d340 /* ExtJointMetaDataExtensions.h */, - FFFDf482d3a87fb0f482d3a8 /* ExtPlatform.h */, - FFFDf482d4107fb0f482d410 /* ExtPrismaticJoint.h */, - FFFDf482d4787fb0f482d478 /* ExtPvd.h */, - FFFDf482d4e07fb0f482d4e0 /* ExtRevoluteJoint.h */, - FFFDf482d5487fb0f482d548 /* ExtSerialization.h */, - FFFDf482d5b07fb0f482d5b0 /* ExtSharedQueueEntryPool.h */, - FFFDf482d6187fb0f482d618 /* ExtSphericalJoint.h */, - FFFDf482d6807fb0f482d680 /* ExtTaskQueueHelper.h */, - FFFDf482d6e87fb0f482d6e8 /* ExtBroadPhase.cpp */, - FFFDf482d7507fb0f482d750 /* ExtClothFabricCooker.cpp */, - FFFDf482d7b87fb0f482d7b8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFDf482d8207fb0f482d820 /* ExtClothMeshQuadifier.cpp */, - FFFDf482d8887fb0f482d888 /* ExtClothSimpleTetherCooker.cpp */, - FFFDf482d8f07fb0f482d8f0 /* ExtCollection.cpp */, - FFFDf482d9587fb0f482d958 /* ExtConvexMeshExt.cpp */, - FFFDf482d9c07fb0f482d9c0 /* ExtCpuWorkerThread.cpp */, - FFFDf482da287fb0f482da28 /* ExtD6Joint.cpp */, - FFFDf482da907fb0f482da90 /* ExtD6JointSolverPrep.cpp */, - FFFDf482daf87fb0f482daf8 /* ExtDefaultCpuDispatcher.cpp */, - FFFDf482db607fb0f482db60 /* ExtDefaultErrorCallback.cpp */, - FFFDf482dbc87fb0f482dbc8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFDf482dc307fb0f482dc30 /* ExtDefaultStreams.cpp */, - FFFDf482dc987fb0f482dc98 /* ExtDistanceJoint.cpp */, - FFFDf482dd007fb0f482dd00 /* ExtDistanceJointSolverPrep.cpp */, - FFFDf482dd687fb0f482dd68 /* ExtExtensions.cpp */, - FFFDf482ddd07fb0f482ddd0 /* ExtFixedJoint.cpp */, - FFFDf482de387fb0f482de38 /* ExtFixedJointSolverPrep.cpp */, - FFFDf482dea07fb0f482dea0 /* ExtJoint.cpp */, - FFFDf482df087fb0f482df08 /* ExtMetaData.cpp */, - FFFDf482df707fb0f482df70 /* ExtParticleExt.cpp */, - FFFDf482dfd87fb0f482dfd8 /* ExtPrismaticJoint.cpp */, - FFFDf482e0407fb0f482e040 /* ExtPrismaticJointSolverPrep.cpp */, - FFFDf482e0a87fb0f482e0a8 /* ExtPvd.cpp */, - FFFDf482e1107fb0f482e110 /* ExtPxStringTable.cpp */, - FFFDf482e1787fb0f482e178 /* ExtRaycastCCD.cpp */, - FFFDf482e1e07fb0f482e1e0 /* ExtRevoluteJoint.cpp */, - FFFDf482e2487fb0f482e248 /* ExtRevoluteJointSolverPrep.cpp */, - FFFDf482e2b07fb0f482e2b0 /* ExtRigidBodyExt.cpp */, - FFFDf482e3187fb0f482e318 /* ExtSceneQueryExt.cpp */, - FFFDf482e3807fb0f482e380 /* ExtSimpleFactory.cpp */, - FFFDf482e3e87fb0f482e3e8 /* ExtSmoothNormals.cpp */, - FFFDf482e4507fb0f482e450 /* ExtSphericalJoint.cpp */, - FFFDf482e4b87fb0f482e4b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFDf482e5207fb0f482e520 /* ExtTriangleMeshExt.cpp */, + FFFD8203fa007fdb8203fa00 /* ExtConstraintHelper.h */, + FFFD8203fa687fdb8203fa68 /* ExtCpuWorkerThread.h */, + FFFD8203fad07fdb8203fad0 /* ExtD6Joint.h */, + FFFD8203fb387fdb8203fb38 /* ExtDefaultCpuDispatcher.h */, + FFFD8203fba07fdb8203fba0 /* ExtDistanceJoint.h */, + FFFD8203fc087fdb8203fc08 /* ExtFixedJoint.h */, + FFFD8203fc707fdb8203fc70 /* ExtInertiaTensor.h */, + FFFD8203fcd87fdb8203fcd8 /* ExtJoint.h */, + FFFD8203fd407fdb8203fd40 /* ExtJointMetaDataExtensions.h */, + FFFD8203fda87fdb8203fda8 /* ExtPlatform.h */, + FFFD8203fe107fdb8203fe10 /* ExtPrismaticJoint.h */, + FFFD8203fe787fdb8203fe78 /* ExtPvd.h */, + FFFD8203fee07fdb8203fee0 /* ExtRevoluteJoint.h */, + FFFD8203ff487fdb8203ff48 /* ExtSerialization.h */, + FFFD8203ffb07fdb8203ffb0 /* ExtSharedQueueEntryPool.h */, + FFFD820400187fdb82040018 /* ExtSphericalJoint.h */, + FFFD820400807fdb82040080 /* ExtTaskQueueHelper.h */, + FFFD820400e87fdb820400e8 /* ExtBroadPhase.cpp */, + FFFD820401507fdb82040150 /* ExtClothFabricCooker.cpp */, + FFFD820401b87fdb820401b8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD820402207fdb82040220 /* ExtClothMeshQuadifier.cpp */, + FFFD820402887fdb82040288 /* ExtClothSimpleTetherCooker.cpp */, + FFFD820402f07fdb820402f0 /* ExtCollection.cpp */, + FFFD820403587fdb82040358 /* ExtConvexMeshExt.cpp */, + FFFD820403c07fdb820403c0 /* ExtCpuWorkerThread.cpp */, + FFFD820404287fdb82040428 /* ExtD6Joint.cpp */, + FFFD820404907fdb82040490 /* ExtD6JointSolverPrep.cpp */, + FFFD820404f87fdb820404f8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD820405607fdb82040560 /* ExtDefaultErrorCallback.cpp */, + FFFD820405c87fdb820405c8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD820406307fdb82040630 /* ExtDefaultStreams.cpp */, + FFFD820406987fdb82040698 /* ExtDistanceJoint.cpp */, + FFFD820407007fdb82040700 /* ExtDistanceJointSolverPrep.cpp */, + FFFD820407687fdb82040768 /* ExtExtensions.cpp */, + FFFD820407d07fdb820407d0 /* ExtFixedJoint.cpp */, + FFFD820408387fdb82040838 /* ExtFixedJointSolverPrep.cpp */, + FFFD820408a07fdb820408a0 /* ExtJoint.cpp */, + FFFD820409087fdb82040908 /* ExtMetaData.cpp */, + FFFD820409707fdb82040970 /* ExtParticleExt.cpp */, + FFFD820409d87fdb820409d8 /* ExtPrismaticJoint.cpp */, + FFFD82040a407fdb82040a40 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD82040aa87fdb82040aa8 /* ExtPvd.cpp */, + FFFD82040b107fdb82040b10 /* ExtPxStringTable.cpp */, + FFFD82040b787fdb82040b78 /* ExtRaycastCCD.cpp */, + FFFD82040be07fdb82040be0 /* ExtRevoluteJoint.cpp */, + FFFD82040c487fdb82040c48 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD82040cb07fdb82040cb0 /* ExtRigidBodyExt.cpp */, + FFFD82040d187fdb82040d18 /* ExtSceneQueryExt.cpp */, + FFFD82040d807fdb82040d80 /* ExtSimpleFactory.cpp */, + FFFD82040de87fdb82040de8 /* ExtSmoothNormals.cpp */, + FFFD82040e507fdb82040e50 /* ExtSphericalJoint.cpp */, + FFFD82040eb87fdb82040eb8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD82040f207fdb82040f20 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf39693b07fb0f39693b0 /* serialization */ = { + FFFB81c927a07fdb81c927a0 /* serialization */ = { isa = PBXGroup; children = ( - FFFDf4831a007fb0f4831a00 /* SnSerialUtils.h */, - FFFDf4831a687fb0f4831a68 /* SnSerializationRegistry.h */, - FFFDf4831ad07fb0f4831ad0 /* SnSerialUtils.cpp */, - FFFDf4831b387fb0f4831b38 /* SnSerialization.cpp */, - FFFDf4831ba07fb0f4831ba0 /* SnSerializationRegistry.cpp */, - FFFDf4831c087fb0f4831c08 /* Binary/SnConvX.h */, - FFFDf4831c707fb0f4831c70 /* Binary/SnConvX_Align.h */, - FFFDf4831cd87fb0f4831cd8 /* Binary/SnConvX_Common.h */, - FFFDf4831d407fb0f4831d40 /* Binary/SnConvX_MetaData.h */, - FFFDf4831da87fb0f4831da8 /* Binary/SnConvX_Output.h */, - FFFDf4831e107fb0f4831e10 /* Binary/SnConvX_Union.h */, - FFFDf4831e787fb0f4831e78 /* Binary/SnSerializationContext.h */, - FFFDf4831ee07fb0f4831ee0 /* Binary/SnBinaryDeserialization.cpp */, - FFFDf4831f487fb0f4831f48 /* Binary/SnBinarySerialization.cpp */, - FFFDf4831fb07fb0f4831fb0 /* Binary/SnConvX.cpp */, - FFFDf48320187fb0f4832018 /* Binary/SnConvX_Align.cpp */, - FFFDf48320807fb0f4832080 /* Binary/SnConvX_Convert.cpp */, - FFFDf48320e87fb0f48320e8 /* Binary/SnConvX_Error.cpp */, - FFFDf48321507fb0f4832150 /* Binary/SnConvX_MetaData.cpp */, - FFFDf48321b87fb0f48321b8 /* Binary/SnConvX_Output.cpp */, - FFFDf48322207fb0f4832220 /* Binary/SnConvX_Union.cpp */, - FFFDf48322887fb0f4832288 /* Binary/SnSerializationContext.cpp */, - FFFDf48322f07fb0f48322f0 /* Xml/SnJointRepXSerializer.h */, - FFFDf48323587fb0f4832358 /* Xml/SnPxStreamOperators.h */, - FFFDf48323c07fb0f48323c0 /* Xml/SnRepX1_0Defaults.h */, - FFFDf48324287fb0f4832428 /* Xml/SnRepX3_1Defaults.h */, - FFFDf48324907fb0f4832490 /* Xml/SnRepX3_2Defaults.h */, - FFFDf48324f87fb0f48324f8 /* Xml/SnRepXCollection.h */, - FFFDf48325607fb0f4832560 /* Xml/SnRepXCoreSerializer.h */, - FFFDf48325c87fb0f48325c8 /* Xml/SnRepXSerializerImpl.h */, - FFFDf48326307fb0f4832630 /* Xml/SnRepXUpgrader.h */, - FFFDf48326987fb0f4832698 /* Xml/SnSimpleXmlWriter.h */, - FFFDf48327007fb0f4832700 /* Xml/SnXmlDeserializer.h */, - FFFDf48327687fb0f4832768 /* Xml/SnXmlImpl.h */, - FFFDf48327d07fb0f48327d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFDf48328387fb0f4832838 /* Xml/SnXmlMemoryPool.h */, - FFFDf48328a07fb0f48328a0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFDf48329087fb0f4832908 /* Xml/SnXmlReader.h */, - FFFDf48329707fb0f4832970 /* Xml/SnXmlSerializer.h */, - FFFDf48329d87fb0f48329d8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFDf4832a407fb0f4832a40 /* Xml/SnXmlStringToType.h */, - FFFDf4832aa87fb0f4832aa8 /* Xml/SnXmlVisitorReader.h */, - FFFDf4832b107fb0f4832b10 /* Xml/SnXmlVisitorWriter.h */, - FFFDf4832b787fb0f4832b78 /* Xml/SnXmlWriter.h */, - FFFDf4832be07fb0f4832be0 /* Xml/SnJointRepXSerializer.cpp */, - FFFDf4832c487fb0f4832c48 /* Xml/SnRepXCoreSerializer.cpp */, - FFFDf4832cb07fb0f4832cb0 /* Xml/SnRepXUpgrader.cpp */, - FFFDf4832d187fb0f4832d18 /* Xml/SnXmlSerialization.cpp */, - FFFDf4832d807fb0f4832d80 /* File/SnFile.h */, + FFFD820448007fdb82044800 /* SnSerialUtils.h */, + FFFD820448687fdb82044868 /* SnSerializationRegistry.h */, + FFFD820448d07fdb820448d0 /* SnSerialUtils.cpp */, + FFFD820449387fdb82044938 /* SnSerialization.cpp */, + FFFD820449a07fdb820449a0 /* SnSerializationRegistry.cpp */, + FFFD82044a087fdb82044a08 /* Binary/SnConvX.h */, + FFFD82044a707fdb82044a70 /* Binary/SnConvX_Align.h */, + FFFD82044ad87fdb82044ad8 /* Binary/SnConvX_Common.h */, + FFFD82044b407fdb82044b40 /* Binary/SnConvX_MetaData.h */, + FFFD82044ba87fdb82044ba8 /* Binary/SnConvX_Output.h */, + FFFD82044c107fdb82044c10 /* Binary/SnConvX_Union.h */, + FFFD82044c787fdb82044c78 /* Binary/SnSerializationContext.h */, + FFFD82044ce07fdb82044ce0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD82044d487fdb82044d48 /* Binary/SnBinarySerialization.cpp */, + FFFD82044db07fdb82044db0 /* Binary/SnConvX.cpp */, + FFFD82044e187fdb82044e18 /* Binary/SnConvX_Align.cpp */, + FFFD82044e807fdb82044e80 /* Binary/SnConvX_Convert.cpp */, + FFFD82044ee87fdb82044ee8 /* Binary/SnConvX_Error.cpp */, + FFFD82044f507fdb82044f50 /* Binary/SnConvX_MetaData.cpp */, + FFFD82044fb87fdb82044fb8 /* Binary/SnConvX_Output.cpp */, + FFFD820450207fdb82045020 /* Binary/SnConvX_Union.cpp */, + FFFD820450887fdb82045088 /* Binary/SnSerializationContext.cpp */, + FFFD820450f07fdb820450f0 /* Xml/SnJointRepXSerializer.h */, + FFFD820451587fdb82045158 /* Xml/SnPxStreamOperators.h */, + FFFD820451c07fdb820451c0 /* Xml/SnRepX1_0Defaults.h */, + FFFD820452287fdb82045228 /* Xml/SnRepX3_1Defaults.h */, + FFFD820452907fdb82045290 /* Xml/SnRepX3_2Defaults.h */, + FFFD820452f87fdb820452f8 /* Xml/SnRepXCollection.h */, + FFFD820453607fdb82045360 /* Xml/SnRepXCoreSerializer.h */, + FFFD820453c87fdb820453c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD820454307fdb82045430 /* Xml/SnRepXUpgrader.h */, + FFFD820454987fdb82045498 /* Xml/SnSimpleXmlWriter.h */, + FFFD820455007fdb82045500 /* Xml/SnXmlDeserializer.h */, + FFFD820455687fdb82045568 /* Xml/SnXmlImpl.h */, + FFFD820455d07fdb820455d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD820456387fdb82045638 /* Xml/SnXmlMemoryPool.h */, + FFFD820456a07fdb820456a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD820457087fdb82045708 /* Xml/SnXmlReader.h */, + FFFD820457707fdb82045770 /* Xml/SnXmlSerializer.h */, + FFFD820457d87fdb820457d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD820458407fdb82045840 /* Xml/SnXmlStringToType.h */, + FFFD820458a87fdb820458a8 /* Xml/SnXmlVisitorReader.h */, + FFFD820459107fdb82045910 /* Xml/SnXmlVisitorWriter.h */, + FFFD820459787fdb82045978 /* Xml/SnXmlWriter.h */, + FFFD820459e07fdb820459e0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD82045a487fdb82045a48 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD82045ab07fdb82045ab0 /* Xml/SnRepXUpgrader.cpp */, + FFFD82045b187fdb82045b18 /* Xml/SnXmlSerialization.cpp */, + FFFD82045b807fdb82045b80 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFBf39693d87fb0f39693d8 /* metadata */ = { + FFFB81c927c87fdb81c927c8 /* metadata */ = { isa = PBXGroup; children = ( - FFFDf482f6007fb0f482f600 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDf482f6687fb0f482f668 /* core/include/PvdMetaDataExtensions.h */, - FFFDf482f6d07fb0f482f6d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDf482f7387fb0f482f738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDf482f7a07fb0f482f7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDf482f8087fb0f482f808 /* core/include/PxMetaDataCompare.h */, - FFFDf482f8707fb0f482f870 /* core/include/PxMetaDataCppPrefix.h */, - FFFDf482f8d87fb0f482f8d8 /* core/include/PxMetaDataObjects.h */, - FFFDf482f9407fb0f482f940 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDf482f9a87fb0f482f9a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFDf482fa107fb0f482fa10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFDf482fa787fb0f482fa78 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFDf482fae07fb0f482fae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD820420007fdb82042000 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD820420687fdb82042068 /* core/include/PvdMetaDataExtensions.h */, + FFFD820420d07fdb820420d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD820421387fdb82042138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD820421a07fdb820421a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD820422087fdb82042208 /* core/include/PxMetaDataCompare.h */, + FFFD820422707fdb82042270 /* core/include/PxMetaDataCppPrefix.h */, + FFFD820422d87fdb820422d8 /* core/include/PxMetaDataObjects.h */, + FFFD820423407fdb82042340 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD820423a87fdb820423a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD820424107fdb82042410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD820424787fdb82042478 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD820424e07fdb820424e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBf3972c407fb0f3972c40 /* SceneQuery */ = { + FFFB81c9c0307fdb81c9c030 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFBf39746f07fb0f39746f0 /* src */, - FFFBf39747187fb0f3974718 /* include */, + FFFB83226ff07fdb83226ff0 /* src */, + FFFB832270187fdb83227018 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFBf39746f07fb0f39746f0 /* src */ = { + FFFB83226ff07fdb83226ff0 /* src */ = { isa = PBXGroup; children = ( - FFFDf4835a007fb0f4835a00 /* SqAABBPruner.cpp */, - FFFDf4835a687fb0f4835a68 /* SqAABBTree.cpp */, - FFFDf4835ad07fb0f4835ad0 /* SqAABBTreeBuild.cpp */, - FFFDf4835b387fb0f4835b38 /* SqAABBTreeUpdateMap.cpp */, - FFFDf4835ba07fb0f4835ba0 /* SqBounds.cpp */, - FFFDf4835c087fb0f4835c08 /* SqBucketPruner.cpp */, - FFFDf4835c707fb0f4835c70 /* SqExtendedBucketPruner.cpp */, - FFFDf4835cd87fb0f4835cd8 /* SqIncrementalAABBPrunerCore.cpp */, - FFFDf4835d407fb0f4835d40 /* SqIncrementalAABBTree.cpp */, - FFFDf4835da87fb0f4835da8 /* SqMetaData.cpp */, - FFFDf4835e107fb0f4835e10 /* SqPruningPool.cpp */, - FFFDf4835e787fb0f4835e78 /* SqPruningStructure.cpp */, - FFFDf4835ee07fb0f4835ee0 /* SqSceneQueryManager.cpp */, - FFFDf4835f487fb0f4835f48 /* SqAABBPruner.h */, - FFFDf4835fb07fb0f4835fb0 /* SqAABBTree.h */, - FFFDf48360187fb0f4836018 /* SqAABBTreeBuild.h */, - FFFDf48360807fb0f4836080 /* SqAABBTreeQuery.h */, - FFFDf48360e87fb0f48360e8 /* SqAABBTreeUpdateMap.h */, - FFFDf48361507fb0f4836150 /* SqBounds.h */, - FFFDf48361b87fb0f48361b8 /* SqBucketPruner.h */, - FFFDf48362207fb0f4836220 /* SqExtendedBucketPruner.h */, - FFFDf48362887fb0f4836288 /* SqIncrementalAABBPrunerCore.h */, - FFFDf48362f07fb0f48362f0 /* SqIncrementalAABBTree.h */, - FFFDf48363587fb0f4836358 /* SqPrunerTestsSIMD.h */, - FFFDf48363c07fb0f48363c0 /* SqPruningPool.h */, - FFFDf48364287fb0f4836428 /* SqTypedef.h */, + FFFD8398da007fdb8398da00 /* SqAABBPruner.cpp */, + FFFD8398da687fdb8398da68 /* SqAABBTree.cpp */, + FFFD8398dad07fdb8398dad0 /* SqAABBTreeBuild.cpp */, + FFFD8398db387fdb8398db38 /* SqAABBTreeUpdateMap.cpp */, + FFFD8398dba07fdb8398dba0 /* SqBounds.cpp */, + FFFD8398dc087fdb8398dc08 /* SqBucketPruner.cpp */, + FFFD8398dc707fdb8398dc70 /* SqExtendedBucketPruner.cpp */, + FFFD8398dcd87fdb8398dcd8 /* SqIncrementalAABBPrunerCore.cpp */, + FFFD8398dd407fdb8398dd40 /* SqIncrementalAABBTree.cpp */, + FFFD8398dda87fdb8398dda8 /* SqMetaData.cpp */, + FFFD8398de107fdb8398de10 /* SqPruningPool.cpp */, + FFFD8398de787fdb8398de78 /* SqPruningStructure.cpp */, + FFFD8398dee07fdb8398dee0 /* SqSceneQueryManager.cpp */, + FFFD8398df487fdb8398df48 /* SqAABBPruner.h */, + FFFD8398dfb07fdb8398dfb0 /* SqAABBTree.h */, + FFFD8398e0187fdb8398e018 /* SqAABBTreeBuild.h */, + FFFD8398e0807fdb8398e080 /* SqAABBTreeQuery.h */, + FFFD8398e0e87fdb8398e0e8 /* SqAABBTreeUpdateMap.h */, + FFFD8398e1507fdb8398e150 /* SqBounds.h */, + FFFD8398e1b87fdb8398e1b8 /* SqBucketPruner.h */, + FFFD8398e2207fdb8398e220 /* SqExtendedBucketPruner.h */, + FFFD8398e2887fdb8398e288 /* SqIncrementalAABBPrunerCore.h */, + FFFD8398e2f07fdb8398e2f0 /* SqIncrementalAABBTree.h */, + FFFD8398e3587fdb8398e358 /* SqPrunerTestsSIMD.h */, + FFFD8398e3c07fdb8398e3c0 /* SqPruningPool.h */, + FFFD8398e4287fdb8398e428 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf39747187fb0f3974718 /* include */ = { + FFFB832270187fdb83227018 /* include */ = { isa = PBXGroup; children = ( - FFFDf3976f007fb0f3976f00 /* SqPruner.h */, - FFFDf3976f687fb0f3976f68 /* SqPrunerMergeData.h */, - FFFDf3976fd07fb0f3976fd0 /* SqPruningStructure.h */, - FFFDf39770387fb0f3977038 /* SqSceneQueryManager.h */, + FFFD832127d07fdb832127d0 /* SqPruner.h */, + FFFD832128387fdb83212838 /* SqPrunerMergeData.h */, + FFFD832128a07fdb832128a0 /* SqPruningStructure.h */, + FFFD832129087fdb83212908 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf39771c07fb0f39771c0 /* SimulationController */ = { + FFFB832121807fdb83212180 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFBf3979bf07fb0f3979bf0 /* include */, - FFFBf3979c187fb0f3979c18 /* src */, + FFFB83267fd07fdb83267fd0 /* include */, + FFFB83267ff87fdb83267ff8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFBf3979bf07fb0f3979bf0 /* include */ = { + FFFB83267fd07fdb83267fd0 /* include */ = { isa = PBXGroup; children = ( - FFFDf48386007fb0f4838600 /* ScActorCore.h */, - FFFDf48386687fb0f4838668 /* ScArticulationCore.h */, - FFFDf48386d07fb0f48386d0 /* ScArticulationJointCore.h */, - FFFDf48387387fb0f4838738 /* ScBodyCore.h */, - FFFDf48387a07fb0f48387a0 /* ScClothCore.h */, - FFFDf48388087fb0f4838808 /* ScClothFabricCore.h */, - FFFDf48388707fb0f4838870 /* ScConstraintCore.h */, - FFFDf48388d87fb0f48388d8 /* ScIterators.h */, - FFFDf48389407fb0f4838940 /* ScMaterialCore.h */, - FFFDf48389a87fb0f48389a8 /* ScParticleSystemCore.h */, - FFFDf4838a107fb0f4838a10 /* ScPhysics.h */, - FFFDf4838a787fb0f4838a78 /* ScRigidCore.h */, - FFFDf4838ae07fb0f4838ae0 /* ScScene.h */, - FFFDf4838b487fb0f4838b48 /* ScShapeCore.h */, - FFFDf4838bb07fb0f4838bb0 /* ScStaticCore.h */, + FFFD8398cc007fdb8398cc00 /* ScActorCore.h */, + FFFD8398cc687fdb8398cc68 /* ScArticulationCore.h */, + FFFD8398ccd07fdb8398ccd0 /* ScArticulationJointCore.h */, + FFFD8398cd387fdb8398cd38 /* ScBodyCore.h */, + FFFD8398cda07fdb8398cda0 /* ScClothCore.h */, + FFFD8398ce087fdb8398ce08 /* ScClothFabricCore.h */, + FFFD8398ce707fdb8398ce70 /* ScConstraintCore.h */, + FFFD8398ced87fdb8398ced8 /* ScIterators.h */, + FFFD8398cf407fdb8398cf40 /* ScMaterialCore.h */, + FFFD8398cfa87fdb8398cfa8 /* ScParticleSystemCore.h */, + FFFD8398d0107fdb8398d010 /* ScPhysics.h */, + FFFD8398d0787fdb8398d078 /* ScRigidCore.h */, + FFFD8398d0e07fdb8398d0e0 /* ScScene.h */, + FFFD8398d1487fdb8398d148 /* ScShapeCore.h */, + FFFD8398d1b07fdb8398d1b0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf3979c187fb0f3979c18 /* src */ = { + FFFB83267ff87fdb83267ff8 /* src */ = { isa = PBXGroup; children = ( - FFFDf21d68007fb0f21d6800 /* ScActorElementPair.h */, - FFFDf21d68687fb0f21d6868 /* ScActorInteraction.h */, - FFFDf21d68d07fb0f21d68d0 /* ScActorPair.h */, - FFFDf21d69387fb0f21d6938 /* ScActorSim.h */, - FFFDf21d69a07fb0f21d69a0 /* ScArticulationJointSim.h */, - FFFDf21d6a087fb0f21d6a08 /* ScArticulationSim.h */, - FFFDf21d6a707fb0f21d6a70 /* ScBodySim.h */, - FFFDf21d6ad87fb0f21d6ad8 /* ScClient.h */, - FFFDf21d6b407fb0f21d6b40 /* ScConstraintGroupNode.h */, - FFFDf21d6ba87fb0f21d6ba8 /* ScConstraintInteraction.h */, - FFFDf21d6c107fb0f21d6c10 /* ScConstraintProjectionManager.h */, - FFFDf21d6c787fb0f21d6c78 /* ScConstraintProjectionTree.h */, - FFFDf21d6ce07fb0f21d6ce0 /* ScConstraintSim.h */, - FFFDf21d6d487fb0f21d6d48 /* ScContactReportBuffer.h */, - FFFDf21d6db07fb0f21d6db0 /* ScContactStream.h */, - FFFDf21d6e187fb0f21d6e18 /* ScElementInteractionMarker.h */, - FFFDf21d6e807fb0f21d6e80 /* ScElementSim.h */, - FFFDf21d6ee87fb0f21d6ee8 /* ScElementSimInteraction.h */, - FFFDf21d6f507fb0f21d6f50 /* ScInteraction.h */, - FFFDf21d6fb87fb0f21d6fb8 /* ScInteractionFlags.h */, - FFFDf21d70207fb0f21d7020 /* ScNPhaseCore.h */, - FFFDf21d70887fb0f21d7088 /* ScObjectIDTracker.h */, - FFFDf21d70f07fb0f21d70f0 /* ScRbElementInteraction.h */, - FFFDf21d71587fb0f21d7158 /* ScRigidSim.h */, - FFFDf21d71c07fb0f21d71c0 /* ScShapeInteraction.h */, - FFFDf21d72287fb0f21d7228 /* ScShapeIterator.h */, - FFFDf21d72907fb0f21d7290 /* ScShapeSim.h */, - FFFDf21d72f87fb0f21d72f8 /* ScSimStateData.h */, - FFFDf21d73607fb0f21d7360 /* ScSimStats.h */, - FFFDf21d73c87fb0f21d73c8 /* ScSimulationController.h */, - FFFDf21d74307fb0f21d7430 /* ScSqBoundsManager.h */, - FFFDf21d74987fb0f21d7498 /* ScStaticSim.h */, - FFFDf21d75007fb0f21d7500 /* ScTriggerInteraction.h */, - FFFDf21d75687fb0f21d7568 /* ScTriggerPairs.h */, - FFFDf21d75d07fb0f21d75d0 /* ScActorCore.cpp */, - FFFDf21d76387fb0f21d7638 /* ScActorSim.cpp */, - FFFDf21d76a07fb0f21d76a0 /* ScArticulationCore.cpp */, - FFFDf21d77087fb0f21d7708 /* ScArticulationJointCore.cpp */, - FFFDf21d77707fb0f21d7770 /* ScArticulationJointSim.cpp */, - FFFDf21d77d87fb0f21d77d8 /* ScArticulationSim.cpp */, - FFFDf21d78407fb0f21d7840 /* ScBodyCore.cpp */, - FFFDf21d78a87fb0f21d78a8 /* ScBodyCoreKinematic.cpp */, - FFFDf21d79107fb0f21d7910 /* ScBodySim.cpp */, - FFFDf21d79787fb0f21d7978 /* ScConstraintCore.cpp */, - FFFDf21d79e07fb0f21d79e0 /* ScConstraintGroupNode.cpp */, - FFFDf21d7a487fb0f21d7a48 /* ScConstraintInteraction.cpp */, - FFFDf21d7ab07fb0f21d7ab0 /* ScConstraintProjectionManager.cpp */, - FFFDf21d7b187fb0f21d7b18 /* ScConstraintProjectionTree.cpp */, - FFFDf21d7b807fb0f21d7b80 /* ScConstraintSim.cpp */, - FFFDf21d7be87fb0f21d7be8 /* ScElementInteractionMarker.cpp */, - FFFDf21d7c507fb0f21d7c50 /* ScElementSim.cpp */, - FFFDf21d7cb87fb0f21d7cb8 /* ScInteraction.cpp */, - FFFDf21d7d207fb0f21d7d20 /* ScIterators.cpp */, - FFFDf21d7d887fb0f21d7d88 /* ScMaterialCore.cpp */, - FFFDf21d7df07fb0f21d7df0 /* ScMetaData.cpp */, - FFFDf21d7e587fb0f21d7e58 /* ScNPhaseCore.cpp */, - FFFDf21d7ec07fb0f21d7ec0 /* ScPhysics.cpp */, - FFFDf21d7f287fb0f21d7f28 /* ScRigidCore.cpp */, - FFFDf21d7f907fb0f21d7f90 /* ScRigidSim.cpp */, - FFFDf21d7ff87fb0f21d7ff8 /* ScScene.cpp */, - FFFDf21d80607fb0f21d8060 /* ScShapeCore.cpp */, - FFFDf21d80c87fb0f21d80c8 /* ScShapeInteraction.cpp */, - FFFDf21d81307fb0f21d8130 /* ScShapeSim.cpp */, - FFFDf21d81987fb0f21d8198 /* ScSimStats.cpp */, - FFFDf21d82007fb0f21d8200 /* ScSimulationController.cpp */, - FFFDf21d82687fb0f21d8268 /* ScSqBoundsManager.cpp */, - FFFDf21d82d07fb0f21d82d0 /* ScStaticCore.cpp */, - FFFDf21d83387fb0f21d8338 /* ScStaticSim.cpp */, - FFFDf21d83a07fb0f21d83a0 /* ScTriggerInteraction.cpp */, - FFFDf21d84087fb0f21d8408 /* particles/ScParticleBodyInteraction.h */, - FFFDf21d84707fb0f21d8470 /* particles/ScParticlePacketShape.h */, - FFFDf21d84d87fb0f21d84d8 /* particles/ScParticleSystemSim.h */, - FFFDf21d85407fb0f21d8540 /* particles/ScParticleBodyInteraction.cpp */, - FFFDf21d85a87fb0f21d85a8 /* particles/ScParticlePacketShape.cpp */, - FFFDf21d86107fb0f21d8610 /* particles/ScParticleSystemCore.cpp */, - FFFDf21d86787fb0f21d8678 /* particles/ScParticleSystemSim.cpp */, - FFFDf21d86e07fb0f21d86e0 /* cloth/ScClothShape.h */, - FFFDf21d87487fb0f21d8748 /* cloth/ScClothSim.h */, - FFFDf21d87b07fb0f21d87b0 /* cloth/ScClothCore.cpp */, - FFFDf21d88187fb0f21d8818 /* cloth/ScClothFabricCore.cpp */, - FFFDf21d88807fb0f21d8880 /* cloth/ScClothShape.cpp */, - FFFDf21d88e87fb0f21d88e8 /* cloth/ScClothSim.cpp */, + FFFD839986007fdb83998600 /* ScActorElementPair.h */, + FFFD839986687fdb83998668 /* ScActorInteraction.h */, + FFFD839986d07fdb839986d0 /* ScActorPair.h */, + FFFD839987387fdb83998738 /* ScActorSim.h */, + FFFD839987a07fdb839987a0 /* ScArticulationJointSim.h */, + FFFD839988087fdb83998808 /* ScArticulationSim.h */, + FFFD839988707fdb83998870 /* ScBodySim.h */, + FFFD839988d87fdb839988d8 /* ScClient.h */, + FFFD839989407fdb83998940 /* ScConstraintGroupNode.h */, + FFFD839989a87fdb839989a8 /* ScConstraintInteraction.h */, + FFFD83998a107fdb83998a10 /* ScConstraintProjectionManager.h */, + FFFD83998a787fdb83998a78 /* ScConstraintProjectionTree.h */, + FFFD83998ae07fdb83998ae0 /* ScConstraintSim.h */, + FFFD83998b487fdb83998b48 /* ScContactReportBuffer.h */, + FFFD83998bb07fdb83998bb0 /* ScContactStream.h */, + FFFD83998c187fdb83998c18 /* ScElementInteractionMarker.h */, + FFFD83998c807fdb83998c80 /* ScElementSim.h */, + FFFD83998ce87fdb83998ce8 /* ScElementSimInteraction.h */, + FFFD83998d507fdb83998d50 /* ScInteraction.h */, + FFFD83998db87fdb83998db8 /* ScInteractionFlags.h */, + FFFD83998e207fdb83998e20 /* ScNPhaseCore.h */, + FFFD83998e887fdb83998e88 /* ScObjectIDTracker.h */, + FFFD83998ef07fdb83998ef0 /* ScRbElementInteraction.h */, + FFFD83998f587fdb83998f58 /* ScRigidSim.h */, + FFFD83998fc07fdb83998fc0 /* ScShapeInteraction.h */, + FFFD839990287fdb83999028 /* ScShapeIterator.h */, + FFFD839990907fdb83999090 /* ScShapeSim.h */, + FFFD839990f87fdb839990f8 /* ScSimStateData.h */, + FFFD839991607fdb83999160 /* ScSimStats.h */, + FFFD839991c87fdb839991c8 /* ScSimulationController.h */, + FFFD839992307fdb83999230 /* ScSqBoundsManager.h */, + FFFD839992987fdb83999298 /* ScStaticSim.h */, + FFFD839993007fdb83999300 /* ScTriggerInteraction.h */, + FFFD839993687fdb83999368 /* ScTriggerPairs.h */, + FFFD839993d07fdb839993d0 /* ScActorCore.cpp */, + FFFD839994387fdb83999438 /* ScActorSim.cpp */, + FFFD839994a07fdb839994a0 /* ScArticulationCore.cpp */, + FFFD839995087fdb83999508 /* ScArticulationJointCore.cpp */, + FFFD839995707fdb83999570 /* ScArticulationJointSim.cpp */, + FFFD839995d87fdb839995d8 /* ScArticulationSim.cpp */, + FFFD839996407fdb83999640 /* ScBodyCore.cpp */, + FFFD839996a87fdb839996a8 /* ScBodyCoreKinematic.cpp */, + FFFD839997107fdb83999710 /* ScBodySim.cpp */, + FFFD839997787fdb83999778 /* ScConstraintCore.cpp */, + FFFD839997e07fdb839997e0 /* ScConstraintGroupNode.cpp */, + FFFD839998487fdb83999848 /* ScConstraintInteraction.cpp */, + FFFD839998b07fdb839998b0 /* ScConstraintProjectionManager.cpp */, + FFFD839999187fdb83999918 /* ScConstraintProjectionTree.cpp */, + FFFD839999807fdb83999980 /* ScConstraintSim.cpp */, + FFFD839999e87fdb839999e8 /* ScElementInteractionMarker.cpp */, + FFFD83999a507fdb83999a50 /* ScElementSim.cpp */, + FFFD83999ab87fdb83999ab8 /* ScInteraction.cpp */, + FFFD83999b207fdb83999b20 /* ScIterators.cpp */, + FFFD83999b887fdb83999b88 /* ScMaterialCore.cpp */, + FFFD83999bf07fdb83999bf0 /* ScMetaData.cpp */, + FFFD83999c587fdb83999c58 /* ScNPhaseCore.cpp */, + FFFD83999cc07fdb83999cc0 /* ScPhysics.cpp */, + FFFD83999d287fdb83999d28 /* ScRigidCore.cpp */, + FFFD83999d907fdb83999d90 /* ScRigidSim.cpp */, + FFFD83999df87fdb83999df8 /* ScScene.cpp */, + FFFD83999e607fdb83999e60 /* ScShapeCore.cpp */, + FFFD83999ec87fdb83999ec8 /* ScShapeInteraction.cpp */, + FFFD83999f307fdb83999f30 /* ScShapeSim.cpp */, + FFFD83999f987fdb83999f98 /* ScSimStats.cpp */, + FFFD8399a0007fdb8399a000 /* ScSimulationController.cpp */, + FFFD8399a0687fdb8399a068 /* ScSqBoundsManager.cpp */, + FFFD8399a0d07fdb8399a0d0 /* ScStaticCore.cpp */, + FFFD8399a1387fdb8399a138 /* ScStaticSim.cpp */, + FFFD8399a1a07fdb8399a1a0 /* ScTriggerInteraction.cpp */, + FFFD8399a2087fdb8399a208 /* particles/ScParticleBodyInteraction.h */, + FFFD8399a2707fdb8399a270 /* particles/ScParticlePacketShape.h */, + FFFD8399a2d87fdb8399a2d8 /* particles/ScParticleSystemSim.h */, + FFFD8399a3407fdb8399a340 /* particles/ScParticleBodyInteraction.cpp */, + FFFD8399a3a87fdb8399a3a8 /* particles/ScParticlePacketShape.cpp */, + FFFD8399a4107fdb8399a410 /* particles/ScParticleSystemCore.cpp */, + FFFD8399a4787fdb8399a478 /* particles/ScParticleSystemSim.cpp */, + FFFD8399a4e07fdb8399a4e0 /* cloth/ScClothShape.h */, + FFFD8399a5487fdb8399a548 /* cloth/ScClothSim.h */, + FFFD8399a5b07fdb8399a5b0 /* cloth/ScClothCore.cpp */, + FFFD8399a6187fdb8399a618 /* cloth/ScClothFabricCore.cpp */, + FFFD8399a6807fdb8399a680 /* cloth/ScClothShape.cpp */, + FFFD8399a6e87fdb8399a6e8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2c8ba007fb0f2c8ba00 /* PhysXCooking */ = { + FFFB8322a9507fdb8322a950 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFBf2cfb8a07fb0f2cfb8a0 /* include */, - FFFBf2cfb8c87fb0f2cfb8c8 /* src */, + FFFB832307a07fdb832307a0 /* include */, + FFFB832307c87fdb832307c8 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFBf2cfb8a07fb0f2cfb8a0 /* include */ = { + FFFB832307a07fdb832307a0 /* include */ = { isa = PBXGroup; children = ( - FFFDf3a000007fb0f3a00000 /* PxBVH33MidphaseDesc.h */, - FFFDf3a000687fb0f3a00068 /* PxBVH34MidphaseDesc.h */, - FFFDf3a000d07fb0f3a000d0 /* PxConvexMeshDesc.h */, - FFFDf3a001387fb0f3a00138 /* PxCooking.h */, - FFFDf3a001a07fb0f3a001a0 /* PxMidphaseDesc.h */, - FFFDf3a002087fb0f3a00208 /* PxTriangleMeshDesc.h */, - FFFDf3a002707fb0f3a00270 /* Pxc.h */, + FFFD832365507fdb83236550 /* PxBVH33MidphaseDesc.h */, + FFFD832365b87fdb832365b8 /* PxBVH34MidphaseDesc.h */, + FFFD832366207fdb83236620 /* PxConvexMeshDesc.h */, + FFFD832366887fdb83236688 /* PxCooking.h */, + FFFD832366f07fdb832366f0 /* PxMidphaseDesc.h */, + FFFD832367587fdb83236758 /* PxTriangleMeshDesc.h */, + FFFD832367c07fdb832367c0 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2cfb8c87fb0f2cfb8c8 /* src */ = { + FFFB832307c87fdb832307c8 /* src */ = { isa = PBXGroup; children = ( - FFFDf21dea007fb0f21dea00 /* Adjacencies.cpp */, - FFFDf21dea687fb0f21dea68 /* Cooking.cpp */, - FFFDf21dead07fb0f21dead0 /* CookingUtils.cpp */, - FFFDf21deb387fb0f21deb38 /* EdgeList.cpp */, - FFFDf21deba07fb0f21deba0 /* MeshCleaner.cpp */, - FFFDf21dec087fb0f21dec08 /* Quantizer.cpp */, - FFFDf21dec707fb0f21dec70 /* Adjacencies.h */, - FFFDf21decd87fb0f21decd8 /* Cooking.h */, - FFFDf21ded407fb0f21ded40 /* CookingUtils.h */, - FFFDf21deda87fb0f21deda8 /* EdgeList.h */, - FFFDf21dee107fb0f21dee10 /* MeshCleaner.h */, - FFFDf21dee787fb0f21dee78 /* Quantizer.h */, - FFFDf21deee07fb0f21deee0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFDf21def487fb0f21def48 /* mesh/HeightFieldCooking.cpp */, - FFFDf21defb07fb0f21defb0 /* mesh/RTreeCooking.cpp */, - FFFDf21df0187fb0f21df018 /* mesh/TriangleMeshBuilder.cpp */, - FFFDf21df0807fb0f21df080 /* mesh/GrbTriangleMeshCooking.h */, - FFFDf21df0e87fb0f21df0e8 /* mesh/HeightFieldCooking.h */, - FFFDf21df1507fb0f21df150 /* mesh/QuickSelect.h */, - FFFDf21df1b87fb0f21df1b8 /* mesh/RTreeCooking.h */, - FFFDf21df2207fb0f21df220 /* mesh/TriangleMeshBuilder.h */, - FFFDf21df2887fb0f21df288 /* convex/BigConvexDataBuilder.cpp */, - FFFDf21df2f07fb0f21df2f0 /* convex/ConvexHullBuilder.cpp */, - FFFDf21df3587fb0f21df358 /* convex/ConvexHullLib.cpp */, - FFFDf21df3c07fb0f21df3c0 /* convex/ConvexHullUtils.cpp */, - FFFDf21df4287fb0f21df428 /* convex/ConvexMeshBuilder.cpp */, - FFFDf21df4907fb0f21df490 /* convex/ConvexPolygonsBuilder.cpp */, - FFFDf21df4f87fb0f21df4f8 /* convex/InflationConvexHullLib.cpp */, - FFFDf21df5607fb0f21df560 /* convex/QuickHullConvexHullLib.cpp */, - FFFDf21df5c87fb0f21df5c8 /* convex/VolumeIntegration.cpp */, - FFFDf21df6307fb0f21df630 /* convex/BigConvexDataBuilder.h */, - FFFDf21df6987fb0f21df698 /* convex/ConvexHullBuilder.h */, - FFFDf21df7007fb0f21df700 /* convex/ConvexHullLib.h */, - FFFDf21df7687fb0f21df768 /* convex/ConvexHullUtils.h */, - FFFDf21df7d07fb0f21df7d0 /* convex/ConvexMeshBuilder.h */, - FFFDf21df8387fb0f21df838 /* convex/ConvexPolygonsBuilder.h */, - FFFDf21df8a07fb0f21df8a0 /* convex/InflationConvexHullLib.h */, - FFFDf21df9087fb0f21df908 /* convex/QuickHullConvexHullLib.h */, - FFFDf21df9707fb0f21df970 /* convex/VolumeIntegration.h */, + FFFD8399c8007fdb8399c800 /* Adjacencies.cpp */, + FFFD8399c8687fdb8399c868 /* Cooking.cpp */, + FFFD8399c8d07fdb8399c8d0 /* CookingUtils.cpp */, + FFFD8399c9387fdb8399c938 /* EdgeList.cpp */, + FFFD8399c9a07fdb8399c9a0 /* MeshCleaner.cpp */, + FFFD8399ca087fdb8399ca08 /* Quantizer.cpp */, + FFFD8399ca707fdb8399ca70 /* Adjacencies.h */, + FFFD8399cad87fdb8399cad8 /* Cooking.h */, + FFFD8399cb407fdb8399cb40 /* CookingUtils.h */, + FFFD8399cba87fdb8399cba8 /* EdgeList.h */, + FFFD8399cc107fdb8399cc10 /* MeshCleaner.h */, + FFFD8399cc787fdb8399cc78 /* Quantizer.h */, + FFFD8399cce07fdb8399cce0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD8399cd487fdb8399cd48 /* mesh/HeightFieldCooking.cpp */, + FFFD8399cdb07fdb8399cdb0 /* mesh/RTreeCooking.cpp */, + FFFD8399ce187fdb8399ce18 /* mesh/TriangleMeshBuilder.cpp */, + FFFD8399ce807fdb8399ce80 /* mesh/GrbTriangleMeshCooking.h */, + FFFD8399cee87fdb8399cee8 /* mesh/HeightFieldCooking.h */, + FFFD8399cf507fdb8399cf50 /* mesh/QuickSelect.h */, + FFFD8399cfb87fdb8399cfb8 /* mesh/RTreeCooking.h */, + FFFD8399d0207fdb8399d020 /* mesh/TriangleMeshBuilder.h */, + FFFD8399d0887fdb8399d088 /* convex/BigConvexDataBuilder.cpp */, + FFFD8399d0f07fdb8399d0f0 /* convex/ConvexHullBuilder.cpp */, + FFFD8399d1587fdb8399d158 /* convex/ConvexHullLib.cpp */, + FFFD8399d1c07fdb8399d1c0 /* convex/ConvexHullUtils.cpp */, + FFFD8399d2287fdb8399d228 /* convex/ConvexMeshBuilder.cpp */, + FFFD8399d2907fdb8399d290 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD8399d2f87fdb8399d2f8 /* convex/InflationConvexHullLib.cpp */, + FFFD8399d3607fdb8399d360 /* convex/QuickHullConvexHullLib.cpp */, + FFFD8399d3c87fdb8399d3c8 /* convex/VolumeIntegration.cpp */, + FFFD8399d4307fdb8399d430 /* convex/BigConvexDataBuilder.h */, + FFFD8399d4987fdb8399d498 /* convex/ConvexHullBuilder.h */, + FFFD8399d5007fdb8399d500 /* convex/ConvexHullLib.h */, + FFFD8399d5687fdb8399d568 /* convex/ConvexHullUtils.h */, + FFFD8399d5d07fdb8399d5d0 /* convex/ConvexMeshBuilder.h */, + FFFD8399d6387fdb8399d638 /* convex/ConvexPolygonsBuilder.h */, + FFFD8399d6a07fdb8399d6a0 /* convex/InflationConvexHullLib.h */, + FFFD8399d7087fdb8399d708 /* convex/QuickHullConvexHullLib.h */, + FFFD8399d7707fdb8399d770 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf299eeb07fb0f299eeb0 /* PhysXCommon */ = { + FFFB832255c07fdb832255c0 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFBf29a12e07fb0f29a12e0 /* include */, - FFFBf29a13087fb0f29a1308 /* common */, - FFFBf29a13307fb0f29a1330 /* geomutils */, + FFFB83212d807fdb83212d80 /* include */, + FFFB83212da87fdb83212da8 /* common */, + FFFB83212dd07fdb83212dd0 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFBf29a12e07fb0f29a12e0 /* include */ = { + FFFB83212d807fdb83212d80 /* include */ = { isa = PBXGroup; children = ( - FFFDf300ec007fb0f300ec00 /* common/PxBase.h */, - FFFDf300ec687fb0f300ec68 /* common/PxCollection.h */, - FFFDf300ecd07fb0f300ecd0 /* common/PxCoreUtilityTypes.h */, - FFFDf300ed387fb0f300ed38 /* common/PxMetaData.h */, - FFFDf300eda07fb0f300eda0 /* common/PxMetaDataFlags.h */, - FFFDf300ee087fb0f300ee08 /* common/PxPhysXCommonConfig.h */, - FFFDf300ee707fb0f300ee70 /* common/PxPhysicsInsertionCallback.h */, - FFFDf300eed87fb0f300eed8 /* common/PxRenderBuffer.h */, - FFFDf300ef407fb0f300ef40 /* common/PxSerialFramework.h */, - FFFDf300efa87fb0f300efa8 /* common/PxSerializer.h */, - FFFDf300f0107fb0f300f010 /* common/PxStringTable.h */, - FFFDf300f0787fb0f300f078 /* common/PxTolerancesScale.h */, - FFFDf300f0e07fb0f300f0e0 /* common/PxTypeInfo.h */, - FFFDf300f1487fb0f300f148 /* geometry/PxBoxGeometry.h */, - FFFDf300f1b07fb0f300f1b0 /* geometry/PxCapsuleGeometry.h */, - FFFDf300f2187fb0f300f218 /* geometry/PxConvexMesh.h */, - FFFDf300f2807fb0f300f280 /* geometry/PxConvexMeshGeometry.h */, - FFFDf300f2e87fb0f300f2e8 /* geometry/PxGeometry.h */, - FFFDf300f3507fb0f300f350 /* geometry/PxGeometryHelpers.h */, - FFFDf300f3b87fb0f300f3b8 /* geometry/PxGeometryQuery.h */, - FFFDf300f4207fb0f300f420 /* geometry/PxHeightField.h */, - FFFDf300f4887fb0f300f488 /* geometry/PxHeightFieldDesc.h */, - FFFDf300f4f07fb0f300f4f0 /* geometry/PxHeightFieldFlag.h */, - FFFDf300f5587fb0f300f558 /* geometry/PxHeightFieldGeometry.h */, - FFFDf300f5c07fb0f300f5c0 /* geometry/PxHeightFieldSample.h */, - FFFDf300f6287fb0f300f628 /* geometry/PxMeshQuery.h */, - FFFDf300f6907fb0f300f690 /* geometry/PxMeshScale.h */, - FFFDf300f6f87fb0f300f6f8 /* geometry/PxPlaneGeometry.h */, - FFFDf300f7607fb0f300f760 /* geometry/PxSimpleTriangleMesh.h */, - FFFDf300f7c87fb0f300f7c8 /* geometry/PxSphereGeometry.h */, - FFFDf300f8307fb0f300f830 /* geometry/PxTriangle.h */, - FFFDf300f8987fb0f300f898 /* geometry/PxTriangleMesh.h */, - FFFDf300f9007fb0f300f900 /* geometry/PxTriangleMeshGeometry.h */, + FFFD828288007fdb82828800 /* common/PxBase.h */, + FFFD828288687fdb82828868 /* common/PxCollection.h */, + FFFD828288d07fdb828288d0 /* common/PxCoreUtilityTypes.h */, + FFFD828289387fdb82828938 /* common/PxMetaData.h */, + FFFD828289a07fdb828289a0 /* common/PxMetaDataFlags.h */, + FFFD82828a087fdb82828a08 /* common/PxPhysXCommonConfig.h */, + FFFD82828a707fdb82828a70 /* common/PxPhysicsInsertionCallback.h */, + FFFD82828ad87fdb82828ad8 /* common/PxRenderBuffer.h */, + FFFD82828b407fdb82828b40 /* common/PxSerialFramework.h */, + FFFD82828ba87fdb82828ba8 /* common/PxSerializer.h */, + FFFD82828c107fdb82828c10 /* common/PxStringTable.h */, + FFFD82828c787fdb82828c78 /* common/PxTolerancesScale.h */, + FFFD82828ce07fdb82828ce0 /* common/PxTypeInfo.h */, + FFFD82828d487fdb82828d48 /* geometry/PxBoxGeometry.h */, + FFFD82828db07fdb82828db0 /* geometry/PxCapsuleGeometry.h */, + FFFD82828e187fdb82828e18 /* geometry/PxConvexMesh.h */, + FFFD82828e807fdb82828e80 /* geometry/PxConvexMeshGeometry.h */, + FFFD82828ee87fdb82828ee8 /* geometry/PxGeometry.h */, + FFFD82828f507fdb82828f50 /* geometry/PxGeometryHelpers.h */, + FFFD82828fb87fdb82828fb8 /* geometry/PxGeometryQuery.h */, + FFFD828290207fdb82829020 /* geometry/PxHeightField.h */, + FFFD828290887fdb82829088 /* geometry/PxHeightFieldDesc.h */, + FFFD828290f07fdb828290f0 /* geometry/PxHeightFieldFlag.h */, + FFFD828291587fdb82829158 /* geometry/PxHeightFieldGeometry.h */, + FFFD828291c07fdb828291c0 /* geometry/PxHeightFieldSample.h */, + FFFD828292287fdb82829228 /* geometry/PxMeshQuery.h */, + FFFD828292907fdb82829290 /* geometry/PxMeshScale.h */, + FFFD828292f87fdb828292f8 /* geometry/PxPlaneGeometry.h */, + FFFD828293607fdb82829360 /* geometry/PxSimpleTriangleMesh.h */, + FFFD828293c87fdb828293c8 /* geometry/PxSphereGeometry.h */, + FFFD828294307fdb82829430 /* geometry/PxTriangle.h */, + FFFD828294987fdb82829498 /* geometry/PxTriangleMesh.h */, + FFFD828295007fdb82829500 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf29a13087fb0f29a1308 /* common */ = { + FFFB83212da87fdb83212da8 /* common */ = { isa = PBXGroup; children = ( - FFFDf21a3c007fb0f21a3c00 /* src/CmBoxPruning.cpp */, - FFFDf21a3c687fb0f21a3c68 /* src/CmCollection.cpp */, - FFFDf21a3cd07fb0f21a3cd0 /* src/CmMathUtils.cpp */, - FFFDf21a3d387fb0f21a3d38 /* src/CmPtrTable.cpp */, - FFFDf21a3da07fb0f21a3da0 /* src/CmRadixSort.cpp */, - FFFDf21a3e087fb0f21a3e08 /* src/CmRadixSortBuffered.cpp */, - FFFDf21a3e707fb0f21a3e70 /* src/CmRenderOutput.cpp */, - FFFDf21a3ed87fb0f21a3ed8 /* src/CmVisualization.cpp */, - FFFDf21a3f407fb0f21a3f40 /* src/CmBitMap.h */, - FFFDf21a3fa87fb0f21a3fa8 /* src/CmBoxPruning.h */, - FFFDf21a40107fb0f21a4010 /* src/CmCollection.h */, - FFFDf21a40787fb0f21a4078 /* src/CmConeLimitHelper.h */, - FFFDf21a40e07fb0f21a40e0 /* src/CmFlushPool.h */, - FFFDf21a41487fb0f21a4148 /* src/CmIDPool.h */, - FFFDf21a41b07fb0f21a41b0 /* src/CmIO.h */, - FFFDf21a42187fb0f21a4218 /* src/CmMatrix34.h */, - FFFDf21a42807fb0f21a4280 /* src/CmPhysXCommon.h */, - FFFDf21a42e87fb0f21a42e8 /* src/CmPool.h */, - FFFDf21a43507fb0f21a4350 /* src/CmPreallocatingPool.h */, - FFFDf21a43b87fb0f21a43b8 /* src/CmPriorityQueue.h */, - FFFDf21a44207fb0f21a4420 /* src/CmPtrTable.h */, - FFFDf21a44887fb0f21a4488 /* src/CmQueue.h */, - FFFDf21a44f07fb0f21a44f0 /* src/CmRadixSort.h */, - FFFDf21a45587fb0f21a4558 /* src/CmRadixSortBuffered.h */, - FFFDf21a45c07fb0f21a45c0 /* src/CmRefCountable.h */, - FFFDf21a46287fb0f21a4628 /* src/CmRenderBuffer.h */, - FFFDf21a46907fb0f21a4690 /* src/CmRenderOutput.h */, - FFFDf21a46f87fb0f21a46f8 /* src/CmScaling.h */, - FFFDf21a47607fb0f21a4760 /* src/CmSpatialVector.h */, - FFFDf21a47c87fb0f21a47c8 /* src/CmTask.h */, - FFFDf21a48307fb0f21a4830 /* src/CmTaskPool.h */, - FFFDf21a48987fb0f21a4898 /* src/CmTmpMem.h */, - FFFDf21a49007fb0f21a4900 /* src/CmTransformUtils.h */, - FFFDf21a49687fb0f21a4968 /* src/CmUtils.h */, - FFFDf21a49d07fb0f21a49d0 /* src/CmVisualization.h */, + FFFD8397d8007fdb8397d800 /* src/CmBoxPruning.cpp */, + FFFD8397d8687fdb8397d868 /* src/CmCollection.cpp */, + FFFD8397d8d07fdb8397d8d0 /* src/CmMathUtils.cpp */, + FFFD8397d9387fdb8397d938 /* src/CmPtrTable.cpp */, + FFFD8397d9a07fdb8397d9a0 /* src/CmRadixSort.cpp */, + FFFD8397da087fdb8397da08 /* src/CmRadixSortBuffered.cpp */, + FFFD8397da707fdb8397da70 /* src/CmRenderOutput.cpp */, + FFFD8397dad87fdb8397dad8 /* src/CmVisualization.cpp */, + FFFD8397db407fdb8397db40 /* src/CmBitMap.h */, + FFFD8397dba87fdb8397dba8 /* src/CmBoxPruning.h */, + FFFD8397dc107fdb8397dc10 /* src/CmCollection.h */, + FFFD8397dc787fdb8397dc78 /* src/CmConeLimitHelper.h */, + FFFD8397dce07fdb8397dce0 /* src/CmFlushPool.h */, + FFFD8397dd487fdb8397dd48 /* src/CmIDPool.h */, + FFFD8397ddb07fdb8397ddb0 /* src/CmIO.h */, + FFFD8397de187fdb8397de18 /* src/CmMatrix34.h */, + FFFD8397de807fdb8397de80 /* src/CmPhysXCommon.h */, + FFFD8397dee87fdb8397dee8 /* src/CmPool.h */, + FFFD8397df507fdb8397df50 /* src/CmPreallocatingPool.h */, + FFFD8397dfb87fdb8397dfb8 /* src/CmPriorityQueue.h */, + FFFD8397e0207fdb8397e020 /* src/CmPtrTable.h */, + FFFD8397e0887fdb8397e088 /* src/CmQueue.h */, + FFFD8397e0f07fdb8397e0f0 /* src/CmRadixSort.h */, + FFFD8397e1587fdb8397e158 /* src/CmRadixSortBuffered.h */, + FFFD8397e1c07fdb8397e1c0 /* src/CmRefCountable.h */, + FFFD8397e2287fdb8397e228 /* src/CmRenderBuffer.h */, + FFFD8397e2907fdb8397e290 /* src/CmRenderOutput.h */, + FFFD8397e2f87fdb8397e2f8 /* src/CmScaling.h */, + FFFD8397e3607fdb8397e360 /* src/CmSpatialVector.h */, + FFFD8397e3c87fdb8397e3c8 /* src/CmTask.h */, + FFFD8397e4307fdb8397e430 /* src/CmTaskPool.h */, + FFFD8397e4987fdb8397e498 /* src/CmTmpMem.h */, + FFFD8397e5007fdb8397e500 /* src/CmTransformUtils.h */, + FFFD8397e5687fdb8397e568 /* src/CmUtils.h */, + FFFD8397e5d07fdb8397e5d0 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFBf29a13307fb0f29a1330 /* geomutils */ = { + FFFB83212dd07fdb83212dd0 /* geomutils */ = { isa = PBXGroup; children = ( - FFFDf30010007fb0f3001000 /* headers/GuAxes.h */, - FFFDf30010687fb0f3001068 /* headers/GuBox.h */, - FFFDf30010d07fb0f30010d0 /* headers/GuDistanceSegmentBox.h */, - FFFDf30011387fb0f3001138 /* headers/GuDistanceSegmentSegment.h */, - FFFDf30011a07fb0f30011a0 /* headers/GuIntersectionBoxBox.h */, - FFFDf30012087fb0f3001208 /* headers/GuIntersectionTriangleBox.h */, - FFFDf30012707fb0f3001270 /* headers/GuRaycastTests.h */, - FFFDf30012d87fb0f30012d8 /* headers/GuSIMDHelpers.h */, - FFFDf30013407fb0f3001340 /* headers/GuSegment.h */, - FFFDf30013a87fb0f30013a8 /* ../../Include/GeomUtils */, - FFFDf30014107fb0f3001410 /* src/GuBounds.h */, - FFFDf30014787fb0f3001478 /* src/GuCapsule.h */, - FFFDf30014e07fb0f30014e0 /* src/GuCenterExtents.h */, - FFFDf30015487fb0f3001548 /* src/GuGeometryUnion.h */, - FFFDf30015b07fb0f30015b0 /* src/GuInternal.h */, - FFFDf30016187fb0f3001618 /* src/GuMTD.h */, - FFFDf30016807fb0f3001680 /* src/GuMeshFactory.h */, - FFFDf30016e87fb0f30016e8 /* src/GuOverlapTests.h */, - FFFDf30017507fb0f3001750 /* src/GuSerialize.h */, - FFFDf30017b87fb0f30017b8 /* src/GuSphere.h */, - FFFDf30018207fb0f3001820 /* src/GuSweepMTD.h */, - FFFDf30018887fb0f3001888 /* src/GuSweepSharedTests.h */, - FFFDf30018f07fb0f30018f0 /* src/GuSweepTests.h */, - FFFDf30019587fb0f3001958 /* src/contact/GuContactMethodImpl.h */, - FFFDf30019c07fb0f30019c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFDf3001a287fb0f3001a28 /* src/contact/GuFeatureCode.h */, - FFFDf3001a907fb0f3001a90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFDf3001af87fb0f3001af8 /* src/common/GuBarycentricCoordinates.h */, - FFFDf3001b607fb0f3001b60 /* src/common/GuBoxConversion.h */, - FFFDf3001bc87fb0f3001bc8 /* src/common/GuEdgeCache.h */, - FFFDf3001c307fb0f3001c30 /* src/common/GuEdgeListData.h */, - FFFDf3001c987fb0f3001c98 /* src/common/GuSeparatingAxes.h */, - FFFDf3001d007fb0f3001d00 /* src/convex/GuBigConvexData.h */, - FFFDf3001d687fb0f3001d68 /* src/convex/GuBigConvexData2.h */, - FFFDf3001dd07fb0f3001dd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFDf3001e387fb0f3001e38 /* src/convex/GuConvexHelper.h */, - FFFDf3001ea07fb0f3001ea0 /* src/convex/GuConvexMesh.h */, - FFFDf3001f087fb0f3001f08 /* src/convex/GuConvexMeshData.h */, - FFFDf3001f707fb0f3001f70 /* src/convex/GuConvexSupportTable.h */, - FFFDf3001fd87fb0f3001fd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFDf30020407fb0f3002040 /* src/convex/GuCubeIndex.h */, - FFFDf30020a87fb0f30020a8 /* src/convex/GuHillClimbing.h */, - FFFDf30021107fb0f3002110 /* src/convex/GuShapeConvex.h */, - FFFDf30021787fb0f3002178 /* src/distance/GuDistancePointBox.h */, - FFFDf30021e07fb0f30021e0 /* src/distance/GuDistancePointSegment.h */, - FFFDf30022487fb0f3002248 /* src/distance/GuDistancePointTriangle.h */, - FFFDf30022b07fb0f30022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFDf30023187fb0f3002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFDf30023807fb0f3002380 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFDf30023e87fb0f30023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFDf30024507fb0f3002450 /* src/sweep/GuSweepBoxBox.h */, - FFFDf30024b87fb0f30024b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFDf30025207fb0f3002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFDf30025887fb0f3002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFDf30025f07fb0f30025f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFDf30026587fb0f3002658 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFDf30026c07fb0f30026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFDf30027287fb0f3002728 /* src/sweep/GuSweepSphereCapsule.h */, - FFFDf30027907fb0f3002790 /* src/sweep/GuSweepSphereSphere.h */, - FFFDf30027f87fb0f30027f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFDf30028607fb0f3002860 /* src/sweep/GuSweepTriangleUtils.h */, - FFFDf30028c87fb0f30028c8 /* src/gjk/GuEPA.h */, - FFFDf30029307fb0f3002930 /* src/gjk/GuEPAFacet.h */, - FFFDf30029987fb0f3002998 /* src/gjk/GuGJK.h */, - FFFDf3002a007fb0f3002a00 /* src/gjk/GuGJKPenetration.h */, - FFFDf3002a687fb0f3002a68 /* src/gjk/GuGJKRaycast.h */, - FFFDf3002ad07fb0f3002ad0 /* src/gjk/GuGJKSimplex.h */, - FFFDf3002b387fb0f3002b38 /* src/gjk/GuGJKTest.h */, - FFFDf3002ba07fb0f3002ba0 /* src/gjk/GuGJKType.h */, - FFFDf3002c087fb0f3002c08 /* src/gjk/GuGJKUtil.h */, - FFFDf3002c707fb0f3002c70 /* src/gjk/GuVecBox.h */, - FFFDf3002cd87fb0f3002cd8 /* src/gjk/GuVecCapsule.h */, - FFFDf3002d407fb0f3002d40 /* src/gjk/GuVecConvex.h */, - FFFDf3002da87fb0f3002da8 /* src/gjk/GuVecConvexHull.h */, - FFFDf3002e107fb0f3002e10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFDf3002e787fb0f3002e78 /* src/gjk/GuVecPlane.h */, - FFFDf3002ee07fb0f3002ee0 /* src/gjk/GuVecShrunkBox.h */, - FFFDf3002f487fb0f3002f48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFDf3002fb07fb0f3002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFDf30030187fb0f3003018 /* src/gjk/GuVecSphere.h */, - FFFDf30030807fb0f3003080 /* src/gjk/GuVecTriangle.h */, - FFFDf30030e87fb0f30030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFDf30031507fb0f3003150 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFDf30031b87fb0f30031b8 /* src/intersection/GuIntersectionRay.h */, - FFFDf30032207fb0f3003220 /* src/intersection/GuIntersectionRayBox.h */, - FFFDf30032887fb0f3003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFDf30032f07fb0f30032f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFDf30033587fb0f3003358 /* src/intersection/GuIntersectionRayPlane.h */, - FFFDf30033c07fb0f30033c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFDf30034287fb0f3003428 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFDf30034907fb0f3003490 /* src/intersection/GuIntersectionSphereBox.h */, - FFFDf30034f87fb0f30034f8 /* src/mesh/GuBV32.h */, - FFFDf30035607fb0f3003560 /* src/mesh/GuBV32Build.h */, - FFFDf30035c87fb0f30035c8 /* src/mesh/GuBV4.h */, - FFFDf30036307fb0f3003630 /* src/mesh/GuBV4Build.h */, - FFFDf30036987fb0f3003698 /* src/mesh/GuBV4Settings.h */, - FFFDf30037007fb0f3003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFDf30037687fb0f3003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFDf30037d07fb0f30037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFDf30038387fb0f3003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFDf30038a07fb0f30038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFDf30039087fb0f3003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFDf30039707fb0f3003970 /* src/mesh/GuBV4_Common.h */, - FFFDf30039d87fb0f30039d8 /* src/mesh/GuBV4_Internal.h */, - FFFDf3003a407fb0f3003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFDf3003aa87fb0f3003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFDf3003b107fb0f3003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFDf3003b787fb0f3003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFDf3003be07fb0f3003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFDf3003c487fb0f3003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFDf3003cb07fb0f3003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFDf3003d187fb0f3003d18 /* src/mesh/GuBV4_Slabs.h */, - FFFDf3003d807fb0f3003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFDf3003de87fb0f3003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFDf3003e507fb0f3003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFDf3003eb87fb0f3003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFDf3003f207fb0f3003f20 /* src/mesh/GuBVConstants.h */, - FFFDf3003f887fb0f3003f88 /* src/mesh/GuMeshData.h */, - FFFDf3003ff07fb0f3003ff0 /* src/mesh/GuMidphaseInterface.h */, - FFFDf30040587fb0f3004058 /* src/mesh/GuRTree.h */, - FFFDf30040c07fb0f30040c0 /* src/mesh/GuSweepConvexTri.h */, - FFFDf30041287fb0f3004128 /* src/mesh/GuSweepMesh.h */, - FFFDf30041907fb0f3004190 /* src/mesh/GuTriangle32.h */, - FFFDf30041f87fb0f30041f8 /* src/mesh/GuTriangleCache.h */, - FFFDf30042607fb0f3004260 /* src/mesh/GuTriangleMesh.h */, - FFFDf30042c87fb0f30042c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFDf30043307fb0f3004330 /* src/mesh/GuTriangleMeshRTree.h */, - FFFDf30043987fb0f3004398 /* src/mesh/GuTriangleVertexPointers.h */, - FFFDf30044007fb0f3004400 /* src/hf/GuEntityReport.h */, - FFFDf30044687fb0f3004468 /* src/hf/GuHeightField.h */, - FFFDf30044d07fb0f30044d0 /* src/hf/GuHeightFieldData.h */, - FFFDf30045387fb0f3004538 /* src/hf/GuHeightFieldUtil.h */, - FFFDf30045a07fb0f30045a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFDf30046087fb0f3004608 /* src/pcm/GuPCMContactGen.h */, - FFFDf30046707fb0f3004670 /* src/pcm/GuPCMContactGenUtil.h */, - FFFDf30046d87fb0f30046d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFDf30047407fb0f3004740 /* src/pcm/GuPCMShapeConvex.h */, - FFFDf30047a87fb0f30047a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFDf30048107fb0f3004810 /* src/pcm/GuPersistentContactManifold.h */, - FFFDf30048787fb0f3004878 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFDf30048e07fb0f30048e0 /* src/GuBounds.cpp */, - FFFDf30049487fb0f3004948 /* src/GuBox.cpp */, - FFFDf30049b07fb0f30049b0 /* src/GuCCTSweepTests.cpp */, - FFFDf3004a187fb0f3004a18 /* src/GuCapsule.cpp */, - FFFDf3004a807fb0f3004a80 /* src/GuGeometryQuery.cpp */, - FFFDf3004ae87fb0f3004ae8 /* src/GuGeometryUnion.cpp */, - FFFDf3004b507fb0f3004b50 /* src/GuInternal.cpp */, - FFFDf3004bb87fb0f3004bb8 /* src/GuMTD.cpp */, - FFFDf3004c207fb0f3004c20 /* src/GuMeshFactory.cpp */, - FFFDf3004c887fb0f3004c88 /* src/GuMetaData.cpp */, - FFFDf3004cf07fb0f3004cf0 /* src/GuOverlapTests.cpp */, - FFFDf3004d587fb0f3004d58 /* src/GuRaycastTests.cpp */, - FFFDf3004dc07fb0f3004dc0 /* src/GuSerialize.cpp */, - FFFDf3004e287fb0f3004e28 /* src/GuSweepMTD.cpp */, - FFFDf3004e907fb0f3004e90 /* src/GuSweepSharedTests.cpp */, - FFFDf3004ef87fb0f3004ef8 /* src/GuSweepTests.cpp */, - FFFDf3004f607fb0f3004f60 /* src/contact/GuContactBoxBox.cpp */, - FFFDf3004fc87fb0f3004fc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFDf30050307fb0f3005030 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFDf30050987fb0f3005098 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFDf30051007fb0f3005100 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFDf30051687fb0f3005168 /* src/contact/GuContactConvexConvex.cpp */, - FFFDf30051d07fb0f30051d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFDf30052387fb0f3005238 /* src/contact/GuContactPlaneBox.cpp */, - FFFDf30052a07fb0f30052a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFDf30053087fb0f3005308 /* src/contact/GuContactPlaneConvex.cpp */, - FFFDf30053707fb0f3005370 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFDf30053d87fb0f30053d8 /* src/contact/GuContactSphereBox.cpp */, - FFFDf30054407fb0f3005440 /* src/contact/GuContactSphereCapsule.cpp */, - FFFDf30054a87fb0f30054a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFDf30055107fb0f3005510 /* src/contact/GuContactSpherePlane.cpp */, - FFFDf30055787fb0f3005578 /* src/contact/GuContactSphereSphere.cpp */, - FFFDf30055e07fb0f30055e0 /* src/contact/GuFeatureCode.cpp */, - FFFDf30056487fb0f3005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFDf30056b07fb0f30056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFDf30057187fb0f3005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFDf30057807fb0f3005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFDf30057e87fb0f30057e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFDf30058507fb0f3005850 /* src/common/GuSeparatingAxes.cpp */, - FFFDf30058b87fb0f30058b8 /* src/convex/GuBigConvexData.cpp */, - FFFDf30059207fb0f3005920 /* src/convex/GuConvexHelper.cpp */, - FFFDf30059887fb0f3005988 /* src/convex/GuConvexMesh.cpp */, - FFFDf30059f07fb0f30059f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFDf3005a587fb0f3005a58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFDf3005ac07fb0f3005ac0 /* src/convex/GuHillClimbing.cpp */, - FFFDf3005b287fb0f3005b28 /* src/convex/GuShapeConvex.cpp */, - FFFDf3005b907fb0f3005b90 /* src/distance/GuDistancePointBox.cpp */, - FFFDf3005bf87fb0f3005bf8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFDf3005c607fb0f3005c60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFDf3005cc87fb0f3005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFDf3005d307fb0f3005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFDf3005d987fb0f3005d98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFDf3005e007fb0f3005e00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFDf3005e687fb0f3005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFDf3005ed07fb0f3005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFDf3005f387fb0f3005f38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFDf3005fa07fb0f3005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFDf30060087fb0f3006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFDf30060707fb0f3006070 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFDf30060d87fb0f30060d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFDf30061407fb0f3006140 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFDf30061a87fb0f30061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFDf30062107fb0f3006210 /* src/gjk/GuEPA.cpp */, - FFFDf30062787fb0f3006278 /* src/gjk/GuGJKSimplex.cpp */, - FFFDf30062e07fb0f30062e0 /* src/gjk/GuGJKTest.cpp */, - FFFDf30063487fb0f3006348 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFDf30063b07fb0f30063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFDf30064187fb0f3006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFDf30064807fb0f3006480 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFDf30064e87fb0f30064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFDf30065507fb0f3006550 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFDf30065b87fb0f30065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFDf30066207fb0f3006620 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFDf30066887fb0f3006688 /* src/mesh/GuBV32.cpp */, - FFFDf30066f07fb0f30066f0 /* src/mesh/GuBV32Build.cpp */, - FFFDf30067587fb0f3006758 /* src/mesh/GuBV4.cpp */, - FFFDf30067c07fb0f30067c0 /* src/mesh/GuBV4Build.cpp */, - FFFDf30068287fb0f3006828 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFDf30068907fb0f3006890 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFDf30068f87fb0f30068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFDf30069607fb0f3006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFDf30069c87fb0f30069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFDf3006a307fb0f3006a30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFDf3006a987fb0f3006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFDf3006b007fb0f3006b00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFDf3006b687fb0f3006b68 /* src/mesh/GuMeshQuery.cpp */, - FFFDf3006bd07fb0f3006bd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFDf3006c387fb0f3006c38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFDf3006ca07fb0f3006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFDf3006d087fb0f3006d08 /* src/mesh/GuRTree.cpp */, - FFFDf3006d707fb0f3006d70 /* src/mesh/GuRTreeQueries.cpp */, - FFFDf3006dd87fb0f3006dd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFDf3006e407fb0f3006e40 /* src/mesh/GuTriangleMesh.cpp */, - FFFDf3006ea87fb0f3006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFDf3006f107fb0f3006f10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFDf3006f787fb0f3006f78 /* src/hf/GuHeightField.cpp */, - FFFDf3006fe07fb0f3006fe0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFDf30070487fb0f3007048 /* src/hf/GuOverlapTestsHF.cpp */, - FFFDf30070b07fb0f30070b0 /* src/hf/GuSweepsHF.cpp */, - FFFDf30071187fb0f3007118 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFDf30071807fb0f3007180 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFDf30071e87fb0f30071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFDf30072507fb0f3007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFDf30072b87fb0f30072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFDf30073207fb0f3007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFDf30073887fb0f3007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFDf30073f07fb0f30073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFDf30074587fb0f3007458 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFDf30074c07fb0f30074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFDf30075287fb0f3007528 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFDf30075907fb0f3007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFDf30075f87fb0f30075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFDf30076607fb0f3007660 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFDf30076c87fb0f30076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFDf30077307fb0f3007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFDf30077987fb0f3007798 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFDf30078007fb0f3007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFDf30078687fb0f3007868 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFDf30078d07fb0f30078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFDf30079387fb0f3007938 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFDf30079a07fb0f30079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFDf3007a087fb0f3007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFDf3007a707fb0f3007a70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFDf3007ad87fb0f3007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFDf3007b407fb0f3007b40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFDf3007ba87fb0f3007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFDf3007c107fb0f3007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD8281b8007fdb8281b800 /* headers/GuAxes.h */, + FFFD8281b8687fdb8281b868 /* headers/GuBox.h */, + FFFD8281b8d07fdb8281b8d0 /* headers/GuDistanceSegmentBox.h */, + FFFD8281b9387fdb8281b938 /* headers/GuDistanceSegmentSegment.h */, + FFFD8281b9a07fdb8281b9a0 /* headers/GuIntersectionBoxBox.h */, + FFFD8281ba087fdb8281ba08 /* headers/GuIntersectionTriangleBox.h */, + FFFD8281ba707fdb8281ba70 /* headers/GuRaycastTests.h */, + FFFD8281bad87fdb8281bad8 /* headers/GuSIMDHelpers.h */, + FFFD8281bb407fdb8281bb40 /* headers/GuSegment.h */, + FFFD8281bba87fdb8281bba8 /* ../../Include/GeomUtils */, + FFFD8281bc107fdb8281bc10 /* src/GuBounds.h */, + FFFD8281bc787fdb8281bc78 /* src/GuCapsule.h */, + FFFD8281bce07fdb8281bce0 /* src/GuCenterExtents.h */, + FFFD8281bd487fdb8281bd48 /* src/GuGeometryUnion.h */, + FFFD8281bdb07fdb8281bdb0 /* src/GuInternal.h */, + FFFD8281be187fdb8281be18 /* src/GuMTD.h */, + FFFD8281be807fdb8281be80 /* src/GuMeshFactory.h */, + FFFD8281bee87fdb8281bee8 /* src/GuOverlapTests.h */, + FFFD8281bf507fdb8281bf50 /* src/GuSerialize.h */, + FFFD8281bfb87fdb8281bfb8 /* src/GuSphere.h */, + FFFD8281c0207fdb8281c020 /* src/GuSweepMTD.h */, + FFFD8281c0887fdb8281c088 /* src/GuSweepSharedTests.h */, + FFFD8281c0f07fdb8281c0f0 /* src/GuSweepTests.h */, + FFFD8281c1587fdb8281c158 /* src/contact/GuContactMethodImpl.h */, + FFFD8281c1c07fdb8281c1c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD8281c2287fdb8281c228 /* src/contact/GuFeatureCode.h */, + FFFD8281c2907fdb8281c290 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD8281c2f87fdb8281c2f8 /* src/common/GuBarycentricCoordinates.h */, + FFFD8281c3607fdb8281c360 /* src/common/GuBoxConversion.h */, + FFFD8281c3c87fdb8281c3c8 /* src/common/GuEdgeCache.h */, + FFFD8281c4307fdb8281c430 /* src/common/GuEdgeListData.h */, + FFFD8281c4987fdb8281c498 /* src/common/GuSeparatingAxes.h */, + FFFD8281c5007fdb8281c500 /* src/convex/GuBigConvexData.h */, + FFFD8281c5687fdb8281c568 /* src/convex/GuBigConvexData2.h */, + FFFD8281c5d07fdb8281c5d0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD8281c6387fdb8281c638 /* src/convex/GuConvexHelper.h */, + FFFD8281c6a07fdb8281c6a0 /* src/convex/GuConvexMesh.h */, + FFFD8281c7087fdb8281c708 /* src/convex/GuConvexMeshData.h */, + FFFD8281c7707fdb8281c770 /* src/convex/GuConvexSupportTable.h */, + FFFD8281c7d87fdb8281c7d8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD8281c8407fdb8281c840 /* src/convex/GuCubeIndex.h */, + FFFD8281c8a87fdb8281c8a8 /* src/convex/GuHillClimbing.h */, + FFFD8281c9107fdb8281c910 /* src/convex/GuShapeConvex.h */, + FFFD8281c9787fdb8281c978 /* src/distance/GuDistancePointBox.h */, + FFFD8281c9e07fdb8281c9e0 /* src/distance/GuDistancePointSegment.h */, + FFFD8281ca487fdb8281ca48 /* src/distance/GuDistancePointTriangle.h */, + FFFD8281cab07fdb8281cab0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD8281cb187fdb8281cb18 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD8281cb807fdb8281cb80 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD8281cbe87fdb8281cbe8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD8281cc507fdb8281cc50 /* src/sweep/GuSweepBoxBox.h */, + FFFD8281ccb87fdb8281ccb8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD8281cd207fdb8281cd20 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD8281cd887fdb8281cd88 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD8281cdf07fdb8281cdf0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD8281ce587fdb8281ce58 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD8281cec07fdb8281cec0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD8281cf287fdb8281cf28 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD8281cf907fdb8281cf90 /* src/sweep/GuSweepSphereSphere.h */, + FFFD8281cff87fdb8281cff8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD8281d0607fdb8281d060 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD8281d0c87fdb8281d0c8 /* src/gjk/GuEPA.h */, + FFFD8281d1307fdb8281d130 /* src/gjk/GuEPAFacet.h */, + FFFD8281d1987fdb8281d198 /* src/gjk/GuGJK.h */, + FFFD8281d2007fdb8281d200 /* src/gjk/GuGJKPenetration.h */, + FFFD8281d2687fdb8281d268 /* src/gjk/GuGJKRaycast.h */, + FFFD8281d2d07fdb8281d2d0 /* src/gjk/GuGJKSimplex.h */, + FFFD8281d3387fdb8281d338 /* src/gjk/GuGJKTest.h */, + FFFD8281d3a07fdb8281d3a0 /* src/gjk/GuGJKType.h */, + FFFD8281d4087fdb8281d408 /* src/gjk/GuGJKUtil.h */, + FFFD8281d4707fdb8281d470 /* src/gjk/GuVecBox.h */, + FFFD8281d4d87fdb8281d4d8 /* src/gjk/GuVecCapsule.h */, + FFFD8281d5407fdb8281d540 /* src/gjk/GuVecConvex.h */, + FFFD8281d5a87fdb8281d5a8 /* src/gjk/GuVecConvexHull.h */, + FFFD8281d6107fdb8281d610 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD8281d6787fdb8281d678 /* src/gjk/GuVecPlane.h */, + FFFD8281d6e07fdb8281d6e0 /* src/gjk/GuVecShrunkBox.h */, + FFFD8281d7487fdb8281d748 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD8281d7b07fdb8281d7b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD8281d8187fdb8281d818 /* src/gjk/GuVecSphere.h */, + FFFD8281d8807fdb8281d880 /* src/gjk/GuVecTriangle.h */, + FFFD8281d8e87fdb8281d8e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD8281d9507fdb8281d950 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD8281d9b87fdb8281d9b8 /* src/intersection/GuIntersectionRay.h */, + FFFD8281da207fdb8281da20 /* src/intersection/GuIntersectionRayBox.h */, + FFFD8281da887fdb8281da88 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD8281daf07fdb8281daf0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD8281db587fdb8281db58 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD8281dbc07fdb8281dbc0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD8281dc287fdb8281dc28 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD8281dc907fdb8281dc90 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD8281dcf87fdb8281dcf8 /* src/mesh/GuBV32.h */, + FFFD8281dd607fdb8281dd60 /* src/mesh/GuBV32Build.h */, + FFFD8281ddc87fdb8281ddc8 /* src/mesh/GuBV4.h */, + FFFD8281de307fdb8281de30 /* src/mesh/GuBV4Build.h */, + FFFD8281de987fdb8281de98 /* src/mesh/GuBV4Settings.h */, + FFFD8281df007fdb8281df00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD8281df687fdb8281df68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD8281dfd07fdb8281dfd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD8281e0387fdb8281e038 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD8281e0a07fdb8281e0a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD8281e1087fdb8281e108 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD8281e1707fdb8281e170 /* src/mesh/GuBV4_Common.h */, + FFFD8281e1d87fdb8281e1d8 /* src/mesh/GuBV4_Internal.h */, + FFFD8281e2407fdb8281e240 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD8281e2a87fdb8281e2a8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD8281e3107fdb8281e310 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD8281e3787fdb8281e378 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD8281e3e07fdb8281e3e0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD8281e4487fdb8281e448 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD8281e4b07fdb8281e4b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD8281e5187fdb8281e518 /* src/mesh/GuBV4_Slabs.h */, + FFFD8281e5807fdb8281e580 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD8281e5e87fdb8281e5e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD8281e6507fdb8281e650 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD8281e6b87fdb8281e6b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD8281e7207fdb8281e720 /* src/mesh/GuBVConstants.h */, + FFFD8281e7887fdb8281e788 /* src/mesh/GuMeshData.h */, + FFFD8281e7f07fdb8281e7f0 /* src/mesh/GuMidphaseInterface.h */, + FFFD8281e8587fdb8281e858 /* src/mesh/GuRTree.h */, + FFFD8281e8c07fdb8281e8c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD8281e9287fdb8281e928 /* src/mesh/GuSweepMesh.h */, + FFFD8281e9907fdb8281e990 /* src/mesh/GuTriangle32.h */, + FFFD8281e9f87fdb8281e9f8 /* src/mesh/GuTriangleCache.h */, + FFFD8281ea607fdb8281ea60 /* src/mesh/GuTriangleMesh.h */, + FFFD8281eac87fdb8281eac8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD8281eb307fdb8281eb30 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD8281eb987fdb8281eb98 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD8281ec007fdb8281ec00 /* src/hf/GuEntityReport.h */, + FFFD8281ec687fdb8281ec68 /* src/hf/GuHeightField.h */, + FFFD8281ecd07fdb8281ecd0 /* src/hf/GuHeightFieldData.h */, + FFFD8281ed387fdb8281ed38 /* src/hf/GuHeightFieldUtil.h */, + FFFD8281eda07fdb8281eda0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD8281ee087fdb8281ee08 /* src/pcm/GuPCMContactGen.h */, + FFFD8281ee707fdb8281ee70 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD8281eed87fdb8281eed8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD8281ef407fdb8281ef40 /* src/pcm/GuPCMShapeConvex.h */, + FFFD8281efa87fdb8281efa8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD8281f0107fdb8281f010 /* src/pcm/GuPersistentContactManifold.h */, + FFFD8281f0787fdb8281f078 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD8281f0e07fdb8281f0e0 /* src/GuBounds.cpp */, + FFFD8281f1487fdb8281f148 /* src/GuBox.cpp */, + FFFD8281f1b07fdb8281f1b0 /* src/GuCCTSweepTests.cpp */, + FFFD8281f2187fdb8281f218 /* src/GuCapsule.cpp */, + FFFD8281f2807fdb8281f280 /* src/GuGeometryQuery.cpp */, + FFFD8281f2e87fdb8281f2e8 /* src/GuGeometryUnion.cpp */, + FFFD8281f3507fdb8281f350 /* src/GuInternal.cpp */, + FFFD8281f3b87fdb8281f3b8 /* src/GuMTD.cpp */, + FFFD8281f4207fdb8281f420 /* src/GuMeshFactory.cpp */, + FFFD8281f4887fdb8281f488 /* src/GuMetaData.cpp */, + FFFD8281f4f07fdb8281f4f0 /* src/GuOverlapTests.cpp */, + FFFD8281f5587fdb8281f558 /* src/GuRaycastTests.cpp */, + FFFD8281f5c07fdb8281f5c0 /* src/GuSerialize.cpp */, + FFFD8281f6287fdb8281f628 /* src/GuSweepMTD.cpp */, + FFFD8281f6907fdb8281f690 /* src/GuSweepSharedTests.cpp */, + FFFD8281f6f87fdb8281f6f8 /* src/GuSweepTests.cpp */, + FFFD8281f7607fdb8281f760 /* src/contact/GuContactBoxBox.cpp */, + FFFD8281f7c87fdb8281f7c8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD8281f8307fdb8281f830 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD8281f8987fdb8281f898 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD8281f9007fdb8281f900 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD8281f9687fdb8281f968 /* src/contact/GuContactConvexConvex.cpp */, + FFFD8281f9d07fdb8281f9d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD8281fa387fdb8281fa38 /* src/contact/GuContactPlaneBox.cpp */, + FFFD8281faa07fdb8281faa0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD8281fb087fdb8281fb08 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD8281fb707fdb8281fb70 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD8281fbd87fdb8281fbd8 /* src/contact/GuContactSphereBox.cpp */, + FFFD8281fc407fdb8281fc40 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD8281fca87fdb8281fca8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD8281fd107fdb8281fd10 /* src/contact/GuContactSpherePlane.cpp */, + FFFD8281fd787fdb8281fd78 /* src/contact/GuContactSphereSphere.cpp */, + FFFD8281fde07fdb8281fde0 /* src/contact/GuFeatureCode.cpp */, + FFFD8281fe487fdb8281fe48 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD8281feb07fdb8281feb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD8281ff187fdb8281ff18 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD8281ff807fdb8281ff80 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD8281ffe87fdb8281ffe8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD828200507fdb82820050 /* src/common/GuSeparatingAxes.cpp */, + FFFD828200b87fdb828200b8 /* src/convex/GuBigConvexData.cpp */, + FFFD828201207fdb82820120 /* src/convex/GuConvexHelper.cpp */, + FFFD828201887fdb82820188 /* src/convex/GuConvexMesh.cpp */, + FFFD828201f07fdb828201f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD828202587fdb82820258 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD828202c07fdb828202c0 /* src/convex/GuHillClimbing.cpp */, + FFFD828203287fdb82820328 /* src/convex/GuShapeConvex.cpp */, + FFFD828203907fdb82820390 /* src/distance/GuDistancePointBox.cpp */, + FFFD828203f87fdb828203f8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD828204607fdb82820460 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD828204c87fdb828204c8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD828205307fdb82820530 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD828205987fdb82820598 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD828206007fdb82820600 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD828206687fdb82820668 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD828206d07fdb828206d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD828207387fdb82820738 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD828207a07fdb828207a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD828208087fdb82820808 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD828208707fdb82820870 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD828208d87fdb828208d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD828209407fdb82820940 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD828209a87fdb828209a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD82820a107fdb82820a10 /* src/gjk/GuEPA.cpp */, + FFFD82820a787fdb82820a78 /* src/gjk/GuGJKSimplex.cpp */, + FFFD82820ae07fdb82820ae0 /* src/gjk/GuGJKTest.cpp */, + FFFD82820b487fdb82820b48 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD82820bb07fdb82820bb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD82820c187fdb82820c18 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD82820c807fdb82820c80 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD82820ce87fdb82820ce8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD82820d507fdb82820d50 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD82820db87fdb82820db8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD82820e207fdb82820e20 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD82820e887fdb82820e88 /* src/mesh/GuBV32.cpp */, + FFFD82820ef07fdb82820ef0 /* src/mesh/GuBV32Build.cpp */, + FFFD82820f587fdb82820f58 /* src/mesh/GuBV4.cpp */, + FFFD82820fc07fdb82820fc0 /* src/mesh/GuBV4Build.cpp */, + FFFD828210287fdb82821028 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD828210907fdb82821090 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD828210f87fdb828210f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD828211607fdb82821160 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD828211c87fdb828211c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD828212307fdb82821230 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD828212987fdb82821298 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD828213007fdb82821300 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD828213687fdb82821368 /* src/mesh/GuMeshQuery.cpp */, + FFFD828213d07fdb828213d0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD828214387fdb82821438 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD828214a07fdb828214a0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD828215087fdb82821508 /* src/mesh/GuRTree.cpp */, + FFFD828215707fdb82821570 /* src/mesh/GuRTreeQueries.cpp */, + FFFD828215d87fdb828215d8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD828216407fdb82821640 /* src/mesh/GuTriangleMesh.cpp */, + FFFD828216a87fdb828216a8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD828217107fdb82821710 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD828217787fdb82821778 /* src/hf/GuHeightField.cpp */, + FFFD828217e07fdb828217e0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD828218487fdb82821848 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD828218b07fdb828218b0 /* src/hf/GuSweepsHF.cpp */, + FFFD828219187fdb82821918 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD828219807fdb82821980 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD828219e87fdb828219e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD82821a507fdb82821a50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD82821ab87fdb82821ab8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD82821b207fdb82821b20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD82821b887fdb82821b88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD82821bf07fdb82821bf0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD82821c587fdb82821c58 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD82821cc07fdb82821cc0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD82821d287fdb82821d28 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD82821d907fdb82821d90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD82821df87fdb82821df8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD82821e607fdb82821e60 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD82821ec87fdb82821ec8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD82821f307fdb82821f30 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD82821f987fdb82821f98 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD828220007fdb82822000 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD828220687fdb82822068 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD828220d07fdb828220d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD828221387fdb82822138 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD828221a07fdb828221a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD828222087fdb82822208 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD828222707fdb82822270 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD828222d87fdb828222d8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD828223407fdb82822340 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD828223a87fdb828223a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD828224107fdb82822410 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFBf298c0307fb0f298c030 /* PxFoundation */ = { + FFFB832630b07fdb832630b0 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFBf2c013f07fb0f2c013f0 /* include */, - FFFBf2c014187fb0f2c01418 /* src */, + FFFB83263ce07fdb83263ce0 /* include */, + FFFB83263d087fdb83263d08 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFBf2c013f07fb0f2c013f0 /* include */ = { + FFFB83263ce07fdb83263ce0 /* include */ = { isa = PBXGroup; children = ( - FFFDf218a2007fb0f218a200 /* Px.h */, - FFFDf218a2687fb0f218a268 /* PxAllocatorCallback.h */, - FFFDf218a2d07fb0f218a2d0 /* PxAssert.h */, - FFFDf218a3387fb0f218a338 /* PxBitAndData.h */, - FFFDf218a3a07fb0f218a3a0 /* PxBounds3.h */, - FFFDf218a4087fb0f218a408 /* PxErrorCallback.h */, - FFFDf218a4707fb0f218a470 /* PxErrors.h */, - FFFDf218a4d87fb0f218a4d8 /* PxFlags.h */, - FFFDf218a5407fb0f218a540 /* PxFoundation.h */, - FFFDf218a5a87fb0f218a5a8 /* PxFoundationVersion.h */, - FFFDf218a6107fb0f218a610 /* PxIO.h */, - FFFDf218a6787fb0f218a678 /* PxIntrinsics.h */, - FFFDf218a6e07fb0f218a6e0 /* PxMat33.h */, - FFFDf218a7487fb0f218a748 /* PxMat44.h */, - FFFDf218a7b07fb0f218a7b0 /* PxMath.h */, - FFFDf218a8187fb0f218a818 /* PxMathUtils.h */, - FFFDf218a8807fb0f218a880 /* PxMemory.h */, - FFFDf218a8e87fb0f218a8e8 /* PxPlane.h */, - FFFDf218a9507fb0f218a950 /* PxPreprocessor.h */, - FFFDf218a9b87fb0f218a9b8 /* PxProfiler.h */, - FFFDf218aa207fb0f218aa20 /* PxQuat.h */, - FFFDf218aa887fb0f218aa88 /* PxSimpleTypes.h */, - FFFDf218aaf07fb0f218aaf0 /* PxStrideIterator.h */, - FFFDf218ab587fb0f218ab58 /* PxTransform.h */, - FFFDf218abc07fb0f218abc0 /* PxUnionCast.h */, - FFFDf218ac287fb0f218ac28 /* PxVec2.h */, - FFFDf218ac907fb0f218ac90 /* PxVec3.h */, - FFFDf218acf87fb0f218acf8 /* PxVec4.h */, - FFFDf218ad607fb0f218ad60 /* unix/PxUnixIntrinsics.h */, + FFFD83977a007fdb83977a00 /* Px.h */, + FFFD83977a687fdb83977a68 /* PxAllocatorCallback.h */, + FFFD83977ad07fdb83977ad0 /* PxAssert.h */, + FFFD83977b387fdb83977b38 /* PxBitAndData.h */, + FFFD83977ba07fdb83977ba0 /* PxBounds3.h */, + FFFD83977c087fdb83977c08 /* PxErrorCallback.h */, + FFFD83977c707fdb83977c70 /* PxErrors.h */, + FFFD83977cd87fdb83977cd8 /* PxFlags.h */, + FFFD83977d407fdb83977d40 /* PxFoundation.h */, + FFFD83977da87fdb83977da8 /* PxFoundationVersion.h */, + FFFD83977e107fdb83977e10 /* PxIO.h */, + FFFD83977e787fdb83977e78 /* PxIntrinsics.h */, + FFFD83977ee07fdb83977ee0 /* PxMat33.h */, + FFFD83977f487fdb83977f48 /* PxMat44.h */, + FFFD83977fb07fdb83977fb0 /* PxMath.h */, + FFFD839780187fdb83978018 /* PxMathUtils.h */, + FFFD839780807fdb83978080 /* PxMemory.h */, + FFFD839780e87fdb839780e8 /* PxPlane.h */, + FFFD839781507fdb83978150 /* PxPreprocessor.h */, + FFFD839781b87fdb839781b8 /* PxProfiler.h */, + FFFD839782207fdb83978220 /* PxQuat.h */, + FFFD839782887fdb83978288 /* PxSimpleTypes.h */, + FFFD839782f07fdb839782f0 /* PxStrideIterator.h */, + FFFD839783587fdb83978358 /* PxTransform.h */, + FFFD839783c07fdb839783c0 /* PxUnionCast.h */, + FFFD839784287fdb83978428 /* PxVec2.h */, + FFFD839784907fdb83978490 /* PxVec3.h */, + FFFD839784f87fdb839784f8 /* PxVec4.h */, + FFFD839785607fdb83978560 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2c014187fb0f2c01418 /* src */ = { + FFFB83263d087fdb83263d08 /* src */ = { isa = PBXGroup; children = ( - FFFDf21918007fb0f2191800 /* include/Ps.h */, - FFFDf21918687fb0f2191868 /* include/PsAlignedMalloc.h */, - FFFDf21918d07fb0f21918d0 /* include/PsAlloca.h */, - FFFDf21919387fb0f2191938 /* include/PsAllocator.h */, - FFFDf21919a07fb0f21919a0 /* include/PsAoS.h */, - FFFDf2191a087fb0f2191a08 /* include/PsArray.h */, - FFFDf2191a707fb0f2191a70 /* include/PsAtomic.h */, - FFFDf2191ad87fb0f2191ad8 /* include/PsBasicTemplates.h */, - FFFDf2191b407fb0f2191b40 /* include/PsBitUtils.h */, - FFFDf2191ba87fb0f2191ba8 /* include/PsBroadcast.h */, - FFFDf2191c107fb0f2191c10 /* include/PsCpu.h */, - FFFDf2191c787fb0f2191c78 /* include/PsFPU.h */, - FFFDf2191ce07fb0f2191ce0 /* include/PsFoundation.h */, - FFFDf2191d487fb0f2191d48 /* include/PsHash.h */, - FFFDf2191db07fb0f2191db0 /* include/PsHashInternals.h */, - FFFDf2191e187fb0f2191e18 /* include/PsHashMap.h */, - FFFDf2191e807fb0f2191e80 /* include/PsHashSet.h */, - FFFDf2191ee87fb0f2191ee8 /* include/PsInlineAllocator.h */, - FFFDf2191f507fb0f2191f50 /* include/PsInlineAoS.h */, - FFFDf2191fb87fb0f2191fb8 /* include/PsInlineArray.h */, - FFFDf21920207fb0f2192020 /* include/PsIntrinsics.h */, - FFFDf21920887fb0f2192088 /* include/PsMathUtils.h */, - FFFDf21920f07fb0f21920f0 /* include/PsMutex.h */, - FFFDf21921587fb0f2192158 /* include/PsPool.h */, - FFFDf21921c07fb0f21921c0 /* include/PsSList.h */, - FFFDf21922287fb0f2192228 /* include/PsSocket.h */, - FFFDf21922907fb0f2192290 /* include/PsSort.h */, - FFFDf21922f87fb0f21922f8 /* include/PsSortInternals.h */, - FFFDf21923607fb0f2192360 /* include/PsString.h */, - FFFDf21923c87fb0f21923c8 /* include/PsSync.h */, - FFFDf21924307fb0f2192430 /* include/PsTempAllocator.h */, - FFFDf21924987fb0f2192498 /* include/PsThread.h */, - FFFDf21925007fb0f2192500 /* include/PsTime.h */, - FFFDf21925687fb0f2192568 /* include/PsUserAllocated.h */, - FFFDf21925d07fb0f21925d0 /* include/PsUtilities.h */, - FFFDf21926387fb0f2192638 /* include/PsVecMath.h */, - FFFDf21926a07fb0f21926a0 /* include/PsVecMathAoSScalar.h */, - FFFDf21927087fb0f2192708 /* include/PsVecMathAoSScalarInline.h */, - FFFDf21927707fb0f2192770 /* include/PsVecMathSSE.h */, - FFFDf21927d87fb0f21927d8 /* include/PsVecMathUtilities.h */, - FFFDf21928407fb0f2192840 /* include/PsVecQuat.h */, - FFFDf21928a87fb0f21928a8 /* include/PsVecTransform.h */, - FFFDf21929107fb0f2192910 /* include/unix/PsUnixAoS.h */, - FFFDf21929787fb0f2192978 /* include/unix/PsUnixFPU.h */, - FFFDf21929e07fb0f21929e0 /* include/unix/PsUnixInlineAoS.h */, - FFFDf2192a487fb0f2192a48 /* include/unix/PsUnixIntrinsics.h */, - FFFDf2192ab07fb0f2192ab0 /* include/unix/PsUnixTrigConstants.h */, - FFFDf2192b187fb0f2192b18 /* src/PsAllocator.cpp */, - FFFDf2192b807fb0f2192b80 /* src/PsAssert.cpp */, - FFFDf2192be87fb0f2192be8 /* src/PsFoundation.cpp */, - FFFDf2192c507fb0f2192c50 /* src/PsMathUtils.cpp */, - FFFDf2192cb87fb0f2192cb8 /* src/PsString.cpp */, - FFFDf2192d207fb0f2192d20 /* src/PsTempAllocator.cpp */, - FFFDf2192d887fb0f2192d88 /* src/PsUtilities.cpp */, - FFFDf2192df07fb0f2192df0 /* src/unix/PsUnixAtomic.cpp */, - FFFDf2192e587fb0f2192e58 /* src/unix/PsUnixCpu.cpp */, - FFFDf2192ec07fb0f2192ec0 /* src/unix/PsUnixFPU.cpp */, - FFFDf2192f287fb0f2192f28 /* src/unix/PsUnixMutex.cpp */, - FFFDf2192f907fb0f2192f90 /* src/unix/PsUnixPrintString.cpp */, - FFFDf2192ff87fb0f2192ff8 /* src/unix/PsUnixSList.cpp */, - FFFDf21930607fb0f2193060 /* src/unix/PsUnixSocket.cpp */, - FFFDf21930c87fb0f21930c8 /* src/unix/PsUnixSync.cpp */, - FFFDf21931307fb0f2193130 /* src/unix/PsUnixThread.cpp */, - FFFDf21931987fb0f2193198 /* src/unix/PsUnixTime.cpp */, + FFFD83979e007fdb83979e00 /* include/Ps.h */, + FFFD83979e687fdb83979e68 /* include/PsAlignedMalloc.h */, + FFFD83979ed07fdb83979ed0 /* include/PsAlloca.h */, + FFFD83979f387fdb83979f38 /* include/PsAllocator.h */, + FFFD83979fa07fdb83979fa0 /* include/PsAoS.h */, + FFFD8397a0087fdb8397a008 /* include/PsArray.h */, + FFFD8397a0707fdb8397a070 /* include/PsAtomic.h */, + FFFD8397a0d87fdb8397a0d8 /* include/PsBasicTemplates.h */, + FFFD8397a1407fdb8397a140 /* include/PsBitUtils.h */, + FFFD8397a1a87fdb8397a1a8 /* include/PsBroadcast.h */, + FFFD8397a2107fdb8397a210 /* include/PsCpu.h */, + FFFD8397a2787fdb8397a278 /* include/PsFPU.h */, + FFFD8397a2e07fdb8397a2e0 /* include/PsFoundation.h */, + FFFD8397a3487fdb8397a348 /* include/PsHash.h */, + FFFD8397a3b07fdb8397a3b0 /* include/PsHashInternals.h */, + FFFD8397a4187fdb8397a418 /* include/PsHashMap.h */, + FFFD8397a4807fdb8397a480 /* include/PsHashSet.h */, + FFFD8397a4e87fdb8397a4e8 /* include/PsInlineAllocator.h */, + FFFD8397a5507fdb8397a550 /* include/PsInlineAoS.h */, + FFFD8397a5b87fdb8397a5b8 /* include/PsInlineArray.h */, + FFFD8397a6207fdb8397a620 /* include/PsIntrinsics.h */, + FFFD8397a6887fdb8397a688 /* include/PsMathUtils.h */, + FFFD8397a6f07fdb8397a6f0 /* include/PsMutex.h */, + FFFD8397a7587fdb8397a758 /* include/PsPool.h */, + FFFD8397a7c07fdb8397a7c0 /* include/PsSList.h */, + FFFD8397a8287fdb8397a828 /* include/PsSocket.h */, + FFFD8397a8907fdb8397a890 /* include/PsSort.h */, + FFFD8397a8f87fdb8397a8f8 /* include/PsSortInternals.h */, + FFFD8397a9607fdb8397a960 /* include/PsString.h */, + FFFD8397a9c87fdb8397a9c8 /* include/PsSync.h */, + FFFD8397aa307fdb8397aa30 /* include/PsTempAllocator.h */, + FFFD8397aa987fdb8397aa98 /* include/PsThread.h */, + FFFD8397ab007fdb8397ab00 /* include/PsTime.h */, + FFFD8397ab687fdb8397ab68 /* include/PsUserAllocated.h */, + FFFD8397abd07fdb8397abd0 /* include/PsUtilities.h */, + FFFD8397ac387fdb8397ac38 /* include/PsVecMath.h */, + FFFD8397aca07fdb8397aca0 /* include/PsVecMathAoSScalar.h */, + FFFD8397ad087fdb8397ad08 /* include/PsVecMathAoSScalarInline.h */, + FFFD8397ad707fdb8397ad70 /* include/PsVecMathSSE.h */, + FFFD8397add87fdb8397add8 /* include/PsVecMathUtilities.h */, + FFFD8397ae407fdb8397ae40 /* include/PsVecQuat.h */, + FFFD8397aea87fdb8397aea8 /* include/PsVecTransform.h */, + FFFD8397af107fdb8397af10 /* include/unix/PsUnixAoS.h */, + FFFD8397af787fdb8397af78 /* include/unix/PsUnixFPU.h */, + FFFD8397afe07fdb8397afe0 /* include/unix/PsUnixInlineAoS.h */, + FFFD8397b0487fdb8397b048 /* include/unix/PsUnixIntrinsics.h */, + FFFD8397b0b07fdb8397b0b0 /* include/unix/PsUnixTrigConstants.h */, + FFFD8397b1187fdb8397b118 /* src/PsAllocator.cpp */, + FFFD8397b1807fdb8397b180 /* src/PsAssert.cpp */, + FFFD8397b1e87fdb8397b1e8 /* src/PsFoundation.cpp */, + FFFD8397b2507fdb8397b250 /* src/PsMathUtils.cpp */, + FFFD8397b2b87fdb8397b2b8 /* src/PsString.cpp */, + FFFD8397b3207fdb8397b320 /* src/PsTempAllocator.cpp */, + FFFD8397b3887fdb8397b388 /* src/PsUtilities.cpp */, + FFFD8397b3f07fdb8397b3f0 /* src/unix/PsUnixAtomic.cpp */, + FFFD8397b4587fdb8397b458 /* src/unix/PsUnixCpu.cpp */, + FFFD8397b4c07fdb8397b4c0 /* src/unix/PsUnixFPU.cpp */, + FFFD8397b5287fdb8397b528 /* src/unix/PsUnixMutex.cpp */, + FFFD8397b5907fdb8397b590 /* src/unix/PsUnixPrintString.cpp */, + FFFD8397b5f87fdb8397b5f8 /* src/unix/PsUnixSList.cpp */, + FFFD8397b6607fdb8397b660 /* src/unix/PsUnixSocket.cpp */, + FFFD8397b6c87fdb8397b6c8 /* src/unix/PsUnixSync.cpp */, + FFFD8397b7307fdb8397b730 /* src/unix/PsUnixThread.cpp */, + FFFD8397b7987fdb8397b798 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf14114a07fb0f14114a0 /* PxPvdSDK */ = { + FFFB81c0ebb07fdb81c0ebb0 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFBf140e2007fb0f140e200 /* include */, - FFFBf140e2287fb0f140e228 /* src */, + FFFB81c11be07fdb81c11be0 /* include */, + FFFB81c11c087fdb81c11c08 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFBf140e2007fb0f140e200 /* include */ = { + FFFB81c11be07fdb81c11be0 /* include */ = { isa = PBXGroup; children = ( - FFFDf140d8007fb0f140d800 /* PxPvd.h */, - FFFDf140d8687fb0f140d868 /* PxPvdTransport.h */, + FFFD81c122b07fdb81c122b0 /* PxPvd.h */, + FFFD81c123187fdb81c12318 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf140e2287fb0f140e228 /* src */ = { + FFFB81c11c087fdb81c11c08 /* src */ = { isa = PBXGroup; children = ( - FFFDf182f6007fb0f182f600 /* include/PsPvd.h */, - FFFDf182f6687fb0f182f668 /* include/PxProfileAllocatorWrapper.h */, - FFFDf182f6d07fb0f182f6d0 /* include/PxPvdClient.h */, - FFFDf182f7387fb0f182f738 /* include/PxPvdDataStream.h */, - FFFDf182f7a07fb0f182f7a0 /* include/PxPvdDataStreamHelpers.h */, - FFFDf182f8087fb0f182f808 /* include/PxPvdErrorCodes.h */, - FFFDf182f8707fb0f182f870 /* include/PxPvdObjectModelBaseTypes.h */, - FFFDf182f8d87fb0f182f8d8 /* include/PxPvdRenderBuffer.h */, - FFFDf182f9407fb0f182f940 /* include/PxPvdUserRenderer.h */, - FFFDf182f9a87fb0f182f9a8 /* src/PxProfileEventImpl.cpp */, - FFFDf182fa107fb0f182fa10 /* src/PxPvd.cpp */, - FFFDf182fa787fb0f182fa78 /* src/PxPvdDataStream.cpp */, - FFFDf182fae07fb0f182fae0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFDf182fb487fb0f182fb48 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFDf182fbb07fb0f182fbb0 /* src/PxPvdImpl.cpp */, - FFFDf182fc187fb0f182fc18 /* src/PxPvdMemClient.cpp */, - FFFDf182fc807fb0f182fc80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFDf182fce87fb0f182fce8 /* src/PxPvdObjectRegistrar.cpp */, - FFFDf182fd507fb0f182fd50 /* src/PxPvdProfileZoneClient.cpp */, - FFFDf182fdb87fb0f182fdb8 /* src/PxPvdUserRenderer.cpp */, - FFFDf182fe207fb0f182fe20 /* src/PxProfileBase.h */, - FFFDf182fe887fb0f182fe88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFDf182fef07fb0f182fef0 /* src/PxProfileContextProvider.h */, - FFFDf182ff587fb0f182ff58 /* src/PxProfileContextProviderImpl.h */, - FFFDf182ffc07fb0f182ffc0 /* src/PxProfileDataBuffer.h */, - FFFDf18300287fb0f1830028 /* src/PxProfileDataParsing.h */, - FFFDf18300907fb0f1830090 /* src/PxProfileEventBuffer.h */, - FFFDf18300f87fb0f18300f8 /* src/PxProfileEventBufferAtomic.h */, - FFFDf18301607fb0f1830160 /* src/PxProfileEventBufferClient.h */, - FFFDf18301c87fb0f18301c8 /* src/PxProfileEventBufferClientManager.h */, - FFFDf18302307fb0f1830230 /* src/PxProfileEventFilter.h */, - FFFDf18302987fb0f1830298 /* src/PxProfileEventHandler.h */, - FFFDf18303007fb0f1830300 /* src/PxProfileEventId.h */, - FFFDf18303687fb0f1830368 /* src/PxProfileEventMutex.h */, - FFFDf18303d07fb0f18303d0 /* src/PxProfileEventNames.h */, - FFFDf18304387fb0f1830438 /* src/PxProfileEventParser.h */, - FFFDf18304a07fb0f18304a0 /* src/PxProfileEventSender.h */, - FFFDf18305087fb0f1830508 /* src/PxProfileEventSerialization.h */, - FFFDf18305707fb0f1830570 /* src/PxProfileEventSystem.h */, - FFFDf18305d87fb0f18305d8 /* src/PxProfileEvents.h */, - FFFDf18306407fb0f1830640 /* src/PxProfileMemory.h */, - FFFDf18306a87fb0f18306a8 /* src/PxProfileMemoryBuffer.h */, - FFFDf18307107fb0f1830710 /* src/PxProfileMemoryEventBuffer.h */, - FFFDf18307787fb0f1830778 /* src/PxProfileMemoryEventParser.h */, - FFFDf18307e07fb0f18307e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFDf18308487fb0f1830848 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFDf18308b07fb0f18308b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFDf18309187fb0f1830918 /* src/PxProfileMemoryEventTypes.h */, - FFFDf18309807fb0f1830980 /* src/PxProfileMemoryEvents.h */, - FFFDf18309e87fb0f18309e8 /* src/PxProfileScopedEvent.h */, - FFFDf1830a507fb0f1830a50 /* src/PxProfileScopedMutexLock.h */, - FFFDf1830ab87fb0f1830ab8 /* src/PxProfileZone.h */, - FFFDf1830b207fb0f1830b20 /* src/PxProfileZoneImpl.h */, - FFFDf1830b887fb0f1830b88 /* src/PxProfileZoneManager.h */, - FFFDf1830bf07fb0f1830bf0 /* src/PxProfileZoneManagerImpl.h */, - FFFDf1830c587fb0f1830c58 /* src/PxPvdBits.h */, - FFFDf1830cc07fb0f1830cc0 /* src/PxPvdByteStreams.h */, - FFFDf1830d287fb0f1830d28 /* src/PxPvdCommStreamEventSink.h */, - FFFDf1830d907fb0f1830d90 /* src/PxPvdCommStreamEvents.h */, - FFFDf1830df87fb0f1830df8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFDf1830e607fb0f1830e60 /* src/PxPvdCommStreamTypes.h */, - FFFDf1830ec87fb0f1830ec8 /* src/PxPvdDefaultFileTransport.h */, - FFFDf1830f307fb0f1830f30 /* src/PxPvdDefaultSocketTransport.h */, - FFFDf1830f987fb0f1830f98 /* src/PxPvdFoundation.h */, - FFFDf18310007fb0f1831000 /* src/PxPvdImpl.h */, - FFFDf18310687fb0f1831068 /* src/PxPvdInternalByteStreams.h */, - FFFDf18310d07fb0f18310d0 /* src/PxPvdMarshalling.h */, - FFFDf18311387fb0f1831138 /* src/PxPvdMemClient.h */, - FFFDf18311a07fb0f18311a0 /* src/PxPvdObjectModel.h */, - FFFDf18312087fb0f1831208 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFDf18312707fb0f1831270 /* src/PxPvdObjectModelInternalTypes.h */, - FFFDf18312d87fb0f18312d8 /* src/PxPvdObjectModelMetaData.h */, - FFFDf18313407fb0f1831340 /* src/PxPvdObjectRegistrar.h */, - FFFDf18313a87fb0f18313a8 /* src/PxPvdProfileZoneClient.h */, - FFFDf18314107fb0f1831410 /* src/PxPvdUserRenderImpl.h */, - FFFDf18314787fb0f1831478 /* src/PxPvdUserRenderTypes.h */, + FFFD82013a007fdb82013a00 /* include/PsPvd.h */, + FFFD82013a687fdb82013a68 /* include/PxProfileAllocatorWrapper.h */, + FFFD82013ad07fdb82013ad0 /* include/PxPvdClient.h */, + FFFD82013b387fdb82013b38 /* include/PxPvdDataStream.h */, + FFFD82013ba07fdb82013ba0 /* include/PxPvdDataStreamHelpers.h */, + FFFD82013c087fdb82013c08 /* include/PxPvdErrorCodes.h */, + FFFD82013c707fdb82013c70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD82013cd87fdb82013cd8 /* include/PxPvdRenderBuffer.h */, + FFFD82013d407fdb82013d40 /* include/PxPvdUserRenderer.h */, + FFFD82013da87fdb82013da8 /* src/PxProfileEventImpl.cpp */, + FFFD82013e107fdb82013e10 /* src/PxPvd.cpp */, + FFFD82013e787fdb82013e78 /* src/PxPvdDataStream.cpp */, + FFFD82013ee07fdb82013ee0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD82013f487fdb82013f48 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD82013fb07fdb82013fb0 /* src/PxPvdImpl.cpp */, + FFFD820140187fdb82014018 /* src/PxPvdMemClient.cpp */, + FFFD820140807fdb82014080 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD820140e87fdb820140e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD820141507fdb82014150 /* src/PxPvdProfileZoneClient.cpp */, + FFFD820141b87fdb820141b8 /* src/PxPvdUserRenderer.cpp */, + FFFD820142207fdb82014220 /* src/PxProfileBase.h */, + FFFD820142887fdb82014288 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD820142f07fdb820142f0 /* src/PxProfileContextProvider.h */, + FFFD820143587fdb82014358 /* src/PxProfileContextProviderImpl.h */, + FFFD820143c07fdb820143c0 /* src/PxProfileDataBuffer.h */, + FFFD820144287fdb82014428 /* src/PxProfileDataParsing.h */, + FFFD820144907fdb82014490 /* src/PxProfileEventBuffer.h */, + FFFD820144f87fdb820144f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD820145607fdb82014560 /* src/PxProfileEventBufferClient.h */, + FFFD820145c87fdb820145c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD820146307fdb82014630 /* src/PxProfileEventFilter.h */, + FFFD820146987fdb82014698 /* src/PxProfileEventHandler.h */, + FFFD820147007fdb82014700 /* src/PxProfileEventId.h */, + FFFD820147687fdb82014768 /* src/PxProfileEventMutex.h */, + FFFD820147d07fdb820147d0 /* src/PxProfileEventNames.h */, + FFFD820148387fdb82014838 /* src/PxProfileEventParser.h */, + FFFD820148a07fdb820148a0 /* src/PxProfileEventSender.h */, + FFFD820149087fdb82014908 /* src/PxProfileEventSerialization.h */, + FFFD820149707fdb82014970 /* src/PxProfileEventSystem.h */, + FFFD820149d87fdb820149d8 /* src/PxProfileEvents.h */, + FFFD82014a407fdb82014a40 /* src/PxProfileMemory.h */, + FFFD82014aa87fdb82014aa8 /* src/PxProfileMemoryBuffer.h */, + FFFD82014b107fdb82014b10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD82014b787fdb82014b78 /* src/PxProfileMemoryEventParser.h */, + FFFD82014be07fdb82014be0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD82014c487fdb82014c48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD82014cb07fdb82014cb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD82014d187fdb82014d18 /* src/PxProfileMemoryEventTypes.h */, + FFFD82014d807fdb82014d80 /* src/PxProfileMemoryEvents.h */, + FFFD82014de87fdb82014de8 /* src/PxProfileScopedEvent.h */, + FFFD82014e507fdb82014e50 /* src/PxProfileScopedMutexLock.h */, + FFFD82014eb87fdb82014eb8 /* src/PxProfileZone.h */, + FFFD82014f207fdb82014f20 /* src/PxProfileZoneImpl.h */, + FFFD82014f887fdb82014f88 /* src/PxProfileZoneManager.h */, + FFFD82014ff07fdb82014ff0 /* src/PxProfileZoneManagerImpl.h */, + FFFD820150587fdb82015058 /* src/PxPvdBits.h */, + FFFD820150c07fdb820150c0 /* src/PxPvdByteStreams.h */, + FFFD820151287fdb82015128 /* src/PxPvdCommStreamEventSink.h */, + FFFD820151907fdb82015190 /* src/PxPvdCommStreamEvents.h */, + FFFD820151f87fdb820151f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD820152607fdb82015260 /* src/PxPvdCommStreamTypes.h */, + FFFD820152c87fdb820152c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD820153307fdb82015330 /* src/PxPvdDefaultSocketTransport.h */, + FFFD820153987fdb82015398 /* src/PxPvdFoundation.h */, + FFFD820154007fdb82015400 /* src/PxPvdImpl.h */, + FFFD820154687fdb82015468 /* src/PxPvdInternalByteStreams.h */, + FFFD820154d07fdb820154d0 /* src/PxPvdMarshalling.h */, + FFFD820155387fdb82015538 /* src/PxPvdMemClient.h */, + FFFD820155a07fdb820155a0 /* src/PxPvdObjectModel.h */, + FFFD820156087fdb82015608 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD820156707fdb82015670 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD820156d87fdb820156d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD820157407fdb82015740 /* src/PxPvdObjectRegistrar.h */, + FFFD820157a87fdb820157a8 /* src/PxPvdProfileZoneClient.h */, + FFFD820158107fdb82015810 /* src/PxPvdUserRenderImpl.h */, + FFFD820158787fdb82015878 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2d3dd907fb0f2d3dd90 /* LowLevel */ = { + FFFB83507ad07fdb83507ad0 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFBf2d426e07fb0f2d426e0 /* API Source */, - FFFBf2d427087fb0f2d42708 /* API Includes */, - FFFBf2d427307fb0f2d42730 /* Software Source */, - FFFBf2d427587fb0f2d42758 /* Software Includes */, - FFFBf2d427807fb0f2d42780 /* Common Source */, - FFFBf2d427a87fb0f2d427a8 /* Common Includes */, + FFFB837109407fdb83710940 /* API Source */, + FFFB837109687fdb83710968 /* API Includes */, + FFFB837109907fdb83710990 /* Software Source */, + FFFB837109b87fdb837109b8 /* Software Includes */, + FFFB837109e07fdb837109e0 /* Common Source */, + FFFB83710a087fdb83710a08 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFBf2d426e07fb0f2d426e0 /* API Source */ = { + FFFB837109407fdb83710940 /* API Source */ = { isa = PBXGroup; children = ( - FFFDf2d426307fb0f2d42630 /* px_globals.cpp */, + FFFD8370d7507fdb8370d750 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFBf2d427087fb0f2d42708 /* API Includes */ = { + FFFB837109687fdb83710968 /* API Includes */ = { isa = PBXGroup; children = ( - FFFDf2d43e407fb0f2d43e40 /* PxsMaterialCore.h */, - FFFDf2d43ea87fb0f2d43ea8 /* PxsMaterialManager.h */, - FFFDf2d43f107fb0f2d43f10 /* PxvConfig.h */, - FFFDf2d43f787fb0f2d43f78 /* PxvContext.h */, - FFFDf2d43fe07fb0f2d43fe0 /* PxvDynamics.h */, - FFFDf2d440487fb0f2d44048 /* PxvGeometry.h */, - FFFDf2d440b07fb0f2d440b0 /* PxvGlobals.h */, - FFFDf2d441187fb0f2d44118 /* PxvManager.h */, - FFFDf2d441807fb0f2d44180 /* PxvSimStats.h */, + FFFD837103c07fdb837103c0 /* PxsMaterialCore.h */, + FFFD837104287fdb83710428 /* PxsMaterialManager.h */, + FFFD837104907fdb83710490 /* PxvConfig.h */, + FFFD837104f87fdb837104f8 /* PxvContext.h */, + FFFD837105607fdb83710560 /* PxvDynamics.h */, + FFFD837105c87fdb837105c8 /* PxvGeometry.h */, + FFFD837106307fdb83710630 /* PxvGlobals.h */, + FFFD837106987fdb83710698 /* PxvManager.h */, + FFFD837107007fdb83710700 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf2d427307fb0f2d42730 /* Software Source */ = { + FFFB837109907fdb83710990 /* Software Source */ = { isa = PBXGroup; children = ( - FFFDf2d44fb07fb0f2d44fb0 /* PxsCCD.cpp */, - FFFDf2d450187fb0f2d45018 /* PxsContactManager.cpp */, - FFFDf2d450807fb0f2d45080 /* PxsContext.cpp */, - FFFDf2d450e87fb0f2d450e8 /* PxsDefaultMemoryManager.cpp */, - FFFDf2d451507fb0f2d45150 /* PxsIslandSim.cpp */, - FFFDf2d451b87fb0f2d451b8 /* PxsMaterialCombiner.cpp */, - FFFDf2d452207fb0f2d45220 /* PxsNphaseImplementationContext.cpp */, - FFFDf2d452887fb0f2d45288 /* PxsSimpleIslandManager.cpp */, + FFFD83712d707fdb83712d70 /* PxsCCD.cpp */, + FFFD83712dd87fdb83712dd8 /* PxsContactManager.cpp */, + FFFD83712e407fdb83712e40 /* PxsContext.cpp */, + FFFD83712ea87fdb83712ea8 /* PxsDefaultMemoryManager.cpp */, + FFFD83712f107fdb83712f10 /* PxsIslandSim.cpp */, + FFFD83712f787fdb83712f78 /* PxsMaterialCombiner.cpp */, + FFFD83712fe07fdb83712fe0 /* PxsNphaseImplementationContext.cpp */, + FFFD837130487fdb83713048 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFBf2d427587fb0f2d42758 /* Software Includes */ = { + FFFB837109b87fdb837109b8 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFDf301ac007fb0f301ac00 /* PxsBodySim.h */, - FFFDf301ac687fb0f301ac68 /* PxsCCD.h */, - FFFDf301acd07fb0f301acd0 /* PxsContactManager.h */, - FFFDf301ad387fb0f301ad38 /* PxsContactManagerState.h */, - FFFDf301ada07fb0f301ada0 /* PxsContext.h */, - FFFDf301ae087fb0f301ae08 /* PxsDefaultMemoryManager.h */, - FFFDf301ae707fb0f301ae70 /* PxsHeapMemoryAllocator.h */, - FFFDf301aed87fb0f301aed8 /* PxsIncrementalConstraintPartitioning.h */, - FFFDf301af407fb0f301af40 /* PxsIslandManagerTypes.h */, - FFFDf301afa87fb0f301afa8 /* PxsIslandSim.h */, - FFFDf301b0107fb0f301b010 /* PxsKernelWrangler.h */, - FFFDf301b0787fb0f301b078 /* PxsMaterialCombiner.h */, - FFFDf301b0e07fb0f301b0e0 /* PxsMemoryManager.h */, - FFFDf301b1487fb0f301b148 /* PxsNphaseImplementationContext.h */, - FFFDf301b1b07fb0f301b1b0 /* PxsRigidBody.h */, - FFFDf301b2187fb0f301b218 /* PxsShapeSim.h */, - FFFDf301b2807fb0f301b280 /* PxsSimpleIslandManager.h */, - FFFDf301b2e87fb0f301b2e8 /* PxsSimulationController.h */, - FFFDf301b3507fb0f301b350 /* PxsTransformCache.h */, - FFFDf301b3b87fb0f301b3b8 /* PxvNphaseImplementationContext.h */, + FFFD84027c007fdb84027c00 /* PxsBodySim.h */, + FFFD84027c687fdb84027c68 /* PxsCCD.h */, + FFFD84027cd07fdb84027cd0 /* PxsContactManager.h */, + FFFD84027d387fdb84027d38 /* PxsContactManagerState.h */, + FFFD84027da07fdb84027da0 /* PxsContext.h */, + FFFD84027e087fdb84027e08 /* PxsDefaultMemoryManager.h */, + FFFD84027e707fdb84027e70 /* PxsHeapMemoryAllocator.h */, + FFFD84027ed87fdb84027ed8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD84027f407fdb84027f40 /* PxsIslandManagerTypes.h */, + FFFD84027fa87fdb84027fa8 /* PxsIslandSim.h */, + FFFD840280107fdb84028010 /* PxsKernelWrangler.h */, + FFFD840280787fdb84028078 /* PxsMaterialCombiner.h */, + FFFD840280e07fdb840280e0 /* PxsMemoryManager.h */, + FFFD840281487fdb84028148 /* PxsNphaseImplementationContext.h */, + FFFD840281b07fdb840281b0 /* PxsRigidBody.h */, + FFFD840282187fdb84028218 /* PxsShapeSim.h */, + FFFD840282807fdb84028280 /* PxsSimpleIslandManager.h */, + FFFD840282e87fdb840282e8 /* PxsSimulationController.h */, + FFFD840283507fdb84028350 /* PxsTransformCache.h */, + FFFD840283b87fdb840283b8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf2d427807fb0f2d42780 /* Common Source */ = { + FFFB837109e07fdb837109e0 /* Common Source */ = { isa = PBXGroup; children = ( - FFFDf30196007fb0f3019600 /* collision/PxcContact.cpp */, - FFFDf30196687fb0f3019668 /* pipeline/PxcContactCache.cpp */, - FFFDf30196d07fb0f30196d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFDf30197387fb0f3019738 /* pipeline/PxcMaterialHeightField.cpp */, - FFFDf30197a07fb0f30197a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFDf30198087fb0f3019808 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFDf30198707fb0f3019870 /* pipeline/PxcMaterialShape.cpp */, - FFFDf30198d87fb0f30198d8 /* pipeline/PxcNpBatch.cpp */, - FFFDf30199407fb0f3019940 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFDf30199a87fb0f30199a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFDf3019a107fb0f3019a10 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFDf3019a787fb0f3019a78 /* pipeline/PxcNpThreadContext.cpp */, + FFFD840266007fdb84026600 /* collision/PxcContact.cpp */, + FFFD840266687fdb84026668 /* pipeline/PxcContactCache.cpp */, + FFFD840266d07fdb840266d0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD840267387fdb84026738 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD840267a07fdb840267a0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD840268087fdb84026808 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD840268707fdb84026870 /* pipeline/PxcMaterialShape.cpp */, + FFFD840268d87fdb840268d8 /* pipeline/PxcNpBatch.cpp */, + FFFD840269407fdb84026940 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD840269a87fdb840269a8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD84026a107fdb84026a10 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD84026a787fdb84026a78 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFBf2d427a87fb0f2d427a8 /* Common Includes */ = { + FFFB83710a087fdb83710a08 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFDf3019e007fb0f3019e00 /* collision/PxcContactMethodImpl.h */, - FFFDf3019e687fb0f3019e68 /* pipeline/PxcCCDStateStreamPair.h */, - FFFDf3019ed07fb0f3019ed0 /* pipeline/PxcConstraintBlockStream.h */, - FFFDf3019f387fb0f3019f38 /* pipeline/PxcContactCache.h */, - FFFDf3019fa07fb0f3019fa0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFDf301a0087fb0f301a008 /* pipeline/PxcNpBatch.h */, - FFFDf301a0707fb0f301a070 /* pipeline/PxcNpCache.h */, - FFFDf301a0d87fb0f301a0d8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFDf301a1407fb0f301a140 /* pipeline/PxcNpContactPrepShared.h */, - FFFDf301a1a87fb0f301a1a8 /* pipeline/PxcNpMemBlockPool.h */, - FFFDf301a2107fb0f301a210 /* pipeline/PxcNpThreadContext.h */, - FFFDf301a2787fb0f301a278 /* pipeline/PxcNpWorkUnit.h */, - FFFDf301a2e07fb0f301a2e0 /* pipeline/PxcRigidBody.h */, - FFFDf301a3487fb0f301a348 /* utils/PxcScratchAllocator.h */, - FFFDf301a3b07fb0f301a3b0 /* utils/PxcThreadCoherentCache.h */, + FFFD84026e007fdb84026e00 /* collision/PxcContactMethodImpl.h */, + FFFD84026e687fdb84026e68 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD84026ed07fdb84026ed0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD84026f387fdb84026f38 /* pipeline/PxcContactCache.h */, + FFFD84026fa07fdb84026fa0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD840270087fdb84027008 /* pipeline/PxcNpBatch.h */, + FFFD840270707fdb84027070 /* pipeline/PxcNpCache.h */, + FFFD840270d87fdb840270d8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD840271407fdb84027140 /* pipeline/PxcNpContactPrepShared.h */, + FFFD840271a87fdb840271a8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD840272107fdb84027210 /* pipeline/PxcNpThreadContext.h */, + FFFD840272787fdb84027278 /* pipeline/PxcNpWorkUnit.h */, + FFFD840272e07fdb840272e0 /* pipeline/PxcRigidBody.h */, + FFFD840273487fdb84027348 /* utils/PxcScratchAllocator.h */, + FFFD840273b07fdb840273b0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf39094b07fb0f39094b0 /* LowLevelAABB */ = { + FFFB837322b07fdb837322b0 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFBf39065907fb0f3906590 /* include */, - FFFBf39065b87fb0f39065b8 /* src */, + FFFB8372b1507fdb8372b150 /* include */, + FFFB8372b1787fdb8372b178 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFBf39065907fb0f3906590 /* include */ = { + FFFB8372b1507fdb8372b150 /* include */ = { isa = PBXGroup; children = ( - FFFDf39065e07fb0f39065e0 /* BpAABBManagerTasks.h */, - FFFDf39066487fb0f3906648 /* BpBroadPhase.h */, - FFFDf39066b07fb0f39066b0 /* BpBroadPhaseUpdate.h */, - FFFDf39067187fb0f3906718 /* BpSimpleAABBManager.h */, + FFFD8372cd107fdb8372cd10 /* BpAABBManagerTasks.h */, + FFFD8372cd787fdb8372cd78 /* BpBroadPhase.h */, + FFFD8372cde07fdb8372cde0 /* BpBroadPhaseUpdate.h */, + FFFD8372ce487fdb8372ce48 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf39065b87fb0f39065b8 /* src */ = { + FFFB8372b1787fdb8372b178 /* src */ = { isa = PBXGroup; children = ( - FFFDf48000007fb0f4800000 /* BpBroadPhaseMBP.h */, - FFFDf48000687fb0f4800068 /* BpBroadPhaseMBPCommon.h */, - FFFDf48000d07fb0f48000d0 /* BpBroadPhaseSap.h */, - FFFDf48001387fb0f4800138 /* BpBroadPhaseSapAux.h */, - FFFDf48001a07fb0f48001a0 /* BpMBPTasks.h */, - FFFDf48002087fb0f4800208 /* BpSAPTasks.h */, - FFFDf48002707fb0f4800270 /* BpBroadPhase.cpp */, - FFFDf48002d87fb0f48002d8 /* BpBroadPhaseMBP.cpp */, - FFFDf48003407fb0f4800340 /* BpBroadPhaseSap.cpp */, - FFFDf48003a87fb0f48003a8 /* BpBroadPhaseSapAux.cpp */, - FFFDf48004107fb0f4800410 /* BpMBPTasks.cpp */, - FFFDf48004787fb0f4800478 /* BpSAPTasks.cpp */, - FFFDf48004e07fb0f48004e0 /* BpSimpleAABBManager.cpp */, + FFFD840308007fdb84030800 /* BpBroadPhaseMBP.h */, + FFFD840308687fdb84030868 /* BpBroadPhaseMBPCommon.h */, + FFFD840308d07fdb840308d0 /* BpBroadPhaseSap.h */, + FFFD840309387fdb84030938 /* BpBroadPhaseSapAux.h */, + FFFD840309a07fdb840309a0 /* BpMBPTasks.h */, + FFFD84030a087fdb84030a08 /* BpSAPTasks.h */, + FFFD84030a707fdb84030a70 /* BpBroadPhase.cpp */, + FFFD84030ad87fdb84030ad8 /* BpBroadPhaseMBP.cpp */, + FFFD84030b407fdb84030b40 /* BpBroadPhaseSap.cpp */, + FFFD84030ba87fdb84030ba8 /* BpBroadPhaseSapAux.cpp */, + FFFD84030c107fdb84030c10 /* BpMBPTasks.cpp */, + FFFD84030c787fdb84030c78 /* BpSAPTasks.cpp */, + FFFD84030ce07fdb84030ce0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2c04d807fb0f2c04d80 /* LowLevelDynamics */ = { + FFFB81c2a6507fdb81c2a650 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFBf2c0b7807fb0f2c0b780 /* Dynamics Source */, - FFFBf2c0b7a87fb0f2c0b7a8 /* Dynamics Includes */, - FFFBf2c0b7d07fb0f2c0b7d0 /* Dynamics Internal Includes */, + FFFB81c28fa07fdb81c28fa0 /* Dynamics Source */, + FFFB81c28fc87fdb81c28fc8 /* Dynamics Includes */, + FFFB81c28ff07fdb81c28ff0 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFBf2c0b7807fb0f2c0b780 /* Dynamics Source */ = { + FFFB81c28fa07fdb81c28fa0 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFDf21ae0007fb0f21ae000 /* DyArticulation.cpp */, - FFFDf21ae0687fb0f21ae068 /* DyArticulationContactPrep.cpp */, - FFFDf21ae0d07fb0f21ae0d0 /* DyArticulationContactPrepPF.cpp */, - FFFDf21ae1387fb0f21ae138 /* DyArticulationHelper.cpp */, - FFFDf21ae1a07fb0f21ae1a0 /* DyArticulationSIMD.cpp */, - FFFDf21ae2087fb0f21ae208 /* DyArticulationScalar.cpp */, - FFFDf21ae2707fb0f21ae270 /* DyConstraintPartition.cpp */, - FFFDf21ae2d87fb0f21ae2d8 /* DyConstraintSetup.cpp */, - FFFDf21ae3407fb0f21ae340 /* DyConstraintSetupBlock.cpp */, - FFFDf21ae3a87fb0f21ae3a8 /* DyContactPrep.cpp */, - FFFDf21ae4107fb0f21ae410 /* DyContactPrep4.cpp */, - FFFDf21ae4787fb0f21ae478 /* DyContactPrep4PF.cpp */, - FFFDf21ae4e07fb0f21ae4e0 /* DyContactPrepPF.cpp */, - FFFDf21ae5487fb0f21ae548 /* DyDynamics.cpp */, - FFFDf21ae5b07fb0f21ae5b0 /* DyFrictionCorrelation.cpp */, - FFFDf21ae6187fb0f21ae618 /* DyRigidBodyToSolverBody.cpp */, - FFFDf21ae6807fb0f21ae680 /* DySolverConstraints.cpp */, - FFFDf21ae6e87fb0f21ae6e8 /* DySolverConstraintsBlock.cpp */, - FFFDf21ae7507fb0f21ae750 /* DySolverControl.cpp */, - FFFDf21ae7b87fb0f21ae7b8 /* DySolverControlPF.cpp */, - FFFDf21ae8207fb0f21ae820 /* DySolverPFConstraints.cpp */, - FFFDf21ae8887fb0f21ae888 /* DySolverPFConstraintsBlock.cpp */, - FFFDf21ae8f07fb0f21ae8f0 /* DyThreadContext.cpp */, - FFFDf21ae9587fb0f21ae958 /* DyThresholdTable.cpp */, + FFFD82018e007fdb82018e00 /* DyArticulation.cpp */, + FFFD82018e687fdb82018e68 /* DyArticulationContactPrep.cpp */, + FFFD82018ed07fdb82018ed0 /* DyArticulationContactPrepPF.cpp */, + FFFD82018f387fdb82018f38 /* DyArticulationHelper.cpp */, + FFFD82018fa07fdb82018fa0 /* DyArticulationSIMD.cpp */, + FFFD820190087fdb82019008 /* DyArticulationScalar.cpp */, + FFFD820190707fdb82019070 /* DyConstraintPartition.cpp */, + FFFD820190d87fdb820190d8 /* DyConstraintSetup.cpp */, + FFFD820191407fdb82019140 /* DyConstraintSetupBlock.cpp */, + FFFD820191a87fdb820191a8 /* DyContactPrep.cpp */, + FFFD820192107fdb82019210 /* DyContactPrep4.cpp */, + FFFD820192787fdb82019278 /* DyContactPrep4PF.cpp */, + FFFD820192e07fdb820192e0 /* DyContactPrepPF.cpp */, + FFFD820193487fdb82019348 /* DyDynamics.cpp */, + FFFD820193b07fdb820193b0 /* DyFrictionCorrelation.cpp */, + FFFD820194187fdb82019418 /* DyRigidBodyToSolverBody.cpp */, + FFFD820194807fdb82019480 /* DySolverConstraints.cpp */, + FFFD820194e87fdb820194e8 /* DySolverConstraintsBlock.cpp */, + FFFD820195507fdb82019550 /* DySolverControl.cpp */, + FFFD820195b87fdb820195b8 /* DySolverControlPF.cpp */, + FFFD820196207fdb82019620 /* DySolverPFConstraints.cpp */, + FFFD820196887fdb82019688 /* DySolverPFConstraintsBlock.cpp */, + FFFD820196f07fdb820196f0 /* DyThreadContext.cpp */, + FFFD820197587fdb82019758 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFBf2c0b7a87fb0f2c0b7a8 /* Dynamics Includes */ = { + FFFB81c28fc87fdb81c28fc8 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFDf2c0cd907fb0f2c0cd90 /* DyArticulation.h */, - FFFDf2c0cdf87fb0f2c0cdf8 /* DyConstraint.h */, - FFFDf2c0ce607fb0f2c0ce60 /* DyConstraintWriteBack.h */, - FFFDf2c0cec87fb0f2c0cec8 /* DyContext.h */, - FFFDf2c0cf307fb0f2c0cf30 /* DySleepingConfigulation.h */, - FFFDf2c0cf987fb0f2c0cf98 /* DyThresholdTable.h */, + FFFD81c26aa07fdb81c26aa0 /* DyArticulation.h */, + FFFD81c26b087fdb81c26b08 /* DyConstraint.h */, + FFFD81c26b707fdb81c26b70 /* DyConstraintWriteBack.h */, + FFFD81c26bd87fdb81c26bd8 /* DyContext.h */, + FFFD81c26c407fdb81c26c40 /* DySleepingConfigulation.h */, + FFFD81c26ca87fdb81c26ca8 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf2c0b7d07fb0f2c0b7d0 /* Dynamics Internal Includes */ = { + FFFB81c28ff07fdb81c28ff0 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFDf21af2007fb0f21af200 /* DyArticulationContactPrep.h */, - FFFDf21af2687fb0f21af268 /* DyArticulationFnsDebug.h */, - FFFDf21af2d07fb0f21af2d0 /* DyArticulationFnsScalar.h */, - FFFDf21af3387fb0f21af338 /* DyArticulationFnsSimd.h */, - FFFDf21af3a07fb0f21af3a0 /* DyArticulationHelper.h */, - FFFDf21af4087fb0f21af408 /* DyArticulationPImpl.h */, - FFFDf21af4707fb0f21af470 /* DyArticulationReference.h */, - FFFDf21af4d87fb0f21af4d8 /* DyArticulationScalar.h */, - FFFDf21af5407fb0f21af540 /* DyArticulationUtils.h */, - FFFDf21af5a87fb0f21af5a8 /* DyBodyCoreIntegrator.h */, - FFFDf21af6107fb0f21af610 /* DyConstraintPartition.h */, - FFFDf21af6787fb0f21af678 /* DyConstraintPrep.h */, - FFFDf21af6e07fb0f21af6e0 /* DyContactPrep.h */, - FFFDf21af7487fb0f21af748 /* DyContactPrepShared.h */, - FFFDf21af7b07fb0f21af7b0 /* DyContactReduction.h */, - FFFDf21af8187fb0f21af818 /* DyCorrelationBuffer.h */, - FFFDf21af8807fb0f21af880 /* DyDynamics.h */, - FFFDf21af8e87fb0f21af8e8 /* DyFrictionPatch.h */, - FFFDf21af9507fb0f21af950 /* DyFrictionPatchStreamPair.h */, - FFFDf21af9b87fb0f21af9b8 /* DySolverBody.h */, - FFFDf21afa207fb0f21afa20 /* DySolverConstraint1D.h */, - FFFDf21afa887fb0f21afa88 /* DySolverConstraint1D4.h */, - FFFDf21afaf07fb0f21afaf0 /* DySolverConstraintDesc.h */, - FFFDf21afb587fb0f21afb58 /* DySolverConstraintExtShared.h */, - FFFDf21afbc07fb0f21afbc0 /* DySolverConstraintTypes.h */, - FFFDf21afc287fb0f21afc28 /* DySolverConstraintsShared.h */, - FFFDf21afc907fb0f21afc90 /* DySolverContact.h */, - FFFDf21afcf87fb0f21afcf8 /* DySolverContact4.h */, - FFFDf21afd607fb0f21afd60 /* DySolverContactPF.h */, - FFFDf21afdc87fb0f21afdc8 /* DySolverContactPF4.h */, - FFFDf21afe307fb0f21afe30 /* DySolverContext.h */, - FFFDf21afe987fb0f21afe98 /* DySolverControl.h */, - FFFDf21aff007fb0f21aff00 /* DySolverControlPF.h */, - FFFDf21aff687fb0f21aff68 /* DySolverCore.h */, - FFFDf21affd07fb0f21affd0 /* DySolverExt.h */, - FFFDf21b00387fb0f21b0038 /* DySpatial.h */, - FFFDf21b00a07fb0f21b00a0 /* DyThreadContext.h */, + FFFD8201a0007fdb8201a000 /* DyArticulationContactPrep.h */, + FFFD8201a0687fdb8201a068 /* DyArticulationFnsDebug.h */, + FFFD8201a0d07fdb8201a0d0 /* DyArticulationFnsScalar.h */, + FFFD8201a1387fdb8201a138 /* DyArticulationFnsSimd.h */, + FFFD8201a1a07fdb8201a1a0 /* DyArticulationHelper.h */, + FFFD8201a2087fdb8201a208 /* DyArticulationPImpl.h */, + FFFD8201a2707fdb8201a270 /* DyArticulationReference.h */, + FFFD8201a2d87fdb8201a2d8 /* DyArticulationScalar.h */, + FFFD8201a3407fdb8201a340 /* DyArticulationUtils.h */, + FFFD8201a3a87fdb8201a3a8 /* DyBodyCoreIntegrator.h */, + FFFD8201a4107fdb8201a410 /* DyConstraintPartition.h */, + FFFD8201a4787fdb8201a478 /* DyConstraintPrep.h */, + FFFD8201a4e07fdb8201a4e0 /* DyContactPrep.h */, + FFFD8201a5487fdb8201a548 /* DyContactPrepShared.h */, + FFFD8201a5b07fdb8201a5b0 /* DyContactReduction.h */, + FFFD8201a6187fdb8201a618 /* DyCorrelationBuffer.h */, + FFFD8201a6807fdb8201a680 /* DyDynamics.h */, + FFFD8201a6e87fdb8201a6e8 /* DyFrictionPatch.h */, + FFFD8201a7507fdb8201a750 /* DyFrictionPatchStreamPair.h */, + FFFD8201a7b87fdb8201a7b8 /* DySolverBody.h */, + FFFD8201a8207fdb8201a820 /* DySolverConstraint1D.h */, + FFFD8201a8887fdb8201a888 /* DySolverConstraint1D4.h */, + FFFD8201a8f07fdb8201a8f0 /* DySolverConstraintDesc.h */, + FFFD8201a9587fdb8201a958 /* DySolverConstraintExtShared.h */, + FFFD8201a9c07fdb8201a9c0 /* DySolverConstraintTypes.h */, + FFFD8201aa287fdb8201aa28 /* DySolverConstraintsShared.h */, + FFFD8201aa907fdb8201aa90 /* DySolverContact.h */, + FFFD8201aaf87fdb8201aaf8 /* DySolverContact4.h */, + FFFD8201ab607fdb8201ab60 /* DySolverContactPF.h */, + FFFD8201abc87fdb8201abc8 /* DySolverContactPF4.h */, + FFFD8201ac307fdb8201ac30 /* DySolverContext.h */, + FFFD8201ac987fdb8201ac98 /* DySolverControl.h */, + FFFD8201ad007fdb8201ad00 /* DySolverControlPF.h */, + FFFD8201ad687fdb8201ad68 /* DySolverCore.h */, + FFFD8201add07fdb8201add0 /* DySolverExt.h */, + FFFD8201ae387fdb8201ae38 /* DySpatial.h */, + FFFD8201aea07fdb8201aea0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFBf3927bf07fb0f3927bf0 /* LowLevelCloth */ = { + FFFB81c526f07fdb81c526f0 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFBf391e9d07fb0f391e9d0 /* include */, - FFFBf391e9f87fb0f391e9f8 /* src */, + FFFB81c410b07fdb81c410b0 /* include */, + FFFB81c410d87fdb81c410d8 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFBf391e9d07fb0f391e9d0 /* include */ = { + FFFB81c410b07fdb81c410b0 /* include */ = { isa = PBXGroup; children = ( - FFFDf39305407fb0f3930540 /* Cloth.h */, - FFFDf39305a87fb0f39305a8 /* Fabric.h */, - FFFDf39306107fb0f3930610 /* Factory.h */, - FFFDf39306787fb0f3930678 /* PhaseConfig.h */, - FFFDf39306e07fb0f39306e0 /* Range.h */, - FFFDf39307487fb0f3930748 /* Solver.h */, - FFFDf39307b07fb0f39307b0 /* Types.h */, + FFFD81c3f0e07fdb81c3f0e0 /* Cloth.h */, + FFFD81c3f1487fdb81c3f148 /* Fabric.h */, + FFFD81c3f1b07fdb81c3f1b0 /* Factory.h */, + FFFD81c3f2187fdb81c3f218 /* PhaseConfig.h */, + FFFD81c3f2807fdb81c3f280 /* Range.h */, + FFFD81c3f2e87fdb81c3f2e8 /* Solver.h */, + FFFD81c3f3507fdb81c3f350 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf391e9f87fb0f391e9f8 /* src */ = { + FFFB81c410d87fdb81c410d8 /* src */ = { isa = PBXGroup; children = ( - FFFDf48134007fb0f4813400 /* Allocator.h */, - FFFDf48134687fb0f4813468 /* Array.h */, - FFFDf48134d07fb0f48134d0 /* BoundingBox.h */, - FFFDf48135387fb0f4813538 /* ClothBase.h */, - FFFDf48135a07fb0f48135a0 /* ClothImpl.h */, - FFFDf48136087fb0f4813608 /* IndexPair.h */, - FFFDf48136707fb0f4813670 /* IterationState.h */, - FFFDf48136d87fb0f48136d8 /* MovingAverage.h */, - FFFDf48137407fb0f4813740 /* PointInterpolator.h */, - FFFDf48137a87fb0f48137a8 /* Simd.h */, - FFFDf48138107fb0f4813810 /* Simd4f.h */, - FFFDf48138787fb0f4813878 /* Simd4i.h */, - FFFDf48138e07fb0f48138e0 /* SimdTypes.h */, - FFFDf48139487fb0f4813948 /* StackAllocator.h */, - FFFDf48139b07fb0f48139b0 /* SwCloth.h */, - FFFDf4813a187fb0f4813a18 /* SwClothData.h */, - FFFDf4813a807fb0f4813a80 /* SwCollision.h */, - FFFDf4813ae87fb0f4813ae8 /* SwCollisionHelpers.h */, - FFFDf4813b507fb0f4813b50 /* SwFabric.h */, - FFFDf4813bb87fb0f4813bb8 /* SwFactory.h */, - FFFDf4813c207fb0f4813c20 /* SwInterCollision.h */, - FFFDf4813c887fb0f4813c88 /* SwSelfCollision.h */, - FFFDf4813cf07fb0f4813cf0 /* SwSolver.h */, - FFFDf4813d587fb0f4813d58 /* SwSolverKernel.h */, - FFFDf4813dc07fb0f4813dc0 /* TripletScheduler.h */, - FFFDf4813e287fb0f4813e28 /* Vec4T.h */, - FFFDf4813e907fb0f4813e90 /* Allocator.cpp */, - FFFDf4813ef87fb0f4813ef8 /* Factory.cpp */, - FFFDf4813f607fb0f4813f60 /* PhaseConfig.cpp */, - FFFDf4813fc87fb0f4813fc8 /* SwCloth.cpp */, - FFFDf48140307fb0f4814030 /* SwClothData.cpp */, - FFFDf48140987fb0f4814098 /* SwCollision.cpp */, - FFFDf48141007fb0f4814100 /* SwFabric.cpp */, - FFFDf48141687fb0f4814168 /* SwFactory.cpp */, - FFFDf48141d07fb0f48141d0 /* SwInterCollision.cpp */, - FFFDf48142387fb0f4814238 /* SwSelfCollision.cpp */, - FFFDf48142a07fb0f48142a0 /* SwSolver.cpp */, - FFFDf48143087fb0f4814308 /* SwSolverKernel.cpp */, - FFFDf48143707fb0f4814370 /* TripletScheduler.cpp */, + FFFD820240007fdb82024000 /* Allocator.h */, + FFFD820240687fdb82024068 /* Array.h */, + FFFD820240d07fdb820240d0 /* BoundingBox.h */, + FFFD820241387fdb82024138 /* ClothBase.h */, + FFFD820241a07fdb820241a0 /* ClothImpl.h */, + FFFD820242087fdb82024208 /* IndexPair.h */, + FFFD820242707fdb82024270 /* IterationState.h */, + FFFD820242d87fdb820242d8 /* MovingAverage.h */, + FFFD820243407fdb82024340 /* PointInterpolator.h */, + FFFD820243a87fdb820243a8 /* Simd.h */, + FFFD820244107fdb82024410 /* Simd4f.h */, + FFFD820244787fdb82024478 /* Simd4i.h */, + FFFD820244e07fdb820244e0 /* SimdTypes.h */, + FFFD820245487fdb82024548 /* StackAllocator.h */, + FFFD820245b07fdb820245b0 /* SwCloth.h */, + FFFD820246187fdb82024618 /* SwClothData.h */, + FFFD820246807fdb82024680 /* SwCollision.h */, + FFFD820246e87fdb820246e8 /* SwCollisionHelpers.h */, + FFFD820247507fdb82024750 /* SwFabric.h */, + FFFD820247b87fdb820247b8 /* SwFactory.h */, + FFFD820248207fdb82024820 /* SwInterCollision.h */, + FFFD820248887fdb82024888 /* SwSelfCollision.h */, + FFFD820248f07fdb820248f0 /* SwSolver.h */, + FFFD820249587fdb82024958 /* SwSolverKernel.h */, + FFFD820249c07fdb820249c0 /* TripletScheduler.h */, + FFFD82024a287fdb82024a28 /* Vec4T.h */, + FFFD82024a907fdb82024a90 /* Allocator.cpp */, + FFFD82024af87fdb82024af8 /* Factory.cpp */, + FFFD82024b607fdb82024b60 /* PhaseConfig.cpp */, + FFFD82024bc87fdb82024bc8 /* SwCloth.cpp */, + FFFD82024c307fdb82024c30 /* SwClothData.cpp */, + FFFD82024c987fdb82024c98 /* SwCollision.cpp */, + FFFD82024d007fdb82024d00 /* SwFabric.cpp */, + FFFD82024d687fdb82024d68 /* SwFactory.cpp */, + FFFD82024dd07fdb82024dd0 /* SwInterCollision.cpp */, + FFFD82024e387fdb82024e38 /* SwSelfCollision.cpp */, + FFFD82024ea07fdb82024ea0 /* SwSolver.cpp */, + FFFD82024f087fdb82024f08 /* SwSolverKernel.cpp */, + FFFD82024f707fdb82024f70 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2c195d07fb0f2c195d0 /* LowLevelParticles */ = { + FFFB837467407fdb83746740 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFBf2c1a5807fb0f2c1a580 /* include */, - FFFBf2c1a5a87fb0f2c1a5a8 /* src */, + FFFB837484a07fdb837484a0 /* include */, + FFFB837484c87fdb837484c8 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFBf2c1a5807fb0f2c1a580 /* include */ = { + FFFB837484a07fdb837484a0 /* include */ = { isa = PBXGroup; children = ( - FFFDf21a68007fb0f21a6800 /* PtBodyTransformVault.h */, - FFFDf21a68687fb0f21a6868 /* PtContext.h */, - FFFDf21a68d07fb0f21a68d0 /* PtGridCellVector.h */, - FFFDf21a69387fb0f21a6938 /* PtParticle.h */, - FFFDf21a69a07fb0f21a69a0 /* PtParticleContactManagerStream.h */, - FFFDf21a6a087fb0f21a6a08 /* PtParticleData.h */, - FFFDf21a6a707fb0f21a6a70 /* PtParticleShape.h */, - FFFDf21a6ad87fb0f21a6ad8 /* PtParticleSystemCore.h */, - FFFDf21a6b407fb0f21a6b40 /* PtParticleSystemFlags.h */, - FFFDf21a6ba87fb0f21a6ba8 /* PtParticleSystemSim.h */, + FFFD8402c0007fdb8402c000 /* PtBodyTransformVault.h */, + FFFD8402c0687fdb8402c068 /* PtContext.h */, + FFFD8402c0d07fdb8402c0d0 /* PtGridCellVector.h */, + FFFD8402c1387fdb8402c138 /* PtParticle.h */, + FFFD8402c1a07fdb8402c1a0 /* PtParticleContactManagerStream.h */, + FFFD8402c2087fdb8402c208 /* PtParticleData.h */, + FFFD8402c2707fdb8402c270 /* PtParticleShape.h */, + FFFD8402c2d87fdb8402c2d8 /* PtParticleSystemCore.h */, + FFFD8402c3407fdb8402c340 /* PtParticleSystemFlags.h */, + FFFD8402c3a87fdb8402c3a8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2c1a5a87fb0f2c1a5a8 /* src */ = { + FFFB837484c87fdb837484c8 /* src */ = { isa = PBXGroup; children = ( - FFFDf21b7c007fb0f21b7c00 /* PtBatcher.h */, - FFFDf21b7c687fb0f21b7c68 /* PtCollision.h */, - FFFDf21b7cd07fb0f21b7cd0 /* PtCollisionData.h */, - FFFDf21b7d387fb0f21b7d38 /* PtCollisionHelper.h */, - FFFDf21b7da07fb0f21b7da0 /* PtCollisionMethods.h */, - FFFDf21b7e087fb0f21b7e08 /* PtCollisionParameters.h */, - FFFDf21b7e707fb0f21b7e70 /* PtConfig.h */, - FFFDf21b7ed87fb0f21b7ed8 /* PtConstants.h */, - FFFDf21b7f407fb0f21b7f40 /* PtContextCpu.h */, - FFFDf21b7fa87fb0f21b7fa8 /* PtDynamicHelper.h */, - FFFDf21b80107fb0f21b8010 /* PtDynamics.h */, - FFFDf21b80787fb0f21b8078 /* PtDynamicsKernels.h */, - FFFDf21b80e07fb0f21b80e0 /* PtDynamicsParameters.h */, - FFFDf21b81487fb0f21b8148 /* PtDynamicsTempBuffers.h */, - FFFDf21b81b07fb0f21b81b0 /* PtHeightFieldAabbTest.h */, - FFFDf21b82187fb0f21b8218 /* PtPacketSections.h */, - FFFDf21b82807fb0f21b8280 /* PtParticleCell.h */, - FFFDf21b82e87fb0f21b82e8 /* PtParticleOpcodeCache.h */, - FFFDf21b83507fb0f21b8350 /* PtParticleShapeCpu.h */, - FFFDf21b83b87fb0f21b83b8 /* PtParticleSystemSimCpu.h */, - FFFDf21b84207fb0f21b8420 /* PtSpatialHash.h */, - FFFDf21b84887fb0f21b8488 /* PtSpatialHashHelper.h */, - FFFDf21b84f07fb0f21b84f0 /* PtTwoWayData.h */, - FFFDf21b85587fb0f21b8558 /* PtBatcher.cpp */, - FFFDf21b85c07fb0f21b85c0 /* PtBodyTransformVault.cpp */, - FFFDf21b86287fb0f21b8628 /* PtCollision.cpp */, - FFFDf21b86907fb0f21b8690 /* PtCollisionBox.cpp */, - FFFDf21b86f87fb0f21b86f8 /* PtCollisionCapsule.cpp */, - FFFDf21b87607fb0f21b8760 /* PtCollisionConvex.cpp */, - FFFDf21b87c87fb0f21b87c8 /* PtCollisionMesh.cpp */, - FFFDf21b88307fb0f21b8830 /* PtCollisionPlane.cpp */, - FFFDf21b88987fb0f21b8898 /* PtCollisionSphere.cpp */, - FFFDf21b89007fb0f21b8900 /* PtContextCpu.cpp */, - FFFDf21b89687fb0f21b8968 /* PtDynamics.cpp */, - FFFDf21b89d07fb0f21b89d0 /* PtParticleData.cpp */, - FFFDf21b8a387fb0f21b8a38 /* PtParticleShapeCpu.cpp */, - FFFDf21b8aa07fb0f21b8aa0 /* PtParticleSystemSimCpu.cpp */, - FFFDf21b8b087fb0f21b8b08 /* PtSpatialHash.cpp */, - FFFDf21b8b707fb0f21b8b70 /* PtSpatialLocalHash.cpp */, + FFFD840392007fdb84039200 /* PtBatcher.h */, + FFFD840392687fdb84039268 /* PtCollision.h */, + FFFD840392d07fdb840392d0 /* PtCollisionData.h */, + FFFD840393387fdb84039338 /* PtCollisionHelper.h */, + FFFD840393a07fdb840393a0 /* PtCollisionMethods.h */, + FFFD840394087fdb84039408 /* PtCollisionParameters.h */, + FFFD840394707fdb84039470 /* PtConfig.h */, + FFFD840394d87fdb840394d8 /* PtConstants.h */, + FFFD840395407fdb84039540 /* PtContextCpu.h */, + FFFD840395a87fdb840395a8 /* PtDynamicHelper.h */, + FFFD840396107fdb84039610 /* PtDynamics.h */, + FFFD840396787fdb84039678 /* PtDynamicsKernels.h */, + FFFD840396e07fdb840396e0 /* PtDynamicsParameters.h */, + FFFD840397487fdb84039748 /* PtDynamicsTempBuffers.h */, + FFFD840397b07fdb840397b0 /* PtHeightFieldAabbTest.h */, + FFFD840398187fdb84039818 /* PtPacketSections.h */, + FFFD840398807fdb84039880 /* PtParticleCell.h */, + FFFD840398e87fdb840398e8 /* PtParticleOpcodeCache.h */, + FFFD840399507fdb84039950 /* PtParticleShapeCpu.h */, + FFFD840399b87fdb840399b8 /* PtParticleSystemSimCpu.h */, + FFFD84039a207fdb84039a20 /* PtSpatialHash.h */, + FFFD84039a887fdb84039a88 /* PtSpatialHashHelper.h */, + FFFD84039af07fdb84039af0 /* PtTwoWayData.h */, + FFFD84039b587fdb84039b58 /* PtBatcher.cpp */, + FFFD84039bc07fdb84039bc0 /* PtBodyTransformVault.cpp */, + FFFD84039c287fdb84039c28 /* PtCollision.cpp */, + FFFD84039c907fdb84039c90 /* PtCollisionBox.cpp */, + FFFD84039cf87fdb84039cf8 /* PtCollisionCapsule.cpp */, + FFFD84039d607fdb84039d60 /* PtCollisionConvex.cpp */, + FFFD84039dc87fdb84039dc8 /* PtCollisionMesh.cpp */, + FFFD84039e307fdb84039e30 /* PtCollisionPlane.cpp */, + FFFD84039e987fdb84039e98 /* PtCollisionSphere.cpp */, + FFFD84039f007fdb84039f00 /* PtContextCpu.cpp */, + FFFD84039f687fdb84039f68 /* PtDynamics.cpp */, + FFFD84039fd07fdb84039fd0 /* PtParticleData.cpp */, + FFFD8403a0387fdb8403a038 /* PtParticleShapeCpu.cpp */, + FFFD8403a0a07fdb8403a0a0 /* PtParticleSystemSimCpu.cpp */, + FFFD8403a1087fdb8403a108 /* PtSpatialHash.cpp */, + FFFD8403a1707fdb8403a170 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf2faef607fb0f2faef60 /* PxTask */ = { + FFFB84a4f9207fdb84a4f920 /* PxTask */ = { isa = PBXGroup; children = ( - FFFBf2faf3907fb0f2faf390 /* include */, - FFFBf2faf3b87fb0f2faf3b8 /* src */, + FFFB84a509607fdb84a50960 /* include */, + FFFB84a509887fdb84a50988 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFBf2faf3907fb0f2faf390 /* include */ = { + FFFB84a509607fdb84a50960 /* include */ = { isa = PBXGroup; children = ( - FFFDf2fad2907fb0f2fad290 /* PxCpuDispatcher.h */, - FFFDf2fad2f87fb0f2fad2f8 /* PxGpuDispatcher.h */, - FFFDf2fad3607fb0f2fad360 /* PxGpuTask.h */, - FFFDf2fad3c87fb0f2fad3c8 /* PxTask.h */, - FFFDf2fad4307fb0f2fad430 /* PxTaskDefine.h */, - FFFDf2fad4987fb0f2fad498 /* PxTaskManager.h */, + FFFD84a4e4b07fdb84a4e4b0 /* PxCpuDispatcher.h */, + FFFD84a4e5187fdb84a4e518 /* PxGpuDispatcher.h */, + FFFD84a4e5807fdb84a4e580 /* PxGpuTask.h */, + FFFD84a4e5e87fdb84a4e5e8 /* PxTask.h */, + FFFD84a4e6507fdb84a4e650 /* PxTaskDefine.h */, + FFFD84a4e6b87fdb84a4e6b8 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf2faf3b87fb0f2faf3b8 /* src */ = { + FFFB84a509887fdb84a50988 /* src */ = { isa = PBXGroup; children = ( - FFFDf2fafbd07fb0f2fafbd0 /* src/TaskManager.cpp */, + FFFD84a50b607fdb84a50b60 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBf39379407fb0f3937940 /* PsFastXml */ = { + FFFB81c6af307fdb81c6af30 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFBf394abe07fb0f394abe0 /* include */, - FFFBf394ac087fb0f394ac08 /* src */, + FFFB81c6b4407fdb81c6b440 /* include */, + FFFB81c6b4687fdb81c6b468 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFBf394abe07fb0f394abe0 /* include */ = { + FFFB81c6b4407fdb81c6b440 /* include */ = { isa = PBXGroup; children = ( - FFFDf394ad707fb0f394ad70 /* PsFastXml.h */, + FFFD81c6b5d07fdb81c6b5d0 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBf394ac087fb0f394ac08 /* src */ = { + FFFB81c6b4687fdb81c6b468 /* src */ = { isa = PBXGroup; children = ( - FFFDf394ae707fb0f394ae70 /* PsFastXml.cpp */, + FFFD81c6b6d07fdb81c6b6d0 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -5011,61 +5011,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAf39459607fb0f3945960 /* PhysX */ = { + FFFA81c6e7107fdb81c6e710 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f39459607fb0f3945960 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF681c6e7107fdb81c6e710 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2f39459607fb0f3945960, - FFF8f39459607fb0f3945960, - FFFCf39459607fb0f3945960, + FFF281c6e7107fdb81c6e710, + FFF881c6e7107fdb81c6e710, + FFFC81c6e7107fdb81c6e710, ); buildRules = ( ); dependencies = ( - FFF4f39524c07fb0f39524c0, /* LowLevel */ - FFF4f39525207fb0f3952520, /* LowLevelAABB */ - FFF4f39476807fb0f3947680, /* LowLevelCloth */ - FFF4f39520207fb0f3952020, /* LowLevelDynamics */ - FFF4f39476e07fb0f39476e0, /* LowLevelParticles */ - FFF4f3934e207fb0f3934e20, /* PhysXCommon */ - FFF4f3945c507fb0f3945c50, /* PxFoundation */ - FFF4f39459007fb0f3945900, /* PxPvdSDK */ - FFF4f3934f707fb0f3934f70, /* PxTask */ - FFF4f3934ee07fb0f3934ee0, /* SceneQuery */ - FFF4f3934f407fb0f3934f40, /* SimulationController */ + FFF481c783c07fdb81c783c0, /* LowLevel */ + FFF481c7bef07fdb81c7bef0, /* LowLevelAABB */ + FFF481c78c507fdb81c78c50, /* LowLevelCloth */ + FFF481c78bf07fdb81c78bf0, /* LowLevelDynamics */ + FFF481c786b07fdb81c786b0, /* LowLevelParticles */ + FFF481c783607fdb81c78360, /* PhysXCommon */ + FFF481c6ea007fdb81c6ea00, /* PxFoundation */ + FFF481c6e6b07fdb81c6e6b0, /* PxPvdSDK */ + FFF481c788c07fdb81c788c0, /* PxTask */ + FFF481c787107fdb81c78710, /* SceneQuery */ + FFF481c787707fdb81c78770, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFDf39459607fb0f3945960 /* PhysX */; + productReference = FFFD81c6e7107fdb81c6e710 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFAf3934b807fb0f3934b80 /* PhysXCharacterKinematic */ = { + FFFA81c788d07fdb81c788d0 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f3934b807fb0f3934b80 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF681c788d07fdb81c788d0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2f3934b807fb0f3934b80, - FFF8f3934b807fb0f3934b80, - FFFCf3934b807fb0f3934b80, + FFF281c788d07fdb81c788d0, + FFF881c788d07fdb81c788d0, + FFFC81c788d07fdb81c788d0, ); buildRules = ( ); dependencies = ( - FFF4f3955d507fb0f3955d50, /* PhysXCommon */ - FFF4f39548907fb0f3954890, /* PhysXExtensions */ - FFF4f39555f07fb0f39555f0, /* PxFoundation */ + FFF481c7da707fdb81c7da70, /* PhysXCommon */ + FFF481c5ed407fdb81c5ed40, /* PhysXExtensions */ + FFF481c7cc507fdb81c7cc50, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFDf3934b807fb0f3934b80 /* PhysXCharacterKinematic */; + productReference = FFFD81c788d07fdb81c788d0 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFAf3950f807fb0f3950f80 /* PhysXVehicle */ = { + FFFA81c7dd307fdb81c7dd30 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f3950f807fb0f3950f80 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF681c7dd307fdb81c7dd30 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2f3950f807fb0f3950f80, - FFF8f3950f807fb0f3950f80, - FFFCf3950f807fb0f3950f80, + FFF281c7dd307fdb81c7dd30, + FFF881c7dd307fdb81c7dd30, + FFFC81c7dd307fdb81c7dd30, ); buildRules = ( ); @@ -5073,34 +5073,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFDf3950f807fb0f3950f80 /* PhysXVehicle */; + productReference = FFFD81c7dd307fdb81c7dd30 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFAf39602f07fb0f39602f0 /* PhysXExtensions */ = { + FFFA81c895807fdb81c89580 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f39602f07fb0f39602f0 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF681c895807fdb81c89580 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2f39602f07fb0f39602f0, - FFF8f39602f07fb0f39602f0, - FFFCf39602f07fb0f39602f0, + FFF281c895807fdb81c89580, + FFF881c895807fdb81c89580, + FFFC81c895807fdb81c89580, ); buildRules = ( ); dependencies = ( - FFF4f395f9f07fb0f395f9f0, /* PsFastXml */ + FFF481c88c807fdb81c88c80, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFDf39602f07fb0f39602f0 /* PhysXExtensions */; + productReference = FFFD81c895807fdb81c89580 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFAf3972c407fb0f3972c40 /* SceneQuery */ = { + FFFA81c9c0307fdb81c9c030 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f3972c407fb0f3972c40 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF681c9c0307fdb81c9c030 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2f3972c407fb0f3972c40, - FFF8f3972c407fb0f3972c40, - FFFCf3972c407fb0f3972c40, + FFF281c9c0307fdb81c9c030, + FFF881c9c0307fdb81c9c030, + FFFC81c9c0307fdb81c9c030, ); buildRules = ( ); @@ -5108,16 +5108,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFDf3972c407fb0f3972c40 /* SceneQuery */; + productReference = FFFD81c9c0307fdb81c9c030 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFAf39771c07fb0f39771c0 /* SimulationController */ = { + FFFA832121807fdb83212180 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f39771c07fb0f39771c0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF6832121807fdb83212180 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2f39771c07fb0f39771c0, - FFF8f39771c07fb0f39771c0, - FFFCf39771c07fb0f39771c0, + FFF2832121807fdb83212180, + FFF8832121807fdb83212180, + FFFC832121807fdb83212180, ); buildRules = ( ); @@ -5125,54 +5125,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFDf39771c07fb0f39771c0 /* SimulationController */; + productReference = FFFD832121807fdb83212180 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFAf2c8ba007fb0f2c8ba00 /* PhysXCooking */ = { + FFFA8322a9507fdb8322a950 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2c8ba007fb0f2c8ba00 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF68322a9507fdb8322a950 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2f2c8ba007fb0f2c8ba00, - FFF8f2c8ba007fb0f2c8ba00, - FFFCf2c8ba007fb0f2c8ba00, + FFF28322a9507fdb8322a950, + FFF88322a9507fdb8322a950, + FFFC8322a9507fdb8322a950, ); buildRules = ( ); dependencies = ( - FFF4f3a019407fb0f3a01940, /* PhysXCommon */ - FFF4f3a007707fb0f3a00770, /* PhysXExtensions */ - FFF4f2c8b8a07fb0f2c8b8a0, /* PxFoundation */ + FFF48322fd807fdb8322fd80, /* PhysXCommon */ + FFF4832374d07fdb832374d0, /* PhysXExtensions */ + FFF4832119d07fdb832119d0, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFDf2c8ba007fb0f2c8ba00 /* PhysXCooking */; + productReference = FFFD8322a9507fdb8322a950 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFAf299eeb07fb0f299eeb0 /* PhysXCommon */ = { + FFFA832255c07fdb832255c0 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f299eeb07fb0f299eeb0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF6832255c07fdb832255c0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2f299eeb07fb0f299eeb0, - FFF8f299eeb07fb0f299eeb0, - FFFCf299eeb07fb0f299eeb0, + FFF2832255c07fdb832255c0, + FFF8832255c07fdb832255c0, + FFFC832255c07fdb832255c0, ); buildRules = ( ); dependencies = ( - FFF4f29940a07fb0f29940a0, /* PxFoundation */ + FFF4832181507fdb83218150, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFDf299eeb07fb0f299eeb0 /* PhysXCommon */; + productReference = FFFD832255c07fdb832255c0 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFAf298c0307fb0f298c030 /* PxFoundation */ = { + FFFA832630b07fdb832630b0 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f298c0307fb0f298c030 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF6832630b07fdb832630b0 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2f298c0307fb0f298c030, - FFF8f298c0307fb0f298c030, - FFFCf298c0307fb0f298c030, + FFF2832630b07fdb832630b0, + FFF8832630b07fdb832630b0, + FFFC832630b07fdb832630b0, ); buildRules = ( ); @@ -5180,34 +5180,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFDf298c0307fb0f298c030 /* PxFoundation */; + productReference = FFFD832630b07fdb832630b0 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFAf14114a07fb0f14114a0 /* PxPvdSDK */ = { + FFFA81c0ebb07fdb81c0ebb0 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f14114a07fb0f14114a0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF681c0ebb07fdb81c0ebb0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2f14114a07fb0f14114a0, - FFF8f14114a07fb0f14114a0, - FFFCf14114a07fb0f14114a0, + FFF281c0ebb07fdb81c0ebb0, + FFF881c0ebb07fdb81c0ebb0, + FFFC81c0ebb07fdb81c0ebb0, ); buildRules = ( ); dependencies = ( - FFF4f14106507fb0f1410650, /* PxFoundation */ + FFF481c09e907fdb81c09e90, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFDf14114a07fb0f14114a0 /* PxPvdSDK */; + productReference = FFFD81c0ebb07fdb81c0ebb0 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFAf2d3dd907fb0f2d3dd90 /* LowLevel */ = { + FFFA83507ad07fdb83507ad0 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2d3dd907fb0f2d3dd90 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF683507ad07fdb83507ad0 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2f2d3dd907fb0f2d3dd90, - FFF8f2d3dd907fb0f2d3dd90, - FFFCf2d3dd907fb0f2d3dd90, + FFF283507ad07fdb83507ad0, + FFF883507ad07fdb83507ad0, + FFFC83507ad07fdb83507ad0, ); buildRules = ( ); @@ -5215,16 +5215,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFDf2d3dd907fb0f2d3dd90 /* LowLevel */; + productReference = FFFD83507ad07fdb83507ad0 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFAf39094b07fb0f39094b0 /* LowLevelAABB */ = { + FFFA837322b07fdb837322b0 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f39094b07fb0f39094b0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF6837322b07fdb837322b0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2f39094b07fb0f39094b0, - FFF8f39094b07fb0f39094b0, - FFFCf39094b07fb0f39094b0, + FFF2837322b07fdb837322b0, + FFF8837322b07fdb837322b0, + FFFC837322b07fdb837322b0, ); buildRules = ( ); @@ -5232,16 +5232,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFDf39094b07fb0f39094b0 /* LowLevelAABB */; + productReference = FFFD837322b07fdb837322b0 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFAf2c04d807fb0f2c04d80 /* LowLevelDynamics */ = { + FFFA81c2a6507fdb81c2a650 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2c04d807fb0f2c04d80 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF681c2a6507fdb81c2a650 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2f2c04d807fb0f2c04d80, - FFF8f2c04d807fb0f2c04d80, - FFFCf2c04d807fb0f2c04d80, + FFF281c2a6507fdb81c2a650, + FFF881c2a6507fdb81c2a650, + FFFC81c2a6507fdb81c2a650, ); buildRules = ( ); @@ -5249,16 +5249,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFDf2c04d807fb0f2c04d80 /* LowLevelDynamics */; + productReference = FFFD81c2a6507fdb81c2a650 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFAf3927bf07fb0f3927bf0 /* LowLevelCloth */ = { + FFFA81c526f07fdb81c526f0 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f3927bf07fb0f3927bf0 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF681c526f07fdb81c526f0 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2f3927bf07fb0f3927bf0, - FFF8f3927bf07fb0f3927bf0, - FFFCf3927bf07fb0f3927bf0, + FFF281c526f07fdb81c526f0, + FFF881c526f07fdb81c526f0, + FFFC81c526f07fdb81c526f0, ); buildRules = ( ); @@ -5266,16 +5266,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFDf3927bf07fb0f3927bf0 /* LowLevelCloth */; + productReference = FFFD81c526f07fdb81c526f0 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFAf2c195d07fb0f2c195d0 /* LowLevelParticles */ = { + FFFA837467407fdb83746740 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2c195d07fb0f2c195d0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF6837467407fdb83746740 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2f2c195d07fb0f2c195d0, - FFF8f2c195d07fb0f2c195d0, - FFFCf2c195d07fb0f2c195d0, + FFF2837467407fdb83746740, + FFF8837467407fdb83746740, + FFFC837467407fdb83746740, ); buildRules = ( ); @@ -5283,16 +5283,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFDf2c195d07fb0f2c195d0 /* LowLevelParticles */; + productReference = FFFD837467407fdb83746740 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFAf2faef607fb0f2faef60 /* PxTask */ = { + FFFA84a4f9207fdb84a4f920 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f2faef607fb0f2faef60 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF684a4f9207fdb84a4f920 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2f2faef607fb0f2faef60, - FFF8f2faef607fb0f2faef60, - FFFCf2faef607fb0f2faef60, + FFF284a4f9207fdb84a4f920, + FFF884a4f9207fdb84a4f920, + FFFC84a4f9207fdb84a4f920, ); buildRules = ( ); @@ -5300,16 +5300,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFDf2faef607fb0f2faef60 /* PxTask */; + productReference = FFFD84a4f9207fdb84a4f920 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFAf39379407fb0f3937940 /* PsFastXml */ = { + FFFA81c6af307fdb81c6af30 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6f39379407fb0f3937940 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF681c6af307fdb81c6af30 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2f39379407fb0f3937940, - FFF8f39379407fb0f3937940, - FFFCf39379407fb0f3937940, + FFF281c6af307fdb81c6af30, + FFF881c6af307fdb81c6af30, + FFFC81c6af307fdb81c6af30, ); buildRules = ( ); @@ -5317,213 +5317,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFDf39379407fb0f3937940 /* PsFastXml */; + productReference = FFFD81c6af307fdb81c6af30 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6f39459607fb0f3945960 = { + FFF681c6e7107fdb81c6e710 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e04007fb0f21e0400, - FFF7f21e0af07fb0f21e0af0, - FFF7f21e11e07fb0f21e11e0, - FFF7f21e18d07fb0f21e18d0, + FFF78399e2007fdb8399e200, + FFF78399e8f07fdb8399e8f0, + FFF78399efe07fdb8399efe0, + FFF78399f6d07fdb8399f6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f3934b807fb0f3934b80 = { + FFF681c788d07fdb81c788d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e20007fb0f21e2000, - FFF7f21e26f07fb0f21e26f0, - FFF7f21e2de07fb0f21e2de0, - FFF7f21e34d07fb0f21e34d0, + FFF78399fe007fdb8399fe00, + FFF7839a04f07fdb839a04f0, + FFF7839a0be07fdb839a0be0, + FFF7839a12d07fdb839a12d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f3950f807fb0f3950f80 = { + FFF681c7dd307fdb81c7dd30 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e3c007fb0f21e3c00, - FFF7f21e42f07fb0f21e42f0, - FFF7f21e49e07fb0f21e49e0, - FFF7f21e50d07fb0f21e50d0, + FFF7839a1a007fdb839a1a00, + FFF7839a20f07fdb839a20f0, + FFF7839a27e07fdb839a27e0, + FFF7839a2ed07fdb839a2ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f39602f07fb0f39602f0 = { + FFF681c895807fdb81c89580 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e58007fb0f21e5800, - FFF7f21e5ef07fb0f21e5ef0, - FFF7f21e65e07fb0f21e65e0, - FFF7f21e6cd07fb0f21e6cd0, + FFF7839a36007fdb839a3600, + FFF7839a3cf07fdb839a3cf0, + FFF7839a43e07fdb839a43e0, + FFF7839a4ad07fdb839a4ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f3972c407fb0f3972c40 = { + FFF681c9c0307fdb81c9c030 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e74007fb0f21e7400, - FFF7f21e7af07fb0f21e7af0, - FFF7f21e81e07fb0f21e81e0, - FFF7f21e88d07fb0f21e88d0, + FFF7839a52007fdb839a5200, + FFF7839a58f07fdb839a58f0, + FFF7839a5fe07fdb839a5fe0, + FFF7839a66d07fdb839a66d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f39771c07fb0f39771c0 = { + FFF6832121807fdb83212180 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21e90007fb0f21e9000, - FFF7f21e96f07fb0f21e96f0, - FFF7f21e9de07fb0f21e9de0, - FFF7f21ea4d07fb0f21ea4d0, + FFF7839a6e007fdb839a6e00, + FFF7839a74f07fdb839a74f0, + FFF7839a7be07fdb839a7be0, + FFF7839a82d07fdb839a82d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2c8ba007fb0f2c8ba00 = { + FFF68322a9507fdb8322a950 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21eac007fb0f21eac00, - FFF7f21eb2f07fb0f21eb2f0, - FFF7f21eb9e07fb0f21eb9e0, - FFF7f21ec0d07fb0f21ec0d0, + FFF7839a8a007fdb839a8a00, + FFF7839a90f07fdb839a90f0, + FFF7839a97e07fdb839a97e0, + FFF7839a9ed07fdb839a9ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f299eeb07fb0f299eeb0 = { + FFF6832255c07fdb832255c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f30110007fb0f3011000, - FFF7f30116f07fb0f30116f0, - FFF7f3011de07fb0f3011de0, - FFF7f30124d07fb0f30124d0, + FFF782829e007fdb82829e00, + FFF78282a4f07fdb8282a4f0, + FFF78282abe07fdb8282abe0, + FFF78282b2d07fdb8282b2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6f298c0307fb0f298c030 = { + FFF6832630b07fdb832630b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21a20007fb0f21a2000, - FFF7f21a26f07fb0f21a26f0, - FFF7f21a2de07fb0f21a2de0, - FFF7f21a34d07fb0f21a34d0, + FFF7839898007fdb83989800, + FFF783989ef07fdb83989ef0, + FFF78398a5e07fdb8398a5e0, + FFF78398acd07fdb8398acd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f14114a07fb0f14114a0 = { + FFF681c0ebb07fdb81c0ebb0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f3012c007fb0f3012c00, - FFF7f30132f07fb0f30132f0, - FFF7f30139e07fb0f30139e0, - FFF7f30140d07fb0f30140d0, + FFF78200e0007fdb8200e000, + FFF78200e6f07fdb8200e6f0, + FFF78200ede07fdb8200ede0, + FFF78200f4d07fdb8200f4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2d3dd907fb0f2d3dd90 = { + FFF683507ad07fdb83507ad0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f301cc007fb0f301cc00, - FFF7f301d2f07fb0f301d2f0, - FFF7f301d9e07fb0f301d9e0, - FFF7f301e0d07fb0f301e0d0, + FFF784029c007fdb84029c00, + FFF78402a2f07fdb8402a2f0, + FFF78402a9e07fdb8402a9e0, + FFF78402b0d07fdb8402b0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f39094b07fb0f39094b0 = { + FFF6837322b07fdb837322b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f480a4007fb0f480a400, - FFF7f480aaf07fb0f480aaf0, - FFF7f480b1e07fb0f480b1e0, - FFF7f480b8d07fb0f480b8d0, + FFF7840326007fdb84032600, + FFF784032cf07fdb84032cf0, + FFF7840333e07fdb840333e0, + FFF784033ad07fdb84033ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2c04d807fb0f2c04d80 = { + FFF681c2a6507fdb81c2a650 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21b0c007fb0f21b0c00, - FFF7f21b12f07fb0f21b12f0, - FFF7f21b19e07fb0f21b19e0, - FFF7f21b20d07fb0f21b20d0, + FFF78201ba007fdb8201ba00, + FFF78201c0f07fdb8201c0f0, + FFF78201c7e07fdb8201c7e0, + FFF78201ced07fdb8201ced0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f3927bf07fb0f3927bf0 = { + FFF681c526f07fdb81c526f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f4814e007fb0f4814e00, - FFF7f48154f07fb0f48154f0, - FFF7f4815be07fb0f4815be0, - FFF7f48162d07fb0f48162d0, + FFF782025a007fdb82025a00, + FFF7820260f07fdb820260f0, + FFF7820267e07fdb820267e0, + FFF782026ed07fdb82026ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2c195d07fb0f2c195d0 = { + FFF6837467407fdb83746740 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f21b96007fb0f21b9600, - FFF7f21b9cf07fb0f21b9cf0, - FFF7f21ba3e07fb0f21ba3e0, - FFF7f21baad07fb0f21baad0, + FFF78403ac007fdb8403ac00, + FFF78403b2f07fdb8403b2f0, + FFF78403b9e07fdb8403b9e0, + FFF78403c0d07fdb8403c0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f2faef607fb0f2faef60 = { + FFF684a4f9207fdb84a4f920 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f1835a007fb0f1835a00, - FFF7f18360f07fb0f18360f0, - FFF7f18367e07fb0f18367e0, - FFF7f1836ed07fb0f1836ed0, + FFF78405fc007fdb8405fc00, + FFF7840602f07fdb840602f0, + FFF7840609e07fdb840609e0, + FFF7840610d07fdb840610d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f39379407fb0f3937940 = { + FFF681c6af307fdb81c6af30 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7f481b8007fb0f481b800, - FFF7f481bef07fb0f481bef0, - FFF7f481c5e07fb0f481c5e0, - FFF7f481ccd07fb0f481ccd0, + FFF78202dc007fdb8202dc00, + FFF78202e2f07fdb8202e2f0, + FFF78202e9e07fdb8202e9e0, + FFF78202f0d07fdb8202f0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6f1568a407fb0f1568a40 = { + FFF6830083f07fdb830083f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3f21e04007fb0f21e0400 /* release */, - FFF3f21e0af07fb0f21e0af0 /* debug */, - FFF3f21e11e07fb0f21e11e0 /* checked */, - FFF3f21e18d07fb0f21e18d0 /* profile */, + FFF38399e2007fdb8399e200 /* release */, + FFF38399e8f07fdb8399e8f0 /* debug */, + FFF38399efe07fdb8399efe0 /* checked */, + FFF38399f6d07fdb8399f6d0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7f21e04007fb0f21e0400 /* release */ = { + FFF78399e2007fdb8399e200 /* 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; @@ -5535,10 +5535,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", + "-stdlib=libc++", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5553,7 +5553,7 @@ }; name = "release"; }; - FFF7f21e0af07fb0f21e0af0 /* debug */ = { + FFF78399e8f07fdb8399e8f0 /* 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; @@ -5565,10 +5565,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", + "-stdlib=libc++", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5583,7 +5583,7 @@ }; name = "debug"; }; - FFF7f21e11e07fb0f21e11e0 /* checked */ = { + FFF78399efe07fdb8399efe0 /* 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; @@ -5595,10 +5595,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", + "-stdlib=libc++", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5613,7 +5613,7 @@ }; name = "checked"; }; - FFF7f21e18d07fb0f21e18d0 /* profile */ = { + FFF78399f6d07fdb8399f6d0 /* 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; @@ -5625,10 +5625,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", + "-stdlib=libc++", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5643,7 +5643,7 @@ }; name = "profile"; }; - FFF7f21e20007fb0f21e2000 /* debug */ = { + FFF78399fe007fdb8399fe00 /* 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; @@ -5655,10 +5655,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5673,7 +5673,7 @@ }; name = "debug"; }; - FFF7f21e26f07fb0f21e26f0 /* checked */ = { + FFF7839a04f07fdb839a04f0 /* 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; @@ -5685,10 +5685,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5703,7 +5703,7 @@ }; name = "checked"; }; - FFF7f21e2de07fb0f21e2de0 /* profile */ = { + FFF7839a0be07fdb839a0be0 /* 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; @@ -5715,10 +5715,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5733,7 +5733,7 @@ }; name = "profile"; }; - FFF7f21e34d07fb0f21e34d0 /* release */ = { + FFF7839a12d07fdb839a12d0 /* 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; @@ -5745,10 +5745,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", + "-stdlib=libc++", "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5763,7 +5763,7 @@ }; name = "release"; }; - FFF7f21e3c007fb0f21e3c00 /* debug */ = { + FFF7839a1a007fdb839a1a00 /* 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; @@ -5775,10 +5775,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5793,7 +5793,7 @@ }; name = "debug"; }; - FFF7f21e42f07fb0f21e42f0 /* checked */ = { + FFF7839a20f07fdb839a20f0 /* 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; @@ -5805,10 +5805,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5823,7 +5823,7 @@ }; name = "checked"; }; - FFF7f21e49e07fb0f21e49e0 /* profile */ = { + FFF7839a27e07fdb839a27e0 /* 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; @@ -5835,10 +5835,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5853,7 +5853,7 @@ }; name = "profile"; }; - FFF7f21e50d07fb0f21e50d0 /* release */ = { + FFF7839a2ed07fdb839a2ed0 /* 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; @@ -5865,10 +5865,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5883,7 +5883,7 @@ }; name = "release"; }; - FFF7f21e58007fb0f21e5800 /* debug */ = { + FFF7839a36007fdb839a3600 /* 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; @@ -5895,10 +5895,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlDEBUG", + "-stdlib=libc++", "-lPsFastXmlDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5913,7 +5913,7 @@ }; name = "debug"; }; - FFF7f21e5ef07fb0f21e5ef0 /* checked */ = { + FFF7839a3cf07fdb839a3cf0 /* 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; @@ -5925,10 +5925,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlCHECKED", + "-stdlib=libc++", "-lPsFastXmlCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5943,7 +5943,7 @@ }; name = "checked"; }; - FFF7f21e65e07fb0f21e65e0 /* profile */ = { + FFF7839a43e07fdb839a43e0 /* 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; @@ -5955,10 +5955,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlPROFILE", + "-stdlib=libc++", "-lPsFastXmlPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5973,7 +5973,7 @@ }; name = "profile"; }; - FFF7f21e6cd07fb0f21e6cd0 /* release */ = { + FFF7839a4ad07fdb839a4ad0 /* 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; @@ -5985,10 +5985,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXml", + "-stdlib=libc++", "-lPsFastXml", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -6003,7 +6003,7 @@ }; name = "release"; }; - FFF7f21e74007fb0f21e7400 /* debug */ = { + FFF7839a52007fdb839a5200 /* 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; @@ -6015,10 +6015,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6033,7 +6033,7 @@ }; name = "debug"; }; - FFF7f21e7af07fb0f21e7af0 /* checked */ = { + FFF7839a58f07fdb839a58f0 /* 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; @@ -6045,10 +6045,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6063,7 +6063,7 @@ }; name = "checked"; }; - FFF7f21e81e07fb0f21e81e0 /* profile */ = { + FFF7839a5fe07fdb839a5fe0 /* 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; @@ -6075,10 +6075,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6093,7 +6093,7 @@ }; name = "profile"; }; - FFF7f21e88d07fb0f21e88d0 /* release */ = { + FFF7839a66d07fdb839a66d0 /* 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; @@ -6105,10 +6105,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6123,7 +6123,7 @@ }; name = "release"; }; - FFF7f21e90007fb0f21e9000 /* debug */ = { + FFF7839a6e007fdb839a6e00 /* 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; @@ -6135,10 +6135,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6153,7 +6153,7 @@ }; name = "debug"; }; - FFF7f21e96f07fb0f21e96f0 /* checked */ = { + FFF7839a74f07fdb839a74f0 /* 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; @@ -6165,10 +6165,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6183,7 +6183,7 @@ }; name = "checked"; }; - FFF7f21e9de07fb0f21e9de0 /* profile */ = { + FFF7839a7be07fdb839a7be0 /* 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; @@ -6195,10 +6195,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6213,7 +6213,7 @@ }; name = "profile"; }; - FFF7f21ea4d07fb0f21ea4d0 /* release */ = { + FFF7839a82d07fdb839a82d0 /* 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; @@ -6225,10 +6225,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6243,7 +6243,7 @@ }; name = "release"; }; - FFF7f21eac007fb0f21eac00 /* release */ = { + FFF7839a8a007fdb839a8a00 /* 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; @@ -6255,10 +6255,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", + "-stdlib=libc++", "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6273,7 +6273,7 @@ }; name = "release"; }; - FFF7f21eb2f07fb0f21eb2f0 /* debug */ = { + FFF7839a90f07fdb839a90f0 /* 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; @@ -6285,10 +6285,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6303,7 +6303,7 @@ }; name = "debug"; }; - FFF7f21eb9e07fb0f21eb9e0 /* checked */ = { + FFF7839a97e07fdb839a97e0 /* 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; @@ -6315,10 +6315,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6333,7 +6333,7 @@ }; name = "checked"; }; - FFF7f21ec0d07fb0f21ec0d0 /* profile */ = { + FFF7839a9ed07fdb839a9ed0 /* 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; @@ -6345,10 +6345,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6363,7 +6363,7 @@ }; name = "profile"; }; - FFF7f30110007fb0f3011000 /* release */ = { + FFF782829e007fdb82829e00 /* 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; @@ -6375,10 +6375,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundation", + "-stdlib=libc++", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6393,7 +6393,7 @@ }; name = "release"; }; - FFF7f30116f07fb0f30116f0 /* debug */ = { + FFF78282a4f07fdb8282a4f0 /* 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; @@ -6405,10 +6405,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6423,7 +6423,7 @@ }; name = "debug"; }; - FFF7f3011de07fb0f3011de0 /* checked */ = { + FFF78282abe07fdb8282abe0 /* 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; @@ -6435,10 +6435,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6453,7 +6453,7 @@ }; name = "checked"; }; - FFF7f30124d07fb0f30124d0 /* profile */ = { + FFF78282b2d07fdb8282b2d0 /* 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; @@ -6465,10 +6465,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6483,7 +6483,7 @@ }; name = "profile"; }; - FFF7f21a20007fb0f21a2000 /* debug */ = { + FFF7839898007fdb83989800 /* 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; @@ -6495,10 +6495,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6513,7 +6513,7 @@ }; name = "debug"; }; - FFF7f21a26f07fb0f21a26f0 /* release */ = { + FFF783989ef07fdb83989ef0 /* 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; @@ -6525,10 +6525,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6543,7 +6543,7 @@ }; name = "release"; }; - FFF7f21a2de07fb0f21a2de0 /* checked */ = { + FFF78398a5e07fdb8398a5e0 /* 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; @@ -6555,10 +6555,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6573,7 +6573,7 @@ }; name = "checked"; }; - FFF7f21a34d07fb0f21a34d0 /* profile */ = { + FFF78398acd07fdb8398acd0 /* 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; @@ -6585,10 +6585,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6603,7 +6603,7 @@ }; name = "profile"; }; - FFF7f3012c007fb0f3012c00 /* debug */ = { + FFF78200e0007fdb8200e000 /* 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; @@ -6615,10 +6615,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6633,7 +6633,7 @@ }; name = "debug"; }; - FFF7f30132f07fb0f30132f0 /* release */ = { + FFF78200e6f07fdb8200e6f0 /* 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; @@ -6645,10 +6645,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundation", + "-stdlib=libc++", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6663,7 +6663,7 @@ }; name = "release"; }; - FFF7f30139e07fb0f30139e0 /* checked */ = { + FFF78200ede07fdb8200ede0 /* 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; @@ -6675,10 +6675,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6693,7 +6693,7 @@ }; name = "checked"; }; - FFF7f30140d07fb0f30140d0 /* profile */ = { + FFF78200f4d07fdb8200f4d0 /* 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; @@ -6705,10 +6705,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6723,7 +6723,7 @@ }; name = "profile"; }; - FFF7f301cc007fb0f301cc00 /* debug */ = { + FFF784029c007fdb84029c00 /* 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; @@ -6735,10 +6735,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6753,7 +6753,7 @@ }; name = "debug"; }; - FFF7f301d2f07fb0f301d2f0 /* checked */ = { + FFF78402a2f07fdb8402a2f0 /* 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; @@ -6765,10 +6765,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6783,7 +6783,7 @@ }; name = "checked"; }; - FFF7f301d9e07fb0f301d9e0 /* profile */ = { + FFF78402a9e07fdb8402a9e0 /* 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; @@ -6795,10 +6795,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6813,7 +6813,7 @@ }; name = "profile"; }; - FFF7f301e0d07fb0f301e0d0 /* release */ = { + FFF78402b0d07fdb8402b0d0 /* 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; @@ -6825,10 +6825,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6843,7 +6843,7 @@ }; name = "release"; }; - FFF7f480a4007fb0f480a400 /* debug */ = { + FFF7840326007fdb84032600 /* 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; @@ -6855,10 +6855,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6873,7 +6873,7 @@ }; name = "debug"; }; - FFF7f480aaf07fb0f480aaf0 /* checked */ = { + FFF784032cf07fdb84032cf0 /* 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; @@ -6885,10 +6885,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6903,7 +6903,7 @@ }; name = "checked"; }; - FFF7f480b1e07fb0f480b1e0 /* profile */ = { + FFF7840333e07fdb840333e0 /* 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; @@ -6915,10 +6915,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6933,7 +6933,7 @@ }; name = "profile"; }; - FFF7f480b8d07fb0f480b8d0 /* release */ = { + FFF784033ad07fdb84033ad0 /* 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; @@ -6945,10 +6945,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6963,7 +6963,7 @@ }; name = "release"; }; - FFF7f21b0c007fb0f21b0c00 /* debug */ = { + FFF78201ba007fdb8201ba00 /* 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; @@ -6975,10 +6975,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -6993,7 +6993,7 @@ }; name = "debug"; }; - FFF7f21b12f07fb0f21b12f0 /* checked */ = { + FFF78201c0f07fdb8201c0f0 /* 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; @@ -7005,10 +7005,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7023,7 +7023,7 @@ }; name = "checked"; }; - FFF7f21b19e07fb0f21b19e0 /* profile */ = { + FFF78201c7e07fdb8201c7e0 /* 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; @@ -7035,10 +7035,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7053,7 +7053,7 @@ }; name = "profile"; }; - FFF7f21b20d07fb0f21b20d0 /* release */ = { + FFF78201ced07fdb8201ced0 /* 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; @@ -7065,10 +7065,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7083,7 +7083,7 @@ }; name = "release"; }; - FFF7f4814e007fb0f4814e00 /* debug */ = { + FFF782025a007fdb82025a00 /* 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; @@ -7095,10 +7095,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7113,7 +7113,7 @@ }; name = "debug"; }; - FFF7f48154f07fb0f48154f0 /* checked */ = { + FFF7820260f07fdb820260f0 /* 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; @@ -7125,10 +7125,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7143,7 +7143,7 @@ }; name = "checked"; }; - FFF7f4815be07fb0f4815be0 /* profile */ = { + FFF7820267e07fdb820267e0 /* 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; @@ -7155,10 +7155,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7173,7 +7173,7 @@ }; name = "profile"; }; - FFF7f48162d07fb0f48162d0 /* release */ = { + FFF782026ed07fdb82026ed0 /* 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; @@ -7185,10 +7185,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7203,7 +7203,7 @@ }; name = "release"; }; - FFF7f21b96007fb0f21b9600 /* debug */ = { + FFF78403ac007fdb8403ac00 /* 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; @@ -7215,10 +7215,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7233,7 +7233,7 @@ }; name = "debug"; }; - FFF7f21b9cf07fb0f21b9cf0 /* checked */ = { + FFF78403b2f07fdb8403b2f0 /* 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; @@ -7245,10 +7245,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7263,7 +7263,7 @@ }; name = "checked"; }; - FFF7f21ba3e07fb0f21ba3e0 /* profile */ = { + FFF78403b9e07fdb8403b9e0 /* 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; @@ -7275,10 +7275,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7293,7 +7293,7 @@ }; name = "profile"; }; - FFF7f21baad07fb0f21baad0 /* release */ = { + FFF78403c0d07fdb8403c0d0 /* 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; @@ -7305,10 +7305,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7323,7 +7323,7 @@ }; name = "release"; }; - FFF7f1835a007fb0f1835a00 /* debug */ = { + FFF78405fc007fdb8405fc00 /* 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; @@ -7335,10 +7335,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7353,7 +7353,7 @@ }; name = "debug"; }; - FFF7f18360f07fb0f18360f0 /* release */ = { + FFF7840602f07fdb840602f0 /* 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; @@ -7365,10 +7365,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7383,7 +7383,7 @@ }; name = "release"; }; - FFF7f18367e07fb0f18367e0 /* checked */ = { + FFF7840609e07fdb840609e0 /* 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; @@ -7395,10 +7395,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7413,7 +7413,7 @@ }; name = "checked"; }; - FFF7f1836ed07fb0f1836ed0 /* profile */ = { + FFF7840610d07fdb840610d0 /* 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; @@ -7425,10 +7425,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7443,7 +7443,7 @@ }; name = "profile"; }; - FFF7f481b8007fb0f481b800 /* debug */ = { + FFF78202dc007fdb8202dc00 /* 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; @@ -7455,10 +7455,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7473,7 +7473,7 @@ }; name = "debug"; }; - FFF7f481bef07fb0f481bef0 /* release */ = { + FFF78202e2f07fdb8202e2f0 /* 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; @@ -7485,10 +7485,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7503,7 +7503,7 @@ }; name = "release"; }; - FFF7f481c5e07fb0f481c5e0 /* checked */ = { + FFF78202e9e07fdb8202e9e0 /* 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; @@ -7515,10 +7515,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7533,7 +7533,7 @@ }; name = "checked"; }; - FFF7f481ccd07fb0f481ccd0 /* profile */ = { + FFF78202f0d07fdb8202f0d0 /* 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; @@ -7545,10 +7545,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7563,25 +7563,25 @@ }; name = "profile"; }; - FFF3f21e04007fb0f21e0400 /* release */ = { + FFF38399e2007fdb8399e200 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3f21e0af07fb0f21e0af0 /* debug */ = { + FFF38399e8f07fdb8399e8f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3f21e11e07fb0f21e11e0 /* checked */ = { + FFF38399efe07fdb8399efe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3f21e18d07fb0f21e18d0 /* profile */ = { + FFF38399f6d07fdb8399f6d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7590,34 +7590,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9f1568a407fb0f1568a40 /* Project object */ = { + FFF9830083f07fdb830083f0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6f1568a407fb0f1568a40 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF6830083f07fdb830083f0 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBf1568aa87fb0f1568aa8 /* PhysX */; + mainGroup = FFFB830084587fdb83008458 /* PhysX */; targets = ( - FFFAf39459607fb0f3945960, - FFFAf3934b807fb0f3934b80, - FFFAf3950f807fb0f3950f80, - FFFAf39602f07fb0f39602f0, - FFFAf3972c407fb0f3972c40, - FFFAf39771c07fb0f39771c0, - FFFAf2c8ba007fb0f2c8ba00, - FFFAf299eeb07fb0f299eeb0, - FFFAf298c0307fb0f298c030, - FFFAf14114a07fb0f14114a0, - FFFAf2d3dd907fb0f2d3dd90, - FFFAf39094b07fb0f39094b0, - FFFAf2c04d807fb0f2c04d80, - FFFAf3927bf07fb0f3927bf0, - FFFAf2c195d07fb0f2c195d0, - FFFAf2faef607fb0f2faef60, - FFFAf39379407fb0f3937940, + FFFA81c6e7107fdb81c6e710, + FFFA81c788d07fdb81c788d0, + FFFA81c7dd307fdb81c7dd30, + FFFA81c895807fdb81c89580, + FFFA81c9c0307fdb81c9c030, + FFFA832121807fdb83212180, + FFFA8322a9507fdb8322a950, + FFFA832255c07fdb832255c0, + FFFA832630b07fdb832630b0, + FFFA81c0ebb07fdb81c0ebb0, + FFFA83507ad07fdb83507ad0, + FFFA837322b07fdb837322b0, + FFFA81c2a6507fdb81c2a650, + FFFA81c526f07fdb81c526f0, + FFFA837467407fdb83746740, + FFFA84a4f9207fdb84a4f920, + FFFA81c6af307fdb81c6af30, ); }; /* End PBXProject section */ }; - rootObject = FFF9f1568a407fb0f1568a40 /* Project object */; + rootObject = FFF9830083f07fdb830083f0 /* 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 f13186fd..05c667f7 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 */ - FFFF441a9ae07fba441a9ae0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD441d40a07fba441d40a0 /* SceneQuery */; }; - FFFF441a9b407fba441a9b40 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD441d86207fba441d8620 /* SimulationController */; }; - FFFF44844c387fba44844c38 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844c387fba44844c38 /* NpActor.cpp */; }; - FFFF44844ca07fba44844ca0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844ca07fba44844ca0 /* NpAggregate.cpp */; }; - FFFF44844d087fba44844d08 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844d087fba44844d08 /* NpArticulation.cpp */; }; - FFFF44844d707fba44844d70 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844d707fba44844d70 /* NpArticulationJoint.cpp */; }; - FFFF44844dd87fba44844dd8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844dd87fba44844dd8 /* NpArticulationLink.cpp */; }; - FFFF44844e407fba44844e40 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844e407fba44844e40 /* NpBatchQuery.cpp */; }; - FFFF44844ea87fba44844ea8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844ea87fba44844ea8 /* NpConstraint.cpp */; }; - FFFF44844f107fba44844f10 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844f107fba44844f10 /* NpFactory.cpp */; }; - FFFF44844f787fba44844f78 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844f787fba44844f78 /* NpMaterial.cpp */; }; - FFFF44844fe07fba44844fe0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44844fe07fba44844fe0 /* NpMetaData.cpp */; }; - FFFF448450487fba44845048 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448450487fba44845048 /* NpPhysics.cpp */; }; - FFFF448450b07fba448450b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448450b07fba448450b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFF448451187fba44845118 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448451187fba44845118 /* NpReadCheck.cpp */; }; - FFFF448451807fba44845180 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448451807fba44845180 /* NpRigidDynamic.cpp */; }; - FFFF448451e87fba448451e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448451e87fba448451e8 /* NpRigidStatic.cpp */; }; - FFFF448452507fba44845250 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448452507fba44845250 /* NpScene.cpp */; }; - FFFF448452b87fba448452b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448452b87fba448452b8 /* NpSceneQueries.cpp */; }; - FFFF448453207fba44845320 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448453207fba44845320 /* NpSerializerAdapter.cpp */; }; - FFFF448453887fba44845388 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448453887fba44845388 /* NpShape.cpp */; }; - FFFF448453f07fba448453f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448453f07fba448453f0 /* NpShapeManager.cpp */; }; - FFFF448454587fba44845458 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448454587fba44845458 /* NpSpatialIndex.cpp */; }; - FFFF448454c07fba448454c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448454c07fba448454c0 /* NpVolumeCache.cpp */; }; - FFFF448455287fba44845528 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448455287fba44845528 /* NpWriteCheck.cpp */; }; - FFFF448455907fba44845590 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448455907fba44845590 /* PvdMetaDataPvdBinding.cpp */; }; - FFFF448455f87fba448455f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448455f87fba448455f8 /* PvdPhysicsClient.cpp */; }; - FFFF448458007fba44845800 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448458007fba44845800 /* particles/NpParticleFluid.cpp */; }; - FFFF448458687fba44845868 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448458687fba44845868 /* particles/NpParticleSystem.cpp */; }; - FFFF448460207fba44846020 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448460207fba44846020 /* buffering/ScbActor.cpp */; }; - FFFF448460887fba44846088 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448460887fba44846088 /* buffering/ScbAggregate.cpp */; }; - FFFF448460f07fba448460f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448460f07fba448460f0 /* buffering/ScbBase.cpp */; }; - FFFF448461587fba44846158 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448461587fba44846158 /* buffering/ScbCloth.cpp */; }; - FFFF448461c07fba448461c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448461c07fba448461c0 /* buffering/ScbMetaData.cpp */; }; - FFFF448462287fba44846228 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448462287fba44846228 /* buffering/ScbParticleSystem.cpp */; }; - FFFF448462907fba44846290 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448462907fba44846290 /* buffering/ScbScene.cpp */; }; - FFFF448462f87fba448462f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448462f87fba448462f8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFF448463607fba44846360 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448463607fba44846360 /* buffering/ScbShape.cpp */; }; - FFFF448465007fba44846500 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448465007fba44846500 /* cloth/NpCloth.cpp */; }; - FFFF448465687fba44846568 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448465687fba44846568 /* cloth/NpClothFabric.cpp */; }; - FFFF448465d07fba448465d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448465d07fba448465d0 /* cloth/NpClothParticleData.cpp */; }; - FFFF448466387fba44846638 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448466387fba44846638 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFF4483eda87fba4483eda8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD4483eda87fba4483eda8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFF4483ee107fba4483ee10 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD4483ee107fba4483ee10 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF8364f0f07f948364f0f0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD8368d3907f948368d390 /* SceneQuery */; }; + FFFF8364f1507f948364f150 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD83691a007f9483691a00 /* SimulationController */; }; + FFFF8384ee387f948384ee38 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384ee387f948384ee38 /* NpActor.cpp */; }; + FFFF8384eea07f948384eea0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384eea07f948384eea0 /* NpAggregate.cpp */; }; + FFFF8384ef087f948384ef08 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384ef087f948384ef08 /* NpArticulation.cpp */; }; + FFFF8384ef707f948384ef70 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384ef707f948384ef70 /* NpArticulationJoint.cpp */; }; + FFFF8384efd87f948384efd8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384efd87f948384efd8 /* NpArticulationLink.cpp */; }; + FFFF8384f0407f948384f040 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f0407f948384f040 /* NpBatchQuery.cpp */; }; + FFFF8384f0a87f948384f0a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f0a87f948384f0a8 /* NpConstraint.cpp */; }; + FFFF8384f1107f948384f110 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f1107f948384f110 /* NpFactory.cpp */; }; + FFFF8384f1787f948384f178 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f1787f948384f178 /* NpMaterial.cpp */; }; + FFFF8384f1e07f948384f1e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f1e07f948384f1e0 /* NpMetaData.cpp */; }; + FFFF8384f2487f948384f248 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f2487f948384f248 /* NpPhysics.cpp */; }; + FFFF8384f2b07f948384f2b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f2b07f948384f2b0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF8384f3187f948384f318 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f3187f948384f318 /* NpReadCheck.cpp */; }; + FFFF8384f3807f948384f380 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f3807f948384f380 /* NpRigidDynamic.cpp */; }; + FFFF8384f3e87f948384f3e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f3e87f948384f3e8 /* NpRigidStatic.cpp */; }; + FFFF8384f4507f948384f450 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f4507f948384f450 /* NpScene.cpp */; }; + FFFF8384f4b87f948384f4b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f4b87f948384f4b8 /* NpSceneQueries.cpp */; }; + FFFF8384f5207f948384f520 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f5207f948384f520 /* NpSerializerAdapter.cpp */; }; + FFFF8384f5887f948384f588 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f5887f948384f588 /* NpShape.cpp */; }; + FFFF8384f5f07f948384f5f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f5f07f948384f5f0 /* NpShapeManager.cpp */; }; + FFFF8384f6587f948384f658 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f6587f948384f658 /* NpSpatialIndex.cpp */; }; + FFFF8384f6c07f948384f6c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f6c07f948384f6c0 /* NpVolumeCache.cpp */; }; + FFFF8384f7287f948384f728 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f7287f948384f728 /* NpWriteCheck.cpp */; }; + FFFF8384f7907f948384f790 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f7907f948384f790 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF8384f7f87f948384f7f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384f7f87f948384f7f8 /* PvdPhysicsClient.cpp */; }; + FFFF8384fa007f948384fa00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384fa007f948384fa00 /* particles/NpParticleFluid.cpp */; }; + FFFF8384fa687f948384fa68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384fa687f948384fa68 /* particles/NpParticleSystem.cpp */; }; + FFFF838502207f9483850220 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838502207f9483850220 /* buffering/ScbActor.cpp */; }; + FFFF838502887f9483850288 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838502887f9483850288 /* buffering/ScbAggregate.cpp */; }; + FFFF838502f07f94838502f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838502f07f94838502f0 /* buffering/ScbBase.cpp */; }; + FFFF838503587f9483850358 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838503587f9483850358 /* buffering/ScbCloth.cpp */; }; + FFFF838503c07f94838503c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838503c07f94838503c0 /* buffering/ScbMetaData.cpp */; }; + FFFF838504287f9483850428 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838504287f9483850428 /* buffering/ScbParticleSystem.cpp */; }; + FFFF838504907f9483850490 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838504907f9483850490 /* buffering/ScbScene.cpp */; }; + FFFF838504f87f94838504f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838504f87f94838504f8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF838505607f9483850560 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838505607f9483850560 /* buffering/ScbShape.cpp */; }; + FFFF838507007f9483850700 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838507007f9483850700 /* cloth/NpCloth.cpp */; }; + FFFF838507687f9483850768 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838507687f9483850768 /* cloth/NpClothFabric.cpp */; }; + FFFF838507d07f94838507d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838507d07f94838507d0 /* cloth/NpClothParticleData.cpp */; }; + FFFF838508387f9483850838 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838508387f9483850838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF838523a87f94838523a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD838523a87f94838523a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF838524107f9483852410 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD838524107f9483852410 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441a7e907fba441a7e90 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD44843e007fba44843e00 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD44843e687fba44843e68 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD44843ed07fba44843ed0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD44843f387fba44843f38 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD44843fa07fba44843fa0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448440087fba44844008 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD448440707fba44844070 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD448440d87fba448440d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD448441407fba44844140 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFD448441a87fba448441a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448442107fba44844210 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD448442787fba44844278 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD448442e07fba448442e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448443487fba44844348 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD448443b07fba448443b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD448444187fba44844418 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448444807fba44844480 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFD448444e87fba448444e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD448445507fba44844550 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD448445b87fba448445b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD448446207fba44844620 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD448446887fba44844688 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD448446f07fba448446f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD448447587fba44844758 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD448447c07fba448447c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD448448287fba44844828 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFD448448907fba44844890 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD448448f87fba448448f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448449607fba44844960 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD448449c87fba448449c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844a307fba44844a30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844a987fba44844a98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844b007fba44844b00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844b687fba44844b68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844bd07fba44844bd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD44844c387fba44844c38 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844ca07fba44844ca0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844d087fba44844d08 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844d707fba44844d70 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844dd87fba44844dd8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844e407fba44844e40 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844ea87fba44844ea8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844f107fba44844f10 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844f787fba44844f78 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44844fe07fba44844fe0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448450487fba44845048 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448450b07fba448450b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448451187fba44845118 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448451807fba44845180 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448451e87fba448451e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448452507fba44845250 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448452b87fba448452b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448453207fba44845320 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448453887fba44845388 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448453f07fba448453f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448454587fba44845458 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448454c07fba448454c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448455287fba44845528 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448455907fba44845590 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448455f87fba448455f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448456607fba44845660 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD448456c87fba448456c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD448457307fba44845730 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD448457987fba44845798 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD448458007fba44845800 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448458687fba44845868 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448458d07fba448458d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD448459387fba44845938 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD448459a07fba448459a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845a087fba44845a08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845a707fba44845a70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845ad87fba44845ad8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845b407fba44845b40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845ba87fba44845ba8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845c107fba44845c10 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845c787fba44845c78 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845ce07fba44845ce0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845d487fba44845d48 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845db07fba44845db0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845e187fba44845e18 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845e807fba44845e80 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845ee87fba44845ee8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845f507fba44845f50 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD44845fb87fba44845fb8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFD448460207fba44846020 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448460887fba44846088 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448460f07fba448460f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448461587fba44846158 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448461c07fba448461c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448462287fba44846228 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448462907fba44846290 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448462f87fba448462f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448463607fba44846360 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448463c87fba448463c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD448464307fba44846430 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD448464987fba44846498 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD448465007fba44846500 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448465687fba44846568 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448465d07fba448465d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448466387fba44846638 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448468007fba44846800 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD448468687fba44846868 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD448468d07fba448468d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD448469387fba44846938 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448469a07fba448469a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846a087fba44846a08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846a707fba44846a70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846ad87fba44846ad8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846b407fba44846b40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846ba87fba44846ba8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846c107fba44846c10 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846c787fba44846c78 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846ce07fba44846ce0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846d487fba44846d48 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846db07fba44846db0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846e187fba44846e18 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846e807fba44846e80 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846ee87fba44846ee8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846f507fba44846f50 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD44846fb87fba44846fb8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD448470207fba44847020 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD448470887fba44847088 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD448470f07fba448470f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD448471587fba44847158 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD448471c07fba448471c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD448472287fba44847228 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD448472907fba44847290 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD448472f87fba448472f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD448473607fba44847360 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD448473c87fba448473c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD448474307fba44847430 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD448474987fba44847498 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD448475007fba44847500 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD448475687fba44847568 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD448475d07fba448475d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD448476387fba44847638 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD448476a07fba448476a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFD448477087fba44847708 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD448477707fba44847770 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448477d87fba448477d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD448478407fba44847840 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD448478a87fba448478a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD448479107fba44847910 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFD448479787fba44847978 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD448479e07fba448479e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847a487fba44847a48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847ab07fba44847ab0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847b187fba44847b18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847b807fba44847b80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847be87fba44847be8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847c507fba44847c50 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847cb87fba44847cb8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847d207fba44847d20 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847d887fba44847d88 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ea007fba4483ea00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ea687fba4483ea68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ead07fba4483ead0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483eb387fba4483eb38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483eba07fba4483eba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ec087fba4483ec08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ec707fba4483ec70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ecd87fba4483ecd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483ed407fba4483ed40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD4483eda87fba4483eda8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4483ee107fba4483ee10 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD836638307f9483663830 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8384e0007f948384e000 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e0687f948384e068 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e0d07f948384e0d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e1387f948384e138 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e1a07f948384e1a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e2087f948384e208 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e2707f948384e270 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e2d87f948384e2d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e3407f948384e340 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e3a87f948384e3a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e4107f948384e410 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e4787f948384e478 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e4e07f948384e4e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e5487f948384e548 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e5b07f948384e5b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e6187f948384e618 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e6807f948384e680 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e6e87f948384e6e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e7507f948384e750 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e7b87f948384e7b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e8207f948384e820 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e8887f948384e888 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e8f07f948384e8f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e9587f948384e958 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384e9c07f948384e9c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ea287f948384ea28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ea907f948384ea90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384eaf87f948384eaf8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384eb607f948384eb60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ebc87f948384ebc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ec307f948384ec30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ec987f948384ec98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ed007f948384ed00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ed687f948384ed68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384edd07f948384edd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ee387f948384ee38 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384eea07f948384eea0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384ef087f948384ef08 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384ef707f948384ef70 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384efd87f948384efd8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f0407f948384f040 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f0a87f948384f0a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f1107f948384f110 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f1787f948384f178 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f1e07f948384f1e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f2487f948384f248 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f2b07f948384f2b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f3187f948384f318 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f3807f948384f380 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f3e87f948384f3e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f4507f948384f450 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f4b87f948384f4b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f5207f948384f520 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f5887f948384f588 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f5f07f948384f5f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f6587f948384f658 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f6c07f948384f6c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f7287f948384f728 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f7907f948384f790 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f7f87f948384f7f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384f8607f948384f860 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384f8c87f948384f8c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384f9307f948384f930 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384f9987f948384f998 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fa007f948384fa00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384fa687f948384fa68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384fad07f948384fad0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fb387f948384fb38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fba07f948384fba0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fc087f948384fc08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fc707f948384fc70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fcd87f948384fcd8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fd407f948384fd40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fda87f948384fda8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fe107f948384fe10 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fe787f948384fe78 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384fee07f948384fee0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ff487f948384ff48 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384ffb07f948384ffb0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD838500187f9483850018 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD838500807f9483850080 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD838500e87f94838500e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD838501507f9483850150 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD838501b87f94838501b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD838502207f9483850220 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838502887f9483850288 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838502f07f94838502f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838503587f9483850358 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838503c07f94838503c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838504287f9483850428 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838504907f9483850490 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838504f87f94838504f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838505607f9483850560 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838505c87f94838505c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD838506307f9483850630 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD838506987f9483850698 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD838507007f9483850700 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838507687f9483850768 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838507d07f94838507d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838508387f9483850838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83850a007f9483850a00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850a687f9483850a68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850ad07f9483850ad0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850b387f9483850b38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850ba07f9483850ba0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850c087f9483850c08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850c707f9483850c70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850cd87f9483850cd8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850d407f9483850d40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850da87f9483850da8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850e107f9483850e10 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850e787f9483850e78 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850ee07f9483850ee0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850f487f9483850f48 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD83850fb07f9483850fb0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD838510187f9483851018 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD838510807f9483851080 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD838510e87f94838510e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD838511507f9483851150 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD838511b87f94838511b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD838512207f9483851220 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD838512887f9483851288 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD838512f07f94838512f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD838513587f9483851358 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD838513c07f94838513c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD838514287f9483851428 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD838514907f9483851490 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD838514f87f94838514f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD838515607f9483851560 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD838515c87f94838515c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD838516307f9483851630 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD838516987f9483851698 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD838517007f9483851700 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD838517687f9483851768 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD838517d07f94838517d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD838518387f9483851838 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD838518a07f94838518a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD838519087f9483851908 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD838519707f9483851970 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD838519d87f94838519d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851a407f9483851a40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851aa87f9483851aa8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851b107f9483851b10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851b787f9483851b78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851be07f9483851be0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851c487f9483851c48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851cb07f9483851cb0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851d187f9483851d18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851d807f9483851d80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851de87f9483851de8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851e507f9483851e50 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851eb87f9483851eb8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851f207f9483851f20 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD83851f887f9483851f88 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD838520007f9483852000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD838520687f9483852068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD838520d07f94838520d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD838521387f9483852138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD838521a07f94838521a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD838522087f9483852208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD838522707f9483852270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD838522d87f94838522d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD838523407f9483852340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD838523a87f94838523a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838524107f9483852410 /* 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 */ - FFF2441a7e907fba441a7e90 /* Resources */ = { + FFF2836638307f9483663830 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441a7e907fba441a7e90 /* Frameworks */ = { + FFFC836638307f9483663830 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441a7e907fba441a7e90 /* Sources */ = { + FFF8836638307f9483663830 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF44844c387fba44844c38, - FFFF44844ca07fba44844ca0, - FFFF44844d087fba44844d08, - FFFF44844d707fba44844d70, - FFFF44844dd87fba44844dd8, - FFFF44844e407fba44844e40, - FFFF44844ea87fba44844ea8, - FFFF44844f107fba44844f10, - FFFF44844f787fba44844f78, - FFFF44844fe07fba44844fe0, - FFFF448450487fba44845048, - FFFF448450b07fba448450b0, - FFFF448451187fba44845118, - FFFF448451807fba44845180, - FFFF448451e87fba448451e8, - FFFF448452507fba44845250, - FFFF448452b87fba448452b8, - FFFF448453207fba44845320, - FFFF448453887fba44845388, - FFFF448453f07fba448453f0, - FFFF448454587fba44845458, - FFFF448454c07fba448454c0, - FFFF448455287fba44845528, - FFFF448455907fba44845590, - FFFF448455f87fba448455f8, - FFFF448458007fba44845800, - FFFF448458687fba44845868, - FFFF448460207fba44846020, - FFFF448460887fba44846088, - FFFF448460f07fba448460f0, - FFFF448461587fba44846158, - FFFF448461c07fba448461c0, - FFFF448462287fba44846228, - FFFF448462907fba44846290, - FFFF448462f87fba448462f8, - FFFF448463607fba44846360, - FFFF448465007fba44846500, - FFFF448465687fba44846568, - FFFF448465d07fba448465d0, - FFFF448466387fba44846638, - FFFF4483eda87fba4483eda8, - FFFF4483ee107fba4483ee10, + FFFF8384ee387f948384ee38, + FFFF8384eea07f948384eea0, + FFFF8384ef087f948384ef08, + FFFF8384ef707f948384ef70, + FFFF8384efd87f948384efd8, + FFFF8384f0407f948384f040, + FFFF8384f0a87f948384f0a8, + FFFF8384f1107f948384f110, + FFFF8384f1787f948384f178, + FFFF8384f1e07f948384f1e0, + FFFF8384f2487f948384f248, + FFFF8384f2b07f948384f2b0, + FFFF8384f3187f948384f318, + FFFF8384f3807f948384f380, + FFFF8384f3e87f948384f3e8, + FFFF8384f4507f948384f450, + FFFF8384f4b87f948384f4b8, + FFFF8384f5207f948384f520, + FFFF8384f5887f948384f588, + FFFF8384f5f07f948384f5f0, + FFFF8384f6587f948384f658, + FFFF8384f6c07f948384f6c0, + FFFF8384f7287f948384f728, + FFFF8384f7907f948384f790, + FFFF8384f7f87f948384f7f8, + FFFF8384fa007f948384fa00, + FFFF8384fa687f948384fa68, + FFFF838502207f9483850220, + FFFF838502887f9483850288, + FFFF838502f07f94838502f0, + FFFF838503587f9483850358, + FFFF838503c07f94838503c0, + FFFF838504287f9483850428, + FFFF838504907f9483850490, + FFFF838504f87f94838504f8, + FFFF838505607f9483850560, + FFFF838507007f9483850700, + FFFF838507687f9483850768, + FFFF838507d07f94838507d0, + FFFF838508387f9483850838, + FFFF838523a87f94838523a8, + FFFF838524107f9483852410, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4441a3e407fba441a3e40 /* PBXTargetDependency */ = { + FFF48366caf07f948366caf0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441270b07fba441270b0 /* LowLevel */; - targetProxy = FFF5441270b07fba441270b0 /* PBXContainerItemProxy */; + target = FFFA831509407f9483150940 /* LowLevel */; + targetProxy = FFF5831509407f9483150940 /* PBXContainerItemProxy */; }; - FFF4441b57007fba441b5700 /* PBXTargetDependency */ = { + FFF48364e8d07f948364e8d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA44154f407fba44154f40 /* LowLevelAABB */; - targetProxy = FFF544154f407fba44154f40 /* PBXContainerItemProxy */; + target = FFFA8362aaf07f948362aaf0 /* LowLevelAABB */; + targetProxy = FFF58362aaf07f948362aaf0 /* PBXContainerItemProxy */; }; - FFF4441a41e07fba441a41e0 /* PBXTargetDependency */ = { + FFF48364ec507f948364ec50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441915407fba44191540 /* LowLevelCloth */; - targetProxy = FFF5441915407fba44191540 /* PBXContainerItemProxy */; + target = FFFA836462307f9483646230 /* LowLevelCloth */; + targetProxy = FFF5836462307f9483646230 /* PBXContainerItemProxy */; }; - FFF4441b57607fba441b5760 /* PBXTargetDependency */ = { + FFF48364e9307f948364e930 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441701307fba44170130 /* LowLevelDynamics */; - targetProxy = FFF5441701307fba44170130 /* PBXContainerItemProxy */; + target = FFFA8420b3c07f948420b3c0 /* LowLevelDynamics */; + targetProxy = FFF58420b3c07f948420b3c0 /* PBXContainerItemProxy */; }; - FFF4441a42407fba441a4240 /* PBXTargetDependency */ = { + FFF48364ecb07f948364ecb0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA437f9a307fba437f9a30 /* LowLevelParticles */; - targetProxy = FFF5437f9a307fba437f9a30 /* PBXContainerItemProxy */; + target = FFFA831668907f9483166890 /* LowLevelParticles */; + targetProxy = FFF5831668907f9483166890 /* PBXContainerItemProxy */; }; - FFF4441a40d07fba441a40d0 /* PBXTargetDependency */ = { + FFF4836511907f9483651190 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA431a02b07fba431a02b0 /* PhysXCommon */; - targetProxy = FFF5431a02b07fba431a02b0 /* PBXContainerItemProxy */; + target = FFFA8313f9907f948313f990 /* PhysXCommon */; + targetProxy = FFF58313f9907f948313f990 /* PBXContainerItemProxy */; }; - FFF4441a81807fba441a8180 /* PBXTargetDependency */ = { + FFF483663b207f9483663b20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; - targetProxy = FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */; + target = FFFA8311f9307f948311f930 /* PxFoundation */; + targetProxy = FFF58311f9307f948311f930 /* PBXContainerItemProxy */; }; - FFF4441a7e307fba441a7e30 /* PBXTargetDependency */ = { + FFF4836637d07f94836637d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA44109f207fba44109f20 /* PxPvdSDK */; - targetProxy = FFF544109f207fba44109f20 /* PBXContainerItemProxy */; + target = FFFA8340c6c07f948340c6c0 /* PxPvdSDK */; + targetProxy = FFF58340c6c07f948340c6c0 /* PBXContainerItemProxy */; }; - FFF4441b57f07fba441b57f0 /* PBXTargetDependency */ = { + FFF48364f1807f948364f180 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA434ead707fba434ead70 /* PxTask */; - targetProxy = FFF5434ead707fba434ead70 /* PBXContainerItemProxy */; + target = FFFA81e917707f9481e91770 /* PxTask */; + targetProxy = FFF581e917707f9481e91770 /* PBXContainerItemProxy */; }; - FFF4441a9ae07fba441a9ae0 /* PBXTargetDependency */ = { + FFF48364f0f07f948364f0f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441d40a07fba441d40a0 /* SceneQuery */; - targetProxy = FFF5441d40a07fba441d40a0 /* PBXContainerItemProxy */; + target = FFFA8368d3907f948368d390 /* SceneQuery */; + targetProxy = FFF58368d3907f948368d390 /* PBXContainerItemProxy */; }; - FFF4441a9b407fba441a9b40 /* PBXTargetDependency */ = { + FFF48364f1507f948364f150 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441d86207fba441d8620 /* SimulationController */; - targetProxy = FFF5441d86207fba441d8620 /* PBXContainerItemProxy */; + target = FFFA83691a007f9483691a00 /* SimulationController */; + targetProxy = FFF583691a007f9483691a00 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFF4419ccd07fba4419ccd0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD441c17507fba441c1750 /* PhysXExtensions */; }; - FFFF448482787fba44848278 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448482787fba44848278 /* CctBoxController.cpp */; }; - FFFF448482e07fba448482e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448482e07fba448482e0 /* CctCapsuleController.cpp */; }; - FFFF448483487fba44848348 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448483487fba44848348 /* CctCharacterController.cpp */; }; - FFFF448483b07fba448483b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448483b07fba448483b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFF448484187fba44848418 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448484187fba44848418 /* CctCharacterControllerManager.cpp */; }; - FFFF448484807fba44848480 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448484807fba44848480 /* CctController.cpp */; }; - FFFF448484e87fba448484e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448484e87fba448484e8 /* CctObstacleContext.cpp */; }; - FFFF448485507fba44848550 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448485507fba44848550 /* CctSweptBox.cpp */; }; - FFFF448485b87fba448485b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448485b87fba448485b8 /* CctSweptCapsule.cpp */; }; - FFFF448486207fba44848620 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448486207fba44848620 /* CctSweptVolume.cpp */; }; + FFFF8366fc407f948366fc40 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD8367a8e07f948367a8e0 /* PhysXExtensions */; }; + FFFF8384c2787f948384c278 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c2787f948384c278 /* CctBoxController.cpp */; }; + FFFF8384c2e07f948384c2e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c2e07f948384c2e0 /* CctCapsuleController.cpp */; }; + FFFF8384c3487f948384c348 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c3487f948384c348 /* CctCharacterController.cpp */; }; + FFFF8384c3b07f948384c3b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c3b07f948384c3b0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF8384c4187f948384c418 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c4187f948384c418 /* CctCharacterControllerManager.cpp */; }; + FFFF8384c4807f948384c480 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c4807f948384c480 /* CctController.cpp */; }; + FFFF8384c4e87f948384c4e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c4e87f948384c4e8 /* CctObstacleContext.cpp */; }; + FFFF8384c5507f948384c550 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c5507f948384c550 /* CctSweptBox.cpp */; }; + FFFF8384c5b87f948384c5b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c5b87f948384c5b8 /* CctSweptCapsule.cpp */; }; + FFFF8384c6207f948384c620 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8384c6207f948384c620 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441b54a07fba441b54a0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4419cec07fba4419cec0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419cf287fba4419cf28 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419cf907fba4419cf90 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419cff87fba4419cff8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419d0607fba4419d060 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419d0c87fba4419d0c8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419d1307fba4419d130 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFD4419d1987fba4419d198 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847e007fba44847e00 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847e687fba44847e68 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847ed07fba44847ed0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847f387fba44847f38 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD44847fa07fba44847fa0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFD448480087fba44848008 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFD448480707fba44848070 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD448480d87fba448480d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD448481407fba44848140 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD448481a87fba448481a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFD448482107fba44848210 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD448482787fba44848278 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448482e07fba448482e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448483487fba44848348 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448483b07fba448483b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448484187fba44848418 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448484807fba44848480 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448484e87fba448484e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448485507fba44848550 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448485b87fba448485b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448486207fba44848620 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8364edd07f948364edd0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD836707407f9483670740 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD836707a87f94836707a8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD836708107f9483670810 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD836708787f9483670878 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD836708e07f94836708e0 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD836709487f9483670948 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD836709b07f94836709b0 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD83670a187f9483670a18 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384be007f948384be00 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384be687f948384be68 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384bed07f948384bed0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384bf387f948384bf38 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384bfa07f948384bfa0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c0087f948384c008 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c0707f948384c070 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c0d87f948384c0d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c1407f948384c140 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c1a87f948384c1a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c2107f948384c210 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8384c2787f948384c278 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c2e07f948384c2e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c3487f948384c348 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c3b07f948384c3b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c4187f948384c418 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c4807f948384c480 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c4e87f948384c4e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c5507f948384c550 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c5b87f948384c5b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8384c6207f948384c620 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2441b54a07fba441b54a0 /* Resources */ = { + FFF28364edd07f948364edd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441b54a07fba441b54a0 /* Frameworks */ = { + FFFC8364edd07f948364edd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441b54a07fba441b54a0 /* Sources */ = { + FFF88364edd07f948364edd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF448482787fba44848278, - FFFF448482e07fba448482e0, - FFFF448483487fba44848348, - FFFF448483b07fba448483b0, - FFFF448484187fba44848418, - FFFF448484807fba44848480, - FFFF448484e87fba448484e8, - FFFF448485507fba44848550, - FFFF448485b87fba448485b8, - FFFF448486207fba44848620, + FFFF8384c2787f948384c278, + FFFF8384c2e07f948384c2e0, + FFFF8384c3487f948384c348, + FFFF8384c3b07f948384c3b0, + FFFF8384c4187f948384c418, + FFFF8384c4807f948384c480, + FFFF8384c4e87f948384c4e8, + FFFF8384c5507f948384c550, + FFFF8384c5b87f948384c5b8, + FFFF8384c6207f948384c620, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4441b50207fba441b5020 /* PBXTargetDependency */ = { + FFF48366f5007f948366f500 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA431a02b07fba431a02b0 /* PhysXCommon */; - targetProxy = FFF5431a02b07fba431a02b0 /* PBXContainerItemProxy */; + target = FFFA8313f9907f948313f990 /* PhysXCommon */; + targetProxy = FFF58313f9907f948313f990 /* PBXContainerItemProxy */; }; - FFF44419ccd07fba4419ccd0 /* PBXTargetDependency */ = { + FFF48366fc407f948366fc40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441c17507fba441c1750 /* PhysXExtensions */; - targetProxy = FFF5441c17507fba441c1750 /* PBXContainerItemProxy */; + target = FFFA8367a8e07f948367a8e0 /* PhysXExtensions */; + targetProxy = FFF58367a8e07f948367a8e0 /* PBXContainerItemProxy */; }; - FFF44419ceb07fba4419ceb0 /* PBXTargetDependency */ = { + FFF48366ef207f948366ef20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; - targetProxy = FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */; + target = FFFA8311f9307f948311f930 /* PxFoundation */; + targetProxy = FFF58311f9307f948311f930 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFF4484c4087fba4484c408 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c4087fba4484c408 /* PxVehicleComponents.cpp */; }; - FFFF4484c4707fba4484c470 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c4707fba4484c470 /* PxVehicleDrive.cpp */; }; - FFFF4484c4d87fba4484c4d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c4d87fba4484c4d8 /* PxVehicleDrive4W.cpp */; }; - FFFF4484c5407fba4484c540 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c5407fba4484c540 /* PxVehicleDriveNW.cpp */; }; - FFFF4484c5a87fba4484c5a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c5a87fba4484c5a8 /* PxVehicleDriveTank.cpp */; }; - FFFF4484c6107fba4484c610 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c6107fba4484c610 /* PxVehicleMetaData.cpp */; }; - FFFF4484c6787fba4484c678 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c6787fba4484c678 /* PxVehicleNoDrive.cpp */; }; - FFFF4484c6e07fba4484c6e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c6e07fba4484c6e0 /* PxVehicleSDK.cpp */; }; - FFFF4484c7487fba4484c748 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c7487fba4484c748 /* PxVehicleSerialization.cpp */; }; - FFFF4484c7b07fba4484c7b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c7b07fba4484c7b0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFF4484c8187fba4484c818 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c8187fba4484c818 /* PxVehicleTireFriction.cpp */; }; - FFFF4484c8807fba4484c880 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c8807fba4484c880 /* PxVehicleUpdate.cpp */; }; - FFFF4484c8e87fba4484c8e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c8e87fba4484c8e8 /* PxVehicleWheels.cpp */; }; - FFFF4484c9507fba4484c950 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c9507fba4484c950 /* VehicleUtilControl.cpp */; }; - FFFF4484c9b87fba4484c9b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484c9b87fba4484c9b8 /* VehicleUtilSetup.cpp */; }; - FFFF4484ca207fba4484ca20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ca207fba4484ca20 /* VehicleUtilTelemetry.cpp */; }; - FFFF441c36287fba441c3628 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD441c36287fba441c3628 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFF441c36907fba441c3690 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD441c36907fba441c3690 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF838580087f9483858008 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838580087f9483858008 /* PxVehicleComponents.cpp */; }; + FFFF838580707f9483858070 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838580707f9483858070 /* PxVehicleDrive.cpp */; }; + FFFF838580d87f94838580d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838580d87f94838580d8 /* PxVehicleDrive4W.cpp */; }; + FFFF838581407f9483858140 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838581407f9483858140 /* PxVehicleDriveNW.cpp */; }; + FFFF838581a87f94838581a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838581a87f94838581a8 /* PxVehicleDriveTank.cpp */; }; + FFFF838582107f9483858210 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838582107f9483858210 /* PxVehicleMetaData.cpp */; }; + FFFF838582787f9483858278 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838582787f9483858278 /* PxVehicleNoDrive.cpp */; }; + FFFF838582e07f94838582e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838582e07f94838582e0 /* PxVehicleSDK.cpp */; }; + FFFF838583487f9483858348 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838583487f9483858348 /* PxVehicleSerialization.cpp */; }; + FFFF838583b07f94838583b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838583b07f94838583b0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF838584187f9483858418 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838584187f9483858418 /* PxVehicleTireFriction.cpp */; }; + FFFF838584807f9483858480 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838584807f9483858480 /* PxVehicleUpdate.cpp */; }; + FFFF838584e87f94838584e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838584e87f94838584e8 /* PxVehicleWheels.cpp */; }; + FFFF838585507f9483858550 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838585507f9483858550 /* VehicleUtilControl.cpp */; }; + FFFF838585b87f94838585b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838585b87f94838585b8 /* VehicleUtilSetup.cpp */; }; + FFFF838586207f9483858620 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838586207f9483858620 /* VehicleUtilTelemetry.cpp */; }; + FFFF8367c7b87f948367c7b8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD8367c7b87f948367c7b8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF8367c8207f948367c820 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD8367c8207f948367c820 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441a23807fba441a2380 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4484a4007fba4484a400 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a4687fba4484a468 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a4d07fba4484a4d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a5387fba4484a538 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a5a07fba4484a5a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a6087fba4484a608 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a6707fba4484a670 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a6d87fba4484a6d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a7407fba4484a740 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a7a87fba4484a7a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a8107fba4484a810 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a8787fba4484a878 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a8e07fba4484a8e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a9487fba4484a948 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484a9b07fba4484a9b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c2007fba4484c200 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c2687fba4484c268 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c2d07fba4484c2d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c3387fba4484c338 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c3a07fba4484c3a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484c4087fba4484c408 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c4707fba4484c470 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c4d87fba4484c4d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c5407fba4484c540 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c5a87fba4484c5a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c6107fba4484c610 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c6787fba4484c678 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c6e07fba4484c6e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c7487fba4484c748 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c7b07fba4484c7b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c8187fba4484c818 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c8807fba4484c880 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c8e87fba4484c8e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c9507fba4484c950 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484c9b87fba4484c9b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ca207fba4484ca20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD441c34f07fba441c34f0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD441c35587fba441c3558 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD441c35c07fba441c35c0 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD441c36287fba441c3628 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD441c36907fba441c3690 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD836503707f9483650370 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD838560007f9483856000 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD838560687f9483856068 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD838560d07f94838560d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD838561387f9483856138 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD838561a07f94838561a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD838562087f9483856208 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD838562707f9483856270 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD838562d87f94838562d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD838563407f9483856340 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD838563a87f94838563a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD838564107f9483856410 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD838564787f9483856478 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD838564e07f94838564e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD838565487f9483856548 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD838565b07f94838565b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD83857e007f9483857e00 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD83857e687f9483857e68 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD83857ed07f9483857ed0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD83857f387f9483857f38 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD83857fa07f9483857fa0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD838580087f9483858008 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838580707f9483858070 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838580d87f94838580d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838581407f9483858140 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838581a87f94838581a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838582107f9483858210 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838582787f9483858278 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838582e07f94838582e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838583487f9483858348 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838583b07f94838583b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838584187f9483858418 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838584807f9483858480 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838584e87f94838584e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838585507f9483858550 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838585b87f94838585b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838586207f9483858620 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8367c6807f948367c680 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8367c6e87f948367c6e8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8367c7507f948367c750 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8367c7b87f948367c7b8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8367c8207f948367c820 /* 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 */ - FFF2441a23807fba441a2380 /* Resources */ = { + FFF2836503707f9483650370 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441a23807fba441a2380 /* Frameworks */ = { + FFFC836503707f9483650370 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441a23807fba441a2380 /* Sources */ = { + FFF8836503707f9483650370 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4484c4087fba4484c408, - FFFF4484c4707fba4484c470, - FFFF4484c4d87fba4484c4d8, - FFFF4484c5407fba4484c540, - FFFF4484c5a87fba4484c5a8, - FFFF4484c6107fba4484c610, - FFFF4484c6787fba4484c678, - FFFF4484c6e07fba4484c6e0, - FFFF4484c7487fba4484c748, - FFFF4484c7b07fba4484c7b0, - FFFF4484c8187fba4484c818, - FFFF4484c8807fba4484c880, - FFFF4484c8e87fba4484c8e8, - FFFF4484c9507fba4484c950, - FFFF4484c9b87fba4484c9b8, - FFFF4484ca207fba4484ca20, - FFFF441c36287fba441c3628, - FFFF441c36907fba441c3690, + FFFF838580087f9483858008, + FFFF838580707f9483858070, + FFFF838580d87f94838580d8, + FFFF838581407f9483858140, + FFFF838581a87f94838581a8, + FFFF838582107f9483858210, + FFFF838582787f9483858278, + FFFF838582e07f94838582e0, + FFFF838583487f9483858348, + FFFF838583b07f94838583b0, + FFFF838584187f9483858418, + FFFF838584807f9483858480, + FFFF838584e87f94838584e8, + FFFF838585507f9483858550, + FFFF838585b87f94838585b8, + FFFF838586207f9483858620, + FFFF8367c7b87f948367c7b8, + FFFF8367c8207f948367c820, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFF4484eae87fba4484eae8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484eae87fba4484eae8 /* ExtBroadPhase.cpp */; }; - FFFF4484eb507fba4484eb50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484eb507fba4484eb50 /* ExtClothFabricCooker.cpp */; }; - FFFF4484ebb87fba4484ebb8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ebb87fba4484ebb8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFF4484ec207fba4484ec20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ec207fba4484ec20 /* ExtClothMeshQuadifier.cpp */; }; - FFFF4484ec887fba4484ec88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ec887fba4484ec88 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFF4484ecf07fba4484ecf0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ecf07fba4484ecf0 /* ExtCollection.cpp */; }; - FFFF4484ed587fba4484ed58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ed587fba4484ed58 /* ExtConvexMeshExt.cpp */; }; - FFFF4484edc07fba4484edc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484edc07fba4484edc0 /* ExtCpuWorkerThread.cpp */; }; - FFFF4484ee287fba4484ee28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ee287fba4484ee28 /* ExtD6Joint.cpp */; }; - FFFF4484ee907fba4484ee90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ee907fba4484ee90 /* ExtD6JointSolverPrep.cpp */; }; - FFFF4484eef87fba4484eef8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484eef87fba4484eef8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFF4484ef607fba4484ef60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484ef607fba4484ef60 /* ExtDefaultErrorCallback.cpp */; }; - FFFF4484efc87fba4484efc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484efc87fba4484efc8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFF4484f0307fba4484f030 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f0307fba4484f030 /* ExtDefaultStreams.cpp */; }; - FFFF4484f0987fba4484f098 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f0987fba4484f098 /* ExtDistanceJoint.cpp */; }; - FFFF4484f1007fba4484f100 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f1007fba4484f100 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFF4484f1687fba4484f168 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f1687fba4484f168 /* ExtExtensions.cpp */; }; - FFFF4484f1d07fba4484f1d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f1d07fba4484f1d0 /* ExtFixedJoint.cpp */; }; - FFFF4484f2387fba4484f238 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f2387fba4484f238 /* ExtFixedJointSolverPrep.cpp */; }; - FFFF4484f2a07fba4484f2a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f2a07fba4484f2a0 /* ExtJoint.cpp */; }; - FFFF4484f3087fba4484f308 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f3087fba4484f308 /* ExtMetaData.cpp */; }; - FFFF4484f3707fba4484f370 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f3707fba4484f370 /* ExtParticleExt.cpp */; }; - FFFF4484f3d87fba4484f3d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f3d87fba4484f3d8 /* ExtPrismaticJoint.cpp */; }; - FFFF4484f4407fba4484f440 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f4407fba4484f440 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFF4484f4a87fba4484f4a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f4a87fba4484f4a8 /* ExtPvd.cpp */; }; - FFFF4484f5107fba4484f510 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f5107fba4484f510 /* ExtPxStringTable.cpp */; }; - FFFF4484f5787fba4484f578 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f5787fba4484f578 /* ExtRaycastCCD.cpp */; }; - FFFF4484f5e07fba4484f5e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f5e07fba4484f5e0 /* ExtRevoluteJoint.cpp */; }; - FFFF4484f6487fba4484f648 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f6487fba4484f648 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFF4484f6b07fba4484f6b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f6b07fba4484f6b0 /* ExtRigidBodyExt.cpp */; }; - FFFF4484f7187fba4484f718 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f7187fba4484f718 /* ExtSceneQueryExt.cpp */; }; - FFFF4484f7807fba4484f780 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f7807fba4484f780 /* ExtSimpleFactory.cpp */; }; - FFFF4484f7e87fba4484f7e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f7e87fba4484f7e8 /* ExtSmoothNormals.cpp */; }; - FFFF4484f8507fba4484f850 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f8507fba4484f850 /* ExtSphericalJoint.cpp */; }; - FFFF4484f8b87fba4484f8b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f8b87fba4484f8b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFF4484f9207fba4484f920 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4484f9207fba4484f920 /* ExtTriangleMeshExt.cpp */; }; - FFFF448528d07fba448528d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448528d07fba448528d0 /* SnSerialUtils.cpp */; }; - FFFF448529387fba44852938 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448529387fba44852938 /* SnSerialization.cpp */; }; - FFFF448529a07fba448529a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448529a07fba448529a0 /* SnSerializationRegistry.cpp */; }; - FFFF44852ce07fba44852ce0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852ce07fba44852ce0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFF44852d487fba44852d48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852d487fba44852d48 /* Binary/SnBinarySerialization.cpp */; }; - FFFF44852db07fba44852db0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852db07fba44852db0 /* Binary/SnConvX.cpp */; }; - FFFF44852e187fba44852e18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852e187fba44852e18 /* Binary/SnConvX_Align.cpp */; }; - FFFF44852e807fba44852e80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852e807fba44852e80 /* Binary/SnConvX_Convert.cpp */; }; - FFFF44852ee87fba44852ee8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852ee87fba44852ee8 /* Binary/SnConvX_Error.cpp */; }; - FFFF44852f507fba44852f50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852f507fba44852f50 /* Binary/SnConvX_MetaData.cpp */; }; - FFFF44852fb87fba44852fb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44852fb87fba44852fb8 /* Binary/SnConvX_Output.cpp */; }; - FFFF448530207fba44853020 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448530207fba44853020 /* Binary/SnConvX_Union.cpp */; }; - FFFF448530887fba44853088 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448530887fba44853088 /* Binary/SnSerializationContext.cpp */; }; - FFFF448539e07fba448539e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD448539e07fba448539e0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFF44853a487fba44853a48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44853a487fba44853a48 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFF44853ab07fba44853ab0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44853ab07fba44853ab0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFF44853b187fba44853b18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD44853b187fba44853b18 /* Xml/SnXmlSerialization.cpp */; }; - FFFF44850ee07fba44850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD44850ee07fba44850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF8385a6e87f948385a6e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a6e87f948385a6e8 /* ExtBroadPhase.cpp */; }; + FFFF8385a7507f948385a750 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a7507f948385a750 /* ExtClothFabricCooker.cpp */; }; + FFFF8385a7b87f948385a7b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a7b87f948385a7b8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF8385a8207f948385a820 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a8207f948385a820 /* ExtClothMeshQuadifier.cpp */; }; + FFFF8385a8887f948385a888 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a8887f948385a888 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF8385a8f07f948385a8f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a8f07f948385a8f0 /* ExtCollection.cpp */; }; + FFFF8385a9587f948385a958 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a9587f948385a958 /* ExtConvexMeshExt.cpp */; }; + FFFF8385a9c07f948385a9c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385a9c07f948385a9c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF8385aa287f948385aa28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385aa287f948385aa28 /* ExtD6Joint.cpp */; }; + FFFF8385aa907f948385aa90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385aa907f948385aa90 /* ExtD6JointSolverPrep.cpp */; }; + FFFF8385aaf87f948385aaf8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385aaf87f948385aaf8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF8385ab607f948385ab60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ab607f948385ab60 /* ExtDefaultErrorCallback.cpp */; }; + FFFF8385abc87f948385abc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385abc87f948385abc8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF8385ac307f948385ac30 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ac307f948385ac30 /* ExtDefaultStreams.cpp */; }; + FFFF8385ac987f948385ac98 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ac987f948385ac98 /* ExtDistanceJoint.cpp */; }; + FFFF8385ad007f948385ad00 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ad007f948385ad00 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF8385ad687f948385ad68 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ad687f948385ad68 /* ExtExtensions.cpp */; }; + FFFF8385add07f948385add0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385add07f948385add0 /* ExtFixedJoint.cpp */; }; + FFFF8385ae387f948385ae38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385ae387f948385ae38 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF8385aea07f948385aea0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385aea07f948385aea0 /* ExtJoint.cpp */; }; + FFFF8385af087f948385af08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385af087f948385af08 /* ExtMetaData.cpp */; }; + FFFF8385af707f948385af70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385af707f948385af70 /* ExtParticleExt.cpp */; }; + FFFF8385afd87f948385afd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385afd87f948385afd8 /* ExtPrismaticJoint.cpp */; }; + FFFF8385b0407f948385b040 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b0407f948385b040 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF8385b0a87f948385b0a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b0a87f948385b0a8 /* ExtPvd.cpp */; }; + FFFF8385b1107f948385b110 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b1107f948385b110 /* ExtPxStringTable.cpp */; }; + FFFF8385b1787f948385b178 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b1787f948385b178 /* ExtRaycastCCD.cpp */; }; + FFFF8385b1e07f948385b1e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b1e07f948385b1e0 /* ExtRevoluteJoint.cpp */; }; + FFFF8385b2487f948385b248 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b2487f948385b248 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF8385b2b07f948385b2b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b2b07f948385b2b0 /* ExtRigidBodyExt.cpp */; }; + FFFF8385b3187f948385b318 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b3187f948385b318 /* ExtSceneQueryExt.cpp */; }; + FFFF8385b3807f948385b380 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b3807f948385b380 /* ExtSimpleFactory.cpp */; }; + FFFF8385b3e87f948385b3e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b3e87f948385b3e8 /* ExtSmoothNormals.cpp */; }; + FFFF8385b4507f948385b450 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b4507f948385b450 /* ExtSphericalJoint.cpp */; }; + FFFF8385b4b87f948385b4b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b4b87f948385b4b8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF8385b5207f948385b520 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8385b5207f948385b520 /* ExtTriangleMeshExt.cpp */; }; + FFFF8385ead07f948385ead0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385ead07f948385ead0 /* SnSerialUtils.cpp */; }; + FFFF8385eb387f948385eb38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385eb387f948385eb38 /* SnSerialization.cpp */; }; + FFFF8385eba07f948385eba0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385eba07f948385eba0 /* SnSerializationRegistry.cpp */; }; + FFFF8385eee07f948385eee0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385eee07f948385eee0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF8385ef487f948385ef48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385ef487f948385ef48 /* Binary/SnBinarySerialization.cpp */; }; + FFFF8385efb07f948385efb0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385efb07f948385efb0 /* Binary/SnConvX.cpp */; }; + FFFF8385f0187f948385f018 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f0187f948385f018 /* Binary/SnConvX_Align.cpp */; }; + FFFF8385f0807f948385f080 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f0807f948385f080 /* Binary/SnConvX_Convert.cpp */; }; + FFFF8385f0e87f948385f0e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f0e87f948385f0e8 /* Binary/SnConvX_Error.cpp */; }; + FFFF8385f1507f948385f150 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f1507f948385f150 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF8385f1b87f948385f1b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f1b87f948385f1b8 /* Binary/SnConvX_Output.cpp */; }; + FFFF8385f2207f948385f220 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f2207f948385f220 /* Binary/SnConvX_Union.cpp */; }; + FFFF8385f2887f948385f288 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385f2887f948385f288 /* Binary/SnSerializationContext.cpp */; }; + FFFF8385fbe07f948385fbe0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385fbe07f948385fbe0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF8385fc487f948385fc48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385fc487f948385fc48 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF8385fcb07f948385fcb0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385fcb07f948385fcb0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF8385fd187f948385fd18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD8385fd187f948385fd18 /* Xml/SnXmlSerialization.cpp */; }; + FFFF8385cae07f948385cae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD8385cae07f948385cae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441c17507fba441c1750 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4484fa007fba4484fa00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fa687fba4484fa68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fad07fba4484fad0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fb387fba4484fb38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fba07fba4484fba0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fc087fba4484fc08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fc707fba4484fc70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fcd87fba4484fcd8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fd407fba4484fd40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fda87fba4484fda8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fe107fba4484fe10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fe787fba4484fe78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484fee07fba4484fee0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484ff487fba4484ff48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484ffb07fba4484ffb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD448500187fba44850018 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448500807fba44850080 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD448500e87fba448500e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448501507fba44850150 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448501b87fba448501b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFD448502207fba44850220 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD448502887fba44850288 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448502f07fba448502f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448503587fba44850358 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD448503c07fba448503c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448504287fba44850428 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFD448504907fba44850490 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448504f87fba448504f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448505607fba44850560 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448505c87fba448505c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448506307fba44850630 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD448506987fba44850698 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448507007fba44850700 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD448507687fba44850768 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFD448507d07fba448507d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD448508387fba44850838 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD448508a07fba448508a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e4007fba4484e400 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e4687fba4484e468 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e4d07fba4484e4d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e5387fba4484e538 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e5a07fba4484e5a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e6087fba4484e608 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e6707fba4484e670 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e6d87fba4484e6d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e7407fba4484e740 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e7a87fba4484e7a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e8107fba4484e810 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e8787fba4484e878 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e8e07fba4484e8e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e9487fba4484e948 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484e9b07fba4484e9b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484ea187fba4484ea18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484ea807fba4484ea80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD4484eae87fba4484eae8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484eb507fba4484eb50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ebb87fba4484ebb8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ec207fba4484ec20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ec887fba4484ec88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ecf07fba4484ecf0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ed587fba4484ed58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484edc07fba4484edc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ee287fba4484ee28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ee907fba4484ee90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484eef87fba4484eef8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484ef607fba4484ef60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484efc87fba4484efc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f0307fba4484f030 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f0987fba4484f098 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f1007fba4484f100 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f1687fba4484f168 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f1d07fba4484f1d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f2387fba4484f238 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f2a07fba4484f2a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f3087fba4484f308 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f3707fba4484f370 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f3d87fba4484f3d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f4407fba4484f440 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f4a87fba4484f4a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f5107fba4484f510 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f5787fba4484f578 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f5e07fba4484f5e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f6487fba4484f648 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f6b07fba4484f6b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f7187fba4484f718 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f7807fba4484f780 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f7e87fba4484f7e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f8507fba4484f850 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f8b87fba4484f8b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4484f9207fba4484f920 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448528007fba44852800 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD448528687fba44852868 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFD448528d07fba448528d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448529387fba44852938 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448529a07fba448529a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852a087fba44852a08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852a707fba44852a70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852ad87fba44852ad8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852b407fba44852b40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852ba87fba44852ba8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852c107fba44852c10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852c787fba44852c78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD44852ce07fba44852ce0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852d487fba44852d48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852db07fba44852db0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852e187fba44852e18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852e807fba44852e80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852ee87fba44852ee8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852f507fba44852f50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44852fb87fba44852fb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448530207fba44853020 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448530887fba44853088 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448530f07fba448530f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448531587fba44853158 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFD448531c07fba448531c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD448532287fba44853228 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD448532907fba44853290 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD448532f87fba448532f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD448533607fba44853360 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448533c87fba448533c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448534307fba44853430 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFD448534987fba44853498 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448535007fba44853500 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448535687fba44853568 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448535d07fba448535d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD448536387fba44853638 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD448536a07fba448536a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD448537087fba44853708 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD448537707fba44853770 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448537d87fba448537d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448538407fba44853840 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFD448538a87fba448538a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD448539107fba44853910 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448539787fba44853978 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448539e07fba448539e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44853a487fba44853a48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44853ab07fba44853ab0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44853b187fba44853b18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44853b807fba44853b80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850a007fba44850a00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850a687fba44850a68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850ad07fba44850ad0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850b387fba44850b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850ba07fba44850ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850c087fba44850c08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850c707fba44850c70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850cd87fba44850cd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850d407fba44850d40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850da87fba44850da8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850e107fba44850e10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850e787fba44850e78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD44850ee07fba44850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8367a8e07f948367a8e0 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8385b6007f948385b600 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b6687f948385b668 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b6d07f948385b6d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b7387f948385b738 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b7a07f948385b7a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b8087f948385b808 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b8707f948385b870 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b8d87f948385b8d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b9407f948385b940 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385b9a87f948385b9a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ba107f948385ba10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ba787f948385ba78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bae07f948385bae0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bb487f948385bb48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bbb07f948385bbb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bc187f948385bc18 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bc807f948385bc80 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bce87f948385bce8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bd507f948385bd50 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bdb87f948385bdb8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385be207f948385be20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385be887f948385be88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bef07f948385bef0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bf587f948385bf58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385bfc07f948385bfc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c0287f948385c028 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c0907f948385c090 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c0f87f948385c0f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c1607f948385c160 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c1c87f948385c1c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c2307f948385c230 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c2987f948385c298 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c3007f948385c300 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c3687f948385c368 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c3d07f948385c3d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c4387f948385c438 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c4a07f948385c4a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a0007f948385a000 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a0687f948385a068 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a0d07f948385a0d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a1387f948385a138 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a1a07f948385a1a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a2087f948385a208 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a2707f948385a270 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a2d87f948385a2d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a3407f948385a340 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a3a87f948385a3a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a4107f948385a410 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a4787f948385a478 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a4e07f948385a4e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a5487f948385a548 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a5b07f948385a5b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a6187f948385a618 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a6807f948385a680 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385a6e87f948385a6e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a7507f948385a750 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a7b87f948385a7b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a8207f948385a820 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a8887f948385a888 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a8f07f948385a8f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a9587f948385a958 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385a9c07f948385a9c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385aa287f948385aa28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385aa907f948385aa90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385aaf87f948385aaf8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ab607f948385ab60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385abc87f948385abc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ac307f948385ac30 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ac987f948385ac98 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ad007f948385ad00 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ad687f948385ad68 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385add07f948385add0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ae387f948385ae38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385aea07f948385aea0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385af087f948385af08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385af707f948385af70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385afd87f948385afd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b0407f948385b040 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b0a87f948385b0a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b1107f948385b110 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b1787f948385b178 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b1e07f948385b1e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b2487f948385b248 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b2b07f948385b2b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b3187f948385b318 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b3807f948385b380 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b3e87f948385b3e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b4507f948385b450 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b4b87f948385b4b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385b5207f948385b520 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ea007f948385ea00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ea687f948385ea68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ead07f948385ead0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385eb387f948385eb38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385eba07f948385eba0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ec087f948385ec08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ec707f948385ec70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ecd87f948385ecd8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ed407f948385ed40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385eda87f948385eda8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ee107f948385ee10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ee787f948385ee78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385eee07f948385eee0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385ef487f948385ef48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385efb07f948385efb0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f0187f948385f018 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f0807f948385f080 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f0e87f948385f0e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f1507f948385f150 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f1b87f948385f1b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f2207f948385f220 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f2887f948385f288 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385f2f07f948385f2f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f3587f948385f358 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f3c07f948385f3c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f4287f948385f428 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f4907f948385f490 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f4f87f948385f4f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f5607f948385f560 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f5c87f948385f5c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f6307f948385f630 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f6987f948385f698 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f7007f948385f700 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f7687f948385f768 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f7d07f948385f7d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f8387f948385f838 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f8a07f948385f8a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f9087f948385f908 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f9707f948385f970 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385f9d87f948385f9d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385fa407f948385fa40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385faa87f948385faa8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385fb107f948385fb10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385fb787f948385fb78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385fbe07f948385fbe0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385fc487f948385fc48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385fcb07f948385fcb0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385fd187f948385fd18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8385fd807f948385fd80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c6007f948385c600 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c6687f948385c668 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c6d07f948385c6d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c7387f948385c738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c7a07f948385c7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c8087f948385c808 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c8707f948385c870 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c8d87f948385c8d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c9407f948385c940 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385c9a87f948385c9a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ca107f948385ca10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385ca787f948385ca78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8385cae07f948385cae0 /* 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 */ - FFF2441c17507fba441c1750 /* Resources */ = { + FFF28367a8e07f948367a8e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441c17507fba441c1750 /* Frameworks */ = { + FFFC8367a8e07f948367a8e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441c17507fba441c1750 /* Sources */ = { + FFF88367a8e07f948367a8e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4484eae87fba4484eae8, - FFFF4484eb507fba4484eb50, - FFFF4484ebb87fba4484ebb8, - FFFF4484ec207fba4484ec20, - FFFF4484ec887fba4484ec88, - FFFF4484ecf07fba4484ecf0, - FFFF4484ed587fba4484ed58, - FFFF4484edc07fba4484edc0, - FFFF4484ee287fba4484ee28, - FFFF4484ee907fba4484ee90, - FFFF4484eef87fba4484eef8, - FFFF4484ef607fba4484ef60, - FFFF4484efc87fba4484efc8, - FFFF4484f0307fba4484f030, - FFFF4484f0987fba4484f098, - FFFF4484f1007fba4484f100, - FFFF4484f1687fba4484f168, - FFFF4484f1d07fba4484f1d0, - FFFF4484f2387fba4484f238, - FFFF4484f2a07fba4484f2a0, - FFFF4484f3087fba4484f308, - FFFF4484f3707fba4484f370, - FFFF4484f3d87fba4484f3d8, - FFFF4484f4407fba4484f440, - FFFF4484f4a87fba4484f4a8, - FFFF4484f5107fba4484f510, - FFFF4484f5787fba4484f578, - FFFF4484f5e07fba4484f5e0, - FFFF4484f6487fba4484f648, - FFFF4484f6b07fba4484f6b0, - FFFF4484f7187fba4484f718, - FFFF4484f7807fba4484f780, - FFFF4484f7e87fba4484f7e8, - FFFF4484f8507fba4484f850, - FFFF4484f8b87fba4484f8b8, - FFFF4484f9207fba4484f920, - FFFF448528d07fba448528d0, - FFFF448529387fba44852938, - FFFF448529a07fba448529a0, - FFFF44852ce07fba44852ce0, - FFFF44852d487fba44852d48, - FFFF44852db07fba44852db0, - FFFF44852e187fba44852e18, - FFFF44852e807fba44852e80, - FFFF44852ee87fba44852ee8, - FFFF44852f507fba44852f50, - FFFF44852fb87fba44852fb8, - FFFF448530207fba44853020, - FFFF448530887fba44853088, - FFFF448539e07fba448539e0, - FFFF44853a487fba44853a48, - FFFF44853ab07fba44853ab0, - FFFF44853b187fba44853b18, - FFFF44850ee07fba44850ee0, + FFFF8385a6e87f948385a6e8, + FFFF8385a7507f948385a750, + FFFF8385a7b87f948385a7b8, + FFFF8385a8207f948385a820, + FFFF8385a8887f948385a888, + FFFF8385a8f07f948385a8f0, + FFFF8385a9587f948385a958, + FFFF8385a9c07f948385a9c0, + FFFF8385aa287f948385aa28, + FFFF8385aa907f948385aa90, + FFFF8385aaf87f948385aaf8, + FFFF8385ab607f948385ab60, + FFFF8385abc87f948385abc8, + FFFF8385ac307f948385ac30, + FFFF8385ac987f948385ac98, + FFFF8385ad007f948385ad00, + FFFF8385ad687f948385ad68, + FFFF8385add07f948385add0, + FFFF8385ae387f948385ae38, + FFFF8385aea07f948385aea0, + FFFF8385af087f948385af08, + FFFF8385af707f948385af70, + FFFF8385afd87f948385afd8, + FFFF8385b0407f948385b040, + FFFF8385b0a87f948385b0a8, + FFFF8385b1107f948385b110, + FFFF8385b1787f948385b178, + FFFF8385b1e07f948385b1e0, + FFFF8385b2487f948385b248, + FFFF8385b2b07f948385b2b0, + FFFF8385b3187f948385b318, + FFFF8385b3807f948385b380, + FFFF8385b3e87f948385b3e8, + FFFF8385b4507f948385b450, + FFFF8385b4b87f948385b4b8, + FFFF8385b5207f948385b520, + FFFF8385ead07f948385ead0, + FFFF8385eb387f948385eb38, + FFFF8385eba07f948385eba0, + FFFF8385eee07f948385eee0, + FFFF8385ef487f948385ef48, + FFFF8385efb07f948385efb0, + FFFF8385f0187f948385f018, + FFFF8385f0807f948385f080, + FFFF8385f0e87f948385f0e8, + FFFF8385f1507f948385f150, + FFFF8385f1b87f948385f1b8, + FFFF8385f2207f948385f220, + FFFF8385f2887f948385f288, + FFFF8385fbe07f948385fbe0, + FFFF8385fc487f948385fc48, + FFFF8385fcb07f948385fcb0, + FFFF8385fd187f948385fd18, + FFFF8385cae07f948385cae0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,65 +880,65 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4441c0e507fba441c0e50 /* PBXTargetDependency */ = { + FFF483679fe07f9483679fe0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441a12707fba441a1270 /* PsFastXml */; - targetProxy = FFF5441a12707fba441a1270 /* PBXContainerItemProxy */; + target = FFFA836600307f9483660030 /* PsFastXml */; + targetProxy = FFF5836600307f9483660030 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFF448570007fba44857000 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448570007fba44857000 /* SqAABBPruner.cpp */; }; - FFFF448570687fba44857068 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448570687fba44857068 /* SqAABBTree.cpp */; }; - FFFF448570d07fba448570d0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448570d07fba448570d0 /* SqAABBTreeBuild.cpp */; }; - FFFF448571387fba44857138 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448571387fba44857138 /* SqAABBTreeUpdateMap.cpp */; }; - FFFF448571a07fba448571a0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448571a07fba448571a0 /* SqBounds.cpp */; }; - FFFF448572087fba44857208 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448572087fba44857208 /* SqBucketPruner.cpp */; }; - FFFF448572707fba44857270 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448572707fba44857270 /* SqExtendedBucketPruner.cpp */; }; - FFFF448572d87fba448572d8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448572d87fba448572d8 /* SqIncrementalAABBPrunerCore.cpp */; }; - FFFF448573407fba44857340 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448573407fba44857340 /* SqIncrementalAABBTree.cpp */; }; - FFFF448573a87fba448573a8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448573a87fba448573a8 /* SqMetaData.cpp */; }; - FFFF448574107fba44857410 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448574107fba44857410 /* SqPruningPool.cpp */; }; - FFFF448574787fba44857478 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448574787fba44857478 /* SqPruningStructure.cpp */; }; - FFFF448574e07fba448574e0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448574e07fba448574e0 /* SqSceneQueryManager.cpp */; }; + FFFF83862a007f9483862a00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862a007f9483862a00 /* SqAABBPruner.cpp */; }; + FFFF83862a687f9483862a68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862a687f9483862a68 /* SqAABBTree.cpp */; }; + FFFF83862ad07f9483862ad0 /* SqAABBTreeBuild.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862ad07f9483862ad0 /* SqAABBTreeBuild.cpp */; }; + FFFF83862b387f9483862b38 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862b387f9483862b38 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF83862ba07f9483862ba0 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862ba07f9483862ba0 /* SqBounds.cpp */; }; + FFFF83862c087f9483862c08 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862c087f9483862c08 /* SqBucketPruner.cpp */; }; + FFFF83862c707f9483862c70 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862c707f9483862c70 /* SqExtendedBucketPruner.cpp */; }; + FFFF83862cd87f9483862cd8 /* SqIncrementalAABBPrunerCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862cd87f9483862cd8 /* SqIncrementalAABBPrunerCore.cpp */; }; + FFFF83862d407f9483862d40 /* SqIncrementalAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862d407f9483862d40 /* SqIncrementalAABBTree.cpp */; }; + FFFF83862da87f9483862da8 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862da87f9483862da8 /* SqMetaData.cpp */; }; + FFFF83862e107f9483862e10 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862e107f9483862e10 /* SqPruningPool.cpp */; }; + FFFF83862e787f9483862e78 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862e787f9483862e78 /* SqPruningStructure.cpp */; }; + FFFF83862ee07f9483862ee0 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD83862ee07f9483862ee0 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441d40a07fba441d40a0 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD448570007fba44857000 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448570687fba44857068 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448570d07fba448570d0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448571387fba44857138 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448571a07fba448571a0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448572087fba44857208 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448572707fba44857270 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448572d87fba448572d8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448573407fba44857340 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448573a87fba448573a8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448574107fba44857410 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448574787fba44857478 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448574e07fba448574e0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448575487fba44857548 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD448575b07fba448575b0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD448576187fba44857618 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; - FFFD448576807fba44857680 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD448576e87fba448576e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD448577507fba44857750 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD448577b87fba448577b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD448578207fba44857820 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD448578887fba44857888 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD448578f07fba448578f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD448579587fba44857958 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD448579c07fba448579c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD44857a287fba44857a28 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFD441d83607fba441d8360 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD441d83c87fba441d83c8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFD441d84307fba441d8430 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD441d84987fba441d8498 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8368d3907f948368d390 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD83862a007f9483862a00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862a687f9483862a68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862ad07f9483862ad0 /* SqAABBTreeBuild.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.cpp"; path = "../../SceneQuery/src/SqAABBTreeBuild.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862b387f9483862b38 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862ba07f9483862ba0 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862c087f9483862c08 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862c707f9483862c70 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862cd87f9483862cd8 /* SqIncrementalAABBPrunerCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862d407f9483862d40 /* SqIncrementalAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.cpp"; path = "../../SceneQuery/src/SqIncrementalAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862da87f9483862da8 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862e107f9483862e10 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862e787f9483862e78 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862ee07f9483862ee0 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83862f487f9483862f48 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD83862fb07f9483862fb0 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD838630187f9483863018 /* SqAABBTreeBuild.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeBuild.h"; path = "../../SceneQuery/src/SqAABBTreeBuild.h"; sourceTree = SOURCE_ROOT; }; + FFFD838630807f9483863080 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD838630e87f94838630e8 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD838631507f9483863150 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD838631b87f94838631b8 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD838632207f9483863220 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD838632887f9483863288 /* SqIncrementalAABBPrunerCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBPrunerCore.h"; path = "../../SceneQuery/src/SqIncrementalAABBPrunerCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838632f07f94838632f0 /* SqIncrementalAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqIncrementalAABBTree.h"; path = "../../SceneQuery/src/SqIncrementalAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD838633587f9483863358 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD838633c07f94838633c0 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD838634287f9483863428 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD836917407f9483691740 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD836917a87f94836917a8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD836918107f9483691810 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD836918787f9483691878 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2441d40a07fba441d40a0 /* Resources */ = { + FFF28368d3907f948368d390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -948,7 +948,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441d40a07fba441d40a0 /* Frameworks */ = { + FFFC8368d3907f948368d390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -958,23 +958,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441d40a07fba441d40a0 /* Sources */ = { + FFF88368d3907f948368d390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF448570007fba44857000, - FFFF448570687fba44857068, - FFFF448570d07fba448570d0, - FFFF448571387fba44857138, - FFFF448571a07fba448571a0, - FFFF448572087fba44857208, - FFFF448572707fba44857270, - FFFF448572d87fba448572d8, - FFFF448573407fba44857340, - FFFF448573a87fba448573a8, - FFFF448574107fba44857410, - FFFF448574787fba44857478, - FFFF448574e07fba448574e0, + FFFF83862a007f9483862a00, + FFFF83862a687f9483862a68, + FFFF83862ad07f9483862ad0, + FFFF83862b387f9483862b38, + FFFF83862ba07f9483862ba0, + FFFF83862c087f9483862c08, + FFFF83862c707f9483862c70, + FFFF83862cd87f9483862cd8, + FFFF83862d407f9483862d40, + FFFF83862da87f9483862da8, + FFFF83862e107f9483862e10, + FFFF83862e787f9483862e78, + FFFF83862ee07f9483862ee0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -986,154 +986,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFF4485dbd07fba4485dbd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dbd07fba4485dbd0 /* ScActorCore.cpp */; }; - FFFF4485dc387fba4485dc38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dc387fba4485dc38 /* ScActorSim.cpp */; }; - FFFF4485dca07fba4485dca0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dca07fba4485dca0 /* ScArticulationCore.cpp */; }; - FFFF4485dd087fba4485dd08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dd087fba4485dd08 /* ScArticulationJointCore.cpp */; }; - FFFF4485dd707fba4485dd70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dd707fba4485dd70 /* ScArticulationJointSim.cpp */; }; - FFFF4485ddd87fba4485ddd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485ddd87fba4485ddd8 /* ScArticulationSim.cpp */; }; - FFFF4485de407fba4485de40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485de407fba4485de40 /* ScBodyCore.cpp */; }; - FFFF4485dea87fba4485dea8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dea87fba4485dea8 /* ScBodyCoreKinematic.cpp */; }; - FFFF4485df107fba4485df10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485df107fba4485df10 /* ScBodySim.cpp */; }; - FFFF4485df787fba4485df78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485df787fba4485df78 /* ScConstraintCore.cpp */; }; - FFFF4485dfe07fba4485dfe0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485dfe07fba4485dfe0 /* ScConstraintGroupNode.cpp */; }; - FFFF4485e0487fba4485e048 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e0487fba4485e048 /* ScConstraintInteraction.cpp */; }; - FFFF4485e0b07fba4485e0b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e0b07fba4485e0b0 /* ScConstraintProjectionManager.cpp */; }; - FFFF4485e1187fba4485e118 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e1187fba4485e118 /* ScConstraintProjectionTree.cpp */; }; - FFFF4485e1807fba4485e180 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e1807fba4485e180 /* ScConstraintSim.cpp */; }; - FFFF4485e1e87fba4485e1e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e1e87fba4485e1e8 /* ScElementInteractionMarker.cpp */; }; - FFFF4485e2507fba4485e250 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e2507fba4485e250 /* ScElementSim.cpp */; }; - FFFF4485e2b87fba4485e2b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e2b87fba4485e2b8 /* ScInteraction.cpp */; }; - FFFF4485e3207fba4485e320 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e3207fba4485e320 /* ScIterators.cpp */; }; - FFFF4485e3887fba4485e388 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e3887fba4485e388 /* ScMaterialCore.cpp */; }; - FFFF4485e3f07fba4485e3f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e3f07fba4485e3f0 /* ScMetaData.cpp */; }; - FFFF4485e4587fba4485e458 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e4587fba4485e458 /* ScNPhaseCore.cpp */; }; - FFFF4485e4c07fba4485e4c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e4c07fba4485e4c0 /* ScPhysics.cpp */; }; - FFFF4485e5287fba4485e528 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e5287fba4485e528 /* ScRigidCore.cpp */; }; - FFFF4485e5907fba4485e590 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e5907fba4485e590 /* ScRigidSim.cpp */; }; - FFFF4485e5f87fba4485e5f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e5f87fba4485e5f8 /* ScScene.cpp */; }; - FFFF4485e6607fba4485e660 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e6607fba4485e660 /* ScShapeCore.cpp */; }; - FFFF4485e6c87fba4485e6c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e6c87fba4485e6c8 /* ScShapeInteraction.cpp */; }; - FFFF4485e7307fba4485e730 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e7307fba4485e730 /* ScShapeSim.cpp */; }; - FFFF4485e7987fba4485e798 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e7987fba4485e798 /* ScSimStats.cpp */; }; - FFFF4485e8007fba4485e800 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e8007fba4485e800 /* ScSimulationController.cpp */; }; - FFFF4485e8687fba4485e868 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e8687fba4485e868 /* ScSqBoundsManager.cpp */; }; - FFFF4485e8d07fba4485e8d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e8d07fba4485e8d0 /* ScStaticCore.cpp */; }; - FFFF4485e9387fba4485e938 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e9387fba4485e938 /* ScStaticSim.cpp */; }; - FFFF4485e9a07fba4485e9a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485e9a07fba4485e9a0 /* ScTriggerInteraction.cpp */; }; - FFFF4485eb407fba4485eb40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485eb407fba4485eb40 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFF4485eba87fba4485eba8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485eba87fba4485eba8 /* particles/ScParticlePacketShape.cpp */; }; - FFFF4485ec107fba4485ec10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485ec107fba4485ec10 /* particles/ScParticleSystemCore.cpp */; }; - FFFF4485ec787fba4485ec78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485ec787fba4485ec78 /* particles/ScParticleSystemSim.cpp */; }; - FFFF4485edb07fba4485edb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485edb07fba4485edb0 /* cloth/ScClothCore.cpp */; }; - FFFF4485ee187fba4485ee18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485ee187fba4485ee18 /* cloth/ScClothFabricCore.cpp */; }; - FFFF4485ee807fba4485ee80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485ee807fba4485ee80 /* cloth/ScClothShape.cpp */; }; - FFFF4485eee87fba4485eee8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4485eee87fba4485eee8 /* cloth/ScClothSim.cpp */; }; + FFFF8480edd07f948480edd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480edd07f948480edd0 /* ScActorCore.cpp */; }; + FFFF8480ee387f948480ee38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480ee387f948480ee38 /* ScActorSim.cpp */; }; + FFFF8480eea07f948480eea0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480eea07f948480eea0 /* ScArticulationCore.cpp */; }; + FFFF8480ef087f948480ef08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480ef087f948480ef08 /* ScArticulationJointCore.cpp */; }; + FFFF8480ef707f948480ef70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480ef707f948480ef70 /* ScArticulationJointSim.cpp */; }; + FFFF8480efd87f948480efd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480efd87f948480efd8 /* ScArticulationSim.cpp */; }; + FFFF8480f0407f948480f040 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f0407f948480f040 /* ScBodyCore.cpp */; }; + FFFF8480f0a87f948480f0a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f0a87f948480f0a8 /* ScBodyCoreKinematic.cpp */; }; + FFFF8480f1107f948480f110 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f1107f948480f110 /* ScBodySim.cpp */; }; + FFFF8480f1787f948480f178 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f1787f948480f178 /* ScConstraintCore.cpp */; }; + FFFF8480f1e07f948480f1e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f1e07f948480f1e0 /* ScConstraintGroupNode.cpp */; }; + FFFF8480f2487f948480f248 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f2487f948480f248 /* ScConstraintInteraction.cpp */; }; + FFFF8480f2b07f948480f2b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f2b07f948480f2b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF8480f3187f948480f318 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f3187f948480f318 /* ScConstraintProjectionTree.cpp */; }; + FFFF8480f3807f948480f380 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f3807f948480f380 /* ScConstraintSim.cpp */; }; + FFFF8480f3e87f948480f3e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f3e87f948480f3e8 /* ScElementInteractionMarker.cpp */; }; + FFFF8480f4507f948480f450 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f4507f948480f450 /* ScElementSim.cpp */; }; + FFFF8480f4b87f948480f4b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f4b87f948480f4b8 /* ScInteraction.cpp */; }; + FFFF8480f5207f948480f520 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f5207f948480f520 /* ScIterators.cpp */; }; + FFFF8480f5887f948480f588 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f5887f948480f588 /* ScMaterialCore.cpp */; }; + FFFF8480f5f07f948480f5f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f5f07f948480f5f0 /* ScMetaData.cpp */; }; + FFFF8480f6587f948480f658 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f6587f948480f658 /* ScNPhaseCore.cpp */; }; + FFFF8480f6c07f948480f6c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f6c07f948480f6c0 /* ScPhysics.cpp */; }; + FFFF8480f7287f948480f728 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f7287f948480f728 /* ScRigidCore.cpp */; }; + FFFF8480f7907f948480f790 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f7907f948480f790 /* ScRigidSim.cpp */; }; + FFFF8480f7f87f948480f7f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f7f87f948480f7f8 /* ScScene.cpp */; }; + FFFF8480f8607f948480f860 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f8607f948480f860 /* ScShapeCore.cpp */; }; + FFFF8480f8c87f948480f8c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f8c87f948480f8c8 /* ScShapeInteraction.cpp */; }; + FFFF8480f9307f948480f930 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f9307f948480f930 /* ScShapeSim.cpp */; }; + FFFF8480f9987f948480f998 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480f9987f948480f998 /* ScSimStats.cpp */; }; + FFFF8480fa007f948480fa00 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fa007f948480fa00 /* ScSimulationController.cpp */; }; + FFFF8480fa687f948480fa68 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fa687f948480fa68 /* ScSqBoundsManager.cpp */; }; + FFFF8480fad07f948480fad0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fad07f948480fad0 /* ScStaticCore.cpp */; }; + FFFF8480fb387f948480fb38 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fb387f948480fb38 /* ScStaticSim.cpp */; }; + FFFF8480fba07f948480fba0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fba07f948480fba0 /* ScTriggerInteraction.cpp */; }; + FFFF8480fd407f948480fd40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fd407f948480fd40 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF8480fda87f948480fda8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fda87f948480fda8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF8480fe107f948480fe10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fe107f948480fe10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF8480fe787f948480fe78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480fe787f948480fe78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF8480ffb07f948480ffb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8480ffb07f948480ffb0 /* cloth/ScClothCore.cpp */; }; + FFFF848100187f9484810018 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848100187f9484810018 /* cloth/ScClothFabricCore.cpp */; }; + FFFF848100807f9484810080 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848100807f9484810080 /* cloth/ScClothShape.cpp */; }; + FFFF848100e87f94848100e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848100e87f94848100e8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441d86207fba441d8620 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD44859c007fba44859c00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859c687fba44859c68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859cd07fba44859cd0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859d387fba44859d38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859da07fba44859da0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859e087fba44859e08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859e707fba44859e70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859ed87fba44859ed8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859f407fba44859f40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD44859fa87fba44859fa8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485a0107fba4485a010 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485a0787fba4485a078 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485a0e07fba4485a0e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485a1487fba4485a148 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485a1b07fba4485a1b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ce007fba4485ce00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ce687fba4485ce68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ced07fba4485ced0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485cf387fba4485cf38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485cfa07fba4485cfa0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d0087fba4485d008 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d0707fba4485d070 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d0d87fba4485d0d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d1407fba4485d140 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d1a87fba4485d1a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d2107fba4485d210 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d2787fba4485d278 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d2e07fba4485d2e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d3487fba4485d348 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d3b07fba4485d3b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d4187fba4485d418 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d4807fba4485d480 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d4e87fba4485d4e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d5507fba4485d550 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d5b87fba4485d5b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d6207fba4485d620 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d6887fba4485d688 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d6f07fba4485d6f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d7587fba4485d758 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d7c07fba4485d7c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d8287fba4485d828 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d8907fba4485d890 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d8f87fba4485d8f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d9607fba4485d960 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485d9c87fba4485d9c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485da307fba4485da30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485da987fba4485da98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485db007fba4485db00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485db687fba4485db68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485dbd07fba4485dbd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dc387fba4485dc38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dca07fba4485dca0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dd087fba4485dd08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dd707fba4485dd70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ddd87fba4485ddd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485de407fba4485de40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dea87fba4485dea8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485df107fba4485df10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485df787fba4485df78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485dfe07fba4485dfe0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e0487fba4485e048 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e0b07fba4485e0b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e1187fba4485e118 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e1807fba4485e180 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e1e87fba4485e1e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e2507fba4485e250 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e2b87fba4485e2b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e3207fba4485e320 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e3887fba4485e388 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e3f07fba4485e3f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e4587fba4485e458 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e4c07fba4485e4c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e5287fba4485e528 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e5907fba4485e590 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e5f87fba4485e5f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e6607fba4485e660 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e6c87fba4485e6c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e7307fba4485e730 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e7987fba4485e798 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e8007fba4485e800 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e8687fba4485e868 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e8d07fba4485e8d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e9387fba4485e938 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485e9a07fba4485e9a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ea087fba4485ea08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ea707fba4485ea70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ead87fba4485ead8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485eb407fba4485eb40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485eba87fba4485eba8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ec107fba4485ec10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ec787fba4485ec78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ece07fba4485ece0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485ed487fba4485ed48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD4485edb07fba4485edb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ee187fba4485ee18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485ee807fba4485ee80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4485eee87fba4485eee8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83691a007f9483691a00 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD838656007f9483865600 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838656687f9483865668 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838656d07f94838656d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838657387f9483865738 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838657a07f94838657a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838658087f9483865808 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838658707f9483865870 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838658d87f94838658d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD838659407f9483865940 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD838659a87f94838659a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD83865a107f9483865a10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD83865a787f9483865a78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD83865ae07f9483865ae0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD83865b487f9483865b48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD83865bb07f9483865bb0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e0007f948480e000 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e0687f948480e068 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e0d07f948480e0d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e1387f948480e138 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e1a07f948480e1a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e2087f948480e208 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e2707f948480e270 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e2d87f948480e2d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e3407f948480e340 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e3a87f948480e3a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e4107f948480e410 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e4787f948480e478 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e4e07f948480e4e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e5487f948480e548 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e5b07f948480e5b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e6187f948480e618 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e6807f948480e680 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e6e87f948480e6e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e7507f948480e750 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e7b87f948480e7b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e8207f948480e820 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e8887f948480e888 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e8f07f948480e8f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e9587f948480e958 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480e9c07f948480e9c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ea287f948480ea28 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ea907f948480ea90 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480eaf87f948480eaf8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480eb607f948480eb60 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ebc87f948480ebc8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ec307f948480ec30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ec987f948480ec98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ed007f948480ed00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ed687f948480ed68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480edd07f948480edd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480ee387f948480ee38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480eea07f948480eea0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480ef087f948480ef08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480ef707f948480ef70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480efd87f948480efd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f0407f948480f040 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f0a87f948480f0a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f1107f948480f110 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f1787f948480f178 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f1e07f948480f1e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f2487f948480f248 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f2b07f948480f2b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f3187f948480f318 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f3807f948480f380 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f3e87f948480f3e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f4507f948480f450 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f4b87f948480f4b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f5207f948480f520 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f5887f948480f588 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f5f07f948480f5f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f6587f948480f658 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f6c07f948480f6c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f7287f948480f728 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f7907f948480f790 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f7f87f948480f7f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f8607f948480f860 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f8c87f948480f8c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f9307f948480f930 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480f9987f948480f998 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fa007f948480fa00 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fa687f948480fa68 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fad07f948480fad0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fb387f948480fb38 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fba07f948480fba0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fc087f948480fc08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480fc707f948480fc70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480fcd87f948480fcd8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480fd407f948480fd40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fda87f948480fda8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fe107f948480fe10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fe787f948480fe78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8480fee07f948480fee0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ff487f948480ff48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ffb07f948480ffb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848100187f9484810018 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848100807f9484810080 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848100e87f94848100e8 /* 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 */ - FFF2441d86207fba441d8620 /* Resources */ = { + FFF283691a007f9483691a00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1143,7 +1143,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441d86207fba441d8620 /* Frameworks */ = { + FFFC83691a007f9483691a00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1153,53 +1153,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441d86207fba441d8620 /* Sources */ = { + FFF883691a007f9483691a00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4485dbd07fba4485dbd0, - FFFF4485dc387fba4485dc38, - FFFF4485dca07fba4485dca0, - FFFF4485dd087fba4485dd08, - FFFF4485dd707fba4485dd70, - FFFF4485ddd87fba4485ddd8, - FFFF4485de407fba4485de40, - FFFF4485dea87fba4485dea8, - FFFF4485df107fba4485df10, - FFFF4485df787fba4485df78, - FFFF4485dfe07fba4485dfe0, - FFFF4485e0487fba4485e048, - FFFF4485e0b07fba4485e0b0, - FFFF4485e1187fba4485e118, - FFFF4485e1807fba4485e180, - FFFF4485e1e87fba4485e1e8, - FFFF4485e2507fba4485e250, - FFFF4485e2b87fba4485e2b8, - FFFF4485e3207fba4485e320, - FFFF4485e3887fba4485e388, - FFFF4485e3f07fba4485e3f0, - FFFF4485e4587fba4485e458, - FFFF4485e4c07fba4485e4c0, - FFFF4485e5287fba4485e528, - FFFF4485e5907fba4485e590, - FFFF4485e5f87fba4485e5f8, - FFFF4485e6607fba4485e660, - FFFF4485e6c87fba4485e6c8, - FFFF4485e7307fba4485e730, - FFFF4485e7987fba4485e798, - FFFF4485e8007fba4485e800, - FFFF4485e8687fba4485e868, - FFFF4485e8d07fba4485e8d0, - FFFF4485e9387fba4485e938, - FFFF4485e9a07fba4485e9a0, - FFFF4485eb407fba4485eb40, - FFFF4485eba87fba4485eba8, - FFFF4485ec107fba4485ec10, - FFFF4485ec787fba4485ec78, - FFFF4485edb07fba4485edb0, - FFFF4485ee187fba4485ee18, - FFFF4485ee807fba4485ee80, - FFFF4485eee87fba4485eee8, + FFFF8480edd07f948480edd0, + FFFF8480ee387f948480ee38, + FFFF8480eea07f948480eea0, + FFFF8480ef087f948480ef08, + FFFF8480ef707f948480ef70, + FFFF8480efd87f948480efd8, + FFFF8480f0407f948480f040, + FFFF8480f0a87f948480f0a8, + FFFF8480f1107f948480f110, + FFFF8480f1787f948480f178, + FFFF8480f1e07f948480f1e0, + FFFF8480f2487f948480f248, + FFFF8480f2b07f948480f2b0, + FFFF8480f3187f948480f318, + FFFF8480f3807f948480f380, + FFFF8480f3e87f948480f3e8, + FFFF8480f4507f948480f450, + FFFF8480f4b87f948480f4b8, + FFFF8480f5207f948480f520, + FFFF8480f5887f948480f588, + FFFF8480f5f07f948480f5f0, + FFFF8480f6587f948480f658, + FFFF8480f6c07f948480f6c0, + FFFF8480f7287f948480f728, + FFFF8480f7907f948480f790, + FFFF8480f7f87f948480f7f8, + FFFF8480f8607f948480f860, + FFFF8480f8c87f948480f8c8, + FFFF8480f9307f948480f930, + FFFF8480f9987f948480f998, + FFFF8480fa007f948480fa00, + FFFF8480fa687f948480fa68, + FFFF8480fad07f948480fad0, + FFFF8480fb387f948480fb38, + FFFF8480fba07f948480fba0, + FFFF8480fd407f948480fd40, + FFFF8480fda87f948480fda8, + FFFF8480fe107f948480fe10, + FFFF8480fe787f948480fe78, + FFFF8480ffb07f948480ffb0, + FFFF848100187f9484810018, + FFFF848100807f9484810080, + FFFF848100e87f94848100e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1211,80 +1211,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFF441e70307fba441e7030 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD441c17507fba441c1750 /* PhysXExtensions */; }; - FFFF448610007fba44861000 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448610007fba44861000 /* Adjacencies.cpp */; }; - FFFF448610687fba44861068 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448610687fba44861068 /* Cooking.cpp */; }; - FFFF448610d07fba448610d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448610d07fba448610d0 /* CookingUtils.cpp */; }; - FFFF448611387fba44861138 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448611387fba44861138 /* EdgeList.cpp */; }; - FFFF448611a07fba448611a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448611a07fba448611a0 /* MeshCleaner.cpp */; }; - FFFF448612087fba44861208 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448612087fba44861208 /* Quantizer.cpp */; }; - FFFF448614e07fba448614e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448614e07fba448614e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFF448615487fba44861548 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448615487fba44861548 /* mesh/HeightFieldCooking.cpp */; }; - FFFF448615b07fba448615b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448615b07fba448615b0 /* mesh/RTreeCooking.cpp */; }; - FFFF448616187fba44861618 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448616187fba44861618 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFF448618887fba44861888 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448618887fba44861888 /* convex/BigConvexDataBuilder.cpp */; }; - FFFF448618f07fba448618f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448618f07fba448618f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFF448619587fba44861958 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448619587fba44861958 /* convex/ConvexHullLib.cpp */; }; - FFFF448619c07fba448619c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448619c07fba448619c0 /* convex/ConvexHullUtils.cpp */; }; - FFFF44861a287fba44861a28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44861a287fba44861a28 /* convex/ConvexMeshBuilder.cpp */; }; - FFFF44861a907fba44861a90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44861a907fba44861a90 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFF44861af87fba44861af8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44861af87fba44861af8 /* convex/InflationConvexHullLib.cpp */; }; - FFFF44861b607fba44861b60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44861b607fba44861b60 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFF44861bc87fba44861bc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44861bc87fba44861bc8 /* convex/VolumeIntegration.cpp */; }; + FFFF842296c07f94842296c0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD8367a8e07f948367a8e0 /* PhysXExtensions */; }; + FFFF84813a007f9484813a00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813a007f9484813a00 /* Adjacencies.cpp */; }; + FFFF84813a687f9484813a68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813a687f9484813a68 /* Cooking.cpp */; }; + FFFF84813ad07f9484813ad0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813ad07f9484813ad0 /* CookingUtils.cpp */; }; + FFFF84813b387f9484813b38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813b387f9484813b38 /* EdgeList.cpp */; }; + FFFF84813ba07f9484813ba0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813ba07f9484813ba0 /* MeshCleaner.cpp */; }; + FFFF84813c087f9484813c08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813c087f9484813c08 /* Quantizer.cpp */; }; + FFFF84813ee07f9484813ee0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813ee07f9484813ee0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF84813f487f9484813f48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813f487f9484813f48 /* mesh/HeightFieldCooking.cpp */; }; + FFFF84813fb07f9484813fb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD84813fb07f9484813fb0 /* mesh/RTreeCooking.cpp */; }; + FFFF848140187f9484814018 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848140187f9484814018 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF848142887f9484814288 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848142887f9484814288 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF848142f07f94848142f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848142f07f94848142f0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF848143587f9484814358 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848143587f9484814358 /* convex/ConvexHullLib.cpp */; }; + FFFF848143c07f94848143c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848143c07f94848143c0 /* convex/ConvexHullUtils.cpp */; }; + FFFF848144287f9484814428 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848144287f9484814428 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF848144907f9484814490 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848144907f9484814490 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF848144f87f94848144f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848144f87f94848144f8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF848145607f9484814560 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848145607f9484814560 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF848145c87f94848145c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD848145c87f94848145c8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441dd8c07fba441dd8c0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD441e79c07fba441e79c0 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7a287fba441e7a28 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7a907fba441e7a90 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7af87fba441e7af8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7b607fba441e7b60 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7bc87fba441e7bc8 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD441e7c307fba441e7c30 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFD448610007fba44861000 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448610687fba44861068 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448610d07fba448610d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448611387fba44861138 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448611a07fba448611a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448612087fba44861208 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448612707fba44861270 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFD448612d87fba448612d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD448613407fba44861340 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD448613a87fba448613a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFD448614107fba44861410 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFD448614787fba44861478 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448614e07fba448614e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448615487fba44861548 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448615b07fba448615b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448616187fba44861618 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448616807fba44861680 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD448616e87fba448616e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD448617507fba44861750 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFD448617b87fba448617b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD448618207fba44861820 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD448618887fba44861888 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448618f07fba448618f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448619587fba44861958 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448619c07fba448619c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861a287fba44861a28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861a907fba44861a90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861af87fba44861af8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861b607fba44861b60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861bc87fba44861bc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44861c307fba44861c30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861c987fba44861c98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861d007fba44861d00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861d687fba44861d68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861dd07fba44861dd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861e387fba44861e38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861ea07fba44861ea0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861f087fba44861f08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD44861f707fba44861f70 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD8421f0907f948421f090 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD84229f707f9484229f70 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD84229fd87f9484229fd8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8422a0407f948422a040 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8422a0a87f948422a0a8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8422a1107f948422a110 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8422a1787f948422a178 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8422a1e07f948422a1e0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813a007f9484813a00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813a687f9484813a68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813ad07f9484813ad0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813b387f9484813b38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813ba07f9484813ba0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813c087f9484813c08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813c707f9484813c70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813cd87f9484813cd8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813d407f9484813d40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813da87f9484813da8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813e107f9484813e10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813e787f9484813e78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD84813ee07f9484813ee0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813f487f9484813f48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84813fb07f9484813fb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848140187f9484814018 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848140807f9484814080 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD848140e87f94848140e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD848141507f9484814150 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD848141b87f94848141b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD848142207f9484814220 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD848142887f9484814288 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848142f07f94848142f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848143587f9484814358 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848143c07f94848143c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848144287f9484814428 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848144907f9484814490 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848144f87f94848144f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848145607f9484814560 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848145c87f94848145c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848146307f9484814630 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD848146987f9484814698 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD848147007f9484814700 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD848147687f9484814768 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD848147d07f94848147d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD848148387f9484814838 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD848148a07f94848148a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD848149087f9484814908 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD848149707f9484814970 /* 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 */ - FFF2441dd8c07fba441dd8c0 /* Resources */ = { + FFF28421f0907f948421f090 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1294,7 +1294,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441dd8c07fba441dd8c0 /* Frameworks */ = { + FFFC8421f0907f948421f090 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1304,29 +1304,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441dd8c07fba441dd8c0 /* Sources */ = { + FFF88421f0907f948421f090 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF448610007fba44861000, - FFFF448610687fba44861068, - FFFF448610d07fba448610d0, - FFFF448611387fba44861138, - FFFF448611a07fba448611a0, - FFFF448612087fba44861208, - FFFF448614e07fba448614e0, - FFFF448615487fba44861548, - FFFF448615b07fba448615b0, - FFFF448616187fba44861618, - FFFF448618887fba44861888, - FFFF448618f07fba448618f0, - FFFF448619587fba44861958, - FFFF448619c07fba448619c0, - FFFF44861a287fba44861a28, - FFFF44861a907fba44861a90, - FFFF44861af87fba44861af8, - FFFF44861b607fba44861b60, - FFFF44861bc87fba44861bc8, + FFFF84813a007f9484813a00, + FFFF84813a687f9484813a68, + FFFF84813ad07f9484813ad0, + FFFF84813b387f9484813b38, + FFFF84813ba07f9484813ba0, + FFFF84813c087f9484813c08, + FFFF84813ee07f9484813ee0, + FFFF84813f487f9484813f48, + FFFF84813fb07f9484813fb0, + FFFF848140187f9484814018, + FFFF848142887f9484814288, + FFFF848142f07f94848142f0, + FFFF848143587f9484814358, + FFFF848143c07f94848143c0, + FFFF848144287f9484814428, + FFFF848144907f9484814490, + FFFF848144f87f94848144f8, + FFFF848145607f9484814560, + FFFF848145c87f94848145c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1335,514 +1335,514 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4441e71107fba441e7110 /* PBXTargetDependency */ = { + FFF484226f107f9484226f10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA431a02b07fba431a02b0 /* PhysXCommon */; - targetProxy = FFF5431a02b07fba431a02b0 /* PBXContainerItemProxy */; + target = FFFA8313f9907f948313f990 /* PhysXCommon */; + targetProxy = FFF58313f9907f948313f990 /* PBXContainerItemProxy */; }; - FFF4441e70307fba441e7030 /* PBXTargetDependency */ = { + FFF4842296c07f94842296c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA441c17507fba441c1750 /* PhysXExtensions */; - targetProxy = FFF5441c17507fba441c1750 /* PBXContainerItemProxy */; + target = FFFA8367a8e07f948367a8e0 /* PhysXExtensions */; + targetProxy = FFF58367a8e07f948367a8e0 /* PBXContainerItemProxy */; }; - FFF4441e28407fba441e2840 /* PBXTargetDependency */ = { + FFF48421e7b07f948421e7b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; - targetProxy = FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */; + target = FFFA8311f9307f948311f930 /* PxFoundation */; + targetProxy = FFF58311f9307f948311f930 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFF429a48007fba429a4800 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a48007fba429a4800 /* src/CmBoxPruning.cpp */; }; - FFFF429a48687fba429a4868 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a48687fba429a4868 /* src/CmCollection.cpp */; }; - FFFF429a48d07fba429a48d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a48d07fba429a48d0 /* src/CmMathUtils.cpp */; }; - FFFF429a49387fba429a4938 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a49387fba429a4938 /* src/CmPtrTable.cpp */; }; - FFFF429a49a07fba429a49a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a49a07fba429a49a0 /* src/CmRadixSort.cpp */; }; - FFFF429a4a087fba429a4a08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a4a087fba429a4a08 /* src/CmRadixSortBuffered.cpp */; }; - FFFF429a4a707fba429a4a70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a4a707fba429a4a70 /* src/CmRenderOutput.cpp */; }; - FFFF429a4ad87fba429a4ad8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD429a4ad87fba429a4ad8 /* src/CmVisualization.cpp */; }; - FFFF420043a87fba420043a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420043a87fba420043a8 /* ../../Include/GeomUtils */; }; - FFFF420078e07fba420078e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420078e07fba420078e0 /* src/GuBounds.cpp */; }; - FFFF420079487fba42007948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420079487fba42007948 /* src/GuBox.cpp */; }; - FFFF420079b07fba420079b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420079b07fba420079b0 /* src/GuCCTSweepTests.cpp */; }; - FFFF42007a187fba42007a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007a187fba42007a18 /* src/GuCapsule.cpp */; }; - FFFF42007a807fba42007a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007a807fba42007a80 /* src/GuGeometryQuery.cpp */; }; - FFFF42007ae87fba42007ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007ae87fba42007ae8 /* src/GuGeometryUnion.cpp */; }; - FFFF42007b507fba42007b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007b507fba42007b50 /* src/GuInternal.cpp */; }; - FFFF42007bb87fba42007bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007bb87fba42007bb8 /* src/GuMTD.cpp */; }; - FFFF42007c207fba42007c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007c207fba42007c20 /* src/GuMeshFactory.cpp */; }; - FFFF42007c887fba42007c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007c887fba42007c88 /* src/GuMetaData.cpp */; }; - FFFF42007cf07fba42007cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007cf07fba42007cf0 /* src/GuOverlapTests.cpp */; }; - FFFF42007d587fba42007d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007d587fba42007d58 /* src/GuRaycastTests.cpp */; }; - FFFF42007dc07fba42007dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007dc07fba42007dc0 /* src/GuSerialize.cpp */; }; - FFFF42007e287fba42007e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007e287fba42007e28 /* src/GuSweepMTD.cpp */; }; - FFFF42007e907fba42007e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007e907fba42007e90 /* src/GuSweepSharedTests.cpp */; }; - FFFF42007ef87fba42007ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007ef87fba42007ef8 /* src/GuSweepTests.cpp */; }; - FFFF42007f607fba42007f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007f607fba42007f60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFF42007fc87fba42007fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42007fc87fba42007fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFF420080307fba42008030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420080307fba42008030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFF420080987fba42008098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420080987fba42008098 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFF420081007fba42008100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420081007fba42008100 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFF420081687fba42008168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420081687fba42008168 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFF420081d07fba420081d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420081d07fba420081d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFF420082387fba42008238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420082387fba42008238 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFF420082a07fba420082a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420082a07fba420082a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFF420083087fba42008308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420083087fba42008308 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFF420083707fba42008370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420083707fba42008370 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFF420083d87fba420083d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420083d87fba420083d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFF420084407fba42008440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420084407fba42008440 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFF420084a87fba420084a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420084a87fba420084a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFF420085107fba42008510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420085107fba42008510 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFF420085787fba42008578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420085787fba42008578 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFF420085e07fba420085e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420085e07fba420085e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFF420086487fba42008648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420086487fba42008648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFF420086b07fba420086b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420086b07fba420086b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFF420087187fba42008718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420087187fba42008718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFF420087807fba42008780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420087807fba42008780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFF420087e87fba420087e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420087e87fba420087e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFF420088507fba42008850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420088507fba42008850 /* src/common/GuSeparatingAxes.cpp */; }; - FFFF420088b87fba420088b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420088b87fba420088b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFF420089207fba42008920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420089207fba42008920 /* src/convex/GuConvexHelper.cpp */; }; - FFFF420089887fba42008988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420089887fba42008988 /* src/convex/GuConvexMesh.cpp */; }; - FFFF420089f07fba420089f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420089f07fba420089f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFF42008a587fba42008a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008a587fba42008a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFF42008ac07fba42008ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008ac07fba42008ac0 /* src/convex/GuHillClimbing.cpp */; }; - FFFF42008b287fba42008b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008b287fba42008b28 /* src/convex/GuShapeConvex.cpp */; }; - FFFF42008b907fba42008b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008b907fba42008b90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFF42008bf87fba42008bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008bf87fba42008bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFF42008c607fba42008c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008c607fba42008c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFF42008cc87fba42008cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008cc87fba42008cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFF42008d307fba42008d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008d307fba42008d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFF42008d987fba42008d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008d987fba42008d98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFF42008e007fba42008e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008e007fba42008e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFF42008e687fba42008e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008e687fba42008e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFF42008ed07fba42008ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008ed07fba42008ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFF42008f387fba42008f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008f387fba42008f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFF42008fa07fba42008fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42008fa07fba42008fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFF420090087fba42009008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420090087fba42009008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFF420090707fba42009070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420090707fba42009070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFF420090d87fba420090d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420090d87fba420090d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFF420091407fba42009140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420091407fba42009140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFF420091a87fba420091a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420091a87fba420091a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFF420092107fba42009210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420092107fba42009210 /* src/gjk/GuEPA.cpp */; }; - FFFF420092787fba42009278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420092787fba42009278 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFF420092e07fba420092e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420092e07fba420092e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFF420093487fba42009348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420093487fba42009348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFF420093b07fba420093b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420093b07fba420093b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFF420094187fba42009418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420094187fba42009418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFF420094807fba42009480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420094807fba42009480 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFF420094e87fba420094e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420094e87fba420094e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFF420095507fba42009550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420095507fba42009550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFF420095b87fba420095b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420095b87fba420095b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFF420096207fba42009620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420096207fba42009620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFF420096887fba42009688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420096887fba42009688 /* src/mesh/GuBV32.cpp */; }; - FFFF420096f07fba420096f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420096f07fba420096f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFF420097587fba42009758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420097587fba42009758 /* src/mesh/GuBV4.cpp */; }; - FFFF420097c07fba420097c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420097c07fba420097c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFF420098287fba42009828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420098287fba42009828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFF420098907fba42009890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420098907fba42009890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFF420098f87fba420098f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420098f87fba420098f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFF420099607fba42009960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420099607fba42009960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFF420099c87fba420099c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD420099c87fba420099c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFF42009a307fba42009a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009a307fba42009a30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFF42009a987fba42009a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009a987fba42009a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFF42009b007fba42009b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009b007fba42009b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFF42009b687fba42009b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009b687fba42009b68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFF42009bd07fba42009bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009bd07fba42009bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFF42009c387fba42009c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009c387fba42009c38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFF42009ca07fba42009ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009ca07fba42009ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFF42009d087fba42009d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009d087fba42009d08 /* src/mesh/GuRTree.cpp */; }; - FFFF42009d707fba42009d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009d707fba42009d70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFF42009dd87fba42009dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009dd87fba42009dd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFF42009e407fba42009e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009e407fba42009e40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFF42009ea87fba42009ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009ea87fba42009ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFF42009f107fba42009f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009f107fba42009f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFF42009f787fba42009f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009f787fba42009f78 /* src/hf/GuHeightField.cpp */; }; - FFFF42009fe07fba42009fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD42009fe07fba42009fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFF4200a0487fba4200a048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a0487fba4200a048 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFF4200a0b07fba4200a0b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a0b07fba4200a0b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFF4200a1187fba4200a118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a1187fba4200a118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFF4200a1807fba4200a180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a1807fba4200a180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFF4200a1e87fba4200a1e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a1e87fba4200a1e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFF4200a2507fba4200a250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a2507fba4200a250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFF4200a2b87fba4200a2b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a2b87fba4200a2b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFF4200a3207fba4200a320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a3207fba4200a320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFF4200a3887fba4200a388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a3887fba4200a388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFF4200a3f07fba4200a3f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a3f07fba4200a3f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFF4200a4587fba4200a458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a4587fba4200a458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFF4200a4c07fba4200a4c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a4c07fba4200a4c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFF4200a5287fba4200a528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a5287fba4200a528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFF4200a5907fba4200a590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a5907fba4200a590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFF4200a5f87fba4200a5f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a5f87fba4200a5f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFF4200a6607fba4200a660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a6607fba4200a660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFF4200a6c87fba4200a6c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a6c87fba4200a6c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFF4200a7307fba4200a730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a7307fba4200a730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFF4200a7987fba4200a798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a7987fba4200a798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFF4200a8007fba4200a800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a8007fba4200a800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFF4200a8687fba4200a868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a8687fba4200a868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFF4200a8d07fba4200a8d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a8d07fba4200a8d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFF4200a9387fba4200a938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a9387fba4200a938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFF4200a9a07fba4200a9a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200a9a07fba4200a9a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFF4200aa087fba4200aa08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200aa087fba4200aa08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFF4200aa707fba4200aa70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200aa707fba4200aa70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFF4200aad87fba4200aad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200aad87fba4200aad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFF4200ab407fba4200ab40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200ab407fba4200ab40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFF4200aba87fba4200aba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200aba87fba4200aba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFF4200ac107fba4200ac10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD4200ac107fba4200ac10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF82973c007f9482973c00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973c007f9482973c00 /* src/CmBoxPruning.cpp */; }; + FFFF82973c687f9482973c68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973c687f9482973c68 /* src/CmCollection.cpp */; }; + FFFF82973cd07f9482973cd0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973cd07f9482973cd0 /* src/CmMathUtils.cpp */; }; + FFFF82973d387f9482973d38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973d387f9482973d38 /* src/CmPtrTable.cpp */; }; + FFFF82973da07f9482973da0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973da07f9482973da0 /* src/CmRadixSort.cpp */; }; + FFFF82973e087f9482973e08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973e087f9482973e08 /* src/CmRadixSortBuffered.cpp */; }; + FFFF82973e707f9482973e70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973e707f9482973e70 /* src/CmRenderOutput.cpp */; }; + FFFF82973ed87f9482973ed8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD82973ed87f9482973ed8 /* src/CmVisualization.cpp */; }; + FFFF820187a87f94820187a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820187a87f94820187a8 /* ../../Include/GeomUtils */; }; + FFFF8201bce07f948201bce0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bce07f948201bce0 /* src/GuBounds.cpp */; }; + FFFF8201bd487f948201bd48 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bd487f948201bd48 /* src/GuBox.cpp */; }; + FFFF8201bdb07f948201bdb0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bdb07f948201bdb0 /* src/GuCCTSweepTests.cpp */; }; + FFFF8201be187f948201be18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201be187f948201be18 /* src/GuCapsule.cpp */; }; + FFFF8201be807f948201be80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201be807f948201be80 /* src/GuGeometryQuery.cpp */; }; + FFFF8201bee87f948201bee8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bee87f948201bee8 /* src/GuGeometryUnion.cpp */; }; + FFFF8201bf507f948201bf50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bf507f948201bf50 /* src/GuInternal.cpp */; }; + FFFF8201bfb87f948201bfb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201bfb87f948201bfb8 /* src/GuMTD.cpp */; }; + FFFF8201c0207f948201c020 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c0207f948201c020 /* src/GuMeshFactory.cpp */; }; + FFFF8201c0887f948201c088 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c0887f948201c088 /* src/GuMetaData.cpp */; }; + FFFF8201c0f07f948201c0f0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c0f07f948201c0f0 /* src/GuOverlapTests.cpp */; }; + FFFF8201c1587f948201c158 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c1587f948201c158 /* src/GuRaycastTests.cpp */; }; + FFFF8201c1c07f948201c1c0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c1c07f948201c1c0 /* src/GuSerialize.cpp */; }; + FFFF8201c2287f948201c228 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c2287f948201c228 /* src/GuSweepMTD.cpp */; }; + FFFF8201c2907f948201c290 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c2907f948201c290 /* src/GuSweepSharedTests.cpp */; }; + FFFF8201c2f87f948201c2f8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c2f87f948201c2f8 /* src/GuSweepTests.cpp */; }; + FFFF8201c3607f948201c360 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c3607f948201c360 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF8201c3c87f948201c3c8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c3c87f948201c3c8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF8201c4307f948201c430 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c4307f948201c430 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF8201c4987f948201c498 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c4987f948201c498 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF8201c5007f948201c500 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c5007f948201c500 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF8201c5687f948201c568 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c5687f948201c568 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF8201c5d07f948201c5d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c5d07f948201c5d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF8201c6387f948201c638 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c6387f948201c638 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF8201c6a07f948201c6a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c6a07f948201c6a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF8201c7087f948201c708 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c7087f948201c708 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF8201c7707f948201c770 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c7707f948201c770 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF8201c7d87f948201c7d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c7d87f948201c7d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF8201c8407f948201c840 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c8407f948201c840 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF8201c8a87f948201c8a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c8a87f948201c8a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF8201c9107f948201c910 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c9107f948201c910 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF8201c9787f948201c978 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c9787f948201c978 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF8201c9e07f948201c9e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201c9e07f948201c9e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF8201ca487f948201ca48 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ca487f948201ca48 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF8201cab07f948201cab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cab07f948201cab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF8201cb187f948201cb18 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cb187f948201cb18 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF8201cb807f948201cb80 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cb807f948201cb80 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF8201cbe87f948201cbe8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cbe87f948201cbe8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF8201cc507f948201cc50 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cc507f948201cc50 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF8201ccb87f948201ccb8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ccb87f948201ccb8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF8201cd207f948201cd20 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cd207f948201cd20 /* src/convex/GuConvexHelper.cpp */; }; + FFFF8201cd887f948201cd88 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cd887f948201cd88 /* src/convex/GuConvexMesh.cpp */; }; + FFFF8201cdf07f948201cdf0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cdf07f948201cdf0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF8201ce587f948201ce58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ce587f948201ce58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF8201cec07f948201cec0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cec07f948201cec0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF8201cf287f948201cf28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cf287f948201cf28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF8201cf907f948201cf90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cf907f948201cf90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF8201cff87f948201cff8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201cff87f948201cff8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF8201d0607f948201d060 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d0607f948201d060 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF8201d0c87f948201d0c8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d0c87f948201d0c8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF8201d1307f948201d130 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d1307f948201d130 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF8201d1987f948201d198 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d1987f948201d198 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF8201d2007f948201d200 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d2007f948201d200 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF8201d2687f948201d268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d2687f948201d268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF8201d2d07f948201d2d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d2d07f948201d2d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF8201d3387f948201d338 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d3387f948201d338 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF8201d3a07f948201d3a0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d3a07f948201d3a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF8201d4087f948201d408 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d4087f948201d408 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF8201d4707f948201d470 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d4707f948201d470 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF8201d4d87f948201d4d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d4d87f948201d4d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF8201d5407f948201d540 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d5407f948201d540 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF8201d5a87f948201d5a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d5a87f948201d5a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF8201d6107f948201d610 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d6107f948201d610 /* src/gjk/GuEPA.cpp */; }; + FFFF8201d6787f948201d678 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d6787f948201d678 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF8201d6e07f948201d6e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d6e07f948201d6e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF8201d7487f948201d748 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d7487f948201d748 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF8201d7b07f948201d7b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d7b07f948201d7b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF8201d8187f948201d818 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d8187f948201d818 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF8201d8807f948201d880 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d8807f948201d880 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF8201d8e87f948201d8e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d8e87f948201d8e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF8201d9507f948201d950 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d9507f948201d950 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF8201d9b87f948201d9b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201d9b87f948201d9b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF8201da207f948201da20 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201da207f948201da20 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF8201da887f948201da88 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201da887f948201da88 /* src/mesh/GuBV32.cpp */; }; + FFFF8201daf07f948201daf0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201daf07f948201daf0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF8201db587f948201db58 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201db587f948201db58 /* src/mesh/GuBV4.cpp */; }; + FFFF8201dbc07f948201dbc0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dbc07f948201dbc0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF8201dc287f948201dc28 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dc287f948201dc28 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF8201dc907f948201dc90 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dc907f948201dc90 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF8201dcf87f948201dcf8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dcf87f948201dcf8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF8201dd607f948201dd60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dd607f948201dd60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF8201ddc87f948201ddc8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ddc87f948201ddc8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF8201de307f948201de30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201de307f948201de30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF8201de987f948201de98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201de987f948201de98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF8201df007f948201df00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201df007f948201df00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF8201df687f948201df68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201df687f948201df68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF8201dfd07f948201dfd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201dfd07f948201dfd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF8201e0387f948201e038 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e0387f948201e038 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF8201e0a07f948201e0a0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e0a07f948201e0a0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF8201e1087f948201e108 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e1087f948201e108 /* src/mesh/GuRTree.cpp */; }; + FFFF8201e1707f948201e170 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e1707f948201e170 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF8201e1d87f948201e1d8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e1d87f948201e1d8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF8201e2407f948201e240 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e2407f948201e240 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF8201e2a87f948201e2a8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e2a87f948201e2a8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF8201e3107f948201e310 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e3107f948201e310 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF8201e3787f948201e378 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e3787f948201e378 /* src/hf/GuHeightField.cpp */; }; + FFFF8201e3e07f948201e3e0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e3e07f948201e3e0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF8201e4487f948201e448 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e4487f948201e448 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF8201e4b07f948201e4b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e4b07f948201e4b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF8201e5187f948201e518 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e5187f948201e518 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF8201e5807f948201e580 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e5807f948201e580 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF8201e5e87f948201e5e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e5e87f948201e5e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF8201e6507f948201e650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e6507f948201e650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF8201e6b87f948201e6b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e6b87f948201e6b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF8201e7207f948201e720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e7207f948201e720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF8201e7887f948201e788 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e7887f948201e788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF8201e7f07f948201e7f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e7f07f948201e7f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF8201e8587f948201e858 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e8587f948201e858 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF8201e8c07f948201e8c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e8c07f948201e8c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF8201e9287f948201e928 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e9287f948201e928 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF8201e9907f948201e990 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e9907f948201e990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF8201e9f87f948201e9f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201e9f87f948201e9f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF8201ea607f948201ea60 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ea607f948201ea60 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF8201eac87f948201eac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201eac87f948201eac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF8201eb307f948201eb30 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201eb307f948201eb30 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF8201eb987f948201eb98 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201eb987f948201eb98 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF8201ec007f948201ec00 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ec007f948201ec00 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF8201ec687f948201ec68 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ec687f948201ec68 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF8201ecd07f948201ecd0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ecd07f948201ecd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF8201ed387f948201ed38 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ed387f948201ed38 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF8201eda07f948201eda0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201eda07f948201eda0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF8201ee087f948201ee08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ee087f948201ee08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF8201ee707f948201ee70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ee707f948201ee70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF8201eed87f948201eed8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201eed87f948201eed8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF8201ef407f948201ef40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201ef407f948201ef40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF8201efa87f948201efa8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201efa87f948201efa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF8201f0107f948201f010 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD8201f0107f948201f010 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD431a02b07fba431a02b0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD420110007fba42011000 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD420110687fba42011068 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD420110d07fba420110d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD420111387fba42011138 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD420111a07fba420111a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD420112087fba42011208 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD420112707fba42011270 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD420112d87fba420112d8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD420113407fba42011340 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFD420113a87fba420113a8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD420114107fba42011410 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD420114787fba42011478 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD420114e07fba420114e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFD420115487fba42011548 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD420115b07fba420115b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD420116187fba42011618 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD420116807fba42011680 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD420116e87fba420116e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD420117507fba42011750 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD420117b87fba420117b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD420118207fba42011820 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD420118887fba42011888 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD420118f07fba420118f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD420119587fba42011958 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD420119c07fba420119c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011a287fba42011a28 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011a907fba42011a90 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011af87fba42011af8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011b607fba42011b60 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011bc87fba42011bc8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011c307fba42011c30 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011c987fba42011c98 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD42011d007fba42011d00 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a48007fba429a4800 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a48687fba429a4868 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a48d07fba429a48d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a49387fba429a4938 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a49a07fba429a49a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a4a087fba429a4a08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a4a707fba429a4a70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a4ad87fba429a4ad8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429a4b407fba429a4b40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4ba87fba429a4ba8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4c107fba429a4c10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4c787fba429a4c78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4ce07fba429a4ce0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4d487fba429a4d48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4db07fba429a4db0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4e187fba429a4e18 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4e807fba429a4e80 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4ee87fba429a4ee8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4f507fba429a4f50 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a4fb87fba429a4fb8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a50207fba429a5020 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a50887fba429a5088 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a50f07fba429a50f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a51587fba429a5158 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a51c07fba429a51c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a52287fba429a5228 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a52907fba429a5290 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a52f87fba429a52f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a53607fba429a5360 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a53c87fba429a53c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a54307fba429a5430 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a54987fba429a5498 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a55007fba429a5500 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a55687fba429a5568 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD429a55d07fba429a55d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFD420040007fba42004000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD420040687fba42004068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420040d07fba420040d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420041387fba42004138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD420041a07fba420041a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420042087fba42004208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420042707fba42004270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD420042d87fba420042d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD420043407fba42004340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD420043a87fba420043a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFD420044107fba42004410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD420044787fba42004478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD420044e07fba420044e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFD420045487fba42004548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFD420045b07fba420045b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD420046187fba42004618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420046807fba42004680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD420046e87fba420046e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD420047507fba42004750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFD420047b87fba420047b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD420048207fba42004820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420048887fba42004888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD420048f07fba420048f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD420049587fba42004958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD420049c07fba420049c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004a287fba42004a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004a907fba42004a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004af87fba42004af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004b607fba42004b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004bc87fba42004bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004c307fba42004c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004c987fba42004c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004d007fba42004d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004d687fba42004d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004dd07fba42004dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004e387fba42004e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004ea07fba42004ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004f087fba42004f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004f707fba42004f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD42004fd87fba42004fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD420050407fba42005040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD420050a87fba420050a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFD420051107fba42005110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD420051787fba42005178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420051e07fba420051e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD420052487fba42005248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420052b07fba420052b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420053187fba42005318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420053807fba42005380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420053e87fba420053e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420054507fba42005450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420054b87fba420054b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD420055207fba42005520 /* 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; }; - FFFD420055887fba42005588 /* 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; }; - FFFD420055f07fba420055f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420056587fba42005658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD420056c07fba420056c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420057287fba42005728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD420057907fba42005790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD420057f87fba420057f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420058607fba42005860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD420058c87fba420058c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFD420059307fba42005930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFD420059987fba42005998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005a007fba42005a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005a687fba42005a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005ad07fba42005ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005b387fba42005b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005ba07fba42005ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005c087fba42005c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005c707fba42005c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005cd87fba42005cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005d407fba42005d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005da87fba42005da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005e107fba42005e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005e787fba42005e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005ee07fba42005ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005f487fba42005f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD42005fb07fba42005fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD420060187fba42006018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD420060807fba42006080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420060e87fba420060e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420061507fba42006150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFD420061b87fba420061b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFD420062207fba42006220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420062887fba42006288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD420062f07fba420062f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD420063587fba42006358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD420063c07fba420063c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD420064287fba42006428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD420064907fba42006490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD420064f87fba420064f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFD420065607fba42006560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD420065c87fba420065c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD420066307fba42006630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD420066987fba42006698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFD420067007fba42006700 /* 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; }; - FFFD420067687fba42006768 /* 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; }; - FFFD420067d07fba420067d0 /* 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; }; - FFFD420068387fba42006838 /* 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; }; - FFFD420068a07fba420068a0 /* 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; }; - FFFD420069087fba42006908 /* 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; }; - FFFD420069707fba42006970 /* 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; }; - FFFD420069d87fba420069d8 /* 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; }; - FFFD42006a407fba42006a40 /* 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; }; - FFFD42006aa87fba42006aa8 /* 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; }; - FFFD42006b107fba42006b10 /* 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; }; - FFFD42006b787fba42006b78 /* 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; }; - FFFD42006be07fba42006be0 /* 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; }; - FFFD42006c487fba42006c48 /* 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; }; - FFFD42006cb07fba42006cb0 /* 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; }; - FFFD42006d187fba42006d18 /* 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; }; - FFFD42006d807fba42006d80 /* 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; }; - FFFD42006de87fba42006de8 /* 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; }; - FFFD42006e507fba42006e50 /* 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; }; - FFFD42006eb87fba42006eb8 /* 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; }; - FFFD42006f207fba42006f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD42006f887fba42006f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD42006ff07fba42006ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFD420070587fba42007058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD420070c07fba420070c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFD420071287fba42007128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD420071907fba42007190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFD420071f87fba420071f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD420072607fba42007260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD420072c87fba420072c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD420073307fba42007330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD420073987fba42007398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFD420074007fba42007400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD420074687fba42007468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD420074d07fba420074d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFD420075387fba42007538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD420075a07fba420075a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD420076087fba42007608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD420076707fba42007670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD420076d87fba420076d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD420077407fba42007740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD420077a87fba420077a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD420078107fba42007810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFD420078787fba42007878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD420078e07fba420078e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420079487fba42007948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420079b07fba420079b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007a187fba42007a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007a807fba42007a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007ae87fba42007ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007b507fba42007b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007bb87fba42007bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007c207fba42007c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007c887fba42007c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007cf07fba42007cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007d587fba42007d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007dc07fba42007dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007e287fba42007e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007e907fba42007e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007ef87fba42007ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007f607fba42007f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42007fc87fba42007fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420080307fba42008030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420080987fba42008098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420081007fba42008100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420081687fba42008168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420081d07fba420081d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420082387fba42008238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420082a07fba420082a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420083087fba42008308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420083707fba42008370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420083d87fba420083d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420084407fba42008440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420084a87fba420084a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420085107fba42008510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420085787fba42008578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420085e07fba420085e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420086487fba42008648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420086b07fba420086b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420087187fba42008718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420087807fba42008780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420087e87fba420087e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420088507fba42008850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420088b87fba420088b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420089207fba42008920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420089887fba42008988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420089f07fba420089f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008a587fba42008a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008ac07fba42008ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008b287fba42008b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008b907fba42008b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008bf87fba42008bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008c607fba42008c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008cc87fba42008cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008d307fba42008d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008d987fba42008d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008e007fba42008e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008e687fba42008e68 /* 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; }; - FFFD42008ed07fba42008ed0 /* 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; }; - FFFD42008f387fba42008f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42008fa07fba42008fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420090087fba42009008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420090707fba42009070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420090d87fba420090d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420091407fba42009140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420091a87fba420091a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420092107fba42009210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420092787fba42009278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420092e07fba420092e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420093487fba42009348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420093b07fba420093b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420094187fba42009418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420094807fba42009480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420094e87fba420094e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420095507fba42009550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420095b87fba420095b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420096207fba42009620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420096887fba42009688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420096f07fba420096f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420097587fba42009758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420097c07fba420097c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD420098287fba42009828 /* 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; }; - FFFD420098907fba42009890 /* 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; }; - FFFD420098f87fba420098f8 /* 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; }; - FFFD420099607fba42009960 /* 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; }; - FFFD420099c87fba420099c8 /* 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; }; - FFFD42009a307fba42009a30 /* 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; }; - FFFD42009a987fba42009a98 /* 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; }; - FFFD42009b007fba42009b00 /* 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; }; - FFFD42009b687fba42009b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009bd07fba42009bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009c387fba42009c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009ca07fba42009ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009d087fba42009d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009d707fba42009d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009dd87fba42009dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009e407fba42009e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009ea87fba42009ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009f107fba42009f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009f787fba42009f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42009fe07fba42009fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a0487fba4200a048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a0b07fba4200a0b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a1187fba4200a118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a1807fba4200a180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a1e87fba4200a1e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a2507fba4200a250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a2b87fba4200a2b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a3207fba4200a320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a3887fba4200a388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a3f07fba4200a3f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a4587fba4200a458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a4c07fba4200a4c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a5287fba4200a528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a5907fba4200a590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a5f87fba4200a5f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a6607fba4200a660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a6c87fba4200a6c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a7307fba4200a730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a7987fba4200a798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a8007fba4200a800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a8687fba4200a868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a8d07fba4200a8d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a9387fba4200a938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200a9a07fba4200a9a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200aa087fba4200aa08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200aa707fba4200aa70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200aad87fba4200aad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200ab407fba4200ab40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200aba87fba4200aba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4200ac107fba4200ac10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8313f9907f948313f990 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD820254007f9482025400 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD820254687f9482025468 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD820254d07f94820254d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820255387f9482025538 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820255a07f94820255a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD820256087f9482025608 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD820256707f9482025670 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820256d87f94820256d8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820257407f9482025740 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD820257a87f94820257a8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820258107f9482025810 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD820258787f9482025878 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD820258e07f94820258e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD820259487f9482025948 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD820259b07f94820259b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025a187f9482025a18 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025a807f9482025a80 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025ae87f9482025ae8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025b507f9482025b50 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025bb87f9482025bb8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025c207f9482025c20 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025c887f9482025c88 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025cf07f9482025cf0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025d587f9482025d58 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025dc07f9482025dc0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025e287f9482025e28 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025e907f9482025e90 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025ef87f9482025ef8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025f607f9482025f60 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD82025fc87f9482025fc8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD820260307f9482026030 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820260987f9482026098 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD820261007f9482026100 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD82973c007f9482973c00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973c687f9482973c68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973cd07f9482973cd0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973d387f9482973d38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973da07f9482973da0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973e087f9482973e08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973e707f9482973e70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973ed87f9482973ed8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82973f407f9482973f40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD82973fa87f9482973fa8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD829740107f9482974010 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD829740787f9482974078 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD829740e07f94829740e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD829741487f9482974148 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD829741b07f94829741b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD829742187f9482974218 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD829742807f9482974280 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD829742e87f94829742e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD829743507f9482974350 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD829743b87f94829743b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD829744207f9482974420 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD829744887f9482974488 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD829744f07f94829744f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD829745587f9482974558 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD829745c07f94829745c0 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD829746287f9482974628 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD829746907f9482974690 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD829746f87f94829746f8 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD829747607f9482974760 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD829747c87f94829747c8 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD829748307f9482974830 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD829748987f9482974898 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD829749007f9482974900 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD829749687f9482974968 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD829749d07f94829749d0 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD820184007f9482018400 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820184687f9482018468 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820184d07f94820184d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820185387f9482018538 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820185a07f94820185a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820186087f9482018608 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820186707f9482018670 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD820186d87f94820186d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD820187407f9482018740 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820187a87f94820187a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD820188107f9482018810 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD820188787f9482018878 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820188e07f94820188e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD820189487f9482018948 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD820189b07f94820189b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018a187f9482018a18 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018a807f9482018a80 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018ae87f9482018ae8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018b507f9482018b50 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018bb87f9482018bb8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018c207f9482018c20 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018c887f9482018c88 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018cf07f9482018cf0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018d587f9482018d58 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018dc07f9482018dc0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018e287f9482018e28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018e907f9482018e90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018ef87f9482018ef8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018f607f9482018f60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD82018fc87f9482018fc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD820190307f9482019030 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820190987f9482019098 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820191007f9482019100 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820191687f9482019168 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD820191d07f94820191d0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD820192387f9482019238 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD820192a07f94820192a0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD820193087f9482019308 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820193707f9482019370 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD820193d87f94820193d8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820194407f9482019440 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820194a87f94820194a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD820195107f9482019510 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820195787f9482019578 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820195e07f94820195e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820196487f9482019648 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820196b07f94820196b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820197187f9482019718 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820197807f9482019780 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820197e87f94820197e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820198507f9482019850 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820198b87f94820198b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820199207f9482019920 /* 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; }; + FFFD820199887f9482019988 /* 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; }; + FFFD820199f07f94820199f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019a587f9482019a58 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019ac07f9482019ac0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019b287f9482019b28 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019b907f9482019b90 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019bf87f9482019bf8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019c607f9482019c60 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019cc87f9482019cc8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019d307f9482019d30 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019d987f9482019d98 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019e007f9482019e00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019e687f9482019e68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019ed07f9482019ed0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019f387f9482019f38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019fa07f9482019fa0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0087f948201a008 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0707f948201a070 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0d87f948201a0d8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1407f948201a140 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1a87f948201a1a8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2107f948201a210 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2787f948201a278 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2e07f948201a2e0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3487f948201a348 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3b07f948201a3b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4187f948201a418 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4807f948201a480 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4e87f948201a4e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5507f948201a550 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5b87f948201a5b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6207f948201a620 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6887f948201a688 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6f07f948201a6f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7587f948201a758 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7c07f948201a7c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8287f948201a828 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8907f948201a890 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8f87f948201a8f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9607f948201a960 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9c87f948201a9c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa307f948201aa30 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa987f948201aa98 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ab007f948201ab00 /* 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; }; + FFFD8201ab687f948201ab68 /* 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; }; + FFFD8201abd07f948201abd0 /* 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; }; + FFFD8201ac387f948201ac38 /* 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; }; + FFFD8201aca07f948201aca0 /* 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; }; + FFFD8201ad087f948201ad08 /* 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; }; + FFFD8201ad707f948201ad70 /* 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; }; + FFFD8201add87f948201add8 /* 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; }; + FFFD8201ae407f948201ae40 /* 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; }; + FFFD8201aea87f948201aea8 /* 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; }; + FFFD8201af107f948201af10 /* 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; }; + FFFD8201af787f948201af78 /* 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; }; + FFFD8201afe07f948201afe0 /* 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; }; + FFFD8201b0487f948201b048 /* 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; }; + FFFD8201b0b07f948201b0b0 /* 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; }; + FFFD8201b1187f948201b118 /* 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; }; + FFFD8201b1807f948201b180 /* 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; }; + FFFD8201b1e87f948201b1e8 /* 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; }; + FFFD8201b2507f948201b250 /* 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; }; + FFFD8201b2b87f948201b2b8 /* 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; }; + FFFD8201b3207f948201b320 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b3887f948201b388 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b3f07f948201b3f0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b4587f948201b458 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b4c07f948201b4c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b5287f948201b528 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b5907f948201b590 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b5f87f948201b5f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b6607f948201b660 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b6c87f948201b6c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b7307f948201b730 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b7987f948201b798 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b8007f948201b800 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b8687f948201b868 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b8d07f948201b8d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b9387f948201b938 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201b9a07f948201b9a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ba087f948201ba08 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ba707f948201ba70 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bad87f948201bad8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bb407f948201bb40 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bba87f948201bba8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bc107f948201bc10 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bc787f948201bc78 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201bce07f948201bce0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201bd487f948201bd48 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201bdb07f948201bdb0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201be187f948201be18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201be807f948201be80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201bee87f948201bee8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201bf507f948201bf50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201bfb87f948201bfb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c0207f948201c020 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c0887f948201c088 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c0f07f948201c0f0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c1587f948201c158 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c1c07f948201c1c0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c2287f948201c228 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c2907f948201c290 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c2f87f948201c2f8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c3607f948201c360 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c3c87f948201c3c8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c4307f948201c430 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c4987f948201c498 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c5007f948201c500 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c5687f948201c568 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c5d07f948201c5d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c6387f948201c638 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c6a07f948201c6a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c7087f948201c708 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c7707f948201c770 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c7d87f948201c7d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c8407f948201c840 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c8a87f948201c8a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c9107f948201c910 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c9787f948201c978 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201c9e07f948201c9e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ca487f948201ca48 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cab07f948201cab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cb187f948201cb18 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cb807f948201cb80 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cbe87f948201cbe8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cc507f948201cc50 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ccb87f948201ccb8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cd207f948201cd20 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cd887f948201cd88 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cdf07f948201cdf0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ce587f948201ce58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cec07f948201cec0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cf287f948201cf28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cf907f948201cf90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201cff87f948201cff8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d0607f948201d060 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d0c87f948201d0c8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d1307f948201d130 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d1987f948201d198 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d2007f948201d200 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d2687f948201d268 /* 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; }; + FFFD8201d2d07f948201d2d0 /* 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; }; + FFFD8201d3387f948201d338 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d3a07f948201d3a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d4087f948201d408 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d4707f948201d470 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d4d87f948201d4d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d5407f948201d540 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d5a87f948201d5a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d6107f948201d610 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d6787f948201d678 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d6e07f948201d6e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d7487f948201d748 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d7b07f948201d7b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d8187f948201d818 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d8807f948201d880 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d8e87f948201d8e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d9507f948201d950 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201d9b87f948201d9b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201da207f948201da20 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201da887f948201da88 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201daf07f948201daf0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201db587f948201db58 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201dbc07f948201dbc0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201dc287f948201dc28 /* 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; }; + FFFD8201dc907f948201dc90 /* 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; }; + FFFD8201dcf87f948201dcf8 /* 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; }; + FFFD8201dd607f948201dd60 /* 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; }; + FFFD8201ddc87f948201ddc8 /* 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; }; + FFFD8201de307f948201de30 /* 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; }; + FFFD8201de987f948201de98 /* 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; }; + FFFD8201df007f948201df00 /* 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; }; + FFFD8201df687f948201df68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201dfd07f948201dfd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e0387f948201e038 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e0a07f948201e0a0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e1087f948201e108 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e1707f948201e170 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e1d87f948201e1d8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e2407f948201e240 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e2a87f948201e2a8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e3107f948201e310 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e3787f948201e378 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e3e07f948201e3e0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e4487f948201e448 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e4b07f948201e4b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e5187f948201e518 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e5807f948201e580 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e5e87f948201e5e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e6507f948201e650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e6b87f948201e6b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e7207f948201e720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e7887f948201e788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e7f07f948201e7f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e8587f948201e858 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e8c07f948201e8c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e9287f948201e928 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e9907f948201e990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201e9f87f948201e9f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ea607f948201ea60 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201eac87f948201eac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201eb307f948201eb30 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201eb987f948201eb98 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ec007f948201ec00 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ec687f948201ec68 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ecd07f948201ecd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ed387f948201ed38 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201eda07f948201eda0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ee087f948201ee08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ee707f948201ee70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201eed87f948201eed8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201ef407f948201ef40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201efa87f948201efa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8201f0107f948201f010 /* 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 */ - FFF2431a02b07fba431a02b0 /* Resources */ = { + FFF28313f9907f948313f990 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF420043a87fba420043a8, + FFFF820187a87f94820187a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC431a02b07fba431a02b0 /* Frameworks */ = { + FFFC8313f9907f948313f990 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1852,145 +1852,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8431a02b07fba431a02b0 /* Sources */ = { + FFF88313f9907f948313f990 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF429a48007fba429a4800, - FFFF429a48687fba429a4868, - FFFF429a48d07fba429a48d0, - FFFF429a49387fba429a4938, - FFFF429a49a07fba429a49a0, - FFFF429a4a087fba429a4a08, - FFFF429a4a707fba429a4a70, - FFFF429a4ad87fba429a4ad8, - FFFF420078e07fba420078e0, - FFFF420079487fba42007948, - FFFF420079b07fba420079b0, - FFFF42007a187fba42007a18, - FFFF42007a807fba42007a80, - FFFF42007ae87fba42007ae8, - FFFF42007b507fba42007b50, - FFFF42007bb87fba42007bb8, - FFFF42007c207fba42007c20, - FFFF42007c887fba42007c88, - FFFF42007cf07fba42007cf0, - FFFF42007d587fba42007d58, - FFFF42007dc07fba42007dc0, - FFFF42007e287fba42007e28, - FFFF42007e907fba42007e90, - FFFF42007ef87fba42007ef8, - FFFF42007f607fba42007f60, - FFFF42007fc87fba42007fc8, - FFFF420080307fba42008030, - FFFF420080987fba42008098, - FFFF420081007fba42008100, - FFFF420081687fba42008168, - FFFF420081d07fba420081d0, - FFFF420082387fba42008238, - FFFF420082a07fba420082a0, - FFFF420083087fba42008308, - FFFF420083707fba42008370, - FFFF420083d87fba420083d8, - FFFF420084407fba42008440, - FFFF420084a87fba420084a8, - FFFF420085107fba42008510, - FFFF420085787fba42008578, - FFFF420085e07fba420085e0, - FFFF420086487fba42008648, - FFFF420086b07fba420086b0, - FFFF420087187fba42008718, - FFFF420087807fba42008780, - FFFF420087e87fba420087e8, - FFFF420088507fba42008850, - FFFF420088b87fba420088b8, - FFFF420089207fba42008920, - FFFF420089887fba42008988, - FFFF420089f07fba420089f0, - FFFF42008a587fba42008a58, - FFFF42008ac07fba42008ac0, - FFFF42008b287fba42008b28, - FFFF42008b907fba42008b90, - FFFF42008bf87fba42008bf8, - FFFF42008c607fba42008c60, - FFFF42008cc87fba42008cc8, - FFFF42008d307fba42008d30, - FFFF42008d987fba42008d98, - FFFF42008e007fba42008e00, - FFFF42008e687fba42008e68, - FFFF42008ed07fba42008ed0, - FFFF42008f387fba42008f38, - FFFF42008fa07fba42008fa0, - FFFF420090087fba42009008, - FFFF420090707fba42009070, - FFFF420090d87fba420090d8, - FFFF420091407fba42009140, - FFFF420091a87fba420091a8, - FFFF420092107fba42009210, - FFFF420092787fba42009278, - FFFF420092e07fba420092e0, - FFFF420093487fba42009348, - FFFF420093b07fba420093b0, - FFFF420094187fba42009418, - FFFF420094807fba42009480, - FFFF420094e87fba420094e8, - FFFF420095507fba42009550, - FFFF420095b87fba420095b8, - FFFF420096207fba42009620, - FFFF420096887fba42009688, - FFFF420096f07fba420096f0, - FFFF420097587fba42009758, - FFFF420097c07fba420097c0, - FFFF420098287fba42009828, - FFFF420098907fba42009890, - FFFF420098f87fba420098f8, - FFFF420099607fba42009960, - FFFF420099c87fba420099c8, - FFFF42009a307fba42009a30, - FFFF42009a987fba42009a98, - FFFF42009b007fba42009b00, - FFFF42009b687fba42009b68, - FFFF42009bd07fba42009bd0, - FFFF42009c387fba42009c38, - FFFF42009ca07fba42009ca0, - FFFF42009d087fba42009d08, - FFFF42009d707fba42009d70, - FFFF42009dd87fba42009dd8, - FFFF42009e407fba42009e40, - FFFF42009ea87fba42009ea8, - FFFF42009f107fba42009f10, - FFFF42009f787fba42009f78, - FFFF42009fe07fba42009fe0, - FFFF4200a0487fba4200a048, - FFFF4200a0b07fba4200a0b0, - FFFF4200a1187fba4200a118, - FFFF4200a1807fba4200a180, - FFFF4200a1e87fba4200a1e8, - FFFF4200a2507fba4200a250, - FFFF4200a2b87fba4200a2b8, - FFFF4200a3207fba4200a320, - FFFF4200a3887fba4200a388, - FFFF4200a3f07fba4200a3f0, - FFFF4200a4587fba4200a458, - FFFF4200a4c07fba4200a4c0, - FFFF4200a5287fba4200a528, - FFFF4200a5907fba4200a590, - FFFF4200a5f87fba4200a5f8, - FFFF4200a6607fba4200a660, - FFFF4200a6c87fba4200a6c8, - FFFF4200a7307fba4200a730, - FFFF4200a7987fba4200a798, - FFFF4200a8007fba4200a800, - FFFF4200a8687fba4200a868, - FFFF4200a8d07fba4200a8d0, - FFFF4200a9387fba4200a938, - FFFF4200a9a07fba4200a9a0, - FFFF4200aa087fba4200aa08, - FFFF4200aa707fba4200aa70, - FFFF4200aad87fba4200aad8, - FFFF4200ab407fba4200ab40, - FFFF4200aba87fba4200aba8, - FFFF4200ac107fba4200ac10, + FFFF82973c007f9482973c00, + FFFF82973c687f9482973c68, + FFFF82973cd07f9482973cd0, + FFFF82973d387f9482973d38, + FFFF82973da07f9482973da0, + FFFF82973e087f9482973e08, + FFFF82973e707f9482973e70, + FFFF82973ed87f9482973ed8, + FFFF8201bce07f948201bce0, + FFFF8201bd487f948201bd48, + FFFF8201bdb07f948201bdb0, + FFFF8201be187f948201be18, + FFFF8201be807f948201be80, + FFFF8201bee87f948201bee8, + FFFF8201bf507f948201bf50, + FFFF8201bfb87f948201bfb8, + FFFF8201c0207f948201c020, + FFFF8201c0887f948201c088, + FFFF8201c0f07f948201c0f0, + FFFF8201c1587f948201c158, + FFFF8201c1c07f948201c1c0, + FFFF8201c2287f948201c228, + FFFF8201c2907f948201c290, + FFFF8201c2f87f948201c2f8, + FFFF8201c3607f948201c360, + FFFF8201c3c87f948201c3c8, + FFFF8201c4307f948201c430, + FFFF8201c4987f948201c498, + FFFF8201c5007f948201c500, + FFFF8201c5687f948201c568, + FFFF8201c5d07f948201c5d0, + FFFF8201c6387f948201c638, + FFFF8201c6a07f948201c6a0, + FFFF8201c7087f948201c708, + FFFF8201c7707f948201c770, + FFFF8201c7d87f948201c7d8, + FFFF8201c8407f948201c840, + FFFF8201c8a87f948201c8a8, + FFFF8201c9107f948201c910, + FFFF8201c9787f948201c978, + FFFF8201c9e07f948201c9e0, + FFFF8201ca487f948201ca48, + FFFF8201cab07f948201cab0, + FFFF8201cb187f948201cb18, + FFFF8201cb807f948201cb80, + FFFF8201cbe87f948201cbe8, + FFFF8201cc507f948201cc50, + FFFF8201ccb87f948201ccb8, + FFFF8201cd207f948201cd20, + FFFF8201cd887f948201cd88, + FFFF8201cdf07f948201cdf0, + FFFF8201ce587f948201ce58, + FFFF8201cec07f948201cec0, + FFFF8201cf287f948201cf28, + FFFF8201cf907f948201cf90, + FFFF8201cff87f948201cff8, + FFFF8201d0607f948201d060, + FFFF8201d0c87f948201d0c8, + FFFF8201d1307f948201d130, + FFFF8201d1987f948201d198, + FFFF8201d2007f948201d200, + FFFF8201d2687f948201d268, + FFFF8201d2d07f948201d2d0, + FFFF8201d3387f948201d338, + FFFF8201d3a07f948201d3a0, + FFFF8201d4087f948201d408, + FFFF8201d4707f948201d470, + FFFF8201d4d87f948201d4d8, + FFFF8201d5407f948201d540, + FFFF8201d5a87f948201d5a8, + FFFF8201d6107f948201d610, + FFFF8201d6787f948201d678, + FFFF8201d6e07f948201d6e0, + FFFF8201d7487f948201d748, + FFFF8201d7b07f948201d7b0, + FFFF8201d8187f948201d818, + FFFF8201d8807f948201d880, + FFFF8201d8e87f948201d8e8, + FFFF8201d9507f948201d950, + FFFF8201d9b87f948201d9b8, + FFFF8201da207f948201da20, + FFFF8201da887f948201da88, + FFFF8201daf07f948201daf0, + FFFF8201db587f948201db58, + FFFF8201dbc07f948201dbc0, + FFFF8201dc287f948201dc28, + FFFF8201dc907f948201dc90, + FFFF8201dcf87f948201dcf8, + FFFF8201dd607f948201dd60, + FFFF8201ddc87f948201ddc8, + FFFF8201de307f948201de30, + FFFF8201de987f948201de98, + FFFF8201df007f948201df00, + FFFF8201df687f948201df68, + FFFF8201dfd07f948201dfd0, + FFFF8201e0387f948201e038, + FFFF8201e0a07f948201e0a0, + FFFF8201e1087f948201e108, + FFFF8201e1707f948201e170, + FFFF8201e1d87f948201e1d8, + FFFF8201e2407f948201e240, + FFFF8201e2a87f948201e2a8, + FFFF8201e3107f948201e310, + FFFF8201e3787f948201e378, + FFFF8201e3e07f948201e3e0, + FFFF8201e4487f948201e448, + FFFF8201e4b07f948201e4b0, + FFFF8201e5187f948201e518, + FFFF8201e5807f948201e580, + FFFF8201e5e87f948201e5e8, + FFFF8201e6507f948201e650, + FFFF8201e6b87f948201e6b8, + FFFF8201e7207f948201e720, + FFFF8201e7887f948201e788, + FFFF8201e7f07f948201e7f0, + FFFF8201e8587f948201e858, + FFFF8201e8c07f948201e8c0, + FFFF8201e9287f948201e928, + FFFF8201e9907f948201e990, + FFFF8201e9f87f948201e9f8, + FFFF8201ea607f948201ea60, + FFFF8201eac87f948201eac8, + FFFF8201eb307f948201eb30, + FFFF8201eb987f948201eb98, + FFFF8201ec007f948201ec00, + FFFF8201ec687f948201ec68, + FFFF8201ecd07f948201ecd0, + FFFF8201ed387f948201ed38, + FFFF8201eda07f948201eda0, + FFFF8201ee087f948201ee08, + FFFF8201ee707f948201ee70, + FFFF8201eed87f948201eed8, + FFFF8201ef407f948201ef40, + FFFF8201efa87f948201efa8, + FFFF8201f0107f948201f010, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1999,132 +1999,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4433f5d107fba433f5d10 /* PBXTargetDependency */ = { + FFF48313b2507f948313b250 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; - targetProxy = FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */; + target = FFFA8311f9307f948311f930 /* PxFoundation */; + targetProxy = FFF58311f9307f948311f930 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFF429937187fba42993718 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429937187fba42993718 /* src/PsAllocator.cpp */; }; - FFFF429937807fba42993780 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429937807fba42993780 /* src/PsAssert.cpp */; }; - FFFF429937e87fba429937e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429937e87fba429937e8 /* src/PsFoundation.cpp */; }; - FFFF429938507fba42993850 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429938507fba42993850 /* src/PsMathUtils.cpp */; }; - FFFF429938b87fba429938b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429938b87fba429938b8 /* src/PsString.cpp */; }; - FFFF429939207fba42993920 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429939207fba42993920 /* src/PsTempAllocator.cpp */; }; - FFFF429939887fba42993988 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429939887fba42993988 /* src/PsUtilities.cpp */; }; - FFFF429939f07fba429939f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD429939f07fba429939f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFF42993a587fba42993a58 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993a587fba42993a58 /* src/unix/PsUnixCpu.cpp */; }; - FFFF42993ac07fba42993ac0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993ac07fba42993ac0 /* src/unix/PsUnixFPU.cpp */; }; - FFFF42993b287fba42993b28 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993b287fba42993b28 /* src/unix/PsUnixMutex.cpp */; }; - FFFF42993b907fba42993b90 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993b907fba42993b90 /* src/unix/PsUnixPrintString.cpp */; }; - FFFF42993bf87fba42993bf8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993bf87fba42993bf8 /* src/unix/PsUnixSList.cpp */; }; - FFFF42993c607fba42993c60 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993c607fba42993c60 /* src/unix/PsUnixSocket.cpp */; }; - FFFF42993cc87fba42993cc8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993cc87fba42993cc8 /* src/unix/PsUnixSync.cpp */; }; - FFFF42993d307fba42993d30 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993d307fba42993d30 /* src/unix/PsUnixThread.cpp */; }; - FFFF42993d987fba42993d98 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD42993d987fba42993d98 /* src/unix/PsUnixTime.cpp */; }; + FFFF8298db187f948298db18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298db187f948298db18 /* src/PsAllocator.cpp */; }; + FFFF8298db807f948298db80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298db807f948298db80 /* src/PsAssert.cpp */; }; + FFFF8298dbe87f948298dbe8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dbe87f948298dbe8 /* src/PsFoundation.cpp */; }; + FFFF8298dc507f948298dc50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dc507f948298dc50 /* src/PsMathUtils.cpp */; }; + FFFF8298dcb87f948298dcb8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dcb87f948298dcb8 /* src/PsString.cpp */; }; + FFFF8298dd207f948298dd20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dd207f948298dd20 /* src/PsTempAllocator.cpp */; }; + FFFF8298dd887f948298dd88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dd887f948298dd88 /* src/PsUtilities.cpp */; }; + FFFF8298ddf07f948298ddf0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298ddf07f948298ddf0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF8298de587f948298de58 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298de587f948298de58 /* src/unix/PsUnixCpu.cpp */; }; + FFFF8298dec07f948298dec0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dec07f948298dec0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF8298df287f948298df28 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298df287f948298df28 /* src/unix/PsUnixMutex.cpp */; }; + FFFF8298df907f948298df90 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298df907f948298df90 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF8298dff87f948298dff8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298dff87f948298dff8 /* src/unix/PsUnixSList.cpp */; }; + FFFF8298e0607f948298e060 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298e0607f948298e060 /* src/unix/PsUnixSocket.cpp */; }; + FFFF8298e0c87f948298e0c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298e0c87f948298e0c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF8298e1307f948298e130 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298e1307f948298e130 /* src/unix/PsUnixThread.cpp */; }; + FFFF8298e1987f948298e198 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8298e1987f948298e198 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4318c2b07fba4318c2b0 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD429818007fba42981800 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFD429818687fba42981868 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD429818d07fba429818d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFD429819387fba42981938 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFD429819a07fba429819a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981a087fba42981a08 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981a707fba42981a70 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981ad87fba42981ad8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981b407fba42981b40 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981ba87fba42981ba8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981c107fba42981c10 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981c787fba42981c78 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981ce07fba42981ce0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981d487fba42981d48 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981db07fba42981db0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981e187fba42981e18 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981e807fba42981e80 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981ee87fba42981ee8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981f507fba42981f50 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFD42981fb87fba42981fb8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFD429820207fba42982020 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD429820887fba42982088 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD429820f07fba429820f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD429821587fba42982158 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD429821c07fba429821c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD429822287fba42982228 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFD429822907fba42982290 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFD429822f87fba429822f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFD429823607fba42982360 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD429924007fba42992400 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFD429924687fba42992468 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFD429924d07fba429924d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFD429925387fba42992538 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD429925a07fba429925a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD429926087fba42992608 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD429926707fba42992670 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD429926d87fba429926d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFD429927407fba42992740 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD429927a87fba429927a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFD429928107fba42992810 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD429928787fba42992878 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD429928e07fba429928e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD429929487fba42992948 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD429929b07fba429929b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992a187fba42992a18 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992a807fba42992a80 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992ae87fba42992ae8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992b507fba42992b50 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992bb87fba42992bb8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992c207fba42992c20 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992c887fba42992c88 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992cf07fba42992cf0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992d587fba42992d58 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992dc07fba42992dc0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992e287fba42992e28 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992e907fba42992e90 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992ef87fba42992ef8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992f607fba42992f60 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFD42992fc87fba42992fc8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFD429930307fba42993030 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD429930987fba42993098 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD429931007fba42993100 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFD429931687fba42993168 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFD429931d07fba429931d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD429932387fba42993238 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD429932a07fba429932a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD429933087fba42993308 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFD429933707fba42993370 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFD429933d87fba429933d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD429934407fba42993440 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD429934a87fba429934a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD429935107fba42993510 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD429935787fba42993578 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD429935e07fba429935e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD429936487fba42993648 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD429936b07fba429936b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD429937187fba42993718 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429937807fba42993780 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429937e87fba429937e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429938507fba42993850 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429938b87fba429938b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429939207fba42993920 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429939887fba42993988 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD429939f07fba429939f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993a587fba42993a58 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993ac07fba42993ac0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993b287fba42993b28 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993b907fba42993b90 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993bf87fba42993bf8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993c607fba42993c60 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993cc87fba42993cc8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993d307fba42993d30 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD42993d987fba42993d98 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8311f9307f948311f930 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8297b8007f948297b800 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297b8687f948297b868 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297b8d07f948297b8d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297b9387f948297b938 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297b9a07f948297b9a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297ba087f948297ba08 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297ba707f948297ba70 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bad87f948297bad8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bb407f948297bb40 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bba87f948297bba8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bc107f948297bc10 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bc787f948297bc78 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bce07f948297bce0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bd487f948297bd48 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bdb07f948297bdb0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297be187f948297be18 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297be807f948297be80 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bee87f948297bee8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bf507f948297bf50 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297bfb87f948297bfb8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c0207f948297c020 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c0887f948297c088 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c0f07f948297c0f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c1587f948297c158 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c1c07f948297c1c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c2287f948297c228 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c2907f948297c290 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c2f87f948297c2f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8297c3607f948297c360 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298c8007f948298c800 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298c8687f948298c868 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298c8d07f948298c8d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298c9387f948298c938 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298c9a07f948298c9a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298ca087f948298ca08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298ca707f948298ca70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cad87f948298cad8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cb407f948298cb40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cba87f948298cba8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cc107f948298cc10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cc787f948298cc78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cce07f948298cce0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cd487f948298cd48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cdb07f948298cdb0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298ce187f948298ce18 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298ce807f948298ce80 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cee87f948298cee8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cf507f948298cf50 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298cfb87f948298cfb8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d0207f948298d020 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d0887f948298d088 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d0f07f948298d0f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d1587f948298d158 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d1c07f948298d1c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d2287f948298d228 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d2907f948298d290 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d2f87f948298d2f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d3607f948298d360 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d3c87f948298d3c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d4307f948298d430 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d4987f948298d498 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d5007f948298d500 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d5687f948298d568 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d5d07f948298d5d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d6387f948298d638 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d6a07f948298d6a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d7087f948298d708 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d7707f948298d770 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d7d87f948298d7d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d8407f948298d840 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d8a87f948298d8a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d9107f948298d910 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d9787f948298d978 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298d9e07f948298d9e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298da487f948298da48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298dab07f948298dab0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD8298db187f948298db18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298db807f948298db80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dbe87f948298dbe8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dc507f948298dc50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dcb87f948298dcb8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dd207f948298dd20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dd887f948298dd88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298ddf07f948298ddf0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298de587f948298de58 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dec07f948298dec0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298df287f948298df28 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298df907f948298df90 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298dff87f948298dff8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298e0607f948298e060 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298e0c87f948298e0c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298e1307f948298e130 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8298e1987f948298e198 /* 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 */ - FFF24318c2b07fba4318c2b0 /* Resources */ = { + FFF28311f9307f948311f930 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2134,7 +2134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4318c2b07fba4318c2b0 /* Frameworks */ = { + FFFC8311f9307f948311f930 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2144,27 +2144,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84318c2b07fba4318c2b0 /* Sources */ = { + FFF88311f9307f948311f930 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF429937187fba42993718, - FFFF429937807fba42993780, - FFFF429937e87fba429937e8, - FFFF429938507fba42993850, - FFFF429938b87fba429938b8, - FFFF429939207fba42993920, - FFFF429939887fba42993988, - FFFF429939f07fba429939f0, - FFFF42993a587fba42993a58, - FFFF42993ac07fba42993ac0, - FFFF42993b287fba42993b28, - FFFF42993b907fba42993b90, - FFFF42993bf87fba42993bf8, - FFFF42993c607fba42993c60, - FFFF42993cc87fba42993cc8, - FFFF42993d307fba42993d30, - FFFF42993d987fba42993d98, + FFFF8298db187f948298db18, + FFFF8298db807f948298db80, + FFFF8298dbe87f948298dbe8, + FFFF8298dc507f948298dc50, + FFFF8298dcb87f948298dcb8, + FFFF8298dd207f948298dd20, + FFFF8298dd887f948298dd88, + FFFF8298ddf07f948298ddf0, + FFFF8298de587f948298de58, + FFFF8298dec07f948298dec0, + FFFF8298df287f948298df28, + FFFF8298df907f948298df90, + FFFF8298dff87f948298dff8, + FFFF8298e0607f948298e060, + FFFF8298e0c87f948298e0c8, + FFFF8298e1307f948298e130, + FFFF8298e1987f948298e198, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2176,103 +2176,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFF4480fda87fba4480fda8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480fda87fba4480fda8 /* src/PxProfileEventImpl.cpp */; }; - FFFF4480fe107fba4480fe10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480fe107fba4480fe10 /* src/PxPvd.cpp */; }; - FFFF4480fe787fba4480fe78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480fe787fba4480fe78 /* src/PxPvdDataStream.cpp */; }; - FFFF4480fee07fba4480fee0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480fee07fba4480fee0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFF4480ff487fba4480ff48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480ff487fba4480ff48 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFF4480ffb07fba4480ffb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4480ffb07fba4480ffb0 /* src/PxPvdImpl.cpp */; }; - FFFF448100187fba44810018 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448100187fba44810018 /* src/PxPvdMemClient.cpp */; }; - FFFF448100807fba44810080 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448100807fba44810080 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFF448100e87fba448100e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448100e87fba448100e8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFF448101507fba44810150 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448101507fba44810150 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFF448101b87fba448101b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448101b87fba448101b8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF8382dfa87f948382dfa8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382dfa87f948382dfa8 /* src/PxProfileEventImpl.cpp */; }; + FFFF8382e0107f948382e010 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e0107f948382e010 /* src/PxPvd.cpp */; }; + FFFF8382e0787f948382e078 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e0787f948382e078 /* src/PxPvdDataStream.cpp */; }; + FFFF8382e0e07f948382e0e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e0e07f948382e0e0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF8382e1487f948382e148 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e1487f948382e148 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF8382e1b07f948382e1b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e1b07f948382e1b0 /* src/PxPvdImpl.cpp */; }; + FFFF8382e2187f948382e218 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e2187f948382e218 /* src/PxPvdMemClient.cpp */; }; + FFFF8382e2807f948382e280 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e2807f948382e280 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF8382e2e87f948382e2e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e2e87f948382e2e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF8382e3507f948382e350 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e3507f948382e350 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF8382e3b87f948382e3b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8382e3b87f948382e3b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD44109f207fba44109f20 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4410cca07fba4410cca0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD4410cd087fba4410cd08 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fa007fba4480fa00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fa687fba4480fa68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fad07fba4480fad0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fb387fba4480fb38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fba07fba4480fba0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fc087fba4480fc08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fc707fba4480fc70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fcd87fba4480fcd8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fd407fba4480fd40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFD4480fda87fba4480fda8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4480fe107fba4480fe10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4480fe787fba4480fe78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4480fee07fba4480fee0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4480ff487fba4480ff48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4480ffb07fba4480ffb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448100187fba44810018 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448100807fba44810080 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448100e87fba448100e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448101507fba44810150 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448101b87fba448101b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448102207fba44810220 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD448102887fba44810288 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448102f07fba448102f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFD448103587fba44810358 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448103c07fba448103c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448104287fba44810428 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFD448104907fba44810490 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD448104f87fba448104f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD448105607fba44810560 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD448105c87fba448105c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448106307fba44810630 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD448106987fba44810698 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFD448107007fba44810700 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFD448107687fba44810768 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD448107d07fba448107d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD448108387fba44810838 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD448108a07fba448108a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFD448109087fba44810908 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD448109707fba44810970 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD448109d87fba448109d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810a407fba44810a40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810aa87fba44810aa8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810b107fba44810b10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810b787fba44810b78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810be07fba44810be0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810c487fba44810c48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810cb07fba44810cb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810d187fba44810d18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810d807fba44810d80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810de87fba44810de8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810e507fba44810e50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810eb87fba44810eb8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810f207fba44810f20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810f887fba44810f88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD44810ff07fba44810ff0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448110587fba44811058 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFD448110c07fba448110c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD448111287fba44811128 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFD448111907fba44811190 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD448111f87fba448111f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD448112607fba44811260 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD448112c87fba448112c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD448113307fba44811330 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD448113987fba44811398 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD448114007fba44811400 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448114687fba44811468 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD448114d07fba448114d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFD448115387fba44811538 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD448115a07fba448115a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFD448116087fba44811608 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD448116707fba44811670 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD448116d87fba448116d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD448117407fba44811740 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFD448117a87fba448117a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD448118107fba44811810 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD448118787fba44811878 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8340c6c07f948340c6c0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD836006f07f94836006f0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD836007587f9483600758 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dc007f948382dc00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dc687f948382dc68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dcd07f948382dcd0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dd387f948382dd38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dda07f948382dda0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382de087f948382de08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382de707f948382de70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ded87f948382ded8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382df407f948382df40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382dfa87f948382dfa8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e0107f948382e010 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e0787f948382e078 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e0e07f948382e0e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e1487f948382e148 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e1b07f948382e1b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e2187f948382e218 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e2807f948382e280 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e2e87f948382e2e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e3507f948382e350 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e3b87f948382e3b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8382e4207f948382e420 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e4887f948382e488 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e4f07f948382e4f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e5587f948382e558 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e5c07f948382e5c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e6287f948382e628 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e6907f948382e690 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e6f87f948382e6f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e7607f948382e760 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e7c87f948382e7c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e8307f948382e830 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e8987f948382e898 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e9007f948382e900 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e9687f948382e968 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382e9d07f948382e9d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ea387f948382ea38 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382eaa07f948382eaa0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382eb087f948382eb08 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382eb707f948382eb70 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ebd87f948382ebd8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ec407f948382ec40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382eca87f948382eca8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ed107f948382ed10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ed787f948382ed78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ede07f948382ede0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ee487f948382ee48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382eeb07f948382eeb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ef187f948382ef18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382ef807f948382ef80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382efe87f948382efe8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f0507f948382f050 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f0b87f948382f0b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f1207f948382f120 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f1887f948382f188 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f1f07f948382f1f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f2587f948382f258 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f2c07f948382f2c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f3287f948382f328 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f3907f948382f390 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f3f87f948382f3f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f4607f948382f460 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f4c87f948382f4c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f5307f948382f530 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f5987f948382f598 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f6007f948382f600 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f6687f948382f668 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f6d07f948382f6d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f7387f948382f738 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f7a07f948382f7a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f8087f948382f808 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f8707f948382f870 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f8d87f948382f8d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f9407f948382f940 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382f9a87f948382f9a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382fa107f948382fa10 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8382fa787f948382fa78 /* 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 */ - FFF244109f207fba44109f20 /* Resources */ = { + FFF28340c6c07f948340c6c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2282,7 +2282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC44109f207fba44109f20 /* Frameworks */ = { + FFFC8340c6c07f948340c6c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2292,21 +2292,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF844109f207fba44109f20 /* Sources */ = { + FFF88340c6c07f948340c6c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4480fda87fba4480fda8, - FFFF4480fe107fba4480fe10, - FFFF4480fe787fba4480fe78, - FFFF4480fee07fba4480fee0, - FFFF4480ff487fba4480ff48, - FFFF4480ffb07fba4480ffb0, - FFFF448100187fba44810018, - FFFF448100807fba44810080, - FFFF448100e87fba448100e8, - FFFF448101507fba44810150, - FFFF448101b87fba448101b8, + FFFF8382dfa87f948382dfa8, + FFFF8382e0107f948382e010, + FFFF8382e0787f948382e078, + FFFF8382e0e07f948382e0e0, + FFFF8382e1487f948382e148, + FFFF8382e1b07f948382e1b0, + FFFF8382e2187f948382e218, + FFFF8382e2807f948382e280, + FFFF8382e2e87f948382e2e8, + FFFF8382e3507f948382e350, + FFFF8382e3b87f948382e3b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2315,108 +2315,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4441081907fba44108190 /* PBXTargetDependency */ = { + FFF48340c2d07f948340c2d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; - targetProxy = FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */; + target = FFFA8311f9307f948311f930 /* PxFoundation */; + targetProxy = FFF58311f9307f948311f930 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFF44128b307fba44128b30 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD44128b307fba44128b30 /* px_globals.cpp */; }; - FFFF4412e1507fba4412e150 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e1507fba4412e150 /* PxsCCD.cpp */; }; - FFFF4412e1b87fba4412e1b8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e1b87fba4412e1b8 /* PxsContactManager.cpp */; }; - FFFF4412e2207fba4412e220 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e2207fba4412e220 /* PxsContext.cpp */; }; - FFFF4412e2887fba4412e288 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e2887fba4412e288 /* PxsDefaultMemoryManager.cpp */; }; - FFFF4412e2f07fba4412e2f0 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e2f07fba4412e2f0 /* PxsIslandSim.cpp */; }; - FFFF4412e3587fba4412e358 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e3587fba4412e358 /* PxsMaterialCombiner.cpp */; }; - FFFF4412e3c07fba4412e3c0 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e3c07fba4412e3c0 /* PxsNphaseImplementationContext.cpp */; }; - FFFF4412e4287fba4412e428 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD4412e4287fba4412e428 /* PxsSimpleIslandManager.cpp */; }; - FFFF448174007fba44817400 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448174007fba44817400 /* collision/PxcContact.cpp */; }; - FFFF448174687fba44817468 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448174687fba44817468 /* pipeline/PxcContactCache.cpp */; }; - FFFF448174d07fba448174d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448174d07fba448174d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFF448175387fba44817538 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448175387fba44817538 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFF448175a07fba448175a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448175a07fba448175a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFF448176087fba44817608 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448176087fba44817608 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFF448176707fba44817670 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448176707fba44817670 /* pipeline/PxcMaterialShape.cpp */; }; - FFFF448176d87fba448176d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448176d87fba448176d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFF448177407fba44817740 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448177407fba44817740 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFF448177a87fba448177a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448177a87fba448177a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFF448178107fba44817810 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448178107fba44817810 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFF448178787fba44817878 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD448178787fba44817878 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF831543a07f94831543a0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD831543a07f94831543a0 /* px_globals.cpp */; }; + FFFF8314a1307f948314a130 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a1307f948314a130 /* PxsCCD.cpp */; }; + FFFF8314a1987f948314a198 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a1987f948314a198 /* PxsContactManager.cpp */; }; + FFFF8314a2007f948314a200 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a2007f948314a200 /* PxsContext.cpp */; }; + FFFF8314a2687f948314a268 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a2687f948314a268 /* PxsDefaultMemoryManager.cpp */; }; + FFFF8314a2d07f948314a2d0 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a2d07f948314a2d0 /* PxsIslandSim.cpp */; }; + FFFF8314a3387f948314a338 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a3387f948314a338 /* PxsMaterialCombiner.cpp */; }; + FFFF8314a3a07f948314a3a0 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a3a07f948314a3a0 /* PxsNphaseImplementationContext.cpp */; }; + FFFF8314a4087f948314a408 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD8314a4087f948314a408 /* PxsSimpleIslandManager.cpp */; }; + FFFF8299c4007f948299c400 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c4007f948299c400 /* collision/PxcContact.cpp */; }; + FFFF8299c4687f948299c468 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c4687f948299c468 /* pipeline/PxcContactCache.cpp */; }; + FFFF8299c4d07f948299c4d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c4d07f948299c4d0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF8299c5387f948299c538 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c5387f948299c538 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF8299c5a07f948299c5a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c5a07f948299c5a0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF8299c6087f948299c608 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c6087f948299c608 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF8299c6707f948299c670 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c6707f948299c670 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF8299c6d87f948299c6d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c6d87f948299c6d8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF8299c7407f948299c740 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c7407f948299c740 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF8299c7a87f948299c7a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c7a87f948299c7a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF8299c8107f948299c810 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c8107f948299c810 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF8299c8787f948299c878 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8299c8787f948299c878 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441270b07fba441270b0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD44128b307fba44128b30 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412b7a07fba4412b7a0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412b8087fba4412b808 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412b8707fba4412b870 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412b8d87fba4412b8d8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412b9407fba4412b940 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412b9a87fba4412b9a8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412ba107fba4412ba10 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412ba787fba4412ba78 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412bae07fba4412bae0 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD4412e1507fba4412e150 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e1b87fba4412e1b8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e2207fba4412e220 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e2887fba4412e288 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e2f07fba4412e2f0 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e3587fba4412e358 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e3c07fba4412e3c0 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4412e4287fba4412e428 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44818a007fba44818a00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818a687fba44818a68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818ad07fba44818ad0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818b387fba44818b38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818ba07fba44818ba0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818c087fba44818c08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818c707fba44818c70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818cd87fba44818cd8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818d407fba44818d40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818da87fba44818da8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818e107fba44818e10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818e787fba44818e78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818ee07fba44818ee0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818f487fba44818f48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD44818fb07fba44818fb0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD448190187fba44819018 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD448190807fba44819080 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448190e87fba448190e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD448191507fba44819150 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD448191b87fba448191b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD448174007fba44817400 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448174687fba44817468 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448174d07fba448174d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448175387fba44817538 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448175a07fba448175a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448176087fba44817608 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448176707fba44817670 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448176d87fba448176d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448177407fba44817740 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448177a87fba448177a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448178107fba44817810 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448178787fba44817878 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44817c007fba44817c00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817c687fba44817c68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817cd07fba44817cd0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817d387fba44817d38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817da07fba44817da0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817e087fba44817e08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817e707fba44817e70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817ed87fba44817ed8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817f407fba44817f40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD44817fa87fba44817fa8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD448180107fba44818010 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD448180787fba44818078 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFD448180e07fba448180e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD448181487fba44818148 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD448181b07fba448181b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD831509407f9483150940 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD831543a07f94831543a0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD83158fe07f9483158fe0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD831590487f9483159048 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD831590b07f94831590b0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD831591187f9483159118 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD831591807f9483159180 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD831591e87f94831591e8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD831592507f9483159250 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD831592b87f94831592b8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD831593207f9483159320 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD8314a1307f948314a130 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a1987f948314a198 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a2007f948314a200 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a2687f948314a268 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a2d07f948314a2d0 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a3387f948314a338 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a3a07f948314a3a0 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8314a4087f948314a408 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829954007f9482995400 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD829954687f9482995468 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD829954d07f94829954d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD829955387f9482995538 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD829955a07f94829955a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD829956087f9482995608 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD829956707f9482995670 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD829956d87f94829956d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD829957407f9482995740 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD829957a87f94829957a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD829958107f9482995810 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD829958787f9482995878 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD829958e07f94829958e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD829959487f9482995948 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD829959b07f94829959b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD82995a187f9482995a18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD82995a807f9482995a80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD82995ae87f9482995ae8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD82995b507f9482995b50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD82995bb87f9482995bb8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299c4007f948299c400 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c4687f948299c468 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c4d07f948299c4d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c5387f948299c538 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c5a07f948299c5a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c6087f948299c608 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c6707f948299c670 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c6d87f948299c6d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c7407f948299c740 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c7a87f948299c7a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c8107f948299c810 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299c8787f948299c878 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8299cc007f948299cc00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299cc687f948299cc68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299ccd07f948299ccd0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299cd387f948299cd38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299cda07f948299cda0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299ce087f948299ce08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299ce707f948299ce70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299ced87f948299ced8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299cf407f948299cf40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299cfa87f948299cfa8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299d0107f948299d010 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299d0787f948299d078 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299d0e07f948299d0e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299d1487f948299d148 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299d1b07f948299d1b0 /* 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 */ - FFF2441270b07fba441270b0 /* Resources */ = { + FFF2831509407f9483150940 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2426,7 +2426,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441270b07fba441270b0 /* Frameworks */ = { + FFFC831509407f9483150940 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2436,31 +2436,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441270b07fba441270b0 /* Sources */ = { + FFF8831509407f9483150940 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF44128b307fba44128b30, - FFFF4412e1507fba4412e150, - FFFF4412e1b87fba4412e1b8, - FFFF4412e2207fba4412e220, - FFFF4412e2887fba4412e288, - FFFF4412e2f07fba4412e2f0, - FFFF4412e3587fba4412e358, - FFFF4412e3c07fba4412e3c0, - FFFF4412e4287fba4412e428, - FFFF448174007fba44817400, - FFFF448174687fba44817468, - FFFF448174d07fba448174d0, - FFFF448175387fba44817538, - FFFF448175a07fba448175a0, - FFFF448176087fba44817608, - FFFF448176707fba44817670, - FFFF448176d87fba448176d8, - FFFF448177407fba44817740, - FFFF448177a87fba448177a8, - FFFF448178107fba44817810, - FFFF448178787fba44817878, + FFFF831543a07f94831543a0, + FFFF8314a1307f948314a130, + FFFF8314a1987f948314a198, + FFFF8314a2007f948314a200, + FFFF8314a2687f948314a268, + FFFF8314a2d07f948314a2d0, + FFFF8314a3387f948314a338, + FFFF8314a3a07f948314a3a0, + FFFF8314a4087f948314a408, + FFFF8299c4007f948299c400, + FFFF8299c4687f948299c468, + FFFF8299c4d07f948299c4d0, + FFFF8299c5387f948299c538, + FFFF8299c5a07f948299c5a0, + FFFF8299c6087f948299c608, + FFFF8299c6707f948299c670, + FFFF8299c6d87f948299c6d8, + FFFF8299c7407f948299c740, + FFFF8299c7a87f948299c7a8, + FFFF8299c8107f948299c810, + FFFF8299c8787f948299c878, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2472,38 +2472,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFF448218707fba44821870 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448218707fba44821870 /* BpBroadPhase.cpp */; }; - FFFF448218d87fba448218d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448218d87fba448218d8 /* BpBroadPhaseMBP.cpp */; }; - FFFF448219407fba44821940 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448219407fba44821940 /* BpBroadPhaseSap.cpp */; }; - FFFF448219a87fba448219a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448219a87fba448219a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFF44821a107fba44821a10 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44821a107fba44821a10 /* BpMBPTasks.cpp */; }; - FFFF44821a787fba44821a78 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44821a787fba44821a78 /* BpSAPTasks.cpp */; }; - FFFF44821ae07fba44821ae0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44821ae07fba44821ae0 /* BpSimpleAABBManager.cpp */; }; + FFFF838354707f9483835470 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838354707f9483835470 /* BpBroadPhase.cpp */; }; + FFFF838354d87f94838354d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838354d87f94838354d8 /* BpBroadPhaseMBP.cpp */; }; + FFFF838355407f9483835540 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838355407f9483835540 /* BpBroadPhaseSap.cpp */; }; + FFFF838355a87f94838355a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838355a87f94838355a8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF838356107f9483835610 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838356107f9483835610 /* BpMBPTasks.cpp */; }; + FFFF838356787f9483835678 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838356787f9483835678 /* BpSAPTasks.cpp */; }; + FFFF838356e07f94838356e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD838356e07f94838356e0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD44154f407fba44154f40 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD441522a07fba441522a0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD441523087fba44152308 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD441523707fba44152370 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD441523d87fba441523d8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD448216007fba44821600 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFD448216687fba44821668 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD448216d07fba448216d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFD448217387fba44821738 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFD448217a07fba448217a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD448218087fba44821808 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD448218707fba44821870 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448218d87fba448218d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448219407fba44821940 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448219a87fba448219a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44821a107fba44821a10 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44821a787fba44821a78 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44821ae07fba44821ae0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8362aaf07f948362aaf0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8361dc407f948361dc40 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD8361dca87f948361dca8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8361dd107f948361dd10 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8361dd787f948361dd78 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD838352007f9483835200 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD838352687f9483835268 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD838352d07f94838352d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD838353387f9483835338 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD838353a07f94838353a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD838354087f9483835408 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD838354707f9483835470 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838354d87f94838354d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838355407f9483835540 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838355a87f94838355a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838356107f9483835610 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838356787f9483835678 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD838356e07f94838356e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF244154f407fba44154f40 /* Resources */ = { + FFF28362aaf07f948362aaf0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2513,7 +2513,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC44154f407fba44154f40 /* Frameworks */ = { + FFFC8362aaf07f948362aaf0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2523,17 +2523,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF844154f407fba44154f40 /* Sources */ = { + FFF88362aaf07f948362aaf0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF448218707fba44821870, - FFFF448218d87fba448218d8, - FFFF448219407fba44821940, - FFFF448219a87fba448219a8, - FFFF44821a107fba44821a10, - FFFF44821a787fba44821a78, - FFFF44821ae07fba44821ae0, + FFFF838354707f9483835470, + FFFF838354d87f94838354d8, + FFFF838355407f9483835540, + FFFF838355a87f94838355a8, + FFFF838356107f9483835610, + FFFF838356787f9483835678, + FFFF838356e07f94838356e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2545,105 +2545,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFF4482a0007fba4482a000 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a0007fba4482a000 /* DyArticulation.cpp */; }; - FFFF4482a0687fba4482a068 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a0687fba4482a068 /* DyArticulationContactPrep.cpp */; }; - FFFF4482a0d07fba4482a0d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a0d07fba4482a0d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFF4482a1387fba4482a138 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a1387fba4482a138 /* DyArticulationHelper.cpp */; }; - FFFF4482a1a07fba4482a1a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a1a07fba4482a1a0 /* DyArticulationSIMD.cpp */; }; - FFFF4482a2087fba4482a208 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a2087fba4482a208 /* DyArticulationScalar.cpp */; }; - FFFF4482a2707fba4482a270 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a2707fba4482a270 /* DyConstraintPartition.cpp */; }; - FFFF4482a2d87fba4482a2d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a2d87fba4482a2d8 /* DyConstraintSetup.cpp */; }; - FFFF4482a3407fba4482a340 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a3407fba4482a340 /* DyConstraintSetupBlock.cpp */; }; - FFFF4482a3a87fba4482a3a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a3a87fba4482a3a8 /* DyContactPrep.cpp */; }; - FFFF4482a4107fba4482a410 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a4107fba4482a410 /* DyContactPrep4.cpp */; }; - FFFF4482a4787fba4482a478 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a4787fba4482a478 /* DyContactPrep4PF.cpp */; }; - FFFF4482a4e07fba4482a4e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a4e07fba4482a4e0 /* DyContactPrepPF.cpp */; }; - FFFF4482a5487fba4482a548 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a5487fba4482a548 /* DyDynamics.cpp */; }; - FFFF4482a5b07fba4482a5b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a5b07fba4482a5b0 /* DyFrictionCorrelation.cpp */; }; - FFFF4482a6187fba4482a618 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a6187fba4482a618 /* DyRigidBodyToSolverBody.cpp */; }; - FFFF4482a6807fba4482a680 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a6807fba4482a680 /* DySolverConstraints.cpp */; }; - FFFF4482a6e87fba4482a6e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a6e87fba4482a6e8 /* DySolverConstraintsBlock.cpp */; }; - FFFF4482a7507fba4482a750 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a7507fba4482a750 /* DySolverControl.cpp */; }; - FFFF4482a7b87fba4482a7b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a7b87fba4482a7b8 /* DySolverControlPF.cpp */; }; - FFFF4482a8207fba4482a820 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a8207fba4482a820 /* DySolverPFConstraints.cpp */; }; - FFFF4482a8887fba4482a888 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a8887fba4482a888 /* DySolverPFConstraintsBlock.cpp */; }; - FFFF4482a8f07fba4482a8f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a8f07fba4482a8f0 /* DyThreadContext.cpp */; }; - FFFF4482a9587fba4482a958 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD4482a9587fba4482a958 /* DyThresholdTable.cpp */; }; + FFFF84808e007f9484808e00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD84808e007f9484808e00 /* DyArticulation.cpp */; }; + FFFF84808e687f9484808e68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD84808e687f9484808e68 /* DyArticulationContactPrep.cpp */; }; + FFFF84808ed07f9484808ed0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD84808ed07f9484808ed0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF84808f387f9484808f38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD84808f387f9484808f38 /* DyArticulationHelper.cpp */; }; + FFFF84808fa07f9484808fa0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD84808fa07f9484808fa0 /* DyArticulationSIMD.cpp */; }; + FFFF848090087f9484809008 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848090087f9484809008 /* DyArticulationScalar.cpp */; }; + FFFF848090707f9484809070 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848090707f9484809070 /* DyConstraintPartition.cpp */; }; + FFFF848090d87f94848090d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848090d87f94848090d8 /* DyConstraintSetup.cpp */; }; + FFFF848091407f9484809140 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848091407f9484809140 /* DyConstraintSetupBlock.cpp */; }; + FFFF848091a87f94848091a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848091a87f94848091a8 /* DyContactPrep.cpp */; }; + FFFF848092107f9484809210 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848092107f9484809210 /* DyContactPrep4.cpp */; }; + FFFF848092787f9484809278 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848092787f9484809278 /* DyContactPrep4PF.cpp */; }; + FFFF848092e07f94848092e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848092e07f94848092e0 /* DyContactPrepPF.cpp */; }; + FFFF848093487f9484809348 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848093487f9484809348 /* DyDynamics.cpp */; }; + FFFF848093b07f94848093b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848093b07f94848093b0 /* DyFrictionCorrelation.cpp */; }; + FFFF848094187f9484809418 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848094187f9484809418 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF848094807f9484809480 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848094807f9484809480 /* DySolverConstraints.cpp */; }; + FFFF848094e87f94848094e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848094e87f94848094e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF848095507f9484809550 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848095507f9484809550 /* DySolverControl.cpp */; }; + FFFF848095b87f94848095b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848095b87f94848095b8 /* DySolverControlPF.cpp */; }; + FFFF848096207f9484809620 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848096207f9484809620 /* DySolverPFConstraints.cpp */; }; + FFFF848096887f9484809688 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848096887f9484809688 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF848096f07f94848096f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848096f07f94848096f0 /* DyThreadContext.cpp */; }; + FFFF848097587f9484809758 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD848097587f9484809758 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441701307fba44170130 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4482a0007fba4482a000 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a0687fba4482a068 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a0d07fba4482a0d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a1387fba4482a138 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a1a07fba4482a1a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a2087fba4482a208 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a2707fba4482a270 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a2d87fba4482a2d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a3407fba4482a340 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a3a87fba4482a3a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a4107fba4482a410 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a4787fba4482a478 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a4e07fba4482a4e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a5487fba4482a548 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a5b07fba4482a5b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a6187fba4482a618 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a6807fba4482a680 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a6e87fba4482a6e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a7507fba4482a750 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a7b87fba4482a7b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a8207fba4482a820 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a8887fba4482a888 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a8f07fba4482a8f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4482a9587fba4482a958 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4416da107fba4416da10 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD4416da787fba4416da78 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD4416dae07fba4416dae0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFD4416db487fba4416db48 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD4416dbb07fba4416dbb0 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD4416dc187fba4416dc18 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b2007fba4482b200 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b2687fba4482b268 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b2d07fba4482b2d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b3387fba4482b338 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b3a07fba4482b3a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b4087fba4482b408 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b4707fba4482b470 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b4d87fba4482b4d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b5407fba4482b540 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b5a87fba4482b5a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b6107fba4482b610 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b6787fba4482b678 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b6e07fba4482b6e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b7487fba4482b748 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b7b07fba4482b7b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b8187fba4482b818 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b8807fba4482b880 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b8e87fba4482b8e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b9507fba4482b950 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482b9b87fba4482b9b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482ba207fba4482ba20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482ba887fba4482ba88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482baf07fba4482baf0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bb587fba4482bb58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bbc07fba4482bbc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bc287fba4482bc28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bc907fba4482bc90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bcf87fba4482bcf8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bd607fba4482bd60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bdc87fba4482bdc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482be307fba4482be30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482be987fba4482be98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bf007fba4482bf00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bf687fba4482bf68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482bfd07fba4482bfd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482c0387fba4482c038 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFD4482c0a07fba4482c0a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8420b3c07f948420b3c0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD84808e007f9484808e00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84808e687f9484808e68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84808ed07f9484808ed0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84808f387f9484808f38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84808fa07f9484808fa0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848090087f9484809008 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848090707f9484809070 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848090d87f94848090d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848091407f9484809140 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848091a87f94848091a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848092107f9484809210 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848092787f9484809278 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848092e07f94848092e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848093487f9484809348 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848093b07f94848093b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848094187f9484809418 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848094807f9484809480 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848094e87f94848094e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848095507f9484809550 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848095b87f94848095b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848096207f9484809620 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848096887f9484809688 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848096f07f94848096f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD848097587f9484809758 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD84211bf07f9484211bf0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD84211c587f9484211c58 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD84211cc07f9484211cc0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD84211d287f9484211d28 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD84211d907f9484211d90 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD84211df87f9484211df8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480aa007f948480aa00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480aa687f948480aa68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480aad07f948480aad0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ab387f948480ab38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480aba07f948480aba0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ac087f948480ac08 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ac707f948480ac70 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480acd87f948480acd8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ad407f948480ad40 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ada87f948480ada8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ae107f948480ae10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480ae787f948480ae78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480aee07f948480aee0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480af487f948480af48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480afb07f948480afb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b0187f948480b018 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b0807f948480b080 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b0e87f948480b0e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b1507f948480b150 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b1b87f948480b1b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b2207f948480b220 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b2887f948480b288 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b2f07f948480b2f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b3587f948480b358 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b3c07f948480b3c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b4287f948480b428 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b4907f948480b490 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b4f87f948480b4f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b5607f948480b560 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b5c87f948480b5c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b6307f948480b630 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b6987f948480b698 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b7007f948480b700 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b7687f948480b768 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b7d07f948480b7d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b8387f948480b838 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD8480b8a07f948480b8a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2441701307fba44170130 /* Resources */ = { + FFF28420b3c07f948420b3c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,7 +2653,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441701307fba44170130 /* Frameworks */ = { + FFFC8420b3c07f948420b3c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2663,34 +2663,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441701307fba44170130 /* Sources */ = { + FFF88420b3c07f948420b3c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4482a0007fba4482a000, - FFFF4482a0687fba4482a068, - FFFF4482a0d07fba4482a0d0, - FFFF4482a1387fba4482a138, - FFFF4482a1a07fba4482a1a0, - FFFF4482a2087fba4482a208, - FFFF4482a2707fba4482a270, - FFFF4482a2d87fba4482a2d8, - FFFF4482a3407fba4482a340, - FFFF4482a3a87fba4482a3a8, - FFFF4482a4107fba4482a410, - FFFF4482a4787fba4482a478, - FFFF4482a4e07fba4482a4e0, - FFFF4482a5487fba4482a548, - FFFF4482a5b07fba4482a5b0, - FFFF4482a6187fba4482a618, - FFFF4482a6807fba4482a680, - FFFF4482a6e87fba4482a6e8, - FFFF4482a7507fba4482a750, - FFFF4482a7b87fba4482a7b8, - FFFF4482a8207fba4482a820, - FFFF4482a8887fba4482a888, - FFFF4482a8f07fba4482a8f0, - FFFF4482a9587fba4482a958, + FFFF84808e007f9484808e00, + FFFF84808e687f9484808e68, + FFFF84808ed07f9484808ed0, + FFFF84808f387f9484808f38, + FFFF84808fa07f9484808fa0, + FFFF848090087f9484809008, + FFFF848090707f9484809070, + FFFF848090d87f94848090d8, + FFFF848091407f9484809140, + FFFF848091a87f94848091a8, + FFFF848092107f9484809210, + FFFF848092787f9484809278, + FFFF848092e07f94848092e0, + FFFF848093487f9484809348, + FFFF848093b07f94848093b0, + FFFF848094187f9484809418, + FFFF848094807f9484809480, + FFFF848094e87f94848094e8, + FFFF848095507f9484809550, + FFFF848095b87f94848095b8, + FFFF848096207f9484809620, + FFFF848096887f9484809688, + FFFF848096f07f94848096f0, + FFFF848097587f9484809758, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2702,73 +2702,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFF448356907fba44835690 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448356907fba44835690 /* Allocator.cpp */; }; - FFFF448356f87fba448356f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448356f87fba448356f8 /* Factory.cpp */; }; - FFFF448357607fba44835760 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448357607fba44835760 /* PhaseConfig.cpp */; }; - FFFF448357c87fba448357c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448357c87fba448357c8 /* SwCloth.cpp */; }; - FFFF448358307fba44835830 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448358307fba44835830 /* SwClothData.cpp */; }; - FFFF448358987fba44835898 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448358987fba44835898 /* SwCollision.cpp */; }; - FFFF448359007fba44835900 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448359007fba44835900 /* SwFabric.cpp */; }; - FFFF448359687fba44835968 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448359687fba44835968 /* SwFactory.cpp */; }; - FFFF448359d07fba448359d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD448359d07fba448359d0 /* SwInterCollision.cpp */; }; - FFFF44835a387fba44835a38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44835a387fba44835a38 /* SwSelfCollision.cpp */; }; - FFFF44835aa07fba44835aa0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44835aa07fba44835aa0 /* SwSolver.cpp */; }; - FFFF44835b087fba44835b08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44835b087fba44835b08 /* SwSolverKernel.cpp */; }; - FFFF44835b707fba44835b70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD44835b707fba44835b70 /* TripletScheduler.cpp */; }; + FFFF8383fa907f948383fa90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fa907f948383fa90 /* Allocator.cpp */; }; + FFFF8383faf87f948383faf8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383faf87f948383faf8 /* Factory.cpp */; }; + FFFF8383fb607f948383fb60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fb607f948383fb60 /* PhaseConfig.cpp */; }; + FFFF8383fbc87f948383fbc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fbc87f948383fbc8 /* SwCloth.cpp */; }; + FFFF8383fc307f948383fc30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fc307f948383fc30 /* SwClothData.cpp */; }; + FFFF8383fc987f948383fc98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fc987f948383fc98 /* SwCollision.cpp */; }; + FFFF8383fd007f948383fd00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fd007f948383fd00 /* SwFabric.cpp */; }; + FFFF8383fd687f948383fd68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fd687f948383fd68 /* SwFactory.cpp */; }; + FFFF8383fdd07f948383fdd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fdd07f948383fdd0 /* SwInterCollision.cpp */; }; + FFFF8383fe387f948383fe38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fe387f948383fe38 /* SwSelfCollision.cpp */; }; + FFFF8383fea07f948383fea0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383fea07f948383fea0 /* SwSolver.cpp */; }; + FFFF8383ff087f948383ff08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383ff087f948383ff08 /* SwSolverKernel.cpp */; }; + FFFF8383ff707f948383ff70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8383ff707f948383ff70 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441915407fba44191540 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4418ac207fba4418ac20 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418ac887fba4418ac88 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418acf07fba4418acf0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418ad587fba4418ad58 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418adc07fba4418adc0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418ae287fba4418ae28 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFD4418ae907fba4418ae90 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834c007fba44834c00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834c687fba44834c68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834cd07fba44834cd0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834d387fba44834d38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834da07fba44834da0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834e087fba44834e08 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834e707fba44834e70 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834ed87fba44834ed8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834f407fba44834f40 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFD44834fa87fba44834fa8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFD448350107fba44835010 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFD448350787fba44835078 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFD448350e07fba448350e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD448351487fba44835148 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD448351b07fba448351b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD448352187fba44835218 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFD448352807fba44835280 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD448352e87fba448352e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD448353507fba44835350 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD448353b87fba448353b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD448354207fba44835420 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD448354887fba44835488 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD448354f07fba448354f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFD448355587fba44835558 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFD448355c07fba448355c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFD448356287fba44835628 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFD448356907fba44835690 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448356f87fba448356f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448357607fba44835760 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448357c87fba448357c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448358307fba44835830 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448358987fba44835898 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448359007fba44835900 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448359687fba44835968 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD448359d07fba448359d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44835a387fba44835a38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44835aa07fba44835aa0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44835b087fba44835b08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD44835b707fba44835b70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD836462307f9483646230 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD836356e07f94836356e0 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD836357487f9483635748 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD836357b07f94836357b0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD836358187f9483635818 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD836358807f9483635880 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD836358e87f94836358e8 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD836359507f9483635950 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f0007f948383f000 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f0687f948383f068 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f0d07f948383f0d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f1387f948383f138 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f1a07f948383f1a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f2087f948383f208 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f2707f948383f270 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f2d87f948383f2d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f3407f948383f340 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f3a87f948383f3a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f4107f948383f410 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f4787f948383f478 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f4e07f948383f4e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f5487f948383f548 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f5b07f948383f5b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f6187f948383f618 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f6807f948383f680 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f6e87f948383f6e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f7507f948383f750 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f7b87f948383f7b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f8207f948383f820 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f8887f948383f888 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f8f07f948383f8f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f9587f948383f958 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383f9c07f948383f9c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383fa287f948383fa28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD8383fa907f948383fa90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383faf87f948383faf8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fb607f948383fb60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fbc87f948383fbc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fc307f948383fc30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fc987f948383fc98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fd007f948383fd00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fd687f948383fd68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fdd07f948383fdd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fe387f948383fe38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383fea07f948383fea0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383ff087f948383ff08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8383ff707f948383ff70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2441915407fba44191540 /* Resources */ = { + FFF2836462307f9483646230 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,7 +2778,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441915407fba44191540 /* Frameworks */ = { + FFFC836462307f9483646230 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2788,23 +2788,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441915407fba44191540 /* Sources */ = { + FFF8836462307f9483646230 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF448356907fba44835690, - FFFF448356f87fba448356f8, - FFFF448357607fba44835760, - FFFF448357c87fba448357c8, - FFFF448358307fba44835830, - FFFF448358987fba44835898, - FFFF448359007fba44835900, - FFFF448359687fba44835968, - FFFF448359d07fba448359d0, - FFFF44835a387fba44835a38, - FFFF44835aa07fba44835aa0, - FFFF44835b087fba44835b08, - FFFF44835b707fba44835b70, + FFFF8383fa907f948383fa90, + FFFF8383faf87f948383faf8, + FFFF8383fb607f948383fb60, + FFFF8383fbc87f948383fbc8, + FFFF8383fc307f948383fc30, + FFFF8383fc987f948383fc98, + FFFF8383fd007f948383fd00, + FFFF8383fd687f948383fd68, + FFFF8383fdd07f948383fdd0, + FFFF8383fe387f948383fe38, + FFFF8383fea07f948383fea0, + FFFF8383ff087f948383ff08, + FFFF8383ff707f948383ff70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2816,79 +2816,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFF43820b587fba43820b58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820b587fba43820b58 /* PtBatcher.cpp */; }; - FFFF43820bc07fba43820bc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820bc07fba43820bc0 /* PtBodyTransformVault.cpp */; }; - FFFF43820c287fba43820c28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820c287fba43820c28 /* PtCollision.cpp */; }; - FFFF43820c907fba43820c90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820c907fba43820c90 /* PtCollisionBox.cpp */; }; - FFFF43820cf87fba43820cf8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820cf87fba43820cf8 /* PtCollisionCapsule.cpp */; }; - FFFF43820d607fba43820d60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820d607fba43820d60 /* PtCollisionConvex.cpp */; }; - FFFF43820dc87fba43820dc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820dc87fba43820dc8 /* PtCollisionMesh.cpp */; }; - FFFF43820e307fba43820e30 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820e307fba43820e30 /* PtCollisionPlane.cpp */; }; - FFFF43820e987fba43820e98 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820e987fba43820e98 /* PtCollisionSphere.cpp */; }; - FFFF43820f007fba43820f00 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820f007fba43820f00 /* PtContextCpu.cpp */; }; - FFFF43820f687fba43820f68 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820f687fba43820f68 /* PtDynamics.cpp */; }; - FFFF43820fd07fba43820fd0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD43820fd07fba43820fd0 /* PtParticleData.cpp */; }; - FFFF438210387fba43821038 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD438210387fba43821038 /* PtParticleShapeCpu.cpp */; }; - FFFF438210a07fba438210a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD438210a07fba438210a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFF438211087fba43821108 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD438211087fba43821108 /* PtSpatialHash.cpp */; }; - FFFF438211707fba43821170 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD438211707fba43821170 /* PtSpatialLocalHash.cpp */; }; + FFFF829a71587f94829a7158 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a71587f94829a7158 /* PtBatcher.cpp */; }; + FFFF829a71c07f94829a71c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a71c07f94829a71c0 /* PtBodyTransformVault.cpp */; }; + FFFF829a72287f94829a7228 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a72287f94829a7228 /* PtCollision.cpp */; }; + FFFF829a72907f94829a7290 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a72907f94829a7290 /* PtCollisionBox.cpp */; }; + FFFF829a72f87f94829a72f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a72f87f94829a72f8 /* PtCollisionCapsule.cpp */; }; + FFFF829a73607f94829a7360 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a73607f94829a7360 /* PtCollisionConvex.cpp */; }; + FFFF829a73c87f94829a73c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a73c87f94829a73c8 /* PtCollisionMesh.cpp */; }; + FFFF829a74307f94829a7430 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a74307f94829a7430 /* PtCollisionPlane.cpp */; }; + FFFF829a74987f94829a7498 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a74987f94829a7498 /* PtCollisionSphere.cpp */; }; + FFFF829a75007f94829a7500 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a75007f94829a7500 /* PtContextCpu.cpp */; }; + FFFF829a75687f94829a7568 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a75687f94829a7568 /* PtDynamics.cpp */; }; + FFFF829a75d07f94829a75d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a75d07f94829a75d0 /* PtParticleData.cpp */; }; + FFFF829a76387f94829a7638 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a76387f94829a7638 /* PtParticleShapeCpu.cpp */; }; + FFFF829a76a07f94829a76a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a76a07f94829a76a0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF829a77087f94829a7708 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a77087f94829a7708 /* PtSpatialHash.cpp */; }; + FFFF829a77707f94829a7770 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD829a77707f94829a7770 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD437f9a307fba437f9a30 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4382a2007fba4382a200 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a2687fba4382a268 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a2d07fba4382a2d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a3387fba4382a338 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a3a07fba4382a3a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a4087fba4382a408 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a4707fba4382a470 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a4d87fba4382a4d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a5407fba4382a540 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD4382a5a87fba4382a5a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD438202007fba43820200 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD438202687fba43820268 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD438202d07fba438202d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD438203387fba43820338 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD438203a07fba438203a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFD438204087fba43820408 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD438204707fba43820470 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD438204d87fba438204d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD438205407fba43820540 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD438205a87fba438205a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD438206107fba43820610 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD438206787fba43820678 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFD438206e07fba438206e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD438207487fba43820748 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFD438207b07fba438207b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD438208187fba43820818 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFD438208807fba43820880 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFD438208e87fba438208e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD438209507fba43820950 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD438209b87fba438209b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD43820a207fba43820a20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD43820a887fba43820a88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD43820af07fba43820af0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFD43820b587fba43820b58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820bc07fba43820bc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820c287fba43820c28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820c907fba43820c90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820cf87fba43820cf8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820d607fba43820d60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820dc87fba43820dc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820e307fba43820e30 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820e987fba43820e98 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820f007fba43820f00 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820f687fba43820f68 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD43820fd07fba43820fd0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD438210387fba43821038 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD438210a07fba438210a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD438211087fba43821108 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD438211707fba43821170 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD831668907f9483166890 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8299b4007f948299b400 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b4687f948299b468 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b4d07f948299b4d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b5387f948299b538 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b5a07f948299b5a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b6087f948299b608 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b6707f948299b670 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b6d87f948299b6d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b7407f948299b740 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8299b7a87f948299b7a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a68007f94829a6800 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a68687f94829a6868 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a68d07f94829a68d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a69387f94829a6938 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a69a07f94829a69a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6a087f94829a6a08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6a707f94829a6a70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6ad87f94829a6ad8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6b407f94829a6b40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6ba87f94829a6ba8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6c107f94829a6c10 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6c787f94829a6c78 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6ce07f94829a6ce0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6d487f94829a6d48 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6db07f94829a6db0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6e187f94829a6e18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6e807f94829a6e80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6ee87f94829a6ee8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6f507f94829a6f50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a6fb87f94829a6fb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a70207f94829a7020 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a70887f94829a7088 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a70f07f94829a70f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD829a71587f94829a7158 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a71c07f94829a71c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a72287f94829a7228 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a72907f94829a7290 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a72f87f94829a72f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a73607f94829a7360 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a73c87f94829a73c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a74307f94829a7430 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a74987f94829a7498 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a75007f94829a7500 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a75687f94829a7568 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a75d07f94829a75d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a76387f94829a7638 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a76a07f94829a76a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a77087f94829a7708 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD829a77707f94829a7770 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2437f9a307fba437f9a30 /* Resources */ = { + FFF2831668907f9483166890 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,7 +2898,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC437f9a307fba437f9a30 /* Frameworks */ = { + FFFC831668907f9483166890 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2908,26 +2908,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8437f9a307fba437f9a30 /* Sources */ = { + FFF8831668907f9483166890 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF43820b587fba43820b58, - FFFF43820bc07fba43820bc0, - FFFF43820c287fba43820c28, - FFFF43820c907fba43820c90, - FFFF43820cf87fba43820cf8, - FFFF43820d607fba43820d60, - FFFF43820dc87fba43820dc8, - FFFF43820e307fba43820e30, - FFFF43820e987fba43820e98, - FFFF43820f007fba43820f00, - FFFF43820f687fba43820f68, - FFFF43820fd07fba43820fd0, - FFFF438210387fba43821038, - FFFF438210a07fba438210a0, - FFFF438211087fba43821108, - FFFF438211707fba43821170, + FFFF829a71587f94829a7158, + FFFF829a71c07f94829a71c0, + FFFF829a72287f94829a7228, + FFFF829a72907f94829a7290, + FFFF829a72f87f94829a72f8, + FFFF829a73607f94829a7360, + FFFF829a73c87f94829a73c8, + FFFF829a74307f94829a7430, + FFFF829a74987f94829a7498, + FFFF829a75007f94829a7500, + FFFF829a75687f94829a7568, + FFFF829a75d07f94829a75d0, + FFFF829a76387f94829a7638, + FFFF829a76a07f94829a76a0, + FFFF829a77087f94829a7708, + FFFF829a77707f94829a7770, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2939,22 +2939,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFF434cb6607fba434cb660 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD434cb6607fba434cb660 /* src/TaskManager.cpp */; }; + FFFF81e737f07f9481e737f0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81e737f07f9481e737f0 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD434ead707fba434ead70 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD434cb3f07fba434cb3f0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb4587fba434cb458 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb4c07fba434cb4c0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb5287fba434cb528 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb5907fba434cb590 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb5f87fba434cb5f8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD434cb6607fba434cb660 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81e917707f9481e91770 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81e724a07f9481e724a0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e725087f9481e72508 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e725707f9481e72570 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e725d87f9481e725d8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e726407f9481e72640 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e726a87f9481e726a8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD81e737f07f9481e737f0 /* 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 */ - FFF2434ead707fba434ead70 /* Resources */ = { + FFF281e917707f9481e91770 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,7 +2964,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC434ead707fba434ead70 /* Frameworks */ = { + FFFC81e917707f9481e91770 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2974,11 +2974,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8434ead707fba434ead70 /* Sources */ = { + FFF881e917707f9481e91770 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF434cb6607fba434cb660, + FFFF81e737f07f9481e737f0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2990,17 +2990,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFF4417f4607fba4417f460 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD4417f4607fba4417f460 /* PsFastXml.cpp */; }; + FFFF836607d07f94836607d0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD836607d07f94836607d0 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD441a12707fba441a1270 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4417f3607fba4417f360 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFD4417f4607fba4417f460 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD836600307f9483660030 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD836606d07f94836606d0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD836607d07f94836607d0 /* 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 */ - FFF2441a12707fba441a1270 /* Resources */ = { + FFF2836600307f9483660030 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,7 +3010,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC441a12707fba441a1270 /* Frameworks */ = { + FFFC836600307f9483660030 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3020,11 +3020,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8441a12707fba441a1270 /* Sources */ = { + FFF8836600307f9483660030 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4417f4607fba4417f460, + FFFF836607d07f94836607d0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3036,1974 +3036,1974 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5441a7e907fba441a7e90 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5836638307f9483663830 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441a7e907fba441a7e90 /* PhysX */; + remoteGlobalIDString = FFFA836638307f9483663830 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5441b54a07fba441b54a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58364edd07f948364edd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441b54a07fba441b54a0 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA8364edd07f948364edd0 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5441a23807fba441a2380 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5836503707f9483650370 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441a23807fba441a2380 /* PhysXVehicle */; + remoteGlobalIDString = FFFA836503707f9483650370 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5441c17507fba441c1750 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58367a8e07f948367a8e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441c17507fba441c1750 /* PhysXExtensions */; + remoteGlobalIDString = FFFA8367a8e07f948367a8e0 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5441d40a07fba441d40a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58368d3907f948368d390 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441d40a07fba441d40a0 /* SceneQuery */; + remoteGlobalIDString = FFFA8368d3907f948368d390 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5441d86207fba441d8620 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF583691a007f9483691a00 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441d86207fba441d8620 /* SimulationController */; + remoteGlobalIDString = FFFA83691a007f9483691a00 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5441dd8c07fba441dd8c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58421f0907f948421f090 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441dd8c07fba441dd8c0 /* PhysXCooking */; + remoteGlobalIDString = FFFA8421f0907f948421f090 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5431a02b07fba431a02b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58313f9907f948313f990 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA431a02b07fba431a02b0 /* PhysXCommon */; + remoteGlobalIDString = FFFA8313f9907f948313f990 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF54318c2b07fba4318c2b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58311f9307f948311f930 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4318c2b07fba4318c2b0 /* PxFoundation */; + remoteGlobalIDString = FFFA8311f9307f948311f930 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF544109f207fba44109f20 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58340c6c07f948340c6c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA44109f207fba44109f20 /* PxPvdSDK */; + remoteGlobalIDString = FFFA8340c6c07f948340c6c0 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5441270b07fba441270b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5831509407f9483150940 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441270b07fba441270b0 /* LowLevel */; + remoteGlobalIDString = FFFA831509407f9483150940 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF544154f407fba44154f40 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58362aaf07f948362aaf0 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA44154f407fba44154f40 /* LowLevelAABB */; + remoteGlobalIDString = FFFA8362aaf07f948362aaf0 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5441701307fba44170130 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF58420b3c07f948420b3c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441701307fba44170130 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA8420b3c07f948420b3c0 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5441915407fba44191540 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5836462307f9483646230 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441915407fba44191540 /* LowLevelCloth */; + remoteGlobalIDString = FFFA836462307f9483646230 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5437f9a307fba437f9a30 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5831668907f9483166890 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA437f9a307fba437f9a30 /* LowLevelParticles */; + remoteGlobalIDString = FFFA831668907f9483166890 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5434ead707fba434ead70 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF581e917707f9481e91770 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA434ead707fba434ead70 /* PxTask */; + remoteGlobalIDString = FFFA81e917707f9481e91770 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5441a12707fba441a1270 /* PBXContainerItemProxy */ = { - containerPortal = FFF941d633e07fba41d633e0 /* Project object */; + FFF5836600307f9483660030 /* PBXContainerItemProxy */ = { + containerPortal = FFF981f19fe07f9481f19fe0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA441a12707fba441a1270 /* PsFastXml */; + remoteGlobalIDString = FFFA836600307f9483660030 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFB41d634487fba41d63448 /* PhysX */ = { + FFFB81f1a0487f9481f1a048 /* PhysX */ = { isa = PBXGroup; children = ( - FFF041d633e07fba41d633e0 /* Source */, - FFEE41d633e07fba41d633e0 /* Products */, + FFF081f19fe07f9481f19fe0 /* Source */, + FFEE81f19fe07f9481f19fe0 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF041d633e07fba41d633e0 /* Source */ = { + FFF081f19fe07f9481f19fe0 /* Source */ = { isa = PBXGroup; children = ( - FFFB441a7e907fba441a7e90, - FFFB441b54a07fba441b54a0, - FFFB441a23807fba441a2380, - FFFB441c17507fba441c1750, - FFFB441d40a07fba441d40a0, - FFFB441d86207fba441d8620, - FFFB441dd8c07fba441dd8c0, - FFFB431a02b07fba431a02b0, - FFFB4318c2b07fba4318c2b0, - FFFB44109f207fba44109f20, - FFFB441270b07fba441270b0, - FFFB44154f407fba44154f40, - FFFB441701307fba44170130, - FFFB441915407fba44191540, - FFFB437f9a307fba437f9a30, - FFFB434ead707fba434ead70, - FFFB441a12707fba441a1270, + FFFB836638307f9483663830, + FFFB8364edd07f948364edd0, + FFFB836503707f9483650370, + FFFB8367a8e07f948367a8e0, + FFFB8368d3907f948368d390, + FFFB83691a007f9483691a00, + FFFB8421f0907f948421f090, + FFFB8313f9907f948313f990, + FFFB8311f9307f948311f930, + FFFB8340c6c07f948340c6c0, + FFFB831509407f9483150940, + FFFB8362aaf07f948362aaf0, + FFFB8420b3c07f948420b3c0, + FFFB836462307f9483646230, + FFFB831668907f9483166890, + FFFB81e917707f9481e91770, + FFFB836600307f9483660030, ); name = Source; sourceTree = "<group>"; }; - FFEE41d633e07fba41d633e0 /* Products */ = { + FFEE81f19fe07f9481f19fe0 /* Products */ = { isa = PBXGroup; children = ( - FFFD441a7e907fba441a7e90, - FFFD441b54a07fba441b54a0, - FFFD441a23807fba441a2380, - FFFD441c17507fba441c1750, - FFFD441d40a07fba441d40a0, - FFFD441d86207fba441d8620, - FFFD441dd8c07fba441dd8c0, - FFFD431a02b07fba431a02b0, - FFFD4318c2b07fba4318c2b0, - FFFD44109f207fba44109f20, - FFFD441270b07fba441270b0, - FFFD44154f407fba44154f40, - FFFD441701307fba44170130, - FFFD441915407fba44191540, - FFFD437f9a307fba437f9a30, - FFFD434ead707fba434ead70, - FFFD441a12707fba441a1270, + FFFD836638307f9483663830, + FFFD8364edd07f948364edd0, + FFFD836503707f9483650370, + FFFD8367a8e07f948367a8e0, + FFFD8368d3907f948368d390, + FFFD83691a007f9483691a00, + FFFD8421f0907f948421f090, + FFFD8313f9907f948313f990, + FFFD8311f9307f948311f930, + FFFD8340c6c07f948340c6c0, + FFFD831509407f9483150940, + FFFD8362aaf07f948362aaf0, + FFFD8420b3c07f948420b3c0, + FFFD836462307f9483646230, + FFFD831668907f9483166890, + FFFD81e917707f9481e91770, + FFFD836600307f9483660030, ); name = Products; sourceTree = "<group>"; }; - FFFB441a7e907fba441a7e90 /* PhysX */ = { + FFFB836638307f9483663830 /* PhysX */ = { isa = PBXGroup; children = ( - FFFB441b84007fba441b8400 /* src */, - FFFB441b84287fba441b8428 /* include */, - FFFB441b84507fba441b8450 /* metadata */, + FFFB836713207f9483671320 /* src */, + FFFB836713487f9483671348 /* include */, + FFFB836713707f9483671370 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFB441b84007fba441b8400 /* src */ = { + FFFB836713207f9483671320 /* src */ = { isa = PBXGroup; children = ( - FFFD44843e007fba44843e00 /* NpActor.h */, - FFFD44843e687fba44843e68 /* NpActorTemplate.h */, - FFFD44843ed07fba44843ed0 /* NpAggregate.h */, - FFFD44843f387fba44843f38 /* NpArticulation.h */, - FFFD44843fa07fba44843fa0 /* NpArticulationJoint.h */, - FFFD448440087fba44844008 /* NpArticulationLink.h */, - FFFD448440707fba44844070 /* NpBatchQuery.h */, - FFFD448440d87fba448440d8 /* NpCast.h */, - FFFD448441407fba44844140 /* NpConnector.h */, - FFFD448441a87fba448441a8 /* NpConstraint.h */, - FFFD448442107fba44844210 /* NpFactory.h */, - FFFD448442787fba44844278 /* NpMaterial.h */, - FFFD448442e07fba448442e0 /* NpMaterialManager.h */, - FFFD448443487fba44844348 /* NpPhysics.h */, - FFFD448443b07fba448443b0 /* NpPhysicsInsertionCallback.h */, - FFFD448444187fba44844418 /* NpPtrTableStorageManager.h */, - FFFD448444807fba44844480 /* NpPvdSceneQueryCollector.h */, - FFFD448444e87fba448444e8 /* NpQueryShared.h */, - FFFD448445507fba44844550 /* NpReadCheck.h */, - FFFD448445b87fba448445b8 /* NpRigidActorTemplate.h */, - FFFD448446207fba44844620 /* NpRigidActorTemplateInternal.h */, - FFFD448446887fba44844688 /* NpRigidBodyTemplate.h */, - FFFD448446f07fba448446f0 /* NpRigidDynamic.h */, - FFFD448447587fba44844758 /* NpRigidStatic.h */, - FFFD448447c07fba448447c0 /* NpScene.h */, - FFFD448448287fba44844828 /* NpSceneQueries.h */, - FFFD448448907fba44844890 /* NpShape.h */, - FFFD448448f87fba448448f8 /* NpShapeManager.h */, - FFFD448449607fba44844960 /* NpSpatialIndex.h */, - FFFD448449c87fba448449c8 /* NpVolumeCache.h */, - FFFD44844a307fba44844a30 /* NpWriteCheck.h */, - FFFD44844a987fba44844a98 /* PvdMetaDataBindingData.h */, - FFFD44844b007fba44844b00 /* PvdMetaDataPvdBinding.h */, - FFFD44844b687fba44844b68 /* PvdPhysicsClient.h */, - FFFD44844bd07fba44844bd0 /* PvdTypeNames.h */, - FFFD44844c387fba44844c38 /* NpActor.cpp */, - FFFD44844ca07fba44844ca0 /* NpAggregate.cpp */, - FFFD44844d087fba44844d08 /* NpArticulation.cpp */, - FFFD44844d707fba44844d70 /* NpArticulationJoint.cpp */, - FFFD44844dd87fba44844dd8 /* NpArticulationLink.cpp */, - FFFD44844e407fba44844e40 /* NpBatchQuery.cpp */, - FFFD44844ea87fba44844ea8 /* NpConstraint.cpp */, - FFFD44844f107fba44844f10 /* NpFactory.cpp */, - FFFD44844f787fba44844f78 /* NpMaterial.cpp */, - FFFD44844fe07fba44844fe0 /* NpMetaData.cpp */, - FFFD448450487fba44845048 /* NpPhysics.cpp */, - FFFD448450b07fba448450b0 /* NpPvdSceneQueryCollector.cpp */, - FFFD448451187fba44845118 /* NpReadCheck.cpp */, - FFFD448451807fba44845180 /* NpRigidDynamic.cpp */, - FFFD448451e87fba448451e8 /* NpRigidStatic.cpp */, - FFFD448452507fba44845250 /* NpScene.cpp */, - FFFD448452b87fba448452b8 /* NpSceneQueries.cpp */, - FFFD448453207fba44845320 /* NpSerializerAdapter.cpp */, - FFFD448453887fba44845388 /* NpShape.cpp */, - FFFD448453f07fba448453f0 /* NpShapeManager.cpp */, - FFFD448454587fba44845458 /* NpSpatialIndex.cpp */, - FFFD448454c07fba448454c0 /* NpVolumeCache.cpp */, - FFFD448455287fba44845528 /* NpWriteCheck.cpp */, - FFFD448455907fba44845590 /* PvdMetaDataPvdBinding.cpp */, - FFFD448455f87fba448455f8 /* PvdPhysicsClient.cpp */, - FFFD448456607fba44845660 /* particles/NpParticleBaseTemplate.h */, - FFFD448456c87fba448456c8 /* particles/NpParticleFluid.h */, - FFFD448457307fba44845730 /* particles/NpParticleFluidReadData.h */, - FFFD448457987fba44845798 /* particles/NpParticleSystem.h */, - FFFD448458007fba44845800 /* particles/NpParticleFluid.cpp */, - FFFD448458687fba44845868 /* particles/NpParticleSystem.cpp */, - FFFD448458d07fba448458d0 /* buffering/ScbActor.h */, - FFFD448459387fba44845938 /* buffering/ScbAggregate.h */, - FFFD448459a07fba448459a0 /* buffering/ScbArticulation.h */, - FFFD44845a087fba44845a08 /* buffering/ScbArticulationJoint.h */, - FFFD44845a707fba44845a70 /* buffering/ScbBase.h */, - FFFD44845ad87fba44845ad8 /* buffering/ScbBody.h */, - FFFD44845b407fba44845b40 /* buffering/ScbCloth.h */, - FFFD44845ba87fba44845ba8 /* buffering/ScbConstraint.h */, - FFFD44845c107fba44845c10 /* buffering/ScbDefs.h */, - FFFD44845c787fba44845c78 /* buffering/ScbNpDeps.h */, - FFFD44845ce07fba44845ce0 /* buffering/ScbParticleSystem.h */, - FFFD44845d487fba44845d48 /* buffering/ScbRigidObject.h */, - FFFD44845db07fba44845db0 /* buffering/ScbRigidStatic.h */, - FFFD44845e187fba44845e18 /* buffering/ScbScene.h */, - FFFD44845e807fba44845e80 /* buffering/ScbSceneBuffer.h */, - FFFD44845ee87fba44845ee8 /* buffering/ScbScenePvdClient.h */, - FFFD44845f507fba44845f50 /* buffering/ScbShape.h */, - FFFD44845fb87fba44845fb8 /* buffering/ScbType.h */, - FFFD448460207fba44846020 /* buffering/ScbActor.cpp */, - FFFD448460887fba44846088 /* buffering/ScbAggregate.cpp */, - FFFD448460f07fba448460f0 /* buffering/ScbBase.cpp */, - FFFD448461587fba44846158 /* buffering/ScbCloth.cpp */, - FFFD448461c07fba448461c0 /* buffering/ScbMetaData.cpp */, - FFFD448462287fba44846228 /* buffering/ScbParticleSystem.cpp */, - FFFD448462907fba44846290 /* buffering/ScbScene.cpp */, - FFFD448462f87fba448462f8 /* buffering/ScbScenePvdClient.cpp */, - FFFD448463607fba44846360 /* buffering/ScbShape.cpp */, - FFFD448463c87fba448463c8 /* cloth/NpCloth.h */, - FFFD448464307fba44846430 /* cloth/NpClothFabric.h */, - FFFD448464987fba44846498 /* cloth/NpClothParticleData.h */, - FFFD448465007fba44846500 /* cloth/NpCloth.cpp */, - FFFD448465687fba44846568 /* cloth/NpClothFabric.cpp */, - FFFD448465d07fba448465d0 /* cloth/NpClothParticleData.cpp */, - FFFD448466387fba44846638 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD8384e0007f948384e000 /* NpActor.h */, + FFFD8384e0687f948384e068 /* NpActorTemplate.h */, + FFFD8384e0d07f948384e0d0 /* NpAggregate.h */, + FFFD8384e1387f948384e138 /* NpArticulation.h */, + FFFD8384e1a07f948384e1a0 /* NpArticulationJoint.h */, + FFFD8384e2087f948384e208 /* NpArticulationLink.h */, + FFFD8384e2707f948384e270 /* NpBatchQuery.h */, + FFFD8384e2d87f948384e2d8 /* NpCast.h */, + FFFD8384e3407f948384e340 /* NpConnector.h */, + FFFD8384e3a87f948384e3a8 /* NpConstraint.h */, + FFFD8384e4107f948384e410 /* NpFactory.h */, + FFFD8384e4787f948384e478 /* NpMaterial.h */, + FFFD8384e4e07f948384e4e0 /* NpMaterialManager.h */, + FFFD8384e5487f948384e548 /* NpPhysics.h */, + FFFD8384e5b07f948384e5b0 /* NpPhysicsInsertionCallback.h */, + FFFD8384e6187f948384e618 /* NpPtrTableStorageManager.h */, + FFFD8384e6807f948384e680 /* NpPvdSceneQueryCollector.h */, + FFFD8384e6e87f948384e6e8 /* NpQueryShared.h */, + FFFD8384e7507f948384e750 /* NpReadCheck.h */, + FFFD8384e7b87f948384e7b8 /* NpRigidActorTemplate.h */, + FFFD8384e8207f948384e820 /* NpRigidActorTemplateInternal.h */, + FFFD8384e8887f948384e888 /* NpRigidBodyTemplate.h */, + FFFD8384e8f07f948384e8f0 /* NpRigidDynamic.h */, + FFFD8384e9587f948384e958 /* NpRigidStatic.h */, + FFFD8384e9c07f948384e9c0 /* NpScene.h */, + FFFD8384ea287f948384ea28 /* NpSceneQueries.h */, + FFFD8384ea907f948384ea90 /* NpShape.h */, + FFFD8384eaf87f948384eaf8 /* NpShapeManager.h */, + FFFD8384eb607f948384eb60 /* NpSpatialIndex.h */, + FFFD8384ebc87f948384ebc8 /* NpVolumeCache.h */, + FFFD8384ec307f948384ec30 /* NpWriteCheck.h */, + FFFD8384ec987f948384ec98 /* PvdMetaDataBindingData.h */, + FFFD8384ed007f948384ed00 /* PvdMetaDataPvdBinding.h */, + FFFD8384ed687f948384ed68 /* PvdPhysicsClient.h */, + FFFD8384edd07f948384edd0 /* PvdTypeNames.h */, + FFFD8384ee387f948384ee38 /* NpActor.cpp */, + FFFD8384eea07f948384eea0 /* NpAggregate.cpp */, + FFFD8384ef087f948384ef08 /* NpArticulation.cpp */, + FFFD8384ef707f948384ef70 /* NpArticulationJoint.cpp */, + FFFD8384efd87f948384efd8 /* NpArticulationLink.cpp */, + FFFD8384f0407f948384f040 /* NpBatchQuery.cpp */, + FFFD8384f0a87f948384f0a8 /* NpConstraint.cpp */, + FFFD8384f1107f948384f110 /* NpFactory.cpp */, + FFFD8384f1787f948384f178 /* NpMaterial.cpp */, + FFFD8384f1e07f948384f1e0 /* NpMetaData.cpp */, + FFFD8384f2487f948384f248 /* NpPhysics.cpp */, + FFFD8384f2b07f948384f2b0 /* NpPvdSceneQueryCollector.cpp */, + FFFD8384f3187f948384f318 /* NpReadCheck.cpp */, + FFFD8384f3807f948384f380 /* NpRigidDynamic.cpp */, + FFFD8384f3e87f948384f3e8 /* NpRigidStatic.cpp */, + FFFD8384f4507f948384f450 /* NpScene.cpp */, + FFFD8384f4b87f948384f4b8 /* NpSceneQueries.cpp */, + FFFD8384f5207f948384f520 /* NpSerializerAdapter.cpp */, + FFFD8384f5887f948384f588 /* NpShape.cpp */, + FFFD8384f5f07f948384f5f0 /* NpShapeManager.cpp */, + FFFD8384f6587f948384f658 /* NpSpatialIndex.cpp */, + FFFD8384f6c07f948384f6c0 /* NpVolumeCache.cpp */, + FFFD8384f7287f948384f728 /* NpWriteCheck.cpp */, + FFFD8384f7907f948384f790 /* PvdMetaDataPvdBinding.cpp */, + FFFD8384f7f87f948384f7f8 /* PvdPhysicsClient.cpp */, + FFFD8384f8607f948384f860 /* particles/NpParticleBaseTemplate.h */, + FFFD8384f8c87f948384f8c8 /* particles/NpParticleFluid.h */, + FFFD8384f9307f948384f930 /* particles/NpParticleFluidReadData.h */, + FFFD8384f9987f948384f998 /* particles/NpParticleSystem.h */, + FFFD8384fa007f948384fa00 /* particles/NpParticleFluid.cpp */, + FFFD8384fa687f948384fa68 /* particles/NpParticleSystem.cpp */, + FFFD8384fad07f948384fad0 /* buffering/ScbActor.h */, + FFFD8384fb387f948384fb38 /* buffering/ScbAggregate.h */, + FFFD8384fba07f948384fba0 /* buffering/ScbArticulation.h */, + FFFD8384fc087f948384fc08 /* buffering/ScbArticulationJoint.h */, + FFFD8384fc707f948384fc70 /* buffering/ScbBase.h */, + FFFD8384fcd87f948384fcd8 /* buffering/ScbBody.h */, + FFFD8384fd407f948384fd40 /* buffering/ScbCloth.h */, + FFFD8384fda87f948384fda8 /* buffering/ScbConstraint.h */, + FFFD8384fe107f948384fe10 /* buffering/ScbDefs.h */, + FFFD8384fe787f948384fe78 /* buffering/ScbNpDeps.h */, + FFFD8384fee07f948384fee0 /* buffering/ScbParticleSystem.h */, + FFFD8384ff487f948384ff48 /* buffering/ScbRigidObject.h */, + FFFD8384ffb07f948384ffb0 /* buffering/ScbRigidStatic.h */, + FFFD838500187f9483850018 /* buffering/ScbScene.h */, + FFFD838500807f9483850080 /* buffering/ScbSceneBuffer.h */, + FFFD838500e87f94838500e8 /* buffering/ScbScenePvdClient.h */, + FFFD838501507f9483850150 /* buffering/ScbShape.h */, + FFFD838501b87f94838501b8 /* buffering/ScbType.h */, + FFFD838502207f9483850220 /* buffering/ScbActor.cpp */, + FFFD838502887f9483850288 /* buffering/ScbAggregate.cpp */, + FFFD838502f07f94838502f0 /* buffering/ScbBase.cpp */, + FFFD838503587f9483850358 /* buffering/ScbCloth.cpp */, + FFFD838503c07f94838503c0 /* buffering/ScbMetaData.cpp */, + FFFD838504287f9483850428 /* buffering/ScbParticleSystem.cpp */, + FFFD838504907f9483850490 /* buffering/ScbScene.cpp */, + FFFD838504f87f94838504f8 /* buffering/ScbScenePvdClient.cpp */, + FFFD838505607f9483850560 /* buffering/ScbShape.cpp */, + FFFD838505c87f94838505c8 /* cloth/NpCloth.h */, + FFFD838506307f9483850630 /* cloth/NpClothFabric.h */, + FFFD838506987f9483850698 /* cloth/NpClothParticleData.h */, + FFFD838507007f9483850700 /* cloth/NpCloth.cpp */, + FFFD838507687f9483850768 /* cloth/NpClothFabric.cpp */, + FFFD838507d07f94838507d0 /* cloth/NpClothParticleData.cpp */, + FFFD838508387f9483850838 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441b84287fba441b8428 /* include */ = { + FFFB836713487f9483671348 /* include */ = { isa = PBXGroup; children = ( - FFFD448468007fba44846800 /* PxActor.h */, - FFFD448468687fba44846868 /* PxAggregate.h */, - FFFD448468d07fba448468d0 /* PxArticulation.h */, - FFFD448469387fba44846938 /* PxArticulationJoint.h */, - FFFD448469a07fba448469a0 /* PxArticulationLink.h */, - FFFD44846a087fba44846a08 /* PxBatchQuery.h */, - FFFD44846a707fba44846a70 /* PxBatchQueryDesc.h */, - FFFD44846ad87fba44846ad8 /* PxBroadPhase.h */, - FFFD44846b407fba44846b40 /* PxClient.h */, - FFFD44846ba87fba44846ba8 /* PxConstraint.h */, - FFFD44846c107fba44846c10 /* PxConstraintDesc.h */, - FFFD44846c787fba44846c78 /* PxContact.h */, - FFFD44846ce07fba44846ce0 /* PxContactModifyCallback.h */, - FFFD44846d487fba44846d48 /* PxDeletionListener.h */, - FFFD44846db07fba44846db0 /* PxFiltering.h */, - FFFD44846e187fba44846e18 /* PxForceMode.h */, - FFFD44846e807fba44846e80 /* PxImmediateMode.h */, - FFFD44846ee87fba44846ee8 /* PxLockedData.h */, - FFFD44846f507fba44846f50 /* PxMaterial.h */, - FFFD44846fb87fba44846fb8 /* PxPhysXConfig.h */, - FFFD448470207fba44847020 /* PxPhysics.h */, - FFFD448470887fba44847088 /* PxPhysicsAPI.h */, - FFFD448470f07fba448470f0 /* PxPhysicsSerialization.h */, - FFFD448471587fba44847158 /* PxPhysicsVersion.h */, - FFFD448471c07fba448471c0 /* PxPruningStructure.h */, - FFFD448472287fba44847228 /* PxQueryFiltering.h */, - FFFD448472907fba44847290 /* PxQueryReport.h */, - FFFD448472f87fba448472f8 /* PxRigidActor.h */, - FFFD448473607fba44847360 /* PxRigidBody.h */, - FFFD448473c87fba448473c8 /* PxRigidDynamic.h */, - FFFD448474307fba44847430 /* PxRigidStatic.h */, - FFFD448474987fba44847498 /* PxScene.h */, - FFFD448475007fba44847500 /* PxSceneDesc.h */, - FFFD448475687fba44847568 /* PxSceneLock.h */, - FFFD448475d07fba448475d0 /* PxShape.h */, - FFFD448476387fba44847638 /* PxSimulationEventCallback.h */, - FFFD448476a07fba448476a0 /* PxSimulationStatistics.h */, - FFFD448477087fba44847708 /* PxSpatialIndex.h */, - FFFD448477707fba44847770 /* PxVisualizationParameter.h */, - FFFD448477d87fba448477d8 /* PxVolumeCache.h */, - FFFD448478407fba44847840 /* particles/PxParticleBase.h */, - FFFD448478a87fba448478a8 /* particles/PxParticleBaseFlag.h */, - FFFD448479107fba44847910 /* particles/PxParticleCreationData.h */, - FFFD448479787fba44847978 /* particles/PxParticleFlag.h */, - FFFD448479e07fba448479e0 /* particles/PxParticleFluid.h */, - FFFD44847a487fba44847a48 /* particles/PxParticleFluidReadData.h */, - FFFD44847ab07fba44847ab0 /* particles/PxParticleReadData.h */, - FFFD44847b187fba44847b18 /* particles/PxParticleSystem.h */, - FFFD44847b807fba44847b80 /* pvd/PxPvdSceneClient.h */, - FFFD44847be87fba44847be8 /* cloth/PxCloth.h */, - FFFD44847c507fba44847c50 /* cloth/PxClothCollisionData.h */, - FFFD44847cb87fba44847cb8 /* cloth/PxClothFabric.h */, - FFFD44847d207fba44847d20 /* cloth/PxClothParticleData.h */, - FFFD44847d887fba44847d88 /* cloth/PxClothTypes.h */, + FFFD83850a007f9483850a00 /* PxActor.h */, + FFFD83850a687f9483850a68 /* PxAggregate.h */, + FFFD83850ad07f9483850ad0 /* PxArticulation.h */, + FFFD83850b387f9483850b38 /* PxArticulationJoint.h */, + FFFD83850ba07f9483850ba0 /* PxArticulationLink.h */, + FFFD83850c087f9483850c08 /* PxBatchQuery.h */, + FFFD83850c707f9483850c70 /* PxBatchQueryDesc.h */, + FFFD83850cd87f9483850cd8 /* PxBroadPhase.h */, + FFFD83850d407f9483850d40 /* PxClient.h */, + FFFD83850da87f9483850da8 /* PxConstraint.h */, + FFFD83850e107f9483850e10 /* PxConstraintDesc.h */, + FFFD83850e787f9483850e78 /* PxContact.h */, + FFFD83850ee07f9483850ee0 /* PxContactModifyCallback.h */, + FFFD83850f487f9483850f48 /* PxDeletionListener.h */, + FFFD83850fb07f9483850fb0 /* PxFiltering.h */, + FFFD838510187f9483851018 /* PxForceMode.h */, + FFFD838510807f9483851080 /* PxImmediateMode.h */, + FFFD838510e87f94838510e8 /* PxLockedData.h */, + FFFD838511507f9483851150 /* PxMaterial.h */, + FFFD838511b87f94838511b8 /* PxPhysXConfig.h */, + FFFD838512207f9483851220 /* PxPhysics.h */, + FFFD838512887f9483851288 /* PxPhysicsAPI.h */, + FFFD838512f07f94838512f0 /* PxPhysicsSerialization.h */, + FFFD838513587f9483851358 /* PxPhysicsVersion.h */, + FFFD838513c07f94838513c0 /* PxPruningStructure.h */, + FFFD838514287f9483851428 /* PxQueryFiltering.h */, + FFFD838514907f9483851490 /* PxQueryReport.h */, + FFFD838514f87f94838514f8 /* PxRigidActor.h */, + FFFD838515607f9483851560 /* PxRigidBody.h */, + FFFD838515c87f94838515c8 /* PxRigidDynamic.h */, + FFFD838516307f9483851630 /* PxRigidStatic.h */, + FFFD838516987f9483851698 /* PxScene.h */, + FFFD838517007f9483851700 /* PxSceneDesc.h */, + FFFD838517687f9483851768 /* PxSceneLock.h */, + FFFD838517d07f94838517d0 /* PxShape.h */, + FFFD838518387f9483851838 /* PxSimulationEventCallback.h */, + FFFD838518a07f94838518a0 /* PxSimulationStatistics.h */, + FFFD838519087f9483851908 /* PxSpatialIndex.h */, + FFFD838519707f9483851970 /* PxVisualizationParameter.h */, + FFFD838519d87f94838519d8 /* PxVolumeCache.h */, + FFFD83851a407f9483851a40 /* particles/PxParticleBase.h */, + FFFD83851aa87f9483851aa8 /* particles/PxParticleBaseFlag.h */, + FFFD83851b107f9483851b10 /* particles/PxParticleCreationData.h */, + FFFD83851b787f9483851b78 /* particles/PxParticleFlag.h */, + FFFD83851be07f9483851be0 /* particles/PxParticleFluid.h */, + FFFD83851c487f9483851c48 /* particles/PxParticleFluidReadData.h */, + FFFD83851cb07f9483851cb0 /* particles/PxParticleReadData.h */, + FFFD83851d187f9483851d18 /* particles/PxParticleSystem.h */, + FFFD83851d807f9483851d80 /* pvd/PxPvdSceneClient.h */, + FFFD83851de87f9483851de8 /* cloth/PxCloth.h */, + FFFD83851e507f9483851e50 /* cloth/PxClothCollisionData.h */, + FFFD83851eb87f9483851eb8 /* cloth/PxClothFabric.h */, + FFFD83851f207f9483851f20 /* cloth/PxClothParticleData.h */, + FFFD83851f887f9483851f88 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441b84507fba441b8450 /* metadata */ = { + FFFB836713707f9483671370 /* metadata */ = { isa = PBXGroup; children = ( - FFFD4483ea007fba4483ea00 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD4483ea687fba4483ea68 /* core/include/PvdMetaDataExtensions.h */, - FFFD4483ead07fba4483ead0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD4483eb387fba4483eb38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD4483eba07fba4483eba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD4483ec087fba4483ec08 /* core/include/PxMetaDataCompare.h */, - FFFD4483ec707fba4483ec70 /* core/include/PxMetaDataCppPrefix.h */, - FFFD4483ecd87fba4483ecd8 /* core/include/PxMetaDataObjects.h */, - FFFD4483ed407fba4483ed40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD4483eda87fba4483eda8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFD4483ee107fba4483ee10 /* core/src/PxMetaDataObjects.cpp */, + FFFD838520007f9483852000 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD838520687f9483852068 /* core/include/PvdMetaDataExtensions.h */, + FFFD838520d07f94838520d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD838521387f9483852138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD838521a07f94838521a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD838522087f9483852208 /* core/include/PxMetaDataCompare.h */, + FFFD838522707f9483852270 /* core/include/PxMetaDataCppPrefix.h */, + FFFD838522d87f94838522d8 /* core/include/PxMetaDataObjects.h */, + FFFD838523407f9483852340 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD838523a87f94838523a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD838524107f9483852410 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB441b54a07fba441b54a0 /* PhysXCharacterKinematic */ = { + FFFB8364edd07f948364edd0 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFB441b7db07fba441b7db0 /* include */, - FFFB441b7dd87fba441b7dd8 /* src */, + FFFB8366ee407f948366ee40 /* include */, + FFFB8366ee687f948366ee68 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFB441b7db07fba441b7db0 /* include */ = { + FFFB8366ee407f948366ee40 /* include */ = { isa = PBXGroup; children = ( - FFFD4419cec07fba4419cec0 /* PxBoxController.h */, - FFFD4419cf287fba4419cf28 /* PxCapsuleController.h */, - FFFD4419cf907fba4419cf90 /* PxCharacter.h */, - FFFD4419cff87fba4419cff8 /* PxController.h */, - FFFD4419d0607fba4419d060 /* PxControllerBehavior.h */, - FFFD4419d0c87fba4419d0c8 /* PxControllerManager.h */, - FFFD4419d1307fba4419d130 /* PxControllerObstacles.h */, - FFFD4419d1987fba4419d198 /* PxExtended.h */, + FFFD836707407f9483670740 /* PxBoxController.h */, + FFFD836707a87f94836707a8 /* PxCapsuleController.h */, + FFFD836708107f9483670810 /* PxCharacter.h */, + FFFD836708787f9483670878 /* PxController.h */, + FFFD836708e07f94836708e0 /* PxControllerBehavior.h */, + FFFD836709487f9483670948 /* PxControllerManager.h */, + FFFD836709b07f94836709b0 /* PxControllerObstacles.h */, + FFFD83670a187f9483670a18 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441b7dd87fba441b7dd8 /* src */ = { + FFFB8366ee687f948366ee68 /* src */ = { isa = PBXGroup; children = ( - FFFD44847e007fba44847e00 /* CctBoxController.h */, - FFFD44847e687fba44847e68 /* CctCapsuleController.h */, - FFFD44847ed07fba44847ed0 /* CctCharacterController.h */, - FFFD44847f387fba44847f38 /* CctCharacterControllerManager.h */, - FFFD44847fa07fba44847fa0 /* CctController.h */, - FFFD448480087fba44848008 /* CctInternalStructs.h */, - FFFD448480707fba44848070 /* CctObstacleContext.h */, - FFFD448480d87fba448480d8 /* CctSweptBox.h */, - FFFD448481407fba44848140 /* CctSweptCapsule.h */, - FFFD448481a87fba448481a8 /* CctSweptVolume.h */, - FFFD448482107fba44848210 /* CctUtils.h */, - FFFD448482787fba44848278 /* CctBoxController.cpp */, - FFFD448482e07fba448482e0 /* CctCapsuleController.cpp */, - FFFD448483487fba44848348 /* CctCharacterController.cpp */, - FFFD448483b07fba448483b0 /* CctCharacterControllerCallbacks.cpp */, - FFFD448484187fba44848418 /* CctCharacterControllerManager.cpp */, - FFFD448484807fba44848480 /* CctController.cpp */, - FFFD448484e87fba448484e8 /* CctObstacleContext.cpp */, - FFFD448485507fba44848550 /* CctSweptBox.cpp */, - FFFD448485b87fba448485b8 /* CctSweptCapsule.cpp */, - FFFD448486207fba44848620 /* CctSweptVolume.cpp */, + FFFD8384be007f948384be00 /* CctBoxController.h */, + FFFD8384be687f948384be68 /* CctCapsuleController.h */, + FFFD8384bed07f948384bed0 /* CctCharacterController.h */, + FFFD8384bf387f948384bf38 /* CctCharacterControllerManager.h */, + FFFD8384bfa07f948384bfa0 /* CctController.h */, + FFFD8384c0087f948384c008 /* CctInternalStructs.h */, + FFFD8384c0707f948384c070 /* CctObstacleContext.h */, + FFFD8384c0d87f948384c0d8 /* CctSweptBox.h */, + FFFD8384c1407f948384c140 /* CctSweptCapsule.h */, + FFFD8384c1a87f948384c1a8 /* CctSweptVolume.h */, + FFFD8384c2107f948384c210 /* CctUtils.h */, + FFFD8384c2787f948384c278 /* CctBoxController.cpp */, + FFFD8384c2e07f948384c2e0 /* CctCapsuleController.cpp */, + FFFD8384c3487f948384c348 /* CctCharacterController.cpp */, + FFFD8384c3b07f948384c3b0 /* CctCharacterControllerCallbacks.cpp */, + FFFD8384c4187f948384c418 /* CctCharacterControllerManager.cpp */, + FFFD8384c4807f948384c480 /* CctController.cpp */, + FFFD8384c4e87f948384c4e8 /* CctObstacleContext.cpp */, + FFFD8384c5507f948384c550 /* CctSweptBox.cpp */, + FFFD8384c5b87f948384c5b8 /* CctSweptCapsule.cpp */, + FFFD8384c6207f948384c620 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441a23807fba441a2380 /* PhysXVehicle */ = { + FFFB836503707f9483650370 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFB441c27a07fba441c27a0 /* include */, - FFFB441c27c87fba441c27c8 /* src */, - FFFB441c27f07fba441c27f0 /* metadata */, + FFFB8367b9307f948367b930 /* include */, + FFFB8367b9587f948367b958 /* src */, + FFFB8367b9807f948367b980 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFB441c27a07fba441c27a0 /* include */ = { + FFFB8367b9307f948367b930 /* include */ = { isa = PBXGroup; children = ( - FFFD4484a4007fba4484a400 /* PxVehicleComponents.h */, - FFFD4484a4687fba4484a468 /* PxVehicleDrive.h */, - FFFD4484a4d07fba4484a4d0 /* PxVehicleDrive4W.h */, - FFFD4484a5387fba4484a538 /* PxVehicleDriveNW.h */, - FFFD4484a5a07fba4484a5a0 /* PxVehicleDriveTank.h */, - FFFD4484a6087fba4484a608 /* PxVehicleNoDrive.h */, - FFFD4484a6707fba4484a670 /* PxVehicleSDK.h */, - FFFD4484a6d87fba4484a6d8 /* PxVehicleShaders.h */, - FFFD4484a7407fba4484a740 /* PxVehicleTireFriction.h */, - FFFD4484a7a87fba4484a7a8 /* PxVehicleUpdate.h */, - FFFD4484a8107fba4484a810 /* PxVehicleUtil.h */, - FFFD4484a8787fba4484a878 /* PxVehicleUtilControl.h */, - FFFD4484a8e07fba4484a8e0 /* PxVehicleUtilSetup.h */, - FFFD4484a9487fba4484a948 /* PxVehicleUtilTelemetry.h */, - FFFD4484a9b07fba4484a9b0 /* PxVehicleWheels.h */, + FFFD838560007f9483856000 /* PxVehicleComponents.h */, + FFFD838560687f9483856068 /* PxVehicleDrive.h */, + FFFD838560d07f94838560d0 /* PxVehicleDrive4W.h */, + FFFD838561387f9483856138 /* PxVehicleDriveNW.h */, + FFFD838561a07f94838561a0 /* PxVehicleDriveTank.h */, + FFFD838562087f9483856208 /* PxVehicleNoDrive.h */, + FFFD838562707f9483856270 /* PxVehicleSDK.h */, + FFFD838562d87f94838562d8 /* PxVehicleShaders.h */, + FFFD838563407f9483856340 /* PxVehicleTireFriction.h */, + FFFD838563a87f94838563a8 /* PxVehicleUpdate.h */, + FFFD838564107f9483856410 /* PxVehicleUtil.h */, + FFFD838564787f9483856478 /* PxVehicleUtilControl.h */, + FFFD838564e07f94838564e0 /* PxVehicleUtilSetup.h */, + FFFD838565487f9483856548 /* PxVehicleUtilTelemetry.h */, + FFFD838565b07f94838565b0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441c27c87fba441c27c8 /* src */ = { + FFFB8367b9587f948367b958 /* src */ = { isa = PBXGroup; children = ( - FFFD4484c2007fba4484c200 /* PxVehicleDefaults.h */, - FFFD4484c2687fba4484c268 /* PxVehicleLinearMath.h */, - FFFD4484c2d07fba4484c2d0 /* PxVehicleSerialization.h */, - FFFD4484c3387fba4484c338 /* PxVehicleSuspLimitConstraintShader.h */, - FFFD4484c3a07fba4484c3a0 /* PxVehicleSuspWheelTire4.h */, - FFFD4484c4087fba4484c408 /* PxVehicleComponents.cpp */, - FFFD4484c4707fba4484c470 /* PxVehicleDrive.cpp */, - FFFD4484c4d87fba4484c4d8 /* PxVehicleDrive4W.cpp */, - FFFD4484c5407fba4484c540 /* PxVehicleDriveNW.cpp */, - FFFD4484c5a87fba4484c5a8 /* PxVehicleDriveTank.cpp */, - FFFD4484c6107fba4484c610 /* PxVehicleMetaData.cpp */, - FFFD4484c6787fba4484c678 /* PxVehicleNoDrive.cpp */, - FFFD4484c6e07fba4484c6e0 /* PxVehicleSDK.cpp */, - FFFD4484c7487fba4484c748 /* PxVehicleSerialization.cpp */, - FFFD4484c7b07fba4484c7b0 /* PxVehicleSuspWheelTire4.cpp */, - FFFD4484c8187fba4484c818 /* PxVehicleTireFriction.cpp */, - FFFD4484c8807fba4484c880 /* PxVehicleUpdate.cpp */, - FFFD4484c8e87fba4484c8e8 /* PxVehicleWheels.cpp */, - FFFD4484c9507fba4484c950 /* VehicleUtilControl.cpp */, - FFFD4484c9b87fba4484c9b8 /* VehicleUtilSetup.cpp */, - FFFD4484ca207fba4484ca20 /* VehicleUtilTelemetry.cpp */, + FFFD83857e007f9483857e00 /* PxVehicleDefaults.h */, + FFFD83857e687f9483857e68 /* PxVehicleLinearMath.h */, + FFFD83857ed07f9483857ed0 /* PxVehicleSerialization.h */, + FFFD83857f387f9483857f38 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD83857fa07f9483857fa0 /* PxVehicleSuspWheelTire4.h */, + FFFD838580087f9483858008 /* PxVehicleComponents.cpp */, + FFFD838580707f9483858070 /* PxVehicleDrive.cpp */, + FFFD838580d87f94838580d8 /* PxVehicleDrive4W.cpp */, + FFFD838581407f9483858140 /* PxVehicleDriveNW.cpp */, + FFFD838581a87f94838581a8 /* PxVehicleDriveTank.cpp */, + FFFD838582107f9483858210 /* PxVehicleMetaData.cpp */, + FFFD838582787f9483858278 /* PxVehicleNoDrive.cpp */, + FFFD838582e07f94838582e0 /* PxVehicleSDK.cpp */, + FFFD838583487f9483858348 /* PxVehicleSerialization.cpp */, + FFFD838583b07f94838583b0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD838584187f9483858418 /* PxVehicleTireFriction.cpp */, + FFFD838584807f9483858480 /* PxVehicleUpdate.cpp */, + FFFD838584e87f94838584e8 /* PxVehicleWheels.cpp */, + FFFD838585507f9483858550 /* VehicleUtilControl.cpp */, + FFFD838585b87f94838585b8 /* VehicleUtilSetup.cpp */, + FFFD838586207f9483858620 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441c27f07fba441c27f0 /* metadata */ = { + FFFB8367b9807f948367b980 /* metadata */ = { isa = PBXGroup; children = ( - FFFD441c34f07fba441c34f0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFD441c35587fba441c3558 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFD441c35c07fba441c35c0 /* include/PxVehicleMetaDataObjects.h */, - FFFD441c36287fba441c3628 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFD441c36907fba441c3690 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD8367c6807f948367c680 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD8367c6e87f948367c6e8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD8367c7507f948367c750 /* include/PxVehicleMetaDataObjects.h */, + FFFD8367c7b87f948367c7b8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD8367c8207f948367c820 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB441c17507fba441c1750 /* PhysXExtensions */ = { + FFFB8367a8e07f948367a8e0 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFB441ca7c07fba441ca7c0 /* include */, - FFFB441ca7e87fba441ca7e8 /* src */, - FFFB441ca8107fba441ca810 /* serialization */, - FFFB441ca8387fba441ca838 /* metadata */, + FFFB83683ab07f9483683ab0 /* include */, + FFFB83683ad87f9483683ad8 /* src */, + FFFB83683b007f9483683b00 /* serialization */, + FFFB83683b287f9483683b28 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFB441ca7c07fba441ca7c0 /* include */ = { + FFFB83683ab07f9483683ab0 /* include */ = { isa = PBXGroup; children = ( - FFFD4484fa007fba4484fa00 /* PxBinaryConverter.h */, - FFFD4484fa687fba4484fa68 /* PxBroadPhaseExt.h */, - FFFD4484fad07fba4484fad0 /* PxClothFabricCooker.h */, - FFFD4484fb387fba4484fb38 /* PxClothMeshDesc.h */, - FFFD4484fba07fba4484fba0 /* PxClothMeshQuadifier.h */, - FFFD4484fc087fba4484fc08 /* PxClothTetherCooker.h */, - FFFD4484fc707fba4484fc70 /* PxCollectionExt.h */, - FFFD4484fcd87fba4484fcd8 /* PxConstraintExt.h */, - FFFD4484fd407fba4484fd40 /* PxConvexMeshExt.h */, - FFFD4484fda87fba4484fda8 /* PxD6Joint.h */, - FFFD4484fe107fba4484fe10 /* PxDefaultAllocator.h */, - FFFD4484fe787fba4484fe78 /* PxDefaultCpuDispatcher.h */, - FFFD4484fee07fba4484fee0 /* PxDefaultErrorCallback.h */, - FFFD4484ff487fba4484ff48 /* PxDefaultSimulationFilterShader.h */, - FFFD4484ffb07fba4484ffb0 /* PxDefaultStreams.h */, - FFFD448500187fba44850018 /* PxDistanceJoint.h */, - FFFD448500807fba44850080 /* PxExtensionsAPI.h */, - FFFD448500e87fba448500e8 /* PxFixedJoint.h */, - FFFD448501507fba44850150 /* PxJoint.h */, - FFFD448501b87fba448501b8 /* PxJointLimit.h */, - FFFD448502207fba44850220 /* PxMassProperties.h */, - FFFD448502887fba44850288 /* PxParticleExt.h */, - FFFD448502f07fba448502f0 /* PxPrismaticJoint.h */, - FFFD448503587fba44850358 /* PxRaycastCCD.h */, - FFFD448503c07fba448503c0 /* PxRepXSerializer.h */, - FFFD448504287fba44850428 /* PxRepXSimpleType.h */, - FFFD448504907fba44850490 /* PxRevoluteJoint.h */, - FFFD448504f87fba448504f8 /* PxRigidActorExt.h */, - FFFD448505607fba44850560 /* PxRigidBodyExt.h */, - FFFD448505c87fba448505c8 /* PxSceneQueryExt.h */, - FFFD448506307fba44850630 /* PxSerialization.h */, - FFFD448506987fba44850698 /* PxShapeExt.h */, - FFFD448507007fba44850700 /* PxSimpleFactory.h */, - FFFD448507687fba44850768 /* PxSmoothNormals.h */, - FFFD448507d07fba448507d0 /* PxSphericalJoint.h */, - FFFD448508387fba44850838 /* PxStringTableExt.h */, - FFFD448508a07fba448508a0 /* PxTriangleMeshExt.h */, + FFFD8385b6007f948385b600 /* PxBinaryConverter.h */, + FFFD8385b6687f948385b668 /* PxBroadPhaseExt.h */, + FFFD8385b6d07f948385b6d0 /* PxClothFabricCooker.h */, + FFFD8385b7387f948385b738 /* PxClothMeshDesc.h */, + FFFD8385b7a07f948385b7a0 /* PxClothMeshQuadifier.h */, + FFFD8385b8087f948385b808 /* PxClothTetherCooker.h */, + FFFD8385b8707f948385b870 /* PxCollectionExt.h */, + FFFD8385b8d87f948385b8d8 /* PxConstraintExt.h */, + FFFD8385b9407f948385b940 /* PxConvexMeshExt.h */, + FFFD8385b9a87f948385b9a8 /* PxD6Joint.h */, + FFFD8385ba107f948385ba10 /* PxDefaultAllocator.h */, + FFFD8385ba787f948385ba78 /* PxDefaultCpuDispatcher.h */, + FFFD8385bae07f948385bae0 /* PxDefaultErrorCallback.h */, + FFFD8385bb487f948385bb48 /* PxDefaultSimulationFilterShader.h */, + FFFD8385bbb07f948385bbb0 /* PxDefaultStreams.h */, + FFFD8385bc187f948385bc18 /* PxDistanceJoint.h */, + FFFD8385bc807f948385bc80 /* PxExtensionsAPI.h */, + FFFD8385bce87f948385bce8 /* PxFixedJoint.h */, + FFFD8385bd507f948385bd50 /* PxJoint.h */, + FFFD8385bdb87f948385bdb8 /* PxJointLimit.h */, + FFFD8385be207f948385be20 /* PxMassProperties.h */, + FFFD8385be887f948385be88 /* PxParticleExt.h */, + FFFD8385bef07f948385bef0 /* PxPrismaticJoint.h */, + FFFD8385bf587f948385bf58 /* PxRaycastCCD.h */, + FFFD8385bfc07f948385bfc0 /* PxRepXSerializer.h */, + FFFD8385c0287f948385c028 /* PxRepXSimpleType.h */, + FFFD8385c0907f948385c090 /* PxRevoluteJoint.h */, + FFFD8385c0f87f948385c0f8 /* PxRigidActorExt.h */, + FFFD8385c1607f948385c160 /* PxRigidBodyExt.h */, + FFFD8385c1c87f948385c1c8 /* PxSceneQueryExt.h */, + FFFD8385c2307f948385c230 /* PxSerialization.h */, + FFFD8385c2987f948385c298 /* PxShapeExt.h */, + FFFD8385c3007f948385c300 /* PxSimpleFactory.h */, + FFFD8385c3687f948385c368 /* PxSmoothNormals.h */, + FFFD8385c3d07f948385c3d0 /* PxSphericalJoint.h */, + FFFD8385c4387f948385c438 /* PxStringTableExt.h */, + FFFD8385c4a07f948385c4a0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441ca7e87fba441ca7e8 /* src */ = { + FFFB83683ad87f9483683ad8 /* src */ = { isa = PBXGroup; children = ( - FFFD4484e4007fba4484e400 /* ExtConstraintHelper.h */, - FFFD4484e4687fba4484e468 /* ExtCpuWorkerThread.h */, - FFFD4484e4d07fba4484e4d0 /* ExtD6Joint.h */, - FFFD4484e5387fba4484e538 /* ExtDefaultCpuDispatcher.h */, - FFFD4484e5a07fba4484e5a0 /* ExtDistanceJoint.h */, - FFFD4484e6087fba4484e608 /* ExtFixedJoint.h */, - FFFD4484e6707fba4484e670 /* ExtInertiaTensor.h */, - FFFD4484e6d87fba4484e6d8 /* ExtJoint.h */, - FFFD4484e7407fba4484e740 /* ExtJointMetaDataExtensions.h */, - FFFD4484e7a87fba4484e7a8 /* ExtPlatform.h */, - FFFD4484e8107fba4484e810 /* ExtPrismaticJoint.h */, - FFFD4484e8787fba4484e878 /* ExtPvd.h */, - FFFD4484e8e07fba4484e8e0 /* ExtRevoluteJoint.h */, - FFFD4484e9487fba4484e948 /* ExtSerialization.h */, - FFFD4484e9b07fba4484e9b0 /* ExtSharedQueueEntryPool.h */, - FFFD4484ea187fba4484ea18 /* ExtSphericalJoint.h */, - FFFD4484ea807fba4484ea80 /* ExtTaskQueueHelper.h */, - FFFD4484eae87fba4484eae8 /* ExtBroadPhase.cpp */, - FFFD4484eb507fba4484eb50 /* ExtClothFabricCooker.cpp */, - FFFD4484ebb87fba4484ebb8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFD4484ec207fba4484ec20 /* ExtClothMeshQuadifier.cpp */, - FFFD4484ec887fba4484ec88 /* ExtClothSimpleTetherCooker.cpp */, - FFFD4484ecf07fba4484ecf0 /* ExtCollection.cpp */, - FFFD4484ed587fba4484ed58 /* ExtConvexMeshExt.cpp */, - FFFD4484edc07fba4484edc0 /* ExtCpuWorkerThread.cpp */, - FFFD4484ee287fba4484ee28 /* ExtD6Joint.cpp */, - FFFD4484ee907fba4484ee90 /* ExtD6JointSolverPrep.cpp */, - FFFD4484eef87fba4484eef8 /* ExtDefaultCpuDispatcher.cpp */, - FFFD4484ef607fba4484ef60 /* ExtDefaultErrorCallback.cpp */, - FFFD4484efc87fba4484efc8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFD4484f0307fba4484f030 /* ExtDefaultStreams.cpp */, - FFFD4484f0987fba4484f098 /* ExtDistanceJoint.cpp */, - FFFD4484f1007fba4484f100 /* ExtDistanceJointSolverPrep.cpp */, - FFFD4484f1687fba4484f168 /* ExtExtensions.cpp */, - FFFD4484f1d07fba4484f1d0 /* ExtFixedJoint.cpp */, - FFFD4484f2387fba4484f238 /* ExtFixedJointSolverPrep.cpp */, - FFFD4484f2a07fba4484f2a0 /* ExtJoint.cpp */, - FFFD4484f3087fba4484f308 /* ExtMetaData.cpp */, - FFFD4484f3707fba4484f370 /* ExtParticleExt.cpp */, - FFFD4484f3d87fba4484f3d8 /* ExtPrismaticJoint.cpp */, - FFFD4484f4407fba4484f440 /* ExtPrismaticJointSolverPrep.cpp */, - FFFD4484f4a87fba4484f4a8 /* ExtPvd.cpp */, - FFFD4484f5107fba4484f510 /* ExtPxStringTable.cpp */, - FFFD4484f5787fba4484f578 /* ExtRaycastCCD.cpp */, - FFFD4484f5e07fba4484f5e0 /* ExtRevoluteJoint.cpp */, - FFFD4484f6487fba4484f648 /* ExtRevoluteJointSolverPrep.cpp */, - FFFD4484f6b07fba4484f6b0 /* ExtRigidBodyExt.cpp */, - FFFD4484f7187fba4484f718 /* ExtSceneQueryExt.cpp */, - FFFD4484f7807fba4484f780 /* ExtSimpleFactory.cpp */, - FFFD4484f7e87fba4484f7e8 /* ExtSmoothNormals.cpp */, - FFFD4484f8507fba4484f850 /* ExtSphericalJoint.cpp */, - FFFD4484f8b87fba4484f8b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFD4484f9207fba4484f920 /* ExtTriangleMeshExt.cpp */, + FFFD8385a0007f948385a000 /* ExtConstraintHelper.h */, + FFFD8385a0687f948385a068 /* ExtCpuWorkerThread.h */, + FFFD8385a0d07f948385a0d0 /* ExtD6Joint.h */, + FFFD8385a1387f948385a138 /* ExtDefaultCpuDispatcher.h */, + FFFD8385a1a07f948385a1a0 /* ExtDistanceJoint.h */, + FFFD8385a2087f948385a208 /* ExtFixedJoint.h */, + FFFD8385a2707f948385a270 /* ExtInertiaTensor.h */, + FFFD8385a2d87f948385a2d8 /* ExtJoint.h */, + FFFD8385a3407f948385a340 /* ExtJointMetaDataExtensions.h */, + FFFD8385a3a87f948385a3a8 /* ExtPlatform.h */, + FFFD8385a4107f948385a410 /* ExtPrismaticJoint.h */, + FFFD8385a4787f948385a478 /* ExtPvd.h */, + FFFD8385a4e07f948385a4e0 /* ExtRevoluteJoint.h */, + FFFD8385a5487f948385a548 /* ExtSerialization.h */, + FFFD8385a5b07f948385a5b0 /* ExtSharedQueueEntryPool.h */, + FFFD8385a6187f948385a618 /* ExtSphericalJoint.h */, + FFFD8385a6807f948385a680 /* ExtTaskQueueHelper.h */, + FFFD8385a6e87f948385a6e8 /* ExtBroadPhase.cpp */, + FFFD8385a7507f948385a750 /* ExtClothFabricCooker.cpp */, + FFFD8385a7b87f948385a7b8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD8385a8207f948385a820 /* ExtClothMeshQuadifier.cpp */, + FFFD8385a8887f948385a888 /* ExtClothSimpleTetherCooker.cpp */, + FFFD8385a8f07f948385a8f0 /* ExtCollection.cpp */, + FFFD8385a9587f948385a958 /* ExtConvexMeshExt.cpp */, + FFFD8385a9c07f948385a9c0 /* ExtCpuWorkerThread.cpp */, + FFFD8385aa287f948385aa28 /* ExtD6Joint.cpp */, + FFFD8385aa907f948385aa90 /* ExtD6JointSolverPrep.cpp */, + FFFD8385aaf87f948385aaf8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD8385ab607f948385ab60 /* ExtDefaultErrorCallback.cpp */, + FFFD8385abc87f948385abc8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD8385ac307f948385ac30 /* ExtDefaultStreams.cpp */, + FFFD8385ac987f948385ac98 /* ExtDistanceJoint.cpp */, + FFFD8385ad007f948385ad00 /* ExtDistanceJointSolverPrep.cpp */, + FFFD8385ad687f948385ad68 /* ExtExtensions.cpp */, + FFFD8385add07f948385add0 /* ExtFixedJoint.cpp */, + FFFD8385ae387f948385ae38 /* ExtFixedJointSolverPrep.cpp */, + FFFD8385aea07f948385aea0 /* ExtJoint.cpp */, + FFFD8385af087f948385af08 /* ExtMetaData.cpp */, + FFFD8385af707f948385af70 /* ExtParticleExt.cpp */, + FFFD8385afd87f948385afd8 /* ExtPrismaticJoint.cpp */, + FFFD8385b0407f948385b040 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD8385b0a87f948385b0a8 /* ExtPvd.cpp */, + FFFD8385b1107f948385b110 /* ExtPxStringTable.cpp */, + FFFD8385b1787f948385b178 /* ExtRaycastCCD.cpp */, + FFFD8385b1e07f948385b1e0 /* ExtRevoluteJoint.cpp */, + FFFD8385b2487f948385b248 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD8385b2b07f948385b2b0 /* ExtRigidBodyExt.cpp */, + FFFD8385b3187f948385b318 /* ExtSceneQueryExt.cpp */, + FFFD8385b3807f948385b380 /* ExtSimpleFactory.cpp */, + FFFD8385b3e87f948385b3e8 /* ExtSmoothNormals.cpp */, + FFFD8385b4507f948385b450 /* ExtSphericalJoint.cpp */, + FFFD8385b4b87f948385b4b8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD8385b5207f948385b520 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441ca8107fba441ca810 /* serialization */ = { + FFFB83683b007f9483683b00 /* serialization */ = { isa = PBXGroup; children = ( - FFFD448528007fba44852800 /* SnSerialUtils.h */, - FFFD448528687fba44852868 /* SnSerializationRegistry.h */, - FFFD448528d07fba448528d0 /* SnSerialUtils.cpp */, - FFFD448529387fba44852938 /* SnSerialization.cpp */, - FFFD448529a07fba448529a0 /* SnSerializationRegistry.cpp */, - FFFD44852a087fba44852a08 /* Binary/SnConvX.h */, - FFFD44852a707fba44852a70 /* Binary/SnConvX_Align.h */, - FFFD44852ad87fba44852ad8 /* Binary/SnConvX_Common.h */, - FFFD44852b407fba44852b40 /* Binary/SnConvX_MetaData.h */, - FFFD44852ba87fba44852ba8 /* Binary/SnConvX_Output.h */, - FFFD44852c107fba44852c10 /* Binary/SnConvX_Union.h */, - FFFD44852c787fba44852c78 /* Binary/SnSerializationContext.h */, - FFFD44852ce07fba44852ce0 /* Binary/SnBinaryDeserialization.cpp */, - FFFD44852d487fba44852d48 /* Binary/SnBinarySerialization.cpp */, - FFFD44852db07fba44852db0 /* Binary/SnConvX.cpp */, - FFFD44852e187fba44852e18 /* Binary/SnConvX_Align.cpp */, - FFFD44852e807fba44852e80 /* Binary/SnConvX_Convert.cpp */, - FFFD44852ee87fba44852ee8 /* Binary/SnConvX_Error.cpp */, - FFFD44852f507fba44852f50 /* Binary/SnConvX_MetaData.cpp */, - FFFD44852fb87fba44852fb8 /* Binary/SnConvX_Output.cpp */, - FFFD448530207fba44853020 /* Binary/SnConvX_Union.cpp */, - FFFD448530887fba44853088 /* Binary/SnSerializationContext.cpp */, - FFFD448530f07fba448530f0 /* Xml/SnJointRepXSerializer.h */, - FFFD448531587fba44853158 /* Xml/SnPxStreamOperators.h */, - FFFD448531c07fba448531c0 /* Xml/SnRepX1_0Defaults.h */, - FFFD448532287fba44853228 /* Xml/SnRepX3_1Defaults.h */, - FFFD448532907fba44853290 /* Xml/SnRepX3_2Defaults.h */, - FFFD448532f87fba448532f8 /* Xml/SnRepXCollection.h */, - FFFD448533607fba44853360 /* Xml/SnRepXCoreSerializer.h */, - FFFD448533c87fba448533c8 /* Xml/SnRepXSerializerImpl.h */, - FFFD448534307fba44853430 /* Xml/SnRepXUpgrader.h */, - FFFD448534987fba44853498 /* Xml/SnSimpleXmlWriter.h */, - FFFD448535007fba44853500 /* Xml/SnXmlDeserializer.h */, - FFFD448535687fba44853568 /* Xml/SnXmlImpl.h */, - FFFD448535d07fba448535d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFD448536387fba44853638 /* Xml/SnXmlMemoryPool.h */, - FFFD448536a07fba448536a0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFD448537087fba44853708 /* Xml/SnXmlReader.h */, - FFFD448537707fba44853770 /* Xml/SnXmlSerializer.h */, - FFFD448537d87fba448537d8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFD448538407fba44853840 /* Xml/SnXmlStringToType.h */, - FFFD448538a87fba448538a8 /* Xml/SnXmlVisitorReader.h */, - FFFD448539107fba44853910 /* Xml/SnXmlVisitorWriter.h */, - FFFD448539787fba44853978 /* Xml/SnXmlWriter.h */, - FFFD448539e07fba448539e0 /* Xml/SnJointRepXSerializer.cpp */, - FFFD44853a487fba44853a48 /* Xml/SnRepXCoreSerializer.cpp */, - FFFD44853ab07fba44853ab0 /* Xml/SnRepXUpgrader.cpp */, - FFFD44853b187fba44853b18 /* Xml/SnXmlSerialization.cpp */, - FFFD44853b807fba44853b80 /* File/SnFile.h */, + FFFD8385ea007f948385ea00 /* SnSerialUtils.h */, + FFFD8385ea687f948385ea68 /* SnSerializationRegistry.h */, + FFFD8385ead07f948385ead0 /* SnSerialUtils.cpp */, + FFFD8385eb387f948385eb38 /* SnSerialization.cpp */, + FFFD8385eba07f948385eba0 /* SnSerializationRegistry.cpp */, + FFFD8385ec087f948385ec08 /* Binary/SnConvX.h */, + FFFD8385ec707f948385ec70 /* Binary/SnConvX_Align.h */, + FFFD8385ecd87f948385ecd8 /* Binary/SnConvX_Common.h */, + FFFD8385ed407f948385ed40 /* Binary/SnConvX_MetaData.h */, + FFFD8385eda87f948385eda8 /* Binary/SnConvX_Output.h */, + FFFD8385ee107f948385ee10 /* Binary/SnConvX_Union.h */, + FFFD8385ee787f948385ee78 /* Binary/SnSerializationContext.h */, + FFFD8385eee07f948385eee0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD8385ef487f948385ef48 /* Binary/SnBinarySerialization.cpp */, + FFFD8385efb07f948385efb0 /* Binary/SnConvX.cpp */, + FFFD8385f0187f948385f018 /* Binary/SnConvX_Align.cpp */, + FFFD8385f0807f948385f080 /* Binary/SnConvX_Convert.cpp */, + FFFD8385f0e87f948385f0e8 /* Binary/SnConvX_Error.cpp */, + FFFD8385f1507f948385f150 /* Binary/SnConvX_MetaData.cpp */, + FFFD8385f1b87f948385f1b8 /* Binary/SnConvX_Output.cpp */, + FFFD8385f2207f948385f220 /* Binary/SnConvX_Union.cpp */, + FFFD8385f2887f948385f288 /* Binary/SnSerializationContext.cpp */, + FFFD8385f2f07f948385f2f0 /* Xml/SnJointRepXSerializer.h */, + FFFD8385f3587f948385f358 /* Xml/SnPxStreamOperators.h */, + FFFD8385f3c07f948385f3c0 /* Xml/SnRepX1_0Defaults.h */, + FFFD8385f4287f948385f428 /* Xml/SnRepX3_1Defaults.h */, + FFFD8385f4907f948385f490 /* Xml/SnRepX3_2Defaults.h */, + FFFD8385f4f87f948385f4f8 /* Xml/SnRepXCollection.h */, + FFFD8385f5607f948385f560 /* Xml/SnRepXCoreSerializer.h */, + FFFD8385f5c87f948385f5c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD8385f6307f948385f630 /* Xml/SnRepXUpgrader.h */, + FFFD8385f6987f948385f698 /* Xml/SnSimpleXmlWriter.h */, + FFFD8385f7007f948385f700 /* Xml/SnXmlDeserializer.h */, + FFFD8385f7687f948385f768 /* Xml/SnXmlImpl.h */, + FFFD8385f7d07f948385f7d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD8385f8387f948385f838 /* Xml/SnXmlMemoryPool.h */, + FFFD8385f8a07f948385f8a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD8385f9087f948385f908 /* Xml/SnXmlReader.h */, + FFFD8385f9707f948385f970 /* Xml/SnXmlSerializer.h */, + FFFD8385f9d87f948385f9d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD8385fa407f948385fa40 /* Xml/SnXmlStringToType.h */, + FFFD8385faa87f948385faa8 /* Xml/SnXmlVisitorReader.h */, + FFFD8385fb107f948385fb10 /* Xml/SnXmlVisitorWriter.h */, + FFFD8385fb787f948385fb78 /* Xml/SnXmlWriter.h */, + FFFD8385fbe07f948385fbe0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD8385fc487f948385fc48 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD8385fcb07f948385fcb0 /* Xml/SnRepXUpgrader.cpp */, + FFFD8385fd187f948385fd18 /* Xml/SnXmlSerialization.cpp */, + FFFD8385fd807f948385fd80 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFB441ca8387fba441ca838 /* metadata */ = { + FFFB83683b287f9483683b28 /* metadata */ = { isa = PBXGroup; children = ( - FFFD44850a007fba44850a00 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD44850a687fba44850a68 /* core/include/PvdMetaDataExtensions.h */, - FFFD44850ad07fba44850ad0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD44850b387fba44850b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD44850ba07fba44850ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD44850c087fba44850c08 /* core/include/PxMetaDataCompare.h */, - FFFD44850c707fba44850c70 /* core/include/PxMetaDataCppPrefix.h */, - FFFD44850cd87fba44850cd8 /* core/include/PxMetaDataObjects.h */, - FFFD44850d407fba44850d40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD44850da87fba44850da8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFD44850e107fba44850e10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFD44850e787fba44850e78 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFD44850ee07fba44850ee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD8385c6007f948385c600 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD8385c6687f948385c668 /* core/include/PvdMetaDataExtensions.h */, + FFFD8385c6d07f948385c6d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD8385c7387f948385c738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD8385c7a07f948385c7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD8385c8087f948385c808 /* core/include/PxMetaDataCompare.h */, + FFFD8385c8707f948385c870 /* core/include/PxMetaDataCppPrefix.h */, + FFFD8385c8d87f948385c8d8 /* core/include/PxMetaDataObjects.h */, + FFFD8385c9407f948385c940 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD8385c9a87f948385c9a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD8385ca107f948385ca10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD8385ca787f948385ca78 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD8385cae07f948385cae0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB441d40a07fba441d40a0 /* SceneQuery */ = { + FFFB8368d3907f948368d390 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFB441d5b507fba441d5b50 /* src */, - FFFB441d5b787fba441d5b78 /* include */, + FFFB8368ef307f948368ef30 /* src */, + FFFB8368ef587f948368ef58 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFB441d5b507fba441d5b50 /* src */ = { + FFFB8368ef307f948368ef30 /* src */ = { isa = PBXGroup; children = ( - FFFD448570007fba44857000 /* SqAABBPruner.cpp */, - FFFD448570687fba44857068 /* SqAABBTree.cpp */, - FFFD448570d07fba448570d0 /* SqAABBTreeBuild.cpp */, - FFFD448571387fba44857138 /* SqAABBTreeUpdateMap.cpp */, - FFFD448571a07fba448571a0 /* SqBounds.cpp */, - FFFD448572087fba44857208 /* SqBucketPruner.cpp */, - FFFD448572707fba44857270 /* SqExtendedBucketPruner.cpp */, - FFFD448572d87fba448572d8 /* SqIncrementalAABBPrunerCore.cpp */, - FFFD448573407fba44857340 /* SqIncrementalAABBTree.cpp */, - FFFD448573a87fba448573a8 /* SqMetaData.cpp */, - FFFD448574107fba44857410 /* SqPruningPool.cpp */, - FFFD448574787fba44857478 /* SqPruningStructure.cpp */, - FFFD448574e07fba448574e0 /* SqSceneQueryManager.cpp */, - FFFD448575487fba44857548 /* SqAABBPruner.h */, - FFFD448575b07fba448575b0 /* SqAABBTree.h */, - FFFD448576187fba44857618 /* SqAABBTreeBuild.h */, - FFFD448576807fba44857680 /* SqAABBTreeQuery.h */, - FFFD448576e87fba448576e8 /* SqAABBTreeUpdateMap.h */, - FFFD448577507fba44857750 /* SqBounds.h */, - FFFD448577b87fba448577b8 /* SqBucketPruner.h */, - FFFD448578207fba44857820 /* SqExtendedBucketPruner.h */, - FFFD448578887fba44857888 /* SqIncrementalAABBPrunerCore.h */, - FFFD448578f07fba448578f0 /* SqIncrementalAABBTree.h */, - FFFD448579587fba44857958 /* SqPrunerTestsSIMD.h */, - FFFD448579c07fba448579c0 /* SqPruningPool.h */, - FFFD44857a287fba44857a28 /* SqTypedef.h */, + FFFD83862a007f9483862a00 /* SqAABBPruner.cpp */, + FFFD83862a687f9483862a68 /* SqAABBTree.cpp */, + FFFD83862ad07f9483862ad0 /* SqAABBTreeBuild.cpp */, + FFFD83862b387f9483862b38 /* SqAABBTreeUpdateMap.cpp */, + FFFD83862ba07f9483862ba0 /* SqBounds.cpp */, + FFFD83862c087f9483862c08 /* SqBucketPruner.cpp */, + FFFD83862c707f9483862c70 /* SqExtendedBucketPruner.cpp */, + FFFD83862cd87f9483862cd8 /* SqIncrementalAABBPrunerCore.cpp */, + FFFD83862d407f9483862d40 /* SqIncrementalAABBTree.cpp */, + FFFD83862da87f9483862da8 /* SqMetaData.cpp */, + FFFD83862e107f9483862e10 /* SqPruningPool.cpp */, + FFFD83862e787f9483862e78 /* SqPruningStructure.cpp */, + FFFD83862ee07f9483862ee0 /* SqSceneQueryManager.cpp */, + FFFD83862f487f9483862f48 /* SqAABBPruner.h */, + FFFD83862fb07f9483862fb0 /* SqAABBTree.h */, + FFFD838630187f9483863018 /* SqAABBTreeBuild.h */, + FFFD838630807f9483863080 /* SqAABBTreeQuery.h */, + FFFD838630e87f94838630e8 /* SqAABBTreeUpdateMap.h */, + FFFD838631507f9483863150 /* SqBounds.h */, + FFFD838631b87f94838631b8 /* SqBucketPruner.h */, + FFFD838632207f9483863220 /* SqExtendedBucketPruner.h */, + FFFD838632887f9483863288 /* SqIncrementalAABBPrunerCore.h */, + FFFD838632f07f94838632f0 /* SqIncrementalAABBTree.h */, + FFFD838633587f9483863358 /* SqPrunerTestsSIMD.h */, + FFFD838633c07f94838633c0 /* SqPruningPool.h */, + FFFD838634287f9483863428 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441d5b787fba441d5b78 /* include */ = { + FFFB8368ef587f948368ef58 /* include */ = { isa = PBXGroup; children = ( - FFFD441d83607fba441d8360 /* SqPruner.h */, - FFFD441d83c87fba441d83c8 /* SqPrunerMergeData.h */, - FFFD441d84307fba441d8430 /* SqPruningStructure.h */, - FFFD441d84987fba441d8498 /* SqSceneQueryManager.h */, + FFFD836917407f9483691740 /* SqPruner.h */, + FFFD836917a87f94836917a8 /* SqPrunerMergeData.h */, + FFFD836918107f9483691810 /* SqPruningStructure.h */, + FFFD836918787f9483691878 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441d86207fba441d8620 /* SimulationController */ = { + FFFB83691a007f9483691a00 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFB441db0507fba441db050 /* include */, - FFFB441db0787fba441db078 /* src */, + FFFB836943c07f94836943c0 /* include */, + FFFB836943e87f94836943e8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFB441db0507fba441db050 /* include */ = { + FFFB836943c07f94836943c0 /* include */ = { isa = PBXGroup; children = ( - FFFD44859c007fba44859c00 /* ScActorCore.h */, - FFFD44859c687fba44859c68 /* ScArticulationCore.h */, - FFFD44859cd07fba44859cd0 /* ScArticulationJointCore.h */, - FFFD44859d387fba44859d38 /* ScBodyCore.h */, - FFFD44859da07fba44859da0 /* ScClothCore.h */, - FFFD44859e087fba44859e08 /* ScClothFabricCore.h */, - FFFD44859e707fba44859e70 /* ScConstraintCore.h */, - FFFD44859ed87fba44859ed8 /* ScIterators.h */, - FFFD44859f407fba44859f40 /* ScMaterialCore.h */, - FFFD44859fa87fba44859fa8 /* ScParticleSystemCore.h */, - FFFD4485a0107fba4485a010 /* ScPhysics.h */, - FFFD4485a0787fba4485a078 /* ScRigidCore.h */, - FFFD4485a0e07fba4485a0e0 /* ScScene.h */, - FFFD4485a1487fba4485a148 /* ScShapeCore.h */, - FFFD4485a1b07fba4485a1b0 /* ScStaticCore.h */, + FFFD838656007f9483865600 /* ScActorCore.h */, + FFFD838656687f9483865668 /* ScArticulationCore.h */, + FFFD838656d07f94838656d0 /* ScArticulationJointCore.h */, + FFFD838657387f9483865738 /* ScBodyCore.h */, + FFFD838657a07f94838657a0 /* ScClothCore.h */, + FFFD838658087f9483865808 /* ScClothFabricCore.h */, + FFFD838658707f9483865870 /* ScConstraintCore.h */, + FFFD838658d87f94838658d8 /* ScIterators.h */, + FFFD838659407f9483865940 /* ScMaterialCore.h */, + FFFD838659a87f94838659a8 /* ScParticleSystemCore.h */, + FFFD83865a107f9483865a10 /* ScPhysics.h */, + FFFD83865a787f9483865a78 /* ScRigidCore.h */, + FFFD83865ae07f9483865ae0 /* ScScene.h */, + FFFD83865b487f9483865b48 /* ScShapeCore.h */, + FFFD83865bb07f9483865bb0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441db0787fba441db078 /* src */ = { + FFFB836943e87f94836943e8 /* src */ = { isa = PBXGroup; children = ( - FFFD4485ce007fba4485ce00 /* ScActorElementPair.h */, - FFFD4485ce687fba4485ce68 /* ScActorInteraction.h */, - FFFD4485ced07fba4485ced0 /* ScActorPair.h */, - FFFD4485cf387fba4485cf38 /* ScActorSim.h */, - FFFD4485cfa07fba4485cfa0 /* ScArticulationJointSim.h */, - FFFD4485d0087fba4485d008 /* ScArticulationSim.h */, - FFFD4485d0707fba4485d070 /* ScBodySim.h */, - FFFD4485d0d87fba4485d0d8 /* ScClient.h */, - FFFD4485d1407fba4485d140 /* ScConstraintGroupNode.h */, - FFFD4485d1a87fba4485d1a8 /* ScConstraintInteraction.h */, - FFFD4485d2107fba4485d210 /* ScConstraintProjectionManager.h */, - FFFD4485d2787fba4485d278 /* ScConstraintProjectionTree.h */, - FFFD4485d2e07fba4485d2e0 /* ScConstraintSim.h */, - FFFD4485d3487fba4485d348 /* ScContactReportBuffer.h */, - FFFD4485d3b07fba4485d3b0 /* ScContactStream.h */, - FFFD4485d4187fba4485d418 /* ScElementInteractionMarker.h */, - FFFD4485d4807fba4485d480 /* ScElementSim.h */, - FFFD4485d4e87fba4485d4e8 /* ScElementSimInteraction.h */, - FFFD4485d5507fba4485d550 /* ScInteraction.h */, - FFFD4485d5b87fba4485d5b8 /* ScInteractionFlags.h */, - FFFD4485d6207fba4485d620 /* ScNPhaseCore.h */, - FFFD4485d6887fba4485d688 /* ScObjectIDTracker.h */, - FFFD4485d6f07fba4485d6f0 /* ScRbElementInteraction.h */, - FFFD4485d7587fba4485d758 /* ScRigidSim.h */, - FFFD4485d7c07fba4485d7c0 /* ScShapeInteraction.h */, - FFFD4485d8287fba4485d828 /* ScShapeIterator.h */, - FFFD4485d8907fba4485d890 /* ScShapeSim.h */, - FFFD4485d8f87fba4485d8f8 /* ScSimStateData.h */, - FFFD4485d9607fba4485d960 /* ScSimStats.h */, - FFFD4485d9c87fba4485d9c8 /* ScSimulationController.h */, - FFFD4485da307fba4485da30 /* ScSqBoundsManager.h */, - FFFD4485da987fba4485da98 /* ScStaticSim.h */, - FFFD4485db007fba4485db00 /* ScTriggerInteraction.h */, - FFFD4485db687fba4485db68 /* ScTriggerPairs.h */, - FFFD4485dbd07fba4485dbd0 /* ScActorCore.cpp */, - FFFD4485dc387fba4485dc38 /* ScActorSim.cpp */, - FFFD4485dca07fba4485dca0 /* ScArticulationCore.cpp */, - FFFD4485dd087fba4485dd08 /* ScArticulationJointCore.cpp */, - FFFD4485dd707fba4485dd70 /* ScArticulationJointSim.cpp */, - FFFD4485ddd87fba4485ddd8 /* ScArticulationSim.cpp */, - FFFD4485de407fba4485de40 /* ScBodyCore.cpp */, - FFFD4485dea87fba4485dea8 /* ScBodyCoreKinematic.cpp */, - FFFD4485df107fba4485df10 /* ScBodySim.cpp */, - FFFD4485df787fba4485df78 /* ScConstraintCore.cpp */, - FFFD4485dfe07fba4485dfe0 /* ScConstraintGroupNode.cpp */, - FFFD4485e0487fba4485e048 /* ScConstraintInteraction.cpp */, - FFFD4485e0b07fba4485e0b0 /* ScConstraintProjectionManager.cpp */, - FFFD4485e1187fba4485e118 /* ScConstraintProjectionTree.cpp */, - FFFD4485e1807fba4485e180 /* ScConstraintSim.cpp */, - FFFD4485e1e87fba4485e1e8 /* ScElementInteractionMarker.cpp */, - FFFD4485e2507fba4485e250 /* ScElementSim.cpp */, - FFFD4485e2b87fba4485e2b8 /* ScInteraction.cpp */, - FFFD4485e3207fba4485e320 /* ScIterators.cpp */, - FFFD4485e3887fba4485e388 /* ScMaterialCore.cpp */, - FFFD4485e3f07fba4485e3f0 /* ScMetaData.cpp */, - FFFD4485e4587fba4485e458 /* ScNPhaseCore.cpp */, - FFFD4485e4c07fba4485e4c0 /* ScPhysics.cpp */, - FFFD4485e5287fba4485e528 /* ScRigidCore.cpp */, - FFFD4485e5907fba4485e590 /* ScRigidSim.cpp */, - FFFD4485e5f87fba4485e5f8 /* ScScene.cpp */, - FFFD4485e6607fba4485e660 /* ScShapeCore.cpp */, - FFFD4485e6c87fba4485e6c8 /* ScShapeInteraction.cpp */, - FFFD4485e7307fba4485e730 /* ScShapeSim.cpp */, - FFFD4485e7987fba4485e798 /* ScSimStats.cpp */, - FFFD4485e8007fba4485e800 /* ScSimulationController.cpp */, - FFFD4485e8687fba4485e868 /* ScSqBoundsManager.cpp */, - FFFD4485e8d07fba4485e8d0 /* ScStaticCore.cpp */, - FFFD4485e9387fba4485e938 /* ScStaticSim.cpp */, - FFFD4485e9a07fba4485e9a0 /* ScTriggerInteraction.cpp */, - FFFD4485ea087fba4485ea08 /* particles/ScParticleBodyInteraction.h */, - FFFD4485ea707fba4485ea70 /* particles/ScParticlePacketShape.h */, - FFFD4485ead87fba4485ead8 /* particles/ScParticleSystemSim.h */, - FFFD4485eb407fba4485eb40 /* particles/ScParticleBodyInteraction.cpp */, - FFFD4485eba87fba4485eba8 /* particles/ScParticlePacketShape.cpp */, - FFFD4485ec107fba4485ec10 /* particles/ScParticleSystemCore.cpp */, - FFFD4485ec787fba4485ec78 /* particles/ScParticleSystemSim.cpp */, - FFFD4485ece07fba4485ece0 /* cloth/ScClothShape.h */, - FFFD4485ed487fba4485ed48 /* cloth/ScClothSim.h */, - FFFD4485edb07fba4485edb0 /* cloth/ScClothCore.cpp */, - FFFD4485ee187fba4485ee18 /* cloth/ScClothFabricCore.cpp */, - FFFD4485ee807fba4485ee80 /* cloth/ScClothShape.cpp */, - FFFD4485eee87fba4485eee8 /* cloth/ScClothSim.cpp */, + FFFD8480e0007f948480e000 /* ScActorElementPair.h */, + FFFD8480e0687f948480e068 /* ScActorInteraction.h */, + FFFD8480e0d07f948480e0d0 /* ScActorPair.h */, + FFFD8480e1387f948480e138 /* ScActorSim.h */, + FFFD8480e1a07f948480e1a0 /* ScArticulationJointSim.h */, + FFFD8480e2087f948480e208 /* ScArticulationSim.h */, + FFFD8480e2707f948480e270 /* ScBodySim.h */, + FFFD8480e2d87f948480e2d8 /* ScClient.h */, + FFFD8480e3407f948480e340 /* ScConstraintGroupNode.h */, + FFFD8480e3a87f948480e3a8 /* ScConstraintInteraction.h */, + FFFD8480e4107f948480e410 /* ScConstraintProjectionManager.h */, + FFFD8480e4787f948480e478 /* ScConstraintProjectionTree.h */, + FFFD8480e4e07f948480e4e0 /* ScConstraintSim.h */, + FFFD8480e5487f948480e548 /* ScContactReportBuffer.h */, + FFFD8480e5b07f948480e5b0 /* ScContactStream.h */, + FFFD8480e6187f948480e618 /* ScElementInteractionMarker.h */, + FFFD8480e6807f948480e680 /* ScElementSim.h */, + FFFD8480e6e87f948480e6e8 /* ScElementSimInteraction.h */, + FFFD8480e7507f948480e750 /* ScInteraction.h */, + FFFD8480e7b87f948480e7b8 /* ScInteractionFlags.h */, + FFFD8480e8207f948480e820 /* ScNPhaseCore.h */, + FFFD8480e8887f948480e888 /* ScObjectIDTracker.h */, + FFFD8480e8f07f948480e8f0 /* ScRbElementInteraction.h */, + FFFD8480e9587f948480e958 /* ScRigidSim.h */, + FFFD8480e9c07f948480e9c0 /* ScShapeInteraction.h */, + FFFD8480ea287f948480ea28 /* ScShapeIterator.h */, + FFFD8480ea907f948480ea90 /* ScShapeSim.h */, + FFFD8480eaf87f948480eaf8 /* ScSimStateData.h */, + FFFD8480eb607f948480eb60 /* ScSimStats.h */, + FFFD8480ebc87f948480ebc8 /* ScSimulationController.h */, + FFFD8480ec307f948480ec30 /* ScSqBoundsManager.h */, + FFFD8480ec987f948480ec98 /* ScStaticSim.h */, + FFFD8480ed007f948480ed00 /* ScTriggerInteraction.h */, + FFFD8480ed687f948480ed68 /* ScTriggerPairs.h */, + FFFD8480edd07f948480edd0 /* ScActorCore.cpp */, + FFFD8480ee387f948480ee38 /* ScActorSim.cpp */, + FFFD8480eea07f948480eea0 /* ScArticulationCore.cpp */, + FFFD8480ef087f948480ef08 /* ScArticulationJointCore.cpp */, + FFFD8480ef707f948480ef70 /* ScArticulationJointSim.cpp */, + FFFD8480efd87f948480efd8 /* ScArticulationSim.cpp */, + FFFD8480f0407f948480f040 /* ScBodyCore.cpp */, + FFFD8480f0a87f948480f0a8 /* ScBodyCoreKinematic.cpp */, + FFFD8480f1107f948480f110 /* ScBodySim.cpp */, + FFFD8480f1787f948480f178 /* ScConstraintCore.cpp */, + FFFD8480f1e07f948480f1e0 /* ScConstraintGroupNode.cpp */, + FFFD8480f2487f948480f248 /* ScConstraintInteraction.cpp */, + FFFD8480f2b07f948480f2b0 /* ScConstraintProjectionManager.cpp */, + FFFD8480f3187f948480f318 /* ScConstraintProjectionTree.cpp */, + FFFD8480f3807f948480f380 /* ScConstraintSim.cpp */, + FFFD8480f3e87f948480f3e8 /* ScElementInteractionMarker.cpp */, + FFFD8480f4507f948480f450 /* ScElementSim.cpp */, + FFFD8480f4b87f948480f4b8 /* ScInteraction.cpp */, + FFFD8480f5207f948480f520 /* ScIterators.cpp */, + FFFD8480f5887f948480f588 /* ScMaterialCore.cpp */, + FFFD8480f5f07f948480f5f0 /* ScMetaData.cpp */, + FFFD8480f6587f948480f658 /* ScNPhaseCore.cpp */, + FFFD8480f6c07f948480f6c0 /* ScPhysics.cpp */, + FFFD8480f7287f948480f728 /* ScRigidCore.cpp */, + FFFD8480f7907f948480f790 /* ScRigidSim.cpp */, + FFFD8480f7f87f948480f7f8 /* ScScene.cpp */, + FFFD8480f8607f948480f860 /* ScShapeCore.cpp */, + FFFD8480f8c87f948480f8c8 /* ScShapeInteraction.cpp */, + FFFD8480f9307f948480f930 /* ScShapeSim.cpp */, + FFFD8480f9987f948480f998 /* ScSimStats.cpp */, + FFFD8480fa007f948480fa00 /* ScSimulationController.cpp */, + FFFD8480fa687f948480fa68 /* ScSqBoundsManager.cpp */, + FFFD8480fad07f948480fad0 /* ScStaticCore.cpp */, + FFFD8480fb387f948480fb38 /* ScStaticSim.cpp */, + FFFD8480fba07f948480fba0 /* ScTriggerInteraction.cpp */, + FFFD8480fc087f948480fc08 /* particles/ScParticleBodyInteraction.h */, + FFFD8480fc707f948480fc70 /* particles/ScParticlePacketShape.h */, + FFFD8480fcd87f948480fcd8 /* particles/ScParticleSystemSim.h */, + FFFD8480fd407f948480fd40 /* particles/ScParticleBodyInteraction.cpp */, + FFFD8480fda87f948480fda8 /* particles/ScParticlePacketShape.cpp */, + FFFD8480fe107f948480fe10 /* particles/ScParticleSystemCore.cpp */, + FFFD8480fe787f948480fe78 /* particles/ScParticleSystemSim.cpp */, + FFFD8480fee07f948480fee0 /* cloth/ScClothShape.h */, + FFFD8480ff487f948480ff48 /* cloth/ScClothSim.h */, + FFFD8480ffb07f948480ffb0 /* cloth/ScClothCore.cpp */, + FFFD848100187f9484810018 /* cloth/ScClothFabricCore.cpp */, + FFFD848100807f9484810080 /* cloth/ScClothShape.cpp */, + FFFD848100e87f94848100e8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441dd8c07fba441dd8c0 /* PhysXCooking */ = { + FFFB8421f0907f948421f090 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFB441e1b507fba441e1b50 /* include */, - FFFB441e1b787fba441e1b78 /* src */, + FFFB842298807f9484229880 /* include */, + FFFB842298a87f94842298a8 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFB441e1b507fba441e1b50 /* include */ = { + FFFB842298807f9484229880 /* include */ = { isa = PBXGroup; children = ( - FFFD441e79c07fba441e79c0 /* PxBVH33MidphaseDesc.h */, - FFFD441e7a287fba441e7a28 /* PxBVH34MidphaseDesc.h */, - FFFD441e7a907fba441e7a90 /* PxConvexMeshDesc.h */, - FFFD441e7af87fba441e7af8 /* PxCooking.h */, - FFFD441e7b607fba441e7b60 /* PxMidphaseDesc.h */, - FFFD441e7bc87fba441e7bc8 /* PxTriangleMeshDesc.h */, - FFFD441e7c307fba441e7c30 /* Pxc.h */, + FFFD84229f707f9484229f70 /* PxBVH33MidphaseDesc.h */, + FFFD84229fd87f9484229fd8 /* PxBVH34MidphaseDesc.h */, + FFFD8422a0407f948422a040 /* PxConvexMeshDesc.h */, + FFFD8422a0a87f948422a0a8 /* PxCooking.h */, + FFFD8422a1107f948422a110 /* PxMidphaseDesc.h */, + FFFD8422a1787f948422a178 /* PxTriangleMeshDesc.h */, + FFFD8422a1e07f948422a1e0 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB441e1b787fba441e1b78 /* src */ = { + FFFB842298a87f94842298a8 /* src */ = { isa = PBXGroup; children = ( - FFFD448610007fba44861000 /* Adjacencies.cpp */, - FFFD448610687fba44861068 /* Cooking.cpp */, - FFFD448610d07fba448610d0 /* CookingUtils.cpp */, - FFFD448611387fba44861138 /* EdgeList.cpp */, - FFFD448611a07fba448611a0 /* MeshCleaner.cpp */, - FFFD448612087fba44861208 /* Quantizer.cpp */, - FFFD448612707fba44861270 /* Adjacencies.h */, - FFFD448612d87fba448612d8 /* Cooking.h */, - FFFD448613407fba44861340 /* CookingUtils.h */, - FFFD448613a87fba448613a8 /* EdgeList.h */, - FFFD448614107fba44861410 /* MeshCleaner.h */, - FFFD448614787fba44861478 /* Quantizer.h */, - FFFD448614e07fba448614e0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFD448615487fba44861548 /* mesh/HeightFieldCooking.cpp */, - FFFD448615b07fba448615b0 /* mesh/RTreeCooking.cpp */, - FFFD448616187fba44861618 /* mesh/TriangleMeshBuilder.cpp */, - FFFD448616807fba44861680 /* mesh/GrbTriangleMeshCooking.h */, - FFFD448616e87fba448616e8 /* mesh/HeightFieldCooking.h */, - FFFD448617507fba44861750 /* mesh/QuickSelect.h */, - FFFD448617b87fba448617b8 /* mesh/RTreeCooking.h */, - FFFD448618207fba44861820 /* mesh/TriangleMeshBuilder.h */, - FFFD448618887fba44861888 /* convex/BigConvexDataBuilder.cpp */, - FFFD448618f07fba448618f0 /* convex/ConvexHullBuilder.cpp */, - FFFD448619587fba44861958 /* convex/ConvexHullLib.cpp */, - FFFD448619c07fba448619c0 /* convex/ConvexHullUtils.cpp */, - FFFD44861a287fba44861a28 /* convex/ConvexMeshBuilder.cpp */, - FFFD44861a907fba44861a90 /* convex/ConvexPolygonsBuilder.cpp */, - FFFD44861af87fba44861af8 /* convex/InflationConvexHullLib.cpp */, - FFFD44861b607fba44861b60 /* convex/QuickHullConvexHullLib.cpp */, - FFFD44861bc87fba44861bc8 /* convex/VolumeIntegration.cpp */, - FFFD44861c307fba44861c30 /* convex/BigConvexDataBuilder.h */, - FFFD44861c987fba44861c98 /* convex/ConvexHullBuilder.h */, - FFFD44861d007fba44861d00 /* convex/ConvexHullLib.h */, - FFFD44861d687fba44861d68 /* convex/ConvexHullUtils.h */, - FFFD44861dd07fba44861dd0 /* convex/ConvexMeshBuilder.h */, - FFFD44861e387fba44861e38 /* convex/ConvexPolygonsBuilder.h */, - FFFD44861ea07fba44861ea0 /* convex/InflationConvexHullLib.h */, - FFFD44861f087fba44861f08 /* convex/QuickHullConvexHullLib.h */, - FFFD44861f707fba44861f70 /* convex/VolumeIntegration.h */, + FFFD84813a007f9484813a00 /* Adjacencies.cpp */, + FFFD84813a687f9484813a68 /* Cooking.cpp */, + FFFD84813ad07f9484813ad0 /* CookingUtils.cpp */, + FFFD84813b387f9484813b38 /* EdgeList.cpp */, + FFFD84813ba07f9484813ba0 /* MeshCleaner.cpp */, + FFFD84813c087f9484813c08 /* Quantizer.cpp */, + FFFD84813c707f9484813c70 /* Adjacencies.h */, + FFFD84813cd87f9484813cd8 /* Cooking.h */, + FFFD84813d407f9484813d40 /* CookingUtils.h */, + FFFD84813da87f9484813da8 /* EdgeList.h */, + FFFD84813e107f9484813e10 /* MeshCleaner.h */, + FFFD84813e787f9484813e78 /* Quantizer.h */, + FFFD84813ee07f9484813ee0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD84813f487f9484813f48 /* mesh/HeightFieldCooking.cpp */, + FFFD84813fb07f9484813fb0 /* mesh/RTreeCooking.cpp */, + FFFD848140187f9484814018 /* mesh/TriangleMeshBuilder.cpp */, + FFFD848140807f9484814080 /* mesh/GrbTriangleMeshCooking.h */, + FFFD848140e87f94848140e8 /* mesh/HeightFieldCooking.h */, + FFFD848141507f9484814150 /* mesh/QuickSelect.h */, + FFFD848141b87f94848141b8 /* mesh/RTreeCooking.h */, + FFFD848142207f9484814220 /* mesh/TriangleMeshBuilder.h */, + FFFD848142887f9484814288 /* convex/BigConvexDataBuilder.cpp */, + FFFD848142f07f94848142f0 /* convex/ConvexHullBuilder.cpp */, + FFFD848143587f9484814358 /* convex/ConvexHullLib.cpp */, + FFFD848143c07f94848143c0 /* convex/ConvexHullUtils.cpp */, + FFFD848144287f9484814428 /* convex/ConvexMeshBuilder.cpp */, + FFFD848144907f9484814490 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD848144f87f94848144f8 /* convex/InflationConvexHullLib.cpp */, + FFFD848145607f9484814560 /* convex/QuickHullConvexHullLib.cpp */, + FFFD848145c87f94848145c8 /* convex/VolumeIntegration.cpp */, + FFFD848146307f9484814630 /* convex/BigConvexDataBuilder.h */, + FFFD848146987f9484814698 /* convex/ConvexHullBuilder.h */, + FFFD848147007f9484814700 /* convex/ConvexHullLib.h */, + FFFD848147687f9484814768 /* convex/ConvexHullUtils.h */, + FFFD848147d07f94848147d0 /* convex/ConvexMeshBuilder.h */, + FFFD848148387f9484814838 /* convex/ConvexPolygonsBuilder.h */, + FFFD848148a07f94848148a0 /* convex/InflationConvexHullLib.h */, + FFFD848149087f9484814908 /* convex/QuickHullConvexHullLib.h */, + FFFD848149707f9484814970 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB431a02b07fba431a02b0 /* PhysXCommon */ = { + FFFB8313f9907f948313f990 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFB431850a07fba431850a0 /* include */, - FFFB431850c87fba431850c8 /* common */, - FFFB431850f07fba431850f0 /* geomutils */, + FFFB83141b807f9483141b80 /* include */, + FFFB83141ba87f9483141ba8 /* common */, + FFFB83141bd07f9483141bd0 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFB431850a07fba431850a0 /* include */ = { + FFFB83141b807f9483141b80 /* include */ = { isa = PBXGroup; children = ( - FFFD420110007fba42011000 /* common/PxBase.h */, - FFFD420110687fba42011068 /* common/PxCollection.h */, - FFFD420110d07fba420110d0 /* common/PxCoreUtilityTypes.h */, - FFFD420111387fba42011138 /* common/PxMetaData.h */, - FFFD420111a07fba420111a0 /* common/PxMetaDataFlags.h */, - FFFD420112087fba42011208 /* common/PxPhysXCommonConfig.h */, - FFFD420112707fba42011270 /* common/PxPhysicsInsertionCallback.h */, - FFFD420112d87fba420112d8 /* common/PxRenderBuffer.h */, - FFFD420113407fba42011340 /* common/PxSerialFramework.h */, - FFFD420113a87fba420113a8 /* common/PxSerializer.h */, - FFFD420114107fba42011410 /* common/PxStringTable.h */, - FFFD420114787fba42011478 /* common/PxTolerancesScale.h */, - FFFD420114e07fba420114e0 /* common/PxTypeInfo.h */, - FFFD420115487fba42011548 /* geometry/PxBoxGeometry.h */, - FFFD420115b07fba420115b0 /* geometry/PxCapsuleGeometry.h */, - FFFD420116187fba42011618 /* geometry/PxConvexMesh.h */, - FFFD420116807fba42011680 /* geometry/PxConvexMeshGeometry.h */, - FFFD420116e87fba420116e8 /* geometry/PxGeometry.h */, - FFFD420117507fba42011750 /* geometry/PxGeometryHelpers.h */, - FFFD420117b87fba420117b8 /* geometry/PxGeometryQuery.h */, - FFFD420118207fba42011820 /* geometry/PxHeightField.h */, - FFFD420118887fba42011888 /* geometry/PxHeightFieldDesc.h */, - FFFD420118f07fba420118f0 /* geometry/PxHeightFieldFlag.h */, - FFFD420119587fba42011958 /* geometry/PxHeightFieldGeometry.h */, - FFFD420119c07fba420119c0 /* geometry/PxHeightFieldSample.h */, - FFFD42011a287fba42011a28 /* geometry/PxMeshQuery.h */, - FFFD42011a907fba42011a90 /* geometry/PxMeshScale.h */, - FFFD42011af87fba42011af8 /* geometry/PxPlaneGeometry.h */, - FFFD42011b607fba42011b60 /* geometry/PxSimpleTriangleMesh.h */, - FFFD42011bc87fba42011bc8 /* geometry/PxSphereGeometry.h */, - FFFD42011c307fba42011c30 /* geometry/PxTriangle.h */, - FFFD42011c987fba42011c98 /* geometry/PxTriangleMesh.h */, - FFFD42011d007fba42011d00 /* geometry/PxTriangleMeshGeometry.h */, + FFFD820254007f9482025400 /* common/PxBase.h */, + FFFD820254687f9482025468 /* common/PxCollection.h */, + FFFD820254d07f94820254d0 /* common/PxCoreUtilityTypes.h */, + FFFD820255387f9482025538 /* common/PxMetaData.h */, + FFFD820255a07f94820255a0 /* common/PxMetaDataFlags.h */, + FFFD820256087f9482025608 /* common/PxPhysXCommonConfig.h */, + FFFD820256707f9482025670 /* common/PxPhysicsInsertionCallback.h */, + FFFD820256d87f94820256d8 /* common/PxRenderBuffer.h */, + FFFD820257407f9482025740 /* common/PxSerialFramework.h */, + FFFD820257a87f94820257a8 /* common/PxSerializer.h */, + FFFD820258107f9482025810 /* common/PxStringTable.h */, + FFFD820258787f9482025878 /* common/PxTolerancesScale.h */, + FFFD820258e07f94820258e0 /* common/PxTypeInfo.h */, + FFFD820259487f9482025948 /* geometry/PxBoxGeometry.h */, + FFFD820259b07f94820259b0 /* geometry/PxCapsuleGeometry.h */, + FFFD82025a187f9482025a18 /* geometry/PxConvexMesh.h */, + FFFD82025a807f9482025a80 /* geometry/PxConvexMeshGeometry.h */, + FFFD82025ae87f9482025ae8 /* geometry/PxGeometry.h */, + FFFD82025b507f9482025b50 /* geometry/PxGeometryHelpers.h */, + FFFD82025bb87f9482025bb8 /* geometry/PxGeometryQuery.h */, + FFFD82025c207f9482025c20 /* geometry/PxHeightField.h */, + FFFD82025c887f9482025c88 /* geometry/PxHeightFieldDesc.h */, + FFFD82025cf07f9482025cf0 /* geometry/PxHeightFieldFlag.h */, + FFFD82025d587f9482025d58 /* geometry/PxHeightFieldGeometry.h */, + FFFD82025dc07f9482025dc0 /* geometry/PxHeightFieldSample.h */, + FFFD82025e287f9482025e28 /* geometry/PxMeshQuery.h */, + FFFD82025e907f9482025e90 /* geometry/PxMeshScale.h */, + FFFD82025ef87f9482025ef8 /* geometry/PxPlaneGeometry.h */, + FFFD82025f607f9482025f60 /* geometry/PxSimpleTriangleMesh.h */, + FFFD82025fc87f9482025fc8 /* geometry/PxSphereGeometry.h */, + FFFD820260307f9482026030 /* geometry/PxTriangle.h */, + FFFD820260987f9482026098 /* geometry/PxTriangleMesh.h */, + FFFD820261007f9482026100 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB431850c87fba431850c8 /* common */ = { + FFFB83141ba87f9483141ba8 /* common */ = { isa = PBXGroup; children = ( - FFFD429a48007fba429a4800 /* src/CmBoxPruning.cpp */, - FFFD429a48687fba429a4868 /* src/CmCollection.cpp */, - FFFD429a48d07fba429a48d0 /* src/CmMathUtils.cpp */, - FFFD429a49387fba429a4938 /* src/CmPtrTable.cpp */, - FFFD429a49a07fba429a49a0 /* src/CmRadixSort.cpp */, - FFFD429a4a087fba429a4a08 /* src/CmRadixSortBuffered.cpp */, - FFFD429a4a707fba429a4a70 /* src/CmRenderOutput.cpp */, - FFFD429a4ad87fba429a4ad8 /* src/CmVisualization.cpp */, - FFFD429a4b407fba429a4b40 /* src/CmBitMap.h */, - FFFD429a4ba87fba429a4ba8 /* src/CmBoxPruning.h */, - FFFD429a4c107fba429a4c10 /* src/CmCollection.h */, - FFFD429a4c787fba429a4c78 /* src/CmConeLimitHelper.h */, - FFFD429a4ce07fba429a4ce0 /* src/CmFlushPool.h */, - FFFD429a4d487fba429a4d48 /* src/CmIDPool.h */, - FFFD429a4db07fba429a4db0 /* src/CmIO.h */, - FFFD429a4e187fba429a4e18 /* src/CmMatrix34.h */, - FFFD429a4e807fba429a4e80 /* src/CmPhysXCommon.h */, - FFFD429a4ee87fba429a4ee8 /* src/CmPool.h */, - FFFD429a4f507fba429a4f50 /* src/CmPreallocatingPool.h */, - FFFD429a4fb87fba429a4fb8 /* src/CmPriorityQueue.h */, - FFFD429a50207fba429a5020 /* src/CmPtrTable.h */, - FFFD429a50887fba429a5088 /* src/CmQueue.h */, - FFFD429a50f07fba429a50f0 /* src/CmRadixSort.h */, - FFFD429a51587fba429a5158 /* src/CmRadixSortBuffered.h */, - FFFD429a51c07fba429a51c0 /* src/CmRefCountable.h */, - FFFD429a52287fba429a5228 /* src/CmRenderBuffer.h */, - FFFD429a52907fba429a5290 /* src/CmRenderOutput.h */, - FFFD429a52f87fba429a52f8 /* src/CmScaling.h */, - FFFD429a53607fba429a5360 /* src/CmSpatialVector.h */, - FFFD429a53c87fba429a53c8 /* src/CmTask.h */, - FFFD429a54307fba429a5430 /* src/CmTaskPool.h */, - FFFD429a54987fba429a5498 /* src/CmTmpMem.h */, - FFFD429a55007fba429a5500 /* src/CmTransformUtils.h */, - FFFD429a55687fba429a5568 /* src/CmUtils.h */, - FFFD429a55d07fba429a55d0 /* src/CmVisualization.h */, + FFFD82973c007f9482973c00 /* src/CmBoxPruning.cpp */, + FFFD82973c687f9482973c68 /* src/CmCollection.cpp */, + FFFD82973cd07f9482973cd0 /* src/CmMathUtils.cpp */, + FFFD82973d387f9482973d38 /* src/CmPtrTable.cpp */, + FFFD82973da07f9482973da0 /* src/CmRadixSort.cpp */, + FFFD82973e087f9482973e08 /* src/CmRadixSortBuffered.cpp */, + FFFD82973e707f9482973e70 /* src/CmRenderOutput.cpp */, + FFFD82973ed87f9482973ed8 /* src/CmVisualization.cpp */, + FFFD82973f407f9482973f40 /* src/CmBitMap.h */, + FFFD82973fa87f9482973fa8 /* src/CmBoxPruning.h */, + FFFD829740107f9482974010 /* src/CmCollection.h */, + FFFD829740787f9482974078 /* src/CmConeLimitHelper.h */, + FFFD829740e07f94829740e0 /* src/CmFlushPool.h */, + FFFD829741487f9482974148 /* src/CmIDPool.h */, + FFFD829741b07f94829741b0 /* src/CmIO.h */, + FFFD829742187f9482974218 /* src/CmMatrix34.h */, + FFFD829742807f9482974280 /* src/CmPhysXCommon.h */, + FFFD829742e87f94829742e8 /* src/CmPool.h */, + FFFD829743507f9482974350 /* src/CmPreallocatingPool.h */, + FFFD829743b87f94829743b8 /* src/CmPriorityQueue.h */, + FFFD829744207f9482974420 /* src/CmPtrTable.h */, + FFFD829744887f9482974488 /* src/CmQueue.h */, + FFFD829744f07f94829744f0 /* src/CmRadixSort.h */, + FFFD829745587f9482974558 /* src/CmRadixSortBuffered.h */, + FFFD829745c07f94829745c0 /* src/CmRefCountable.h */, + FFFD829746287f9482974628 /* src/CmRenderBuffer.h */, + FFFD829746907f9482974690 /* src/CmRenderOutput.h */, + FFFD829746f87f94829746f8 /* src/CmScaling.h */, + FFFD829747607f9482974760 /* src/CmSpatialVector.h */, + FFFD829747c87f94829747c8 /* src/CmTask.h */, + FFFD829748307f9482974830 /* src/CmTaskPool.h */, + FFFD829748987f9482974898 /* src/CmTmpMem.h */, + FFFD829749007f9482974900 /* src/CmTransformUtils.h */, + FFFD829749687f9482974968 /* src/CmUtils.h */, + FFFD829749d07f94829749d0 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFB431850f07fba431850f0 /* geomutils */ = { + FFFB83141bd07f9483141bd0 /* geomutils */ = { isa = PBXGroup; children = ( - FFFD420040007fba42004000 /* headers/GuAxes.h */, - FFFD420040687fba42004068 /* headers/GuBox.h */, - FFFD420040d07fba420040d0 /* headers/GuDistanceSegmentBox.h */, - FFFD420041387fba42004138 /* headers/GuDistanceSegmentSegment.h */, - FFFD420041a07fba420041a0 /* headers/GuIntersectionBoxBox.h */, - FFFD420042087fba42004208 /* headers/GuIntersectionTriangleBox.h */, - FFFD420042707fba42004270 /* headers/GuRaycastTests.h */, - FFFD420042d87fba420042d8 /* headers/GuSIMDHelpers.h */, - FFFD420043407fba42004340 /* headers/GuSegment.h */, - FFFD420043a87fba420043a8 /* ../../Include/GeomUtils */, - FFFD420044107fba42004410 /* src/GuBounds.h */, - FFFD420044787fba42004478 /* src/GuCapsule.h */, - FFFD420044e07fba420044e0 /* src/GuCenterExtents.h */, - FFFD420045487fba42004548 /* src/GuGeometryUnion.h */, - FFFD420045b07fba420045b0 /* src/GuInternal.h */, - FFFD420046187fba42004618 /* src/GuMTD.h */, - FFFD420046807fba42004680 /* src/GuMeshFactory.h */, - FFFD420046e87fba420046e8 /* src/GuOverlapTests.h */, - FFFD420047507fba42004750 /* src/GuSerialize.h */, - FFFD420047b87fba420047b8 /* src/GuSphere.h */, - FFFD420048207fba42004820 /* src/GuSweepMTD.h */, - FFFD420048887fba42004888 /* src/GuSweepSharedTests.h */, - FFFD420048f07fba420048f0 /* src/GuSweepTests.h */, - FFFD420049587fba42004958 /* src/contact/GuContactMethodImpl.h */, - FFFD420049c07fba420049c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFD42004a287fba42004a28 /* src/contact/GuFeatureCode.h */, - FFFD42004a907fba42004a90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFD42004af87fba42004af8 /* src/common/GuBarycentricCoordinates.h */, - FFFD42004b607fba42004b60 /* src/common/GuBoxConversion.h */, - FFFD42004bc87fba42004bc8 /* src/common/GuEdgeCache.h */, - FFFD42004c307fba42004c30 /* src/common/GuEdgeListData.h */, - FFFD42004c987fba42004c98 /* src/common/GuSeparatingAxes.h */, - FFFD42004d007fba42004d00 /* src/convex/GuBigConvexData.h */, - FFFD42004d687fba42004d68 /* src/convex/GuBigConvexData2.h */, - FFFD42004dd07fba42004dd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFD42004e387fba42004e38 /* src/convex/GuConvexHelper.h */, - FFFD42004ea07fba42004ea0 /* src/convex/GuConvexMesh.h */, - FFFD42004f087fba42004f08 /* src/convex/GuConvexMeshData.h */, - FFFD42004f707fba42004f70 /* src/convex/GuConvexSupportTable.h */, - FFFD42004fd87fba42004fd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFD420050407fba42005040 /* src/convex/GuCubeIndex.h */, - FFFD420050a87fba420050a8 /* src/convex/GuHillClimbing.h */, - FFFD420051107fba42005110 /* src/convex/GuShapeConvex.h */, - FFFD420051787fba42005178 /* src/distance/GuDistancePointBox.h */, - FFFD420051e07fba420051e0 /* src/distance/GuDistancePointSegment.h */, - FFFD420052487fba42005248 /* src/distance/GuDistancePointTriangle.h */, - FFFD420052b07fba420052b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFD420053187fba42005318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFD420053807fba42005380 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFD420053e87fba420053e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFD420054507fba42005450 /* src/sweep/GuSweepBoxBox.h */, - FFFD420054b87fba420054b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFD420055207fba42005520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFD420055887fba42005588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFD420055f07fba420055f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFD420056587fba42005658 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFD420056c07fba420056c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFD420057287fba42005728 /* src/sweep/GuSweepSphereCapsule.h */, - FFFD420057907fba42005790 /* src/sweep/GuSweepSphereSphere.h */, - FFFD420057f87fba420057f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFD420058607fba42005860 /* src/sweep/GuSweepTriangleUtils.h */, - FFFD420058c87fba420058c8 /* src/gjk/GuEPA.h */, - FFFD420059307fba42005930 /* src/gjk/GuEPAFacet.h */, - FFFD420059987fba42005998 /* src/gjk/GuGJK.h */, - FFFD42005a007fba42005a00 /* src/gjk/GuGJKPenetration.h */, - FFFD42005a687fba42005a68 /* src/gjk/GuGJKRaycast.h */, - FFFD42005ad07fba42005ad0 /* src/gjk/GuGJKSimplex.h */, - FFFD42005b387fba42005b38 /* src/gjk/GuGJKTest.h */, - FFFD42005ba07fba42005ba0 /* src/gjk/GuGJKType.h */, - FFFD42005c087fba42005c08 /* src/gjk/GuGJKUtil.h */, - FFFD42005c707fba42005c70 /* src/gjk/GuVecBox.h */, - FFFD42005cd87fba42005cd8 /* src/gjk/GuVecCapsule.h */, - FFFD42005d407fba42005d40 /* src/gjk/GuVecConvex.h */, - FFFD42005da87fba42005da8 /* src/gjk/GuVecConvexHull.h */, - FFFD42005e107fba42005e10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFD42005e787fba42005e78 /* src/gjk/GuVecPlane.h */, - FFFD42005ee07fba42005ee0 /* src/gjk/GuVecShrunkBox.h */, - FFFD42005f487fba42005f48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFD42005fb07fba42005fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFD420060187fba42006018 /* src/gjk/GuVecSphere.h */, - FFFD420060807fba42006080 /* src/gjk/GuVecTriangle.h */, - FFFD420060e87fba420060e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFD420061507fba42006150 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFD420061b87fba420061b8 /* src/intersection/GuIntersectionRay.h */, - FFFD420062207fba42006220 /* src/intersection/GuIntersectionRayBox.h */, - FFFD420062887fba42006288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFD420062f07fba420062f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFD420063587fba42006358 /* src/intersection/GuIntersectionRayPlane.h */, - FFFD420063c07fba420063c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFD420064287fba42006428 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFD420064907fba42006490 /* src/intersection/GuIntersectionSphereBox.h */, - FFFD420064f87fba420064f8 /* src/mesh/GuBV32.h */, - FFFD420065607fba42006560 /* src/mesh/GuBV32Build.h */, - FFFD420065c87fba420065c8 /* src/mesh/GuBV4.h */, - FFFD420066307fba42006630 /* src/mesh/GuBV4Build.h */, - FFFD420066987fba42006698 /* src/mesh/GuBV4Settings.h */, - FFFD420067007fba42006700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFD420067687fba42006768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFD420067d07fba420067d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFD420068387fba42006838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFD420068a07fba420068a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFD420069087fba42006908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFD420069707fba42006970 /* src/mesh/GuBV4_Common.h */, - FFFD420069d87fba420069d8 /* src/mesh/GuBV4_Internal.h */, - FFFD42006a407fba42006a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFD42006aa87fba42006aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFD42006b107fba42006b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFD42006b787fba42006b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFD42006be07fba42006be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFD42006c487fba42006c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFD42006cb07fba42006cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFD42006d187fba42006d18 /* src/mesh/GuBV4_Slabs.h */, - FFFD42006d807fba42006d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFD42006de87fba42006de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFD42006e507fba42006e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFD42006eb87fba42006eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFD42006f207fba42006f20 /* src/mesh/GuBVConstants.h */, - FFFD42006f887fba42006f88 /* src/mesh/GuMeshData.h */, - FFFD42006ff07fba42006ff0 /* src/mesh/GuMidphaseInterface.h */, - FFFD420070587fba42007058 /* src/mesh/GuRTree.h */, - FFFD420070c07fba420070c0 /* src/mesh/GuSweepConvexTri.h */, - FFFD420071287fba42007128 /* src/mesh/GuSweepMesh.h */, - FFFD420071907fba42007190 /* src/mesh/GuTriangle32.h */, - FFFD420071f87fba420071f8 /* src/mesh/GuTriangleCache.h */, - FFFD420072607fba42007260 /* src/mesh/GuTriangleMesh.h */, - FFFD420072c87fba420072c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFD420073307fba42007330 /* src/mesh/GuTriangleMeshRTree.h */, - FFFD420073987fba42007398 /* src/mesh/GuTriangleVertexPointers.h */, - FFFD420074007fba42007400 /* src/hf/GuEntityReport.h */, - FFFD420074687fba42007468 /* src/hf/GuHeightField.h */, - FFFD420074d07fba420074d0 /* src/hf/GuHeightFieldData.h */, - FFFD420075387fba42007538 /* src/hf/GuHeightFieldUtil.h */, - FFFD420075a07fba420075a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFD420076087fba42007608 /* src/pcm/GuPCMContactGen.h */, - FFFD420076707fba42007670 /* src/pcm/GuPCMContactGenUtil.h */, - FFFD420076d87fba420076d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFD420077407fba42007740 /* src/pcm/GuPCMShapeConvex.h */, - FFFD420077a87fba420077a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFD420078107fba42007810 /* src/pcm/GuPersistentContactManifold.h */, - FFFD420078787fba42007878 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFD420078e07fba420078e0 /* src/GuBounds.cpp */, - FFFD420079487fba42007948 /* src/GuBox.cpp */, - FFFD420079b07fba420079b0 /* src/GuCCTSweepTests.cpp */, - FFFD42007a187fba42007a18 /* src/GuCapsule.cpp */, - FFFD42007a807fba42007a80 /* src/GuGeometryQuery.cpp */, - FFFD42007ae87fba42007ae8 /* src/GuGeometryUnion.cpp */, - FFFD42007b507fba42007b50 /* src/GuInternal.cpp */, - FFFD42007bb87fba42007bb8 /* src/GuMTD.cpp */, - FFFD42007c207fba42007c20 /* src/GuMeshFactory.cpp */, - FFFD42007c887fba42007c88 /* src/GuMetaData.cpp */, - FFFD42007cf07fba42007cf0 /* src/GuOverlapTests.cpp */, - FFFD42007d587fba42007d58 /* src/GuRaycastTests.cpp */, - FFFD42007dc07fba42007dc0 /* src/GuSerialize.cpp */, - FFFD42007e287fba42007e28 /* src/GuSweepMTD.cpp */, - FFFD42007e907fba42007e90 /* src/GuSweepSharedTests.cpp */, - FFFD42007ef87fba42007ef8 /* src/GuSweepTests.cpp */, - FFFD42007f607fba42007f60 /* src/contact/GuContactBoxBox.cpp */, - FFFD42007fc87fba42007fc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFD420080307fba42008030 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFD420080987fba42008098 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFD420081007fba42008100 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFD420081687fba42008168 /* src/contact/GuContactConvexConvex.cpp */, - FFFD420081d07fba420081d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFD420082387fba42008238 /* src/contact/GuContactPlaneBox.cpp */, - FFFD420082a07fba420082a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFD420083087fba42008308 /* src/contact/GuContactPlaneConvex.cpp */, - FFFD420083707fba42008370 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFD420083d87fba420083d8 /* src/contact/GuContactSphereBox.cpp */, - FFFD420084407fba42008440 /* src/contact/GuContactSphereCapsule.cpp */, - FFFD420084a87fba420084a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFD420085107fba42008510 /* src/contact/GuContactSpherePlane.cpp */, - FFFD420085787fba42008578 /* src/contact/GuContactSphereSphere.cpp */, - FFFD420085e07fba420085e0 /* src/contact/GuFeatureCode.cpp */, - FFFD420086487fba42008648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFD420086b07fba420086b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFD420087187fba42008718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFD420087807fba42008780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFD420087e87fba420087e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFD420088507fba42008850 /* src/common/GuSeparatingAxes.cpp */, - FFFD420088b87fba420088b8 /* src/convex/GuBigConvexData.cpp */, - FFFD420089207fba42008920 /* src/convex/GuConvexHelper.cpp */, - FFFD420089887fba42008988 /* src/convex/GuConvexMesh.cpp */, - FFFD420089f07fba420089f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFD42008a587fba42008a58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFD42008ac07fba42008ac0 /* src/convex/GuHillClimbing.cpp */, - FFFD42008b287fba42008b28 /* src/convex/GuShapeConvex.cpp */, - FFFD42008b907fba42008b90 /* src/distance/GuDistancePointBox.cpp */, - FFFD42008bf87fba42008bf8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFD42008c607fba42008c60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFD42008cc87fba42008cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFD42008d307fba42008d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFD42008d987fba42008d98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFD42008e007fba42008e00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFD42008e687fba42008e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFD42008ed07fba42008ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFD42008f387fba42008f38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFD42008fa07fba42008fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFD420090087fba42009008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFD420090707fba42009070 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFD420090d87fba420090d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFD420091407fba42009140 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFD420091a87fba420091a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFD420092107fba42009210 /* src/gjk/GuEPA.cpp */, - FFFD420092787fba42009278 /* src/gjk/GuGJKSimplex.cpp */, - FFFD420092e07fba420092e0 /* src/gjk/GuGJKTest.cpp */, - FFFD420093487fba42009348 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFD420093b07fba420093b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFD420094187fba42009418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFD420094807fba42009480 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFD420094e87fba420094e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFD420095507fba42009550 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFD420095b87fba420095b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFD420096207fba42009620 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFD420096887fba42009688 /* src/mesh/GuBV32.cpp */, - FFFD420096f07fba420096f0 /* src/mesh/GuBV32Build.cpp */, - FFFD420097587fba42009758 /* src/mesh/GuBV4.cpp */, - FFFD420097c07fba420097c0 /* src/mesh/GuBV4Build.cpp */, - FFFD420098287fba42009828 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFD420098907fba42009890 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFD420098f87fba420098f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFD420099607fba42009960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFD420099c87fba420099c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFD42009a307fba42009a30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFD42009a987fba42009a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFD42009b007fba42009b00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFD42009b687fba42009b68 /* src/mesh/GuMeshQuery.cpp */, - FFFD42009bd07fba42009bd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFD42009c387fba42009c38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFD42009ca07fba42009ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFD42009d087fba42009d08 /* src/mesh/GuRTree.cpp */, - FFFD42009d707fba42009d70 /* src/mesh/GuRTreeQueries.cpp */, - FFFD42009dd87fba42009dd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFD42009e407fba42009e40 /* src/mesh/GuTriangleMesh.cpp */, - FFFD42009ea87fba42009ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFD42009f107fba42009f10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFD42009f787fba42009f78 /* src/hf/GuHeightField.cpp */, - FFFD42009fe07fba42009fe0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFD4200a0487fba4200a048 /* src/hf/GuOverlapTestsHF.cpp */, - FFFD4200a0b07fba4200a0b0 /* src/hf/GuSweepsHF.cpp */, - FFFD4200a1187fba4200a118 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFD4200a1807fba4200a180 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFD4200a1e87fba4200a1e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFD4200a2507fba4200a250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFD4200a2b87fba4200a2b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFD4200a3207fba4200a320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFD4200a3887fba4200a388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFD4200a3f07fba4200a3f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFD4200a4587fba4200a458 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFD4200a4c07fba4200a4c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFD4200a5287fba4200a528 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFD4200a5907fba4200a590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFD4200a5f87fba4200a5f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFD4200a6607fba4200a660 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFD4200a6c87fba4200a6c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFD4200a7307fba4200a730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFD4200a7987fba4200a798 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFD4200a8007fba4200a800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFD4200a8687fba4200a868 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFD4200a8d07fba4200a8d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFD4200a9387fba4200a938 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFD4200a9a07fba4200a9a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFD4200aa087fba4200aa08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFD4200aa707fba4200aa70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFD4200aad87fba4200aad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFD4200ab407fba4200ab40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFD4200aba87fba4200aba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFD4200ac107fba4200ac10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD820184007f9482018400 /* headers/GuAxes.h */, + FFFD820184687f9482018468 /* headers/GuBox.h */, + FFFD820184d07f94820184d0 /* headers/GuDistanceSegmentBox.h */, + FFFD820185387f9482018538 /* headers/GuDistanceSegmentSegment.h */, + FFFD820185a07f94820185a0 /* headers/GuIntersectionBoxBox.h */, + FFFD820186087f9482018608 /* headers/GuIntersectionTriangleBox.h */, + FFFD820186707f9482018670 /* headers/GuRaycastTests.h */, + FFFD820186d87f94820186d8 /* headers/GuSIMDHelpers.h */, + FFFD820187407f9482018740 /* headers/GuSegment.h */, + FFFD820187a87f94820187a8 /* ../../Include/GeomUtils */, + FFFD820188107f9482018810 /* src/GuBounds.h */, + FFFD820188787f9482018878 /* src/GuCapsule.h */, + FFFD820188e07f94820188e0 /* src/GuCenterExtents.h */, + FFFD820189487f9482018948 /* src/GuGeometryUnion.h */, + FFFD820189b07f94820189b0 /* src/GuInternal.h */, + FFFD82018a187f9482018a18 /* src/GuMTD.h */, + FFFD82018a807f9482018a80 /* src/GuMeshFactory.h */, + FFFD82018ae87f9482018ae8 /* src/GuOverlapTests.h */, + FFFD82018b507f9482018b50 /* src/GuSerialize.h */, + FFFD82018bb87f9482018bb8 /* src/GuSphere.h */, + FFFD82018c207f9482018c20 /* src/GuSweepMTD.h */, + FFFD82018c887f9482018c88 /* src/GuSweepSharedTests.h */, + FFFD82018cf07f9482018cf0 /* src/GuSweepTests.h */, + FFFD82018d587f9482018d58 /* src/contact/GuContactMethodImpl.h */, + FFFD82018dc07f9482018dc0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD82018e287f9482018e28 /* src/contact/GuFeatureCode.h */, + FFFD82018e907f9482018e90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD82018ef87f9482018ef8 /* src/common/GuBarycentricCoordinates.h */, + FFFD82018f607f9482018f60 /* src/common/GuBoxConversion.h */, + FFFD82018fc87f9482018fc8 /* src/common/GuEdgeCache.h */, + FFFD820190307f9482019030 /* src/common/GuEdgeListData.h */, + FFFD820190987f9482019098 /* src/common/GuSeparatingAxes.h */, + FFFD820191007f9482019100 /* src/convex/GuBigConvexData.h */, + FFFD820191687f9482019168 /* src/convex/GuBigConvexData2.h */, + FFFD820191d07f94820191d0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD820192387f9482019238 /* src/convex/GuConvexHelper.h */, + FFFD820192a07f94820192a0 /* src/convex/GuConvexMesh.h */, + FFFD820193087f9482019308 /* src/convex/GuConvexMeshData.h */, + FFFD820193707f9482019370 /* src/convex/GuConvexSupportTable.h */, + FFFD820193d87f94820193d8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD820194407f9482019440 /* src/convex/GuCubeIndex.h */, + FFFD820194a87f94820194a8 /* src/convex/GuHillClimbing.h */, + FFFD820195107f9482019510 /* src/convex/GuShapeConvex.h */, + FFFD820195787f9482019578 /* src/distance/GuDistancePointBox.h */, + FFFD820195e07f94820195e0 /* src/distance/GuDistancePointSegment.h */, + FFFD820196487f9482019648 /* src/distance/GuDistancePointTriangle.h */, + FFFD820196b07f94820196b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD820197187f9482019718 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD820197807f9482019780 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD820197e87f94820197e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD820198507f9482019850 /* src/sweep/GuSweepBoxBox.h */, + FFFD820198b87f94820198b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD820199207f9482019920 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD820199887f9482019988 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD820199f07f94820199f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD82019a587f9482019a58 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD82019ac07f9482019ac0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD82019b287f9482019b28 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD82019b907f9482019b90 /* src/sweep/GuSweepSphereSphere.h */, + FFFD82019bf87f9482019bf8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD82019c607f9482019c60 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD82019cc87f9482019cc8 /* src/gjk/GuEPA.h */, + FFFD82019d307f9482019d30 /* src/gjk/GuEPAFacet.h */, + FFFD82019d987f9482019d98 /* src/gjk/GuGJK.h */, + FFFD82019e007f9482019e00 /* src/gjk/GuGJKPenetration.h */, + FFFD82019e687f9482019e68 /* src/gjk/GuGJKRaycast.h */, + FFFD82019ed07f9482019ed0 /* src/gjk/GuGJKSimplex.h */, + FFFD82019f387f9482019f38 /* src/gjk/GuGJKTest.h */, + FFFD82019fa07f9482019fa0 /* src/gjk/GuGJKType.h */, + FFFD8201a0087f948201a008 /* src/gjk/GuGJKUtil.h */, + FFFD8201a0707f948201a070 /* src/gjk/GuVecBox.h */, + FFFD8201a0d87f948201a0d8 /* src/gjk/GuVecCapsule.h */, + FFFD8201a1407f948201a140 /* src/gjk/GuVecConvex.h */, + FFFD8201a1a87f948201a1a8 /* src/gjk/GuVecConvexHull.h */, + FFFD8201a2107f948201a210 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD8201a2787f948201a278 /* src/gjk/GuVecPlane.h */, + FFFD8201a2e07f948201a2e0 /* src/gjk/GuVecShrunkBox.h */, + FFFD8201a3487f948201a348 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD8201a3b07f948201a3b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD8201a4187f948201a418 /* src/gjk/GuVecSphere.h */, + FFFD8201a4807f948201a480 /* src/gjk/GuVecTriangle.h */, + FFFD8201a4e87f948201a4e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD8201a5507f948201a550 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD8201a5b87f948201a5b8 /* src/intersection/GuIntersectionRay.h */, + FFFD8201a6207f948201a620 /* src/intersection/GuIntersectionRayBox.h */, + FFFD8201a6887f948201a688 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD8201a6f07f948201a6f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD8201a7587f948201a758 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD8201a7c07f948201a7c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD8201a8287f948201a828 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD8201a8907f948201a890 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD8201a8f87f948201a8f8 /* src/mesh/GuBV32.h */, + FFFD8201a9607f948201a960 /* src/mesh/GuBV32Build.h */, + FFFD8201a9c87f948201a9c8 /* src/mesh/GuBV4.h */, + FFFD8201aa307f948201aa30 /* src/mesh/GuBV4Build.h */, + FFFD8201aa987f948201aa98 /* src/mesh/GuBV4Settings.h */, + FFFD8201ab007f948201ab00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD8201ab687f948201ab68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD8201abd07f948201abd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD8201ac387f948201ac38 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD8201aca07f948201aca0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD8201ad087f948201ad08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD8201ad707f948201ad70 /* src/mesh/GuBV4_Common.h */, + FFFD8201add87f948201add8 /* src/mesh/GuBV4_Internal.h */, + FFFD8201ae407f948201ae40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD8201aea87f948201aea8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD8201af107f948201af10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD8201af787f948201af78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD8201afe07f948201afe0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD8201b0487f948201b048 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD8201b0b07f948201b0b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD8201b1187f948201b118 /* src/mesh/GuBV4_Slabs.h */, + FFFD8201b1807f948201b180 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD8201b1e87f948201b1e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD8201b2507f948201b250 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD8201b2b87f948201b2b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD8201b3207f948201b320 /* src/mesh/GuBVConstants.h */, + FFFD8201b3887f948201b388 /* src/mesh/GuMeshData.h */, + FFFD8201b3f07f948201b3f0 /* src/mesh/GuMidphaseInterface.h */, + FFFD8201b4587f948201b458 /* src/mesh/GuRTree.h */, + FFFD8201b4c07f948201b4c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD8201b5287f948201b528 /* src/mesh/GuSweepMesh.h */, + FFFD8201b5907f948201b590 /* src/mesh/GuTriangle32.h */, + FFFD8201b5f87f948201b5f8 /* src/mesh/GuTriangleCache.h */, + FFFD8201b6607f948201b660 /* src/mesh/GuTriangleMesh.h */, + FFFD8201b6c87f948201b6c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD8201b7307f948201b730 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD8201b7987f948201b798 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD8201b8007f948201b800 /* src/hf/GuEntityReport.h */, + FFFD8201b8687f948201b868 /* src/hf/GuHeightField.h */, + FFFD8201b8d07f948201b8d0 /* src/hf/GuHeightFieldData.h */, + FFFD8201b9387f948201b938 /* src/hf/GuHeightFieldUtil.h */, + FFFD8201b9a07f948201b9a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD8201ba087f948201ba08 /* src/pcm/GuPCMContactGen.h */, + FFFD8201ba707f948201ba70 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD8201bad87f948201bad8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD8201bb407f948201bb40 /* src/pcm/GuPCMShapeConvex.h */, + FFFD8201bba87f948201bba8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD8201bc107f948201bc10 /* src/pcm/GuPersistentContactManifold.h */, + FFFD8201bc787f948201bc78 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD8201bce07f948201bce0 /* src/GuBounds.cpp */, + FFFD8201bd487f948201bd48 /* src/GuBox.cpp */, + FFFD8201bdb07f948201bdb0 /* src/GuCCTSweepTests.cpp */, + FFFD8201be187f948201be18 /* src/GuCapsule.cpp */, + FFFD8201be807f948201be80 /* src/GuGeometryQuery.cpp */, + FFFD8201bee87f948201bee8 /* src/GuGeometryUnion.cpp */, + FFFD8201bf507f948201bf50 /* src/GuInternal.cpp */, + FFFD8201bfb87f948201bfb8 /* src/GuMTD.cpp */, + FFFD8201c0207f948201c020 /* src/GuMeshFactory.cpp */, + FFFD8201c0887f948201c088 /* src/GuMetaData.cpp */, + FFFD8201c0f07f948201c0f0 /* src/GuOverlapTests.cpp */, + FFFD8201c1587f948201c158 /* src/GuRaycastTests.cpp */, + FFFD8201c1c07f948201c1c0 /* src/GuSerialize.cpp */, + FFFD8201c2287f948201c228 /* src/GuSweepMTD.cpp */, + FFFD8201c2907f948201c290 /* src/GuSweepSharedTests.cpp */, + FFFD8201c2f87f948201c2f8 /* src/GuSweepTests.cpp */, + FFFD8201c3607f948201c360 /* src/contact/GuContactBoxBox.cpp */, + FFFD8201c3c87f948201c3c8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD8201c4307f948201c430 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD8201c4987f948201c498 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD8201c5007f948201c500 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD8201c5687f948201c568 /* src/contact/GuContactConvexConvex.cpp */, + FFFD8201c5d07f948201c5d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD8201c6387f948201c638 /* src/contact/GuContactPlaneBox.cpp */, + FFFD8201c6a07f948201c6a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD8201c7087f948201c708 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD8201c7707f948201c770 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD8201c7d87f948201c7d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD8201c8407f948201c840 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD8201c8a87f948201c8a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD8201c9107f948201c910 /* src/contact/GuContactSpherePlane.cpp */, + FFFD8201c9787f948201c978 /* src/contact/GuContactSphereSphere.cpp */, + FFFD8201c9e07f948201c9e0 /* src/contact/GuFeatureCode.cpp */, + FFFD8201ca487f948201ca48 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD8201cab07f948201cab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD8201cb187f948201cb18 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD8201cb807f948201cb80 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD8201cbe87f948201cbe8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD8201cc507f948201cc50 /* src/common/GuSeparatingAxes.cpp */, + FFFD8201ccb87f948201ccb8 /* src/convex/GuBigConvexData.cpp */, + FFFD8201cd207f948201cd20 /* src/convex/GuConvexHelper.cpp */, + FFFD8201cd887f948201cd88 /* src/convex/GuConvexMesh.cpp */, + FFFD8201cdf07f948201cdf0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD8201ce587f948201ce58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD8201cec07f948201cec0 /* src/convex/GuHillClimbing.cpp */, + FFFD8201cf287f948201cf28 /* src/convex/GuShapeConvex.cpp */, + FFFD8201cf907f948201cf90 /* src/distance/GuDistancePointBox.cpp */, + FFFD8201cff87f948201cff8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD8201d0607f948201d060 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD8201d0c87f948201d0c8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD8201d1307f948201d130 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD8201d1987f948201d198 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD8201d2007f948201d200 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD8201d2687f948201d268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD8201d2d07f948201d2d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD8201d3387f948201d338 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD8201d3a07f948201d3a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD8201d4087f948201d408 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD8201d4707f948201d470 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD8201d4d87f948201d4d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD8201d5407f948201d540 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD8201d5a87f948201d5a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD8201d6107f948201d610 /* src/gjk/GuEPA.cpp */, + FFFD8201d6787f948201d678 /* src/gjk/GuGJKSimplex.cpp */, + FFFD8201d6e07f948201d6e0 /* src/gjk/GuGJKTest.cpp */, + FFFD8201d7487f948201d748 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD8201d7b07f948201d7b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD8201d8187f948201d818 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD8201d8807f948201d880 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD8201d8e87f948201d8e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD8201d9507f948201d950 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD8201d9b87f948201d9b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD8201da207f948201da20 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD8201da887f948201da88 /* src/mesh/GuBV32.cpp */, + FFFD8201daf07f948201daf0 /* src/mesh/GuBV32Build.cpp */, + FFFD8201db587f948201db58 /* src/mesh/GuBV4.cpp */, + FFFD8201dbc07f948201dbc0 /* src/mesh/GuBV4Build.cpp */, + FFFD8201dc287f948201dc28 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD8201dc907f948201dc90 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD8201dcf87f948201dcf8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD8201dd607f948201dd60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD8201ddc87f948201ddc8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD8201de307f948201de30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD8201de987f948201de98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD8201df007f948201df00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD8201df687f948201df68 /* src/mesh/GuMeshQuery.cpp */, + FFFD8201dfd07f948201dfd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD8201e0387f948201e038 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD8201e0a07f948201e0a0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD8201e1087f948201e108 /* src/mesh/GuRTree.cpp */, + FFFD8201e1707f948201e170 /* src/mesh/GuRTreeQueries.cpp */, + FFFD8201e1d87f948201e1d8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD8201e2407f948201e240 /* src/mesh/GuTriangleMesh.cpp */, + FFFD8201e2a87f948201e2a8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD8201e3107f948201e310 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD8201e3787f948201e378 /* src/hf/GuHeightField.cpp */, + FFFD8201e3e07f948201e3e0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD8201e4487f948201e448 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD8201e4b07f948201e4b0 /* src/hf/GuSweepsHF.cpp */, + FFFD8201e5187f948201e518 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD8201e5807f948201e580 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD8201e5e87f948201e5e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD8201e6507f948201e650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD8201e6b87f948201e6b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD8201e7207f948201e720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD8201e7887f948201e788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD8201e7f07f948201e7f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD8201e8587f948201e858 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD8201e8c07f948201e8c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD8201e9287f948201e928 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD8201e9907f948201e990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD8201e9f87f948201e9f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD8201ea607f948201ea60 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD8201eac87f948201eac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD8201eb307f948201eb30 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD8201eb987f948201eb98 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD8201ec007f948201ec00 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD8201ec687f948201ec68 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD8201ecd07f948201ecd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD8201ed387f948201ed38 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD8201eda07f948201eda0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD8201ee087f948201ee08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD8201ee707f948201ee70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD8201eed87f948201eed8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD8201ef407f948201ef40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD8201efa87f948201efa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD8201f0107f948201f010 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFB4318c2b07fba4318c2b0 /* PxFoundation */ = { + FFFB8311f9307f948311f930 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFB4318d0507fba4318d050 /* include */, - FFFB4318d0787fba4318d078 /* src */, + FFFB8311fef07f948311fef0 /* include */, + FFFB8311ff187f948311ff18 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFB4318d0507fba4318d050 /* include */ = { + FFFB8311fef07f948311fef0 /* include */ = { isa = PBXGroup; children = ( - FFFD429818007fba42981800 /* Px.h */, - FFFD429818687fba42981868 /* PxAllocatorCallback.h */, - FFFD429818d07fba429818d0 /* PxAssert.h */, - FFFD429819387fba42981938 /* PxBitAndData.h */, - FFFD429819a07fba429819a0 /* PxBounds3.h */, - FFFD42981a087fba42981a08 /* PxErrorCallback.h */, - FFFD42981a707fba42981a70 /* PxErrors.h */, - FFFD42981ad87fba42981ad8 /* PxFlags.h */, - FFFD42981b407fba42981b40 /* PxFoundation.h */, - FFFD42981ba87fba42981ba8 /* PxFoundationVersion.h */, - FFFD42981c107fba42981c10 /* PxIO.h */, - FFFD42981c787fba42981c78 /* PxIntrinsics.h */, - FFFD42981ce07fba42981ce0 /* PxMat33.h */, - FFFD42981d487fba42981d48 /* PxMat44.h */, - FFFD42981db07fba42981db0 /* PxMath.h */, - FFFD42981e187fba42981e18 /* PxMathUtils.h */, - FFFD42981e807fba42981e80 /* PxMemory.h */, - FFFD42981ee87fba42981ee8 /* PxPlane.h */, - FFFD42981f507fba42981f50 /* PxPreprocessor.h */, - FFFD42981fb87fba42981fb8 /* PxProfiler.h */, - FFFD429820207fba42982020 /* PxQuat.h */, - FFFD429820887fba42982088 /* PxSimpleTypes.h */, - FFFD429820f07fba429820f0 /* PxStrideIterator.h */, - FFFD429821587fba42982158 /* PxTransform.h */, - FFFD429821c07fba429821c0 /* PxUnionCast.h */, - FFFD429822287fba42982228 /* PxVec2.h */, - FFFD429822907fba42982290 /* PxVec3.h */, - FFFD429822f87fba429822f8 /* PxVec4.h */, - FFFD429823607fba42982360 /* unix/PxUnixIntrinsics.h */, + FFFD8297b8007f948297b800 /* Px.h */, + FFFD8297b8687f948297b868 /* PxAllocatorCallback.h */, + FFFD8297b8d07f948297b8d0 /* PxAssert.h */, + FFFD8297b9387f948297b938 /* PxBitAndData.h */, + FFFD8297b9a07f948297b9a0 /* PxBounds3.h */, + FFFD8297ba087f948297ba08 /* PxErrorCallback.h */, + FFFD8297ba707f948297ba70 /* PxErrors.h */, + FFFD8297bad87f948297bad8 /* PxFlags.h */, + FFFD8297bb407f948297bb40 /* PxFoundation.h */, + FFFD8297bba87f948297bba8 /* PxFoundationVersion.h */, + FFFD8297bc107f948297bc10 /* PxIO.h */, + FFFD8297bc787f948297bc78 /* PxIntrinsics.h */, + FFFD8297bce07f948297bce0 /* PxMat33.h */, + FFFD8297bd487f948297bd48 /* PxMat44.h */, + FFFD8297bdb07f948297bdb0 /* PxMath.h */, + FFFD8297be187f948297be18 /* PxMathUtils.h */, + FFFD8297be807f948297be80 /* PxMemory.h */, + FFFD8297bee87f948297bee8 /* PxPlane.h */, + FFFD8297bf507f948297bf50 /* PxPreprocessor.h */, + FFFD8297bfb87f948297bfb8 /* PxProfiler.h */, + FFFD8297c0207f948297c020 /* PxQuat.h */, + FFFD8297c0887f948297c088 /* PxSimpleTypes.h */, + FFFD8297c0f07f948297c0f0 /* PxStrideIterator.h */, + FFFD8297c1587f948297c158 /* PxTransform.h */, + FFFD8297c1c07f948297c1c0 /* PxUnionCast.h */, + FFFD8297c2287f948297c228 /* PxVec2.h */, + FFFD8297c2907f948297c290 /* PxVec3.h */, + FFFD8297c2f87f948297c2f8 /* PxVec4.h */, + FFFD8297c3607f948297c360 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB4318d0787fba4318d078 /* src */ = { + FFFB8311ff187f948311ff18 /* src */ = { isa = PBXGroup; children = ( - FFFD429924007fba42992400 /* include/Ps.h */, - FFFD429924687fba42992468 /* include/PsAlignedMalloc.h */, - FFFD429924d07fba429924d0 /* include/PsAlloca.h */, - FFFD429925387fba42992538 /* include/PsAllocator.h */, - FFFD429925a07fba429925a0 /* include/PsAoS.h */, - FFFD429926087fba42992608 /* include/PsArray.h */, - FFFD429926707fba42992670 /* include/PsAtomic.h */, - FFFD429926d87fba429926d8 /* include/PsBasicTemplates.h */, - FFFD429927407fba42992740 /* include/PsBitUtils.h */, - FFFD429927a87fba429927a8 /* include/PsBroadcast.h */, - FFFD429928107fba42992810 /* include/PsCpu.h */, - FFFD429928787fba42992878 /* include/PsFPU.h */, - FFFD429928e07fba429928e0 /* include/PsFoundation.h */, - FFFD429929487fba42992948 /* include/PsHash.h */, - FFFD429929b07fba429929b0 /* include/PsHashInternals.h */, - FFFD42992a187fba42992a18 /* include/PsHashMap.h */, - FFFD42992a807fba42992a80 /* include/PsHashSet.h */, - FFFD42992ae87fba42992ae8 /* include/PsInlineAllocator.h */, - FFFD42992b507fba42992b50 /* include/PsInlineAoS.h */, - FFFD42992bb87fba42992bb8 /* include/PsInlineArray.h */, - FFFD42992c207fba42992c20 /* include/PsIntrinsics.h */, - FFFD42992c887fba42992c88 /* include/PsMathUtils.h */, - FFFD42992cf07fba42992cf0 /* include/PsMutex.h */, - FFFD42992d587fba42992d58 /* include/PsPool.h */, - FFFD42992dc07fba42992dc0 /* include/PsSList.h */, - FFFD42992e287fba42992e28 /* include/PsSocket.h */, - FFFD42992e907fba42992e90 /* include/PsSort.h */, - FFFD42992ef87fba42992ef8 /* include/PsSortInternals.h */, - FFFD42992f607fba42992f60 /* include/PsString.h */, - FFFD42992fc87fba42992fc8 /* include/PsSync.h */, - FFFD429930307fba42993030 /* include/PsTempAllocator.h */, - FFFD429930987fba42993098 /* include/PsThread.h */, - FFFD429931007fba42993100 /* include/PsTime.h */, - FFFD429931687fba42993168 /* include/PsUserAllocated.h */, - FFFD429931d07fba429931d0 /* include/PsUtilities.h */, - FFFD429932387fba42993238 /* include/PsVecMath.h */, - FFFD429932a07fba429932a0 /* include/PsVecMathAoSScalar.h */, - FFFD429933087fba42993308 /* include/PsVecMathAoSScalarInline.h */, - FFFD429933707fba42993370 /* include/PsVecMathSSE.h */, - FFFD429933d87fba429933d8 /* include/PsVecMathUtilities.h */, - FFFD429934407fba42993440 /* include/PsVecQuat.h */, - FFFD429934a87fba429934a8 /* include/PsVecTransform.h */, - FFFD429935107fba42993510 /* include/unix/PsUnixAoS.h */, - FFFD429935787fba42993578 /* include/unix/PsUnixFPU.h */, - FFFD429935e07fba429935e0 /* include/unix/PsUnixInlineAoS.h */, - FFFD429936487fba42993648 /* include/unix/PsUnixIntrinsics.h */, - FFFD429936b07fba429936b0 /* include/unix/PsUnixTrigConstants.h */, - FFFD429937187fba42993718 /* src/PsAllocator.cpp */, - FFFD429937807fba42993780 /* src/PsAssert.cpp */, - FFFD429937e87fba429937e8 /* src/PsFoundation.cpp */, - FFFD429938507fba42993850 /* src/PsMathUtils.cpp */, - FFFD429938b87fba429938b8 /* src/PsString.cpp */, - FFFD429939207fba42993920 /* src/PsTempAllocator.cpp */, - FFFD429939887fba42993988 /* src/PsUtilities.cpp */, - FFFD429939f07fba429939f0 /* src/unix/PsUnixAtomic.cpp */, - FFFD42993a587fba42993a58 /* src/unix/PsUnixCpu.cpp */, - FFFD42993ac07fba42993ac0 /* src/unix/PsUnixFPU.cpp */, - FFFD42993b287fba42993b28 /* src/unix/PsUnixMutex.cpp */, - FFFD42993b907fba42993b90 /* src/unix/PsUnixPrintString.cpp */, - FFFD42993bf87fba42993bf8 /* src/unix/PsUnixSList.cpp */, - FFFD42993c607fba42993c60 /* src/unix/PsUnixSocket.cpp */, - FFFD42993cc87fba42993cc8 /* src/unix/PsUnixSync.cpp */, - FFFD42993d307fba42993d30 /* src/unix/PsUnixThread.cpp */, - FFFD42993d987fba42993d98 /* src/unix/PsUnixTime.cpp */, + FFFD8298c8007f948298c800 /* include/Ps.h */, + FFFD8298c8687f948298c868 /* include/PsAlignedMalloc.h */, + FFFD8298c8d07f948298c8d0 /* include/PsAlloca.h */, + FFFD8298c9387f948298c938 /* include/PsAllocator.h */, + FFFD8298c9a07f948298c9a0 /* include/PsAoS.h */, + FFFD8298ca087f948298ca08 /* include/PsArray.h */, + FFFD8298ca707f948298ca70 /* include/PsAtomic.h */, + FFFD8298cad87f948298cad8 /* include/PsBasicTemplates.h */, + FFFD8298cb407f948298cb40 /* include/PsBitUtils.h */, + FFFD8298cba87f948298cba8 /* include/PsBroadcast.h */, + FFFD8298cc107f948298cc10 /* include/PsCpu.h */, + FFFD8298cc787f948298cc78 /* include/PsFPU.h */, + FFFD8298cce07f948298cce0 /* include/PsFoundation.h */, + FFFD8298cd487f948298cd48 /* include/PsHash.h */, + FFFD8298cdb07f948298cdb0 /* include/PsHashInternals.h */, + FFFD8298ce187f948298ce18 /* include/PsHashMap.h */, + FFFD8298ce807f948298ce80 /* include/PsHashSet.h */, + FFFD8298cee87f948298cee8 /* include/PsInlineAllocator.h */, + FFFD8298cf507f948298cf50 /* include/PsInlineAoS.h */, + FFFD8298cfb87f948298cfb8 /* include/PsInlineArray.h */, + FFFD8298d0207f948298d020 /* include/PsIntrinsics.h */, + FFFD8298d0887f948298d088 /* include/PsMathUtils.h */, + FFFD8298d0f07f948298d0f0 /* include/PsMutex.h */, + FFFD8298d1587f948298d158 /* include/PsPool.h */, + FFFD8298d1c07f948298d1c0 /* include/PsSList.h */, + FFFD8298d2287f948298d228 /* include/PsSocket.h */, + FFFD8298d2907f948298d290 /* include/PsSort.h */, + FFFD8298d2f87f948298d2f8 /* include/PsSortInternals.h */, + FFFD8298d3607f948298d360 /* include/PsString.h */, + FFFD8298d3c87f948298d3c8 /* include/PsSync.h */, + FFFD8298d4307f948298d430 /* include/PsTempAllocator.h */, + FFFD8298d4987f948298d498 /* include/PsThread.h */, + FFFD8298d5007f948298d500 /* include/PsTime.h */, + FFFD8298d5687f948298d568 /* include/PsUserAllocated.h */, + FFFD8298d5d07f948298d5d0 /* include/PsUtilities.h */, + FFFD8298d6387f948298d638 /* include/PsVecMath.h */, + FFFD8298d6a07f948298d6a0 /* include/PsVecMathAoSScalar.h */, + FFFD8298d7087f948298d708 /* include/PsVecMathAoSScalarInline.h */, + FFFD8298d7707f948298d770 /* include/PsVecMathSSE.h */, + FFFD8298d7d87f948298d7d8 /* include/PsVecMathUtilities.h */, + FFFD8298d8407f948298d840 /* include/PsVecQuat.h */, + FFFD8298d8a87f948298d8a8 /* include/PsVecTransform.h */, + FFFD8298d9107f948298d910 /* include/unix/PsUnixAoS.h */, + FFFD8298d9787f948298d978 /* include/unix/PsUnixFPU.h */, + FFFD8298d9e07f948298d9e0 /* include/unix/PsUnixInlineAoS.h */, + FFFD8298da487f948298da48 /* include/unix/PsUnixIntrinsics.h */, + FFFD8298dab07f948298dab0 /* include/unix/PsUnixTrigConstants.h */, + FFFD8298db187f948298db18 /* src/PsAllocator.cpp */, + FFFD8298db807f948298db80 /* src/PsAssert.cpp */, + FFFD8298dbe87f948298dbe8 /* src/PsFoundation.cpp */, + FFFD8298dc507f948298dc50 /* src/PsMathUtils.cpp */, + FFFD8298dcb87f948298dcb8 /* src/PsString.cpp */, + FFFD8298dd207f948298dd20 /* src/PsTempAllocator.cpp */, + FFFD8298dd887f948298dd88 /* src/PsUtilities.cpp */, + FFFD8298ddf07f948298ddf0 /* src/unix/PsUnixAtomic.cpp */, + FFFD8298de587f948298de58 /* src/unix/PsUnixCpu.cpp */, + FFFD8298dec07f948298dec0 /* src/unix/PsUnixFPU.cpp */, + FFFD8298df287f948298df28 /* src/unix/PsUnixMutex.cpp */, + FFFD8298df907f948298df90 /* src/unix/PsUnixPrintString.cpp */, + FFFD8298dff87f948298dff8 /* src/unix/PsUnixSList.cpp */, + FFFD8298e0607f948298e060 /* src/unix/PsUnixSocket.cpp */, + FFFD8298e0c87f948298e0c8 /* src/unix/PsUnixSync.cpp */, + FFFD8298e1307f948298e130 /* src/unix/PsUnixThread.cpp */, + FFFD8298e1987f948298e198 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB44109f207fba44109f20 /* PxPvdSDK */ = { + FFFB8340c6c07f948340c6c0 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFB4410c5d07fba4410c5d0 /* include */, - FFFB4410c5f87fba4410c5f8 /* src */, + FFFB834095007f9483409500 /* include */, + FFFB834095287f9483409528 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFB4410c5d07fba4410c5d0 /* include */ = { + FFFB834095007f9483409500 /* include */ = { isa = PBXGroup; children = ( - FFFD4410cca07fba4410cca0 /* PxPvd.h */, - FFFD4410cd087fba4410cd08 /* PxPvdTransport.h */, + FFFD836006f07f94836006f0 /* PxPvd.h */, + FFFD836007587f9483600758 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB4410c5f87fba4410c5f8 /* src */ = { + FFFB834095287f9483409528 /* src */ = { isa = PBXGroup; children = ( - FFFD4480fa007fba4480fa00 /* include/PsPvd.h */, - FFFD4480fa687fba4480fa68 /* include/PxProfileAllocatorWrapper.h */, - FFFD4480fad07fba4480fad0 /* include/PxPvdClient.h */, - FFFD4480fb387fba4480fb38 /* include/PxPvdDataStream.h */, - FFFD4480fba07fba4480fba0 /* include/PxPvdDataStreamHelpers.h */, - FFFD4480fc087fba4480fc08 /* include/PxPvdErrorCodes.h */, - FFFD4480fc707fba4480fc70 /* include/PxPvdObjectModelBaseTypes.h */, - FFFD4480fcd87fba4480fcd8 /* include/PxPvdRenderBuffer.h */, - FFFD4480fd407fba4480fd40 /* include/PxPvdUserRenderer.h */, - FFFD4480fda87fba4480fda8 /* src/PxProfileEventImpl.cpp */, - FFFD4480fe107fba4480fe10 /* src/PxPvd.cpp */, - FFFD4480fe787fba4480fe78 /* src/PxPvdDataStream.cpp */, - FFFD4480fee07fba4480fee0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFD4480ff487fba4480ff48 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFD4480ffb07fba4480ffb0 /* src/PxPvdImpl.cpp */, - FFFD448100187fba44810018 /* src/PxPvdMemClient.cpp */, - FFFD448100807fba44810080 /* src/PxPvdObjectModelMetaData.cpp */, - FFFD448100e87fba448100e8 /* src/PxPvdObjectRegistrar.cpp */, - FFFD448101507fba44810150 /* src/PxPvdProfileZoneClient.cpp */, - FFFD448101b87fba448101b8 /* src/PxPvdUserRenderer.cpp */, - FFFD448102207fba44810220 /* src/PxProfileBase.h */, - FFFD448102887fba44810288 /* src/PxProfileCompileTimeEventFilter.h */, - FFFD448102f07fba448102f0 /* src/PxProfileContextProvider.h */, - FFFD448103587fba44810358 /* src/PxProfileContextProviderImpl.h */, - FFFD448103c07fba448103c0 /* src/PxProfileDataBuffer.h */, - FFFD448104287fba44810428 /* src/PxProfileDataParsing.h */, - FFFD448104907fba44810490 /* src/PxProfileEventBuffer.h */, - FFFD448104f87fba448104f8 /* src/PxProfileEventBufferAtomic.h */, - FFFD448105607fba44810560 /* src/PxProfileEventBufferClient.h */, - FFFD448105c87fba448105c8 /* src/PxProfileEventBufferClientManager.h */, - FFFD448106307fba44810630 /* src/PxProfileEventFilter.h */, - FFFD448106987fba44810698 /* src/PxProfileEventHandler.h */, - FFFD448107007fba44810700 /* src/PxProfileEventId.h */, - FFFD448107687fba44810768 /* src/PxProfileEventMutex.h */, - FFFD448107d07fba448107d0 /* src/PxProfileEventNames.h */, - FFFD448108387fba44810838 /* src/PxProfileEventParser.h */, - FFFD448108a07fba448108a0 /* src/PxProfileEventSender.h */, - FFFD448109087fba44810908 /* src/PxProfileEventSerialization.h */, - FFFD448109707fba44810970 /* src/PxProfileEventSystem.h */, - FFFD448109d87fba448109d8 /* src/PxProfileEvents.h */, - FFFD44810a407fba44810a40 /* src/PxProfileMemory.h */, - FFFD44810aa87fba44810aa8 /* src/PxProfileMemoryBuffer.h */, - FFFD44810b107fba44810b10 /* src/PxProfileMemoryEventBuffer.h */, - FFFD44810b787fba44810b78 /* src/PxProfileMemoryEventParser.h */, - FFFD44810be07fba44810be0 /* src/PxProfileMemoryEventRecorder.h */, - FFFD44810c487fba44810c48 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFD44810cb07fba44810cb0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFD44810d187fba44810d18 /* src/PxProfileMemoryEventTypes.h */, - FFFD44810d807fba44810d80 /* src/PxProfileMemoryEvents.h */, - FFFD44810de87fba44810de8 /* src/PxProfileScopedEvent.h */, - FFFD44810e507fba44810e50 /* src/PxProfileScopedMutexLock.h */, - FFFD44810eb87fba44810eb8 /* src/PxProfileZone.h */, - FFFD44810f207fba44810f20 /* src/PxProfileZoneImpl.h */, - FFFD44810f887fba44810f88 /* src/PxProfileZoneManager.h */, - FFFD44810ff07fba44810ff0 /* src/PxProfileZoneManagerImpl.h */, - FFFD448110587fba44811058 /* src/PxPvdBits.h */, - FFFD448110c07fba448110c0 /* src/PxPvdByteStreams.h */, - FFFD448111287fba44811128 /* src/PxPvdCommStreamEventSink.h */, - FFFD448111907fba44811190 /* src/PxPvdCommStreamEvents.h */, - FFFD448111f87fba448111f8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFD448112607fba44811260 /* src/PxPvdCommStreamTypes.h */, - FFFD448112c87fba448112c8 /* src/PxPvdDefaultFileTransport.h */, - FFFD448113307fba44811330 /* src/PxPvdDefaultSocketTransport.h */, - FFFD448113987fba44811398 /* src/PxPvdFoundation.h */, - FFFD448114007fba44811400 /* src/PxPvdImpl.h */, - FFFD448114687fba44811468 /* src/PxPvdInternalByteStreams.h */, - FFFD448114d07fba448114d0 /* src/PxPvdMarshalling.h */, - FFFD448115387fba44811538 /* src/PxPvdMemClient.h */, - FFFD448115a07fba448115a0 /* src/PxPvdObjectModel.h */, - FFFD448116087fba44811608 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFD448116707fba44811670 /* src/PxPvdObjectModelInternalTypes.h */, - FFFD448116d87fba448116d8 /* src/PxPvdObjectModelMetaData.h */, - FFFD448117407fba44811740 /* src/PxPvdObjectRegistrar.h */, - FFFD448117a87fba448117a8 /* src/PxPvdProfileZoneClient.h */, - FFFD448118107fba44811810 /* src/PxPvdUserRenderImpl.h */, - FFFD448118787fba44811878 /* src/PxPvdUserRenderTypes.h */, + FFFD8382dc007f948382dc00 /* include/PsPvd.h */, + FFFD8382dc687f948382dc68 /* include/PxProfileAllocatorWrapper.h */, + FFFD8382dcd07f948382dcd0 /* include/PxPvdClient.h */, + FFFD8382dd387f948382dd38 /* include/PxPvdDataStream.h */, + FFFD8382dda07f948382dda0 /* include/PxPvdDataStreamHelpers.h */, + FFFD8382de087f948382de08 /* include/PxPvdErrorCodes.h */, + FFFD8382de707f948382de70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD8382ded87f948382ded8 /* include/PxPvdRenderBuffer.h */, + FFFD8382df407f948382df40 /* include/PxPvdUserRenderer.h */, + FFFD8382dfa87f948382dfa8 /* src/PxProfileEventImpl.cpp */, + FFFD8382e0107f948382e010 /* src/PxPvd.cpp */, + FFFD8382e0787f948382e078 /* src/PxPvdDataStream.cpp */, + FFFD8382e0e07f948382e0e0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD8382e1487f948382e148 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD8382e1b07f948382e1b0 /* src/PxPvdImpl.cpp */, + FFFD8382e2187f948382e218 /* src/PxPvdMemClient.cpp */, + FFFD8382e2807f948382e280 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD8382e2e87f948382e2e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD8382e3507f948382e350 /* src/PxPvdProfileZoneClient.cpp */, + FFFD8382e3b87f948382e3b8 /* src/PxPvdUserRenderer.cpp */, + FFFD8382e4207f948382e420 /* src/PxProfileBase.h */, + FFFD8382e4887f948382e488 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD8382e4f07f948382e4f0 /* src/PxProfileContextProvider.h */, + FFFD8382e5587f948382e558 /* src/PxProfileContextProviderImpl.h */, + FFFD8382e5c07f948382e5c0 /* src/PxProfileDataBuffer.h */, + FFFD8382e6287f948382e628 /* src/PxProfileDataParsing.h */, + FFFD8382e6907f948382e690 /* src/PxProfileEventBuffer.h */, + FFFD8382e6f87f948382e6f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD8382e7607f948382e760 /* src/PxProfileEventBufferClient.h */, + FFFD8382e7c87f948382e7c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD8382e8307f948382e830 /* src/PxProfileEventFilter.h */, + FFFD8382e8987f948382e898 /* src/PxProfileEventHandler.h */, + FFFD8382e9007f948382e900 /* src/PxProfileEventId.h */, + FFFD8382e9687f948382e968 /* src/PxProfileEventMutex.h */, + FFFD8382e9d07f948382e9d0 /* src/PxProfileEventNames.h */, + FFFD8382ea387f948382ea38 /* src/PxProfileEventParser.h */, + FFFD8382eaa07f948382eaa0 /* src/PxProfileEventSender.h */, + FFFD8382eb087f948382eb08 /* src/PxProfileEventSerialization.h */, + FFFD8382eb707f948382eb70 /* src/PxProfileEventSystem.h */, + FFFD8382ebd87f948382ebd8 /* src/PxProfileEvents.h */, + FFFD8382ec407f948382ec40 /* src/PxProfileMemory.h */, + FFFD8382eca87f948382eca8 /* src/PxProfileMemoryBuffer.h */, + FFFD8382ed107f948382ed10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD8382ed787f948382ed78 /* src/PxProfileMemoryEventParser.h */, + FFFD8382ede07f948382ede0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD8382ee487f948382ee48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD8382eeb07f948382eeb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD8382ef187f948382ef18 /* src/PxProfileMemoryEventTypes.h */, + FFFD8382ef807f948382ef80 /* src/PxProfileMemoryEvents.h */, + FFFD8382efe87f948382efe8 /* src/PxProfileScopedEvent.h */, + FFFD8382f0507f948382f050 /* src/PxProfileScopedMutexLock.h */, + FFFD8382f0b87f948382f0b8 /* src/PxProfileZone.h */, + FFFD8382f1207f948382f120 /* src/PxProfileZoneImpl.h */, + FFFD8382f1887f948382f188 /* src/PxProfileZoneManager.h */, + FFFD8382f1f07f948382f1f0 /* src/PxProfileZoneManagerImpl.h */, + FFFD8382f2587f948382f258 /* src/PxPvdBits.h */, + FFFD8382f2c07f948382f2c0 /* src/PxPvdByteStreams.h */, + FFFD8382f3287f948382f328 /* src/PxPvdCommStreamEventSink.h */, + FFFD8382f3907f948382f390 /* src/PxPvdCommStreamEvents.h */, + FFFD8382f3f87f948382f3f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD8382f4607f948382f460 /* src/PxPvdCommStreamTypes.h */, + FFFD8382f4c87f948382f4c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD8382f5307f948382f530 /* src/PxPvdDefaultSocketTransport.h */, + FFFD8382f5987f948382f598 /* src/PxPvdFoundation.h */, + FFFD8382f6007f948382f600 /* src/PxPvdImpl.h */, + FFFD8382f6687f948382f668 /* src/PxPvdInternalByteStreams.h */, + FFFD8382f6d07f948382f6d0 /* src/PxPvdMarshalling.h */, + FFFD8382f7387f948382f738 /* src/PxPvdMemClient.h */, + FFFD8382f7a07f948382f7a0 /* src/PxPvdObjectModel.h */, + FFFD8382f8087f948382f808 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD8382f8707f948382f870 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD8382f8d87f948382f8d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD8382f9407f948382f940 /* src/PxPvdObjectRegistrar.h */, + FFFD8382f9a87f948382f9a8 /* src/PxPvdProfileZoneClient.h */, + FFFD8382fa107f948382fa10 /* src/PxPvdUserRenderImpl.h */, + FFFD8382fa787f948382fa78 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441270b07fba441270b0 /* LowLevel */ = { + FFFB831509407f9483150940 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFB4412bd207fba4412bd20 /* API Source */, - FFFB4412bd487fba4412bd48 /* API Includes */, - FFFB4412bd707fba4412bd70 /* Software Source */, - FFFB4412bd987fba4412bd98 /* Software Includes */, - FFFB4412bdc07fba4412bdc0 /* Common Source */, - FFFB4412bde87fba4412bde8 /* Common Includes */, + FFFB831542607f9483154260 /* API Source */, + FFFB831542887f9483154288 /* API Includes */, + FFFB831542b07f94831542b0 /* Software Source */, + FFFB831542d87f94831542d8 /* Software Includes */, + FFFB831543007f9483154300 /* Common Source */, + FFFB831543287f9483154328 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFB4412bd207fba4412bd20 /* API Source */ = { + FFFB831542607f9483154260 /* API Source */ = { isa = PBXGroup; children = ( - FFFD44128b307fba44128b30 /* px_globals.cpp */, + FFFD831543a07f94831543a0 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFB4412bd487fba4412bd48 /* API Includes */ = { + FFFB831542887f9483154288 /* API Includes */ = { isa = PBXGroup; children = ( - FFFD4412b7a07fba4412b7a0 /* PxsMaterialCore.h */, - FFFD4412b8087fba4412b808 /* PxsMaterialManager.h */, - FFFD4412b8707fba4412b870 /* PxvConfig.h */, - FFFD4412b8d87fba4412b8d8 /* PxvContext.h */, - FFFD4412b9407fba4412b940 /* PxvDynamics.h */, - FFFD4412b9a87fba4412b9a8 /* PxvGeometry.h */, - FFFD4412ba107fba4412ba10 /* PxvGlobals.h */, - FFFD4412ba787fba4412ba78 /* PxvManager.h */, - FFFD4412bae07fba4412bae0 /* PxvSimStats.h */, + FFFD83158fe07f9483158fe0 /* PxsMaterialCore.h */, + FFFD831590487f9483159048 /* PxsMaterialManager.h */, + FFFD831590b07f94831590b0 /* PxvConfig.h */, + FFFD831591187f9483159118 /* PxvContext.h */, + FFFD831591807f9483159180 /* PxvDynamics.h */, + FFFD831591e87f94831591e8 /* PxvGeometry.h */, + FFFD831592507f9483159250 /* PxvGlobals.h */, + FFFD831592b87f94831592b8 /* PxvManager.h */, + FFFD831593207f9483159320 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFB4412bd707fba4412bd70 /* Software Source */ = { + FFFB831542b07f94831542b0 /* Software Source */ = { isa = PBXGroup; children = ( - FFFD4412e1507fba4412e150 /* PxsCCD.cpp */, - FFFD4412e1b87fba4412e1b8 /* PxsContactManager.cpp */, - FFFD4412e2207fba4412e220 /* PxsContext.cpp */, - FFFD4412e2887fba4412e288 /* PxsDefaultMemoryManager.cpp */, - FFFD4412e2f07fba4412e2f0 /* PxsIslandSim.cpp */, - FFFD4412e3587fba4412e358 /* PxsMaterialCombiner.cpp */, - FFFD4412e3c07fba4412e3c0 /* PxsNphaseImplementationContext.cpp */, - FFFD4412e4287fba4412e428 /* PxsSimpleIslandManager.cpp */, + FFFD8314a1307f948314a130 /* PxsCCD.cpp */, + FFFD8314a1987f948314a198 /* PxsContactManager.cpp */, + FFFD8314a2007f948314a200 /* PxsContext.cpp */, + FFFD8314a2687f948314a268 /* PxsDefaultMemoryManager.cpp */, + FFFD8314a2d07f948314a2d0 /* PxsIslandSim.cpp */, + FFFD8314a3387f948314a338 /* PxsMaterialCombiner.cpp */, + FFFD8314a3a07f948314a3a0 /* PxsNphaseImplementationContext.cpp */, + FFFD8314a4087f948314a408 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFB4412bd987fba4412bd98 /* Software Includes */ = { + FFFB831542d87f94831542d8 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFD44818a007fba44818a00 /* PxsBodySim.h */, - FFFD44818a687fba44818a68 /* PxsCCD.h */, - FFFD44818ad07fba44818ad0 /* PxsContactManager.h */, - FFFD44818b387fba44818b38 /* PxsContactManagerState.h */, - FFFD44818ba07fba44818ba0 /* PxsContext.h */, - FFFD44818c087fba44818c08 /* PxsDefaultMemoryManager.h */, - FFFD44818c707fba44818c70 /* PxsHeapMemoryAllocator.h */, - FFFD44818cd87fba44818cd8 /* PxsIncrementalConstraintPartitioning.h */, - FFFD44818d407fba44818d40 /* PxsIslandManagerTypes.h */, - FFFD44818da87fba44818da8 /* PxsIslandSim.h */, - FFFD44818e107fba44818e10 /* PxsKernelWrangler.h */, - FFFD44818e787fba44818e78 /* PxsMaterialCombiner.h */, - FFFD44818ee07fba44818ee0 /* PxsMemoryManager.h */, - FFFD44818f487fba44818f48 /* PxsNphaseImplementationContext.h */, - FFFD44818fb07fba44818fb0 /* PxsRigidBody.h */, - FFFD448190187fba44819018 /* PxsShapeSim.h */, - FFFD448190807fba44819080 /* PxsSimpleIslandManager.h */, - FFFD448190e87fba448190e8 /* PxsSimulationController.h */, - FFFD448191507fba44819150 /* PxsTransformCache.h */, - FFFD448191b87fba448191b8 /* PxvNphaseImplementationContext.h */, + FFFD829954007f9482995400 /* PxsBodySim.h */, + FFFD829954687f9482995468 /* PxsCCD.h */, + FFFD829954d07f94829954d0 /* PxsContactManager.h */, + FFFD829955387f9482995538 /* PxsContactManagerState.h */, + FFFD829955a07f94829955a0 /* PxsContext.h */, + FFFD829956087f9482995608 /* PxsDefaultMemoryManager.h */, + FFFD829956707f9482995670 /* PxsHeapMemoryAllocator.h */, + FFFD829956d87f94829956d8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD829957407f9482995740 /* PxsIslandManagerTypes.h */, + FFFD829957a87f94829957a8 /* PxsIslandSim.h */, + FFFD829958107f9482995810 /* PxsKernelWrangler.h */, + FFFD829958787f9482995878 /* PxsMaterialCombiner.h */, + FFFD829958e07f94829958e0 /* PxsMemoryManager.h */, + FFFD829959487f9482995948 /* PxsNphaseImplementationContext.h */, + FFFD829959b07f94829959b0 /* PxsRigidBody.h */, + FFFD82995a187f9482995a18 /* PxsShapeSim.h */, + FFFD82995a807f9482995a80 /* PxsSimpleIslandManager.h */, + FFFD82995ae87f9482995ae8 /* PxsSimulationController.h */, + FFFD82995b507f9482995b50 /* PxsTransformCache.h */, + FFFD82995bb87f9482995bb8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFB4412bdc07fba4412bdc0 /* Common Source */ = { + FFFB831543007f9483154300 /* Common Source */ = { isa = PBXGroup; children = ( - FFFD448174007fba44817400 /* collision/PxcContact.cpp */, - FFFD448174687fba44817468 /* pipeline/PxcContactCache.cpp */, - FFFD448174d07fba448174d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFD448175387fba44817538 /* pipeline/PxcMaterialHeightField.cpp */, - FFFD448175a07fba448175a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFD448176087fba44817608 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFD448176707fba44817670 /* pipeline/PxcMaterialShape.cpp */, - FFFD448176d87fba448176d8 /* pipeline/PxcNpBatch.cpp */, - FFFD448177407fba44817740 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFD448177a87fba448177a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFD448178107fba44817810 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFD448178787fba44817878 /* pipeline/PxcNpThreadContext.cpp */, + FFFD8299c4007f948299c400 /* collision/PxcContact.cpp */, + FFFD8299c4687f948299c468 /* pipeline/PxcContactCache.cpp */, + FFFD8299c4d07f948299c4d0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD8299c5387f948299c538 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD8299c5a07f948299c5a0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD8299c6087f948299c608 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD8299c6707f948299c670 /* pipeline/PxcMaterialShape.cpp */, + FFFD8299c6d87f948299c6d8 /* pipeline/PxcNpBatch.cpp */, + FFFD8299c7407f948299c740 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD8299c7a87f948299c7a8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD8299c8107f948299c810 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD8299c8787f948299c878 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFB4412bde87fba4412bde8 /* Common Includes */ = { + FFFB831543287f9483154328 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFD44817c007fba44817c00 /* collision/PxcContactMethodImpl.h */, - FFFD44817c687fba44817c68 /* pipeline/PxcCCDStateStreamPair.h */, - FFFD44817cd07fba44817cd0 /* pipeline/PxcConstraintBlockStream.h */, - FFFD44817d387fba44817d38 /* pipeline/PxcContactCache.h */, - FFFD44817da07fba44817da0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFD44817e087fba44817e08 /* pipeline/PxcNpBatch.h */, - FFFD44817e707fba44817e70 /* pipeline/PxcNpCache.h */, - FFFD44817ed87fba44817ed8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFD44817f407fba44817f40 /* pipeline/PxcNpContactPrepShared.h */, - FFFD44817fa87fba44817fa8 /* pipeline/PxcNpMemBlockPool.h */, - FFFD448180107fba44818010 /* pipeline/PxcNpThreadContext.h */, - FFFD448180787fba44818078 /* pipeline/PxcNpWorkUnit.h */, - FFFD448180e07fba448180e0 /* pipeline/PxcRigidBody.h */, - FFFD448181487fba44818148 /* utils/PxcScratchAllocator.h */, - FFFD448181b07fba448181b0 /* utils/PxcThreadCoherentCache.h */, + FFFD8299cc007f948299cc00 /* collision/PxcContactMethodImpl.h */, + FFFD8299cc687f948299cc68 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD8299ccd07f948299ccd0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD8299cd387f948299cd38 /* pipeline/PxcContactCache.h */, + FFFD8299cda07f948299cda0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD8299ce087f948299ce08 /* pipeline/PxcNpBatch.h */, + FFFD8299ce707f948299ce70 /* pipeline/PxcNpCache.h */, + FFFD8299ced87f948299ced8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD8299cf407f948299cf40 /* pipeline/PxcNpContactPrepShared.h */, + FFFD8299cfa87f948299cfa8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD8299d0107f948299d010 /* pipeline/PxcNpThreadContext.h */, + FFFD8299d0787f948299d078 /* pipeline/PxcNpWorkUnit.h */, + FFFD8299d0e07f948299d0e0 /* pipeline/PxcRigidBody.h */, + FFFD8299d1487f948299d148 /* utils/PxcScratchAllocator.h */, + FFFD8299d1b07f948299d1b0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFB44154f407fba44154f40 /* LowLevelAABB */ = { + FFFB8362aaf07f948362aaf0 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFB44151d807fba44151d80 /* include */, - FFFB44151da87fba44151da8 /* src */, + FFFB836202d07f94836202d0 /* include */, + FFFB836202f87f94836202f8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFB44151d807fba44151d80 /* include */ = { + FFFB836202d07f94836202d0 /* include */ = { isa = PBXGroup; children = ( - FFFD441522a07fba441522a0 /* BpAABBManagerTasks.h */, - FFFD441523087fba44152308 /* BpBroadPhase.h */, - FFFD441523707fba44152370 /* BpBroadPhaseUpdate.h */, - FFFD441523d87fba441523d8 /* BpSimpleAABBManager.h */, + FFFD8361dc407f948361dc40 /* BpAABBManagerTasks.h */, + FFFD8361dca87f948361dca8 /* BpBroadPhase.h */, + FFFD8361dd107f948361dd10 /* BpBroadPhaseUpdate.h */, + FFFD8361dd787f948361dd78 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB44151da87fba44151da8 /* src */ = { + FFFB836202f87f94836202f8 /* src */ = { isa = PBXGroup; children = ( - FFFD448216007fba44821600 /* BpBroadPhaseMBP.h */, - FFFD448216687fba44821668 /* BpBroadPhaseMBPCommon.h */, - FFFD448216d07fba448216d0 /* BpBroadPhaseSap.h */, - FFFD448217387fba44821738 /* BpBroadPhaseSapAux.h */, - FFFD448217a07fba448217a0 /* BpMBPTasks.h */, - FFFD448218087fba44821808 /* BpSAPTasks.h */, - FFFD448218707fba44821870 /* BpBroadPhase.cpp */, - FFFD448218d87fba448218d8 /* BpBroadPhaseMBP.cpp */, - FFFD448219407fba44821940 /* BpBroadPhaseSap.cpp */, - FFFD448219a87fba448219a8 /* BpBroadPhaseSapAux.cpp */, - FFFD44821a107fba44821a10 /* BpMBPTasks.cpp */, - FFFD44821a787fba44821a78 /* BpSAPTasks.cpp */, - FFFD44821ae07fba44821ae0 /* BpSimpleAABBManager.cpp */, + FFFD838352007f9483835200 /* BpBroadPhaseMBP.h */, + FFFD838352687f9483835268 /* BpBroadPhaseMBPCommon.h */, + FFFD838352d07f94838352d0 /* BpBroadPhaseSap.h */, + FFFD838353387f9483835338 /* BpBroadPhaseSapAux.h */, + FFFD838353a07f94838353a0 /* BpMBPTasks.h */, + FFFD838354087f9483835408 /* BpSAPTasks.h */, + FFFD838354707f9483835470 /* BpBroadPhase.cpp */, + FFFD838354d87f94838354d8 /* BpBroadPhaseMBP.cpp */, + FFFD838355407f9483835540 /* BpBroadPhaseSap.cpp */, + FFFD838355a87f94838355a8 /* BpBroadPhaseSapAux.cpp */, + FFFD838356107f9483835610 /* BpMBPTasks.cpp */, + FFFD838356787f9483835678 /* BpSAPTasks.cpp */, + FFFD838356e07f94838356e0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441701307fba44170130 /* LowLevelDynamics */ = { + FFFB8420b3c07f948420b3c0 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFB4416c3907fba4416c390 /* Dynamics Source */, - FFFB4416c3b87fba4416c3b8 /* Dynamics Includes */, - FFFB4416c3e07fba4416c3e0 /* Dynamics Internal Includes */, + FFFB8420f0a07f948420f0a0 /* Dynamics Source */, + FFFB8420f0c87f948420f0c8 /* Dynamics Includes */, + FFFB8420f0f07f948420f0f0 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFB4416c3907fba4416c390 /* Dynamics Source */ = { + FFFB8420f0a07f948420f0a0 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFD4482a0007fba4482a000 /* DyArticulation.cpp */, - FFFD4482a0687fba4482a068 /* DyArticulationContactPrep.cpp */, - FFFD4482a0d07fba4482a0d0 /* DyArticulationContactPrepPF.cpp */, - FFFD4482a1387fba4482a138 /* DyArticulationHelper.cpp */, - FFFD4482a1a07fba4482a1a0 /* DyArticulationSIMD.cpp */, - FFFD4482a2087fba4482a208 /* DyArticulationScalar.cpp */, - FFFD4482a2707fba4482a270 /* DyConstraintPartition.cpp */, - FFFD4482a2d87fba4482a2d8 /* DyConstraintSetup.cpp */, - FFFD4482a3407fba4482a340 /* DyConstraintSetupBlock.cpp */, - FFFD4482a3a87fba4482a3a8 /* DyContactPrep.cpp */, - FFFD4482a4107fba4482a410 /* DyContactPrep4.cpp */, - FFFD4482a4787fba4482a478 /* DyContactPrep4PF.cpp */, - FFFD4482a4e07fba4482a4e0 /* DyContactPrepPF.cpp */, - FFFD4482a5487fba4482a548 /* DyDynamics.cpp */, - FFFD4482a5b07fba4482a5b0 /* DyFrictionCorrelation.cpp */, - FFFD4482a6187fba4482a618 /* DyRigidBodyToSolverBody.cpp */, - FFFD4482a6807fba4482a680 /* DySolverConstraints.cpp */, - FFFD4482a6e87fba4482a6e8 /* DySolverConstraintsBlock.cpp */, - FFFD4482a7507fba4482a750 /* DySolverControl.cpp */, - FFFD4482a7b87fba4482a7b8 /* DySolverControlPF.cpp */, - FFFD4482a8207fba4482a820 /* DySolverPFConstraints.cpp */, - FFFD4482a8887fba4482a888 /* DySolverPFConstraintsBlock.cpp */, - FFFD4482a8f07fba4482a8f0 /* DyThreadContext.cpp */, - FFFD4482a9587fba4482a958 /* DyThresholdTable.cpp */, + FFFD84808e007f9484808e00 /* DyArticulation.cpp */, + FFFD84808e687f9484808e68 /* DyArticulationContactPrep.cpp */, + FFFD84808ed07f9484808ed0 /* DyArticulationContactPrepPF.cpp */, + FFFD84808f387f9484808f38 /* DyArticulationHelper.cpp */, + FFFD84808fa07f9484808fa0 /* DyArticulationSIMD.cpp */, + FFFD848090087f9484809008 /* DyArticulationScalar.cpp */, + FFFD848090707f9484809070 /* DyConstraintPartition.cpp */, + FFFD848090d87f94848090d8 /* DyConstraintSetup.cpp */, + FFFD848091407f9484809140 /* DyConstraintSetupBlock.cpp */, + FFFD848091a87f94848091a8 /* DyContactPrep.cpp */, + FFFD848092107f9484809210 /* DyContactPrep4.cpp */, + FFFD848092787f9484809278 /* DyContactPrep4PF.cpp */, + FFFD848092e07f94848092e0 /* DyContactPrepPF.cpp */, + FFFD848093487f9484809348 /* DyDynamics.cpp */, + FFFD848093b07f94848093b0 /* DyFrictionCorrelation.cpp */, + FFFD848094187f9484809418 /* DyRigidBodyToSolverBody.cpp */, + FFFD848094807f9484809480 /* DySolverConstraints.cpp */, + FFFD848094e87f94848094e8 /* DySolverConstraintsBlock.cpp */, + FFFD848095507f9484809550 /* DySolverControl.cpp */, + FFFD848095b87f94848095b8 /* DySolverControlPF.cpp */, + FFFD848096207f9484809620 /* DySolverPFConstraints.cpp */, + FFFD848096887f9484809688 /* DySolverPFConstraintsBlock.cpp */, + FFFD848096f07f94848096f0 /* DyThreadContext.cpp */, + FFFD848097587f9484809758 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFB4416c3b87fba4416c3b8 /* Dynamics Includes */ = { + FFFB8420f0c87f948420f0c8 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFD4416da107fba4416da10 /* DyArticulation.h */, - FFFD4416da787fba4416da78 /* DyConstraint.h */, - FFFD4416dae07fba4416dae0 /* DyConstraintWriteBack.h */, - FFFD4416db487fba4416db48 /* DyContext.h */, - FFFD4416dbb07fba4416dbb0 /* DySleepingConfigulation.h */, - FFFD4416dc187fba4416dc18 /* DyThresholdTable.h */, + FFFD84211bf07f9484211bf0 /* DyArticulation.h */, + FFFD84211c587f9484211c58 /* DyConstraint.h */, + FFFD84211cc07f9484211cc0 /* DyConstraintWriteBack.h */, + FFFD84211d287f9484211d28 /* DyContext.h */, + FFFD84211d907f9484211d90 /* DySleepingConfigulation.h */, + FFFD84211df87f9484211df8 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFB4416c3e07fba4416c3e0 /* Dynamics Internal Includes */ = { + FFFB8420f0f07f948420f0f0 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFD4482b2007fba4482b200 /* DyArticulationContactPrep.h */, - FFFD4482b2687fba4482b268 /* DyArticulationFnsDebug.h */, - FFFD4482b2d07fba4482b2d0 /* DyArticulationFnsScalar.h */, - FFFD4482b3387fba4482b338 /* DyArticulationFnsSimd.h */, - FFFD4482b3a07fba4482b3a0 /* DyArticulationHelper.h */, - FFFD4482b4087fba4482b408 /* DyArticulationPImpl.h */, - FFFD4482b4707fba4482b470 /* DyArticulationReference.h */, - FFFD4482b4d87fba4482b4d8 /* DyArticulationScalar.h */, - FFFD4482b5407fba4482b540 /* DyArticulationUtils.h */, - FFFD4482b5a87fba4482b5a8 /* DyBodyCoreIntegrator.h */, - FFFD4482b6107fba4482b610 /* DyConstraintPartition.h */, - FFFD4482b6787fba4482b678 /* DyConstraintPrep.h */, - FFFD4482b6e07fba4482b6e0 /* DyContactPrep.h */, - FFFD4482b7487fba4482b748 /* DyContactPrepShared.h */, - FFFD4482b7b07fba4482b7b0 /* DyContactReduction.h */, - FFFD4482b8187fba4482b818 /* DyCorrelationBuffer.h */, - FFFD4482b8807fba4482b880 /* DyDynamics.h */, - FFFD4482b8e87fba4482b8e8 /* DyFrictionPatch.h */, - FFFD4482b9507fba4482b950 /* DyFrictionPatchStreamPair.h */, - FFFD4482b9b87fba4482b9b8 /* DySolverBody.h */, - FFFD4482ba207fba4482ba20 /* DySolverConstraint1D.h */, - FFFD4482ba887fba4482ba88 /* DySolverConstraint1D4.h */, - FFFD4482baf07fba4482baf0 /* DySolverConstraintDesc.h */, - FFFD4482bb587fba4482bb58 /* DySolverConstraintExtShared.h */, - FFFD4482bbc07fba4482bbc0 /* DySolverConstraintTypes.h */, - FFFD4482bc287fba4482bc28 /* DySolverConstraintsShared.h */, - FFFD4482bc907fba4482bc90 /* DySolverContact.h */, - FFFD4482bcf87fba4482bcf8 /* DySolverContact4.h */, - FFFD4482bd607fba4482bd60 /* DySolverContactPF.h */, - FFFD4482bdc87fba4482bdc8 /* DySolverContactPF4.h */, - FFFD4482be307fba4482be30 /* DySolverContext.h */, - FFFD4482be987fba4482be98 /* DySolverControl.h */, - FFFD4482bf007fba4482bf00 /* DySolverControlPF.h */, - FFFD4482bf687fba4482bf68 /* DySolverCore.h */, - FFFD4482bfd07fba4482bfd0 /* DySolverExt.h */, - FFFD4482c0387fba4482c038 /* DySpatial.h */, - FFFD4482c0a07fba4482c0a0 /* DyThreadContext.h */, + FFFD8480aa007f948480aa00 /* DyArticulationContactPrep.h */, + FFFD8480aa687f948480aa68 /* DyArticulationFnsDebug.h */, + FFFD8480aad07f948480aad0 /* DyArticulationFnsScalar.h */, + FFFD8480ab387f948480ab38 /* DyArticulationFnsSimd.h */, + FFFD8480aba07f948480aba0 /* DyArticulationHelper.h */, + FFFD8480ac087f948480ac08 /* DyArticulationPImpl.h */, + FFFD8480ac707f948480ac70 /* DyArticulationReference.h */, + FFFD8480acd87f948480acd8 /* DyArticulationScalar.h */, + FFFD8480ad407f948480ad40 /* DyArticulationUtils.h */, + FFFD8480ada87f948480ada8 /* DyBodyCoreIntegrator.h */, + FFFD8480ae107f948480ae10 /* DyConstraintPartition.h */, + FFFD8480ae787f948480ae78 /* DyConstraintPrep.h */, + FFFD8480aee07f948480aee0 /* DyContactPrep.h */, + FFFD8480af487f948480af48 /* DyContactPrepShared.h */, + FFFD8480afb07f948480afb0 /* DyContactReduction.h */, + FFFD8480b0187f948480b018 /* DyCorrelationBuffer.h */, + FFFD8480b0807f948480b080 /* DyDynamics.h */, + FFFD8480b0e87f948480b0e8 /* DyFrictionPatch.h */, + FFFD8480b1507f948480b150 /* DyFrictionPatchStreamPair.h */, + FFFD8480b1b87f948480b1b8 /* DySolverBody.h */, + FFFD8480b2207f948480b220 /* DySolverConstraint1D.h */, + FFFD8480b2887f948480b288 /* DySolverConstraint1D4.h */, + FFFD8480b2f07f948480b2f0 /* DySolverConstraintDesc.h */, + FFFD8480b3587f948480b358 /* DySolverConstraintExtShared.h */, + FFFD8480b3c07f948480b3c0 /* DySolverConstraintTypes.h */, + FFFD8480b4287f948480b428 /* DySolverConstraintsShared.h */, + FFFD8480b4907f948480b490 /* DySolverContact.h */, + FFFD8480b4f87f948480b4f8 /* DySolverContact4.h */, + FFFD8480b5607f948480b560 /* DySolverContactPF.h */, + FFFD8480b5c87f948480b5c8 /* DySolverContactPF4.h */, + FFFD8480b6307f948480b630 /* DySolverContext.h */, + FFFD8480b6987f948480b698 /* DySolverControl.h */, + FFFD8480b7007f948480b700 /* DySolverControlPF.h */, + FFFD8480b7687f948480b768 /* DySolverCore.h */, + FFFD8480b7d07f948480b7d0 /* DySolverExt.h */, + FFFD8480b8387f948480b838 /* DySpatial.h */, + FFFD8480b8a07f948480b8a0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFB441915407fba44191540 /* LowLevelCloth */ = { + FFFB836462307f9483646230 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFB44189b107fba44189b10 /* include */, - FFFB44189b387fba44189b38 /* src */, + FFFB83633cb07f9483633cb0 /* include */, + FFFB83633cd87f9483633cd8 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFB44189b107fba44189b10 /* include */ = { + FFFB83633cb07f9483633cb0 /* include */ = { isa = PBXGroup; children = ( - FFFD4418ac207fba4418ac20 /* Cloth.h */, - FFFD4418ac887fba4418ac88 /* Fabric.h */, - FFFD4418acf07fba4418acf0 /* Factory.h */, - FFFD4418ad587fba4418ad58 /* PhaseConfig.h */, - FFFD4418adc07fba4418adc0 /* Range.h */, - FFFD4418ae287fba4418ae28 /* Solver.h */, - FFFD4418ae907fba4418ae90 /* Types.h */, + FFFD836356e07f94836356e0 /* Cloth.h */, + FFFD836357487f9483635748 /* Fabric.h */, + FFFD836357b07f94836357b0 /* Factory.h */, + FFFD836358187f9483635818 /* PhaseConfig.h */, + FFFD836358807f9483635880 /* Range.h */, + FFFD836358e87f94836358e8 /* Solver.h */, + FFFD836359507f9483635950 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB44189b387fba44189b38 /* src */ = { + FFFB83633cd87f9483633cd8 /* src */ = { isa = PBXGroup; children = ( - FFFD44834c007fba44834c00 /* Allocator.h */, - FFFD44834c687fba44834c68 /* Array.h */, - FFFD44834cd07fba44834cd0 /* BoundingBox.h */, - FFFD44834d387fba44834d38 /* ClothBase.h */, - FFFD44834da07fba44834da0 /* ClothImpl.h */, - FFFD44834e087fba44834e08 /* IndexPair.h */, - FFFD44834e707fba44834e70 /* IterationState.h */, - FFFD44834ed87fba44834ed8 /* MovingAverage.h */, - FFFD44834f407fba44834f40 /* PointInterpolator.h */, - FFFD44834fa87fba44834fa8 /* Simd.h */, - FFFD448350107fba44835010 /* Simd4f.h */, - FFFD448350787fba44835078 /* Simd4i.h */, - FFFD448350e07fba448350e0 /* SimdTypes.h */, - FFFD448351487fba44835148 /* StackAllocator.h */, - FFFD448351b07fba448351b0 /* SwCloth.h */, - FFFD448352187fba44835218 /* SwClothData.h */, - FFFD448352807fba44835280 /* SwCollision.h */, - FFFD448352e87fba448352e8 /* SwCollisionHelpers.h */, - FFFD448353507fba44835350 /* SwFabric.h */, - FFFD448353b87fba448353b8 /* SwFactory.h */, - FFFD448354207fba44835420 /* SwInterCollision.h */, - FFFD448354887fba44835488 /* SwSelfCollision.h */, - FFFD448354f07fba448354f0 /* SwSolver.h */, - FFFD448355587fba44835558 /* SwSolverKernel.h */, - FFFD448355c07fba448355c0 /* TripletScheduler.h */, - FFFD448356287fba44835628 /* Vec4T.h */, - FFFD448356907fba44835690 /* Allocator.cpp */, - FFFD448356f87fba448356f8 /* Factory.cpp */, - FFFD448357607fba44835760 /* PhaseConfig.cpp */, - FFFD448357c87fba448357c8 /* SwCloth.cpp */, - FFFD448358307fba44835830 /* SwClothData.cpp */, - FFFD448358987fba44835898 /* SwCollision.cpp */, - FFFD448359007fba44835900 /* SwFabric.cpp */, - FFFD448359687fba44835968 /* SwFactory.cpp */, - FFFD448359d07fba448359d0 /* SwInterCollision.cpp */, - FFFD44835a387fba44835a38 /* SwSelfCollision.cpp */, - FFFD44835aa07fba44835aa0 /* SwSolver.cpp */, - FFFD44835b087fba44835b08 /* SwSolverKernel.cpp */, - FFFD44835b707fba44835b70 /* TripletScheduler.cpp */, + FFFD8383f0007f948383f000 /* Allocator.h */, + FFFD8383f0687f948383f068 /* Array.h */, + FFFD8383f0d07f948383f0d0 /* BoundingBox.h */, + FFFD8383f1387f948383f138 /* ClothBase.h */, + FFFD8383f1a07f948383f1a0 /* ClothImpl.h */, + FFFD8383f2087f948383f208 /* IndexPair.h */, + FFFD8383f2707f948383f270 /* IterationState.h */, + FFFD8383f2d87f948383f2d8 /* MovingAverage.h */, + FFFD8383f3407f948383f340 /* PointInterpolator.h */, + FFFD8383f3a87f948383f3a8 /* Simd.h */, + FFFD8383f4107f948383f410 /* Simd4f.h */, + FFFD8383f4787f948383f478 /* Simd4i.h */, + FFFD8383f4e07f948383f4e0 /* SimdTypes.h */, + FFFD8383f5487f948383f548 /* StackAllocator.h */, + FFFD8383f5b07f948383f5b0 /* SwCloth.h */, + FFFD8383f6187f948383f618 /* SwClothData.h */, + FFFD8383f6807f948383f680 /* SwCollision.h */, + FFFD8383f6e87f948383f6e8 /* SwCollisionHelpers.h */, + FFFD8383f7507f948383f750 /* SwFabric.h */, + FFFD8383f7b87f948383f7b8 /* SwFactory.h */, + FFFD8383f8207f948383f820 /* SwInterCollision.h */, + FFFD8383f8887f948383f888 /* SwSelfCollision.h */, + FFFD8383f8f07f948383f8f0 /* SwSolver.h */, + FFFD8383f9587f948383f958 /* SwSolverKernel.h */, + FFFD8383f9c07f948383f9c0 /* TripletScheduler.h */, + FFFD8383fa287f948383fa28 /* Vec4T.h */, + FFFD8383fa907f948383fa90 /* Allocator.cpp */, + FFFD8383faf87f948383faf8 /* Factory.cpp */, + FFFD8383fb607f948383fb60 /* PhaseConfig.cpp */, + FFFD8383fbc87f948383fbc8 /* SwCloth.cpp */, + FFFD8383fc307f948383fc30 /* SwClothData.cpp */, + FFFD8383fc987f948383fc98 /* SwCollision.cpp */, + FFFD8383fd007f948383fd00 /* SwFabric.cpp */, + FFFD8383fd687f948383fd68 /* SwFactory.cpp */, + FFFD8383fdd07f948383fdd0 /* SwInterCollision.cpp */, + FFFD8383fe387f948383fe38 /* SwSelfCollision.cpp */, + FFFD8383fea07f948383fea0 /* SwSolver.cpp */, + FFFD8383ff087f948383ff08 /* SwSolverKernel.cpp */, + FFFD8383ff707f948383ff70 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB437f9a307fba437f9a30 /* LowLevelParticles */ = { + FFFB831668907f9483166890 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFB440066907fba44006690 /* include */, - FFFB440066b87fba440066b8 /* src */, + FFFB831708507f9483170850 /* include */, + FFFB831708787f9483170878 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFB440066907fba44006690 /* include */ = { + FFFB831708507f9483170850 /* include */ = { isa = PBXGroup; children = ( - FFFD4382a2007fba4382a200 /* PtBodyTransformVault.h */, - FFFD4382a2687fba4382a268 /* PtContext.h */, - FFFD4382a2d07fba4382a2d0 /* PtGridCellVector.h */, - FFFD4382a3387fba4382a338 /* PtParticle.h */, - FFFD4382a3a07fba4382a3a0 /* PtParticleContactManagerStream.h */, - FFFD4382a4087fba4382a408 /* PtParticleData.h */, - FFFD4382a4707fba4382a470 /* PtParticleShape.h */, - FFFD4382a4d87fba4382a4d8 /* PtParticleSystemCore.h */, - FFFD4382a5407fba4382a540 /* PtParticleSystemFlags.h */, - FFFD4382a5a87fba4382a5a8 /* PtParticleSystemSim.h */, + FFFD8299b4007f948299b400 /* PtBodyTransformVault.h */, + FFFD8299b4687f948299b468 /* PtContext.h */, + FFFD8299b4d07f948299b4d0 /* PtGridCellVector.h */, + FFFD8299b5387f948299b538 /* PtParticle.h */, + FFFD8299b5a07f948299b5a0 /* PtParticleContactManagerStream.h */, + FFFD8299b6087f948299b608 /* PtParticleData.h */, + FFFD8299b6707f948299b670 /* PtParticleShape.h */, + FFFD8299b6d87f948299b6d8 /* PtParticleSystemCore.h */, + FFFD8299b7407f948299b740 /* PtParticleSystemFlags.h */, + FFFD8299b7a87f948299b7a8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB440066b87fba440066b8 /* src */ = { + FFFB831708787f9483170878 /* src */ = { isa = PBXGroup; children = ( - FFFD438202007fba43820200 /* PtBatcher.h */, - FFFD438202687fba43820268 /* PtCollision.h */, - FFFD438202d07fba438202d0 /* PtCollisionData.h */, - FFFD438203387fba43820338 /* PtCollisionHelper.h */, - FFFD438203a07fba438203a0 /* PtCollisionMethods.h */, - FFFD438204087fba43820408 /* PtCollisionParameters.h */, - FFFD438204707fba43820470 /* PtConfig.h */, - FFFD438204d87fba438204d8 /* PtConstants.h */, - FFFD438205407fba43820540 /* PtContextCpu.h */, - FFFD438205a87fba438205a8 /* PtDynamicHelper.h */, - FFFD438206107fba43820610 /* PtDynamics.h */, - FFFD438206787fba43820678 /* PtDynamicsKernels.h */, - FFFD438206e07fba438206e0 /* PtDynamicsParameters.h */, - FFFD438207487fba43820748 /* PtDynamicsTempBuffers.h */, - FFFD438207b07fba438207b0 /* PtHeightFieldAabbTest.h */, - FFFD438208187fba43820818 /* PtPacketSections.h */, - FFFD438208807fba43820880 /* PtParticleCell.h */, - FFFD438208e87fba438208e8 /* PtParticleOpcodeCache.h */, - FFFD438209507fba43820950 /* PtParticleShapeCpu.h */, - FFFD438209b87fba438209b8 /* PtParticleSystemSimCpu.h */, - FFFD43820a207fba43820a20 /* PtSpatialHash.h */, - FFFD43820a887fba43820a88 /* PtSpatialHashHelper.h */, - FFFD43820af07fba43820af0 /* PtTwoWayData.h */, - FFFD43820b587fba43820b58 /* PtBatcher.cpp */, - FFFD43820bc07fba43820bc0 /* PtBodyTransformVault.cpp */, - FFFD43820c287fba43820c28 /* PtCollision.cpp */, - FFFD43820c907fba43820c90 /* PtCollisionBox.cpp */, - FFFD43820cf87fba43820cf8 /* PtCollisionCapsule.cpp */, - FFFD43820d607fba43820d60 /* PtCollisionConvex.cpp */, - FFFD43820dc87fba43820dc8 /* PtCollisionMesh.cpp */, - FFFD43820e307fba43820e30 /* PtCollisionPlane.cpp */, - FFFD43820e987fba43820e98 /* PtCollisionSphere.cpp */, - FFFD43820f007fba43820f00 /* PtContextCpu.cpp */, - FFFD43820f687fba43820f68 /* PtDynamics.cpp */, - FFFD43820fd07fba43820fd0 /* PtParticleData.cpp */, - FFFD438210387fba43821038 /* PtParticleShapeCpu.cpp */, - FFFD438210a07fba438210a0 /* PtParticleSystemSimCpu.cpp */, - FFFD438211087fba43821108 /* PtSpatialHash.cpp */, - FFFD438211707fba43821170 /* PtSpatialLocalHash.cpp */, + FFFD829a68007f94829a6800 /* PtBatcher.h */, + FFFD829a68687f94829a6868 /* PtCollision.h */, + FFFD829a68d07f94829a68d0 /* PtCollisionData.h */, + FFFD829a69387f94829a6938 /* PtCollisionHelper.h */, + FFFD829a69a07f94829a69a0 /* PtCollisionMethods.h */, + FFFD829a6a087f94829a6a08 /* PtCollisionParameters.h */, + FFFD829a6a707f94829a6a70 /* PtConfig.h */, + FFFD829a6ad87f94829a6ad8 /* PtConstants.h */, + FFFD829a6b407f94829a6b40 /* PtContextCpu.h */, + FFFD829a6ba87f94829a6ba8 /* PtDynamicHelper.h */, + FFFD829a6c107f94829a6c10 /* PtDynamics.h */, + FFFD829a6c787f94829a6c78 /* PtDynamicsKernels.h */, + FFFD829a6ce07f94829a6ce0 /* PtDynamicsParameters.h */, + FFFD829a6d487f94829a6d48 /* PtDynamicsTempBuffers.h */, + FFFD829a6db07f94829a6db0 /* PtHeightFieldAabbTest.h */, + FFFD829a6e187f94829a6e18 /* PtPacketSections.h */, + FFFD829a6e807f94829a6e80 /* PtParticleCell.h */, + FFFD829a6ee87f94829a6ee8 /* PtParticleOpcodeCache.h */, + FFFD829a6f507f94829a6f50 /* PtParticleShapeCpu.h */, + FFFD829a6fb87f94829a6fb8 /* PtParticleSystemSimCpu.h */, + FFFD829a70207f94829a7020 /* PtSpatialHash.h */, + FFFD829a70887f94829a7088 /* PtSpatialHashHelper.h */, + FFFD829a70f07f94829a70f0 /* PtTwoWayData.h */, + FFFD829a71587f94829a7158 /* PtBatcher.cpp */, + FFFD829a71c07f94829a71c0 /* PtBodyTransformVault.cpp */, + FFFD829a72287f94829a7228 /* PtCollision.cpp */, + FFFD829a72907f94829a7290 /* PtCollisionBox.cpp */, + FFFD829a72f87f94829a72f8 /* PtCollisionCapsule.cpp */, + FFFD829a73607f94829a7360 /* PtCollisionConvex.cpp */, + FFFD829a73c87f94829a73c8 /* PtCollisionMesh.cpp */, + FFFD829a74307f94829a7430 /* PtCollisionPlane.cpp */, + FFFD829a74987f94829a7498 /* PtCollisionSphere.cpp */, + FFFD829a75007f94829a7500 /* PtContextCpu.cpp */, + FFFD829a75687f94829a7568 /* PtDynamics.cpp */, + FFFD829a75d07f94829a75d0 /* PtParticleData.cpp */, + FFFD829a76387f94829a7638 /* PtParticleShapeCpu.cpp */, + FFFD829a76a07f94829a76a0 /* PtParticleSystemSimCpu.cpp */, + FFFD829a77087f94829a7708 /* PtSpatialHash.cpp */, + FFFD829a77707f94829a7770 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB434ead707fba434ead70 /* PxTask */ = { + FFFB81e917707f9481e91770 /* PxTask */ = { isa = PBXGroup; children = ( - FFFB434cac607fba434cac60 /* include */, - FFFB434cac887fba434cac88 /* src */, + FFFB81e71a707f9481e71a70 /* include */, + FFFB81e71a987f9481e71a98 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFB434cac607fba434cac60 /* include */ = { + FFFB81e71a707f9481e71a70 /* include */ = { isa = PBXGroup; children = ( - FFFD434cb3f07fba434cb3f0 /* PxCpuDispatcher.h */, - FFFD434cb4587fba434cb458 /* PxGpuDispatcher.h */, - FFFD434cb4c07fba434cb4c0 /* PxGpuTask.h */, - FFFD434cb5287fba434cb528 /* PxTask.h */, - FFFD434cb5907fba434cb590 /* PxTaskDefine.h */, - FFFD434cb5f87fba434cb5f8 /* PxTaskManager.h */, + FFFD81e724a07f9481e724a0 /* PxCpuDispatcher.h */, + FFFD81e725087f9481e72508 /* PxGpuDispatcher.h */, + FFFD81e725707f9481e72570 /* PxGpuTask.h */, + FFFD81e725d87f9481e725d8 /* PxTask.h */, + FFFD81e726407f9481e72640 /* PxTaskDefine.h */, + FFFD81e726a87f9481e726a8 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB434cac887fba434cac88 /* src */ = { + FFFB81e71a987f9481e71a98 /* src */ = { isa = PBXGroup; children = ( - FFFD434cb6607fba434cb660 /* src/TaskManager.cpp */, + FFFD81e737f07f9481e737f0 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB441a12707fba441a1270 /* PsFastXml */ = { + FFFB836600307f9483660030 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFB4417f1d07fba4417f1d0 /* include */, - FFFB4417f1f87fba4417f1f8 /* src */, + FFFB836605407f9483660540 /* include */, + FFFB836605687f9483660568 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFB4417f1d07fba4417f1d0 /* include */ = { + FFFB836605407f9483660540 /* include */ = { isa = PBXGroup; children = ( - FFFD4417f3607fba4417f360 /* PsFastXml.h */, + FFFD836606d07f94836606d0 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB4417f1f87fba4417f1f8 /* src */ = { + FFFB836605687f9483660568 /* src */ = { isa = PBXGroup; children = ( - FFFD4417f4607fba4417f460 /* PsFastXml.cpp */, + FFFD836607d07f94836607d0 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -5011,61 +5011,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFA441a7e907fba441a7e90 /* PhysX */ = { + FFFA836638307f9483663830 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441a7e907fba441a7e90 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF6836638307f9483663830 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2441a7e907fba441a7e90, - FFF8441a7e907fba441a7e90, - FFFC441a7e907fba441a7e90, + FFF2836638307f9483663830, + FFF8836638307f9483663830, + FFFC836638307f9483663830, ); buildRules = ( ); dependencies = ( - FFF4441a3e407fba441a3e40, /* LowLevel */ - FFF4441b57007fba441b5700, /* LowLevelAABB */ - FFF4441a41e07fba441a41e0, /* LowLevelCloth */ - FFF4441b57607fba441b5760, /* LowLevelDynamics */ - FFF4441a42407fba441a4240, /* LowLevelParticles */ - FFF4441a40d07fba441a40d0, /* PhysXCommon */ - FFF4441a81807fba441a8180, /* PxFoundation */ - FFF4441a7e307fba441a7e30, /* PxPvdSDK */ - FFF4441b57f07fba441b57f0, /* PxTask */ - FFF4441a9ae07fba441a9ae0, /* SceneQuery */ - FFF4441a9b407fba441a9b40, /* SimulationController */ + FFF48366caf07f948366caf0, /* LowLevel */ + FFF48364e8d07f948364e8d0, /* LowLevelAABB */ + FFF48364ec507f948364ec50, /* LowLevelCloth */ + FFF48364e9307f948364e930, /* LowLevelDynamics */ + FFF48364ecb07f948364ecb0, /* LowLevelParticles */ + FFF4836511907f9483651190, /* PhysXCommon */ + FFF483663b207f9483663b20, /* PxFoundation */ + FFF4836637d07f94836637d0, /* PxPvdSDK */ + FFF48364f1807f948364f180, /* PxTask */ + FFF48364f0f07f948364f0f0, /* SceneQuery */ + FFF48364f1507f948364f150, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFD441a7e907fba441a7e90 /* PhysX */; + productReference = FFFD836638307f9483663830 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFA441b54a07fba441b54a0 /* PhysXCharacterKinematic */ = { + FFFA8364edd07f948364edd0 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441b54a07fba441b54a0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF68364edd07f948364edd0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2441b54a07fba441b54a0, - FFF8441b54a07fba441b54a0, - FFFC441b54a07fba441b54a0, + FFF28364edd07f948364edd0, + FFF88364edd07f948364edd0, + FFFC8364edd07f948364edd0, ); buildRules = ( ); dependencies = ( - FFF4441b50207fba441b5020, /* PhysXCommon */ - FFF44419ccd07fba4419ccd0, /* PhysXExtensions */ - FFF44419ceb07fba4419ceb0, /* PxFoundation */ + FFF48366f5007f948366f500, /* PhysXCommon */ + FFF48366fc407f948366fc40, /* PhysXExtensions */ + FFF48366ef207f948366ef20, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFD441b54a07fba441b54a0 /* PhysXCharacterKinematic */; + productReference = FFFD8364edd07f948364edd0 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFA441a23807fba441a2380 /* PhysXVehicle */ = { + FFFA836503707f9483650370 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441a23807fba441a2380 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF6836503707f9483650370 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2441a23807fba441a2380, - FFF8441a23807fba441a2380, - FFFC441a23807fba441a2380, + FFF2836503707f9483650370, + FFF8836503707f9483650370, + FFFC836503707f9483650370, ); buildRules = ( ); @@ -5073,34 +5073,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFD441a23807fba441a2380 /* PhysXVehicle */; + productReference = FFFD836503707f9483650370 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFA441c17507fba441c1750 /* PhysXExtensions */ = { + FFFA8367a8e07f948367a8e0 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441c17507fba441c1750 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF68367a8e07f948367a8e0 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2441c17507fba441c1750, - FFF8441c17507fba441c1750, - FFFC441c17507fba441c1750, + FFF28367a8e07f948367a8e0, + FFF88367a8e07f948367a8e0, + FFFC8367a8e07f948367a8e0, ); buildRules = ( ); dependencies = ( - FFF4441c0e507fba441c0e50, /* PsFastXml */ + FFF483679fe07f9483679fe0, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFD441c17507fba441c1750 /* PhysXExtensions */; + productReference = FFFD8367a8e07f948367a8e0 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFA441d40a07fba441d40a0 /* SceneQuery */ = { + FFFA8368d3907f948368d390 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441d40a07fba441d40a0 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF68368d3907f948368d390 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2441d40a07fba441d40a0, - FFF8441d40a07fba441d40a0, - FFFC441d40a07fba441d40a0, + FFF28368d3907f948368d390, + FFF88368d3907f948368d390, + FFFC8368d3907f948368d390, ); buildRules = ( ); @@ -5108,16 +5108,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFD441d40a07fba441d40a0 /* SceneQuery */; + productReference = FFFD8368d3907f948368d390 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFA441d86207fba441d8620 /* SimulationController */ = { + FFFA83691a007f9483691a00 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441d86207fba441d8620 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF683691a007f9483691a00 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2441d86207fba441d8620, - FFF8441d86207fba441d8620, - FFFC441d86207fba441d8620, + FFF283691a007f9483691a00, + FFF883691a007f9483691a00, + FFFC83691a007f9483691a00, ); buildRules = ( ); @@ -5125,54 +5125,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFD441d86207fba441d8620 /* SimulationController */; + productReference = FFFD83691a007f9483691a00 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFA441dd8c07fba441dd8c0 /* PhysXCooking */ = { + FFFA8421f0907f948421f090 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441dd8c07fba441dd8c0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF68421f0907f948421f090 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2441dd8c07fba441dd8c0, - FFF8441dd8c07fba441dd8c0, - FFFC441dd8c07fba441dd8c0, + FFF28421f0907f948421f090, + FFF88421f0907f948421f090, + FFFC8421f0907f948421f090, ); buildRules = ( ); dependencies = ( - FFF4441e71107fba441e7110, /* PhysXCommon */ - FFF4441e70307fba441e7030, /* PhysXExtensions */ - FFF4441e28407fba441e2840, /* PxFoundation */ + FFF484226f107f9484226f10, /* PhysXCommon */ + FFF4842296c07f94842296c0, /* PhysXExtensions */ + FFF48421e7b07f948421e7b0, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFD441dd8c07fba441dd8c0 /* PhysXCooking */; + productReference = FFFD8421f0907f948421f090 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFA431a02b07fba431a02b0 /* PhysXCommon */ = { + FFFA8313f9907f948313f990 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6431a02b07fba431a02b0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF68313f9907f948313f990 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2431a02b07fba431a02b0, - FFF8431a02b07fba431a02b0, - FFFC431a02b07fba431a02b0, + FFF28313f9907f948313f990, + FFF88313f9907f948313f990, + FFFC8313f9907f948313f990, ); buildRules = ( ); dependencies = ( - FFF4433f5d107fba433f5d10, /* PxFoundation */ + FFF48313b2507f948313b250, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFD431a02b07fba431a02b0 /* PhysXCommon */; + productReference = FFFD8313f9907f948313f990 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFA4318c2b07fba4318c2b0 /* PxFoundation */ = { + FFFA8311f9307f948311f930 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64318c2b07fba4318c2b0 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF68311f9307f948311f930 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF24318c2b07fba4318c2b0, - FFF84318c2b07fba4318c2b0, - FFFC4318c2b07fba4318c2b0, + FFF28311f9307f948311f930, + FFF88311f9307f948311f930, + FFFC8311f9307f948311f930, ); buildRules = ( ); @@ -5180,34 +5180,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFD4318c2b07fba4318c2b0 /* PxFoundation */; + productReference = FFFD8311f9307f948311f930 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFA44109f207fba44109f20 /* PxPvdSDK */ = { + FFFA8340c6c07f948340c6c0 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF644109f207fba44109f20 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF68340c6c07f948340c6c0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF244109f207fba44109f20, - FFF844109f207fba44109f20, - FFFC44109f207fba44109f20, + FFF28340c6c07f948340c6c0, + FFF88340c6c07f948340c6c0, + FFFC8340c6c07f948340c6c0, ); buildRules = ( ); dependencies = ( - FFF4441081907fba44108190, /* PxFoundation */ + FFF48340c2d07f948340c2d0, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFD44109f207fba44109f20 /* PxPvdSDK */; + productReference = FFFD8340c6c07f948340c6c0 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFA441270b07fba441270b0 /* LowLevel */ = { + FFFA831509407f9483150940 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441270b07fba441270b0 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF6831509407f9483150940 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2441270b07fba441270b0, - FFF8441270b07fba441270b0, - FFFC441270b07fba441270b0, + FFF2831509407f9483150940, + FFF8831509407f9483150940, + FFFC831509407f9483150940, ); buildRules = ( ); @@ -5215,16 +5215,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFD441270b07fba441270b0 /* LowLevel */; + productReference = FFFD831509407f9483150940 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFA44154f407fba44154f40 /* LowLevelAABB */ = { + FFFA8362aaf07f948362aaf0 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF644154f407fba44154f40 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF68362aaf07f948362aaf0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF244154f407fba44154f40, - FFF844154f407fba44154f40, - FFFC44154f407fba44154f40, + FFF28362aaf07f948362aaf0, + FFF88362aaf07f948362aaf0, + FFFC8362aaf07f948362aaf0, ); buildRules = ( ); @@ -5232,16 +5232,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFD44154f407fba44154f40 /* LowLevelAABB */; + productReference = FFFD8362aaf07f948362aaf0 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFA441701307fba44170130 /* LowLevelDynamics */ = { + FFFA8420b3c07f948420b3c0 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441701307fba44170130 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF68420b3c07f948420b3c0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2441701307fba44170130, - FFF8441701307fba44170130, - FFFC441701307fba44170130, + FFF28420b3c07f948420b3c0, + FFF88420b3c07f948420b3c0, + FFFC8420b3c07f948420b3c0, ); buildRules = ( ); @@ -5249,16 +5249,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFD441701307fba44170130 /* LowLevelDynamics */; + productReference = FFFD8420b3c07f948420b3c0 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFA441915407fba44191540 /* LowLevelCloth */ = { + FFFA836462307f9483646230 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441915407fba44191540 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF6836462307f9483646230 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2441915407fba44191540, - FFF8441915407fba44191540, - FFFC441915407fba44191540, + FFF2836462307f9483646230, + FFF8836462307f9483646230, + FFFC836462307f9483646230, ); buildRules = ( ); @@ -5266,16 +5266,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFD441915407fba44191540 /* LowLevelCloth */; + productReference = FFFD836462307f9483646230 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFA437f9a307fba437f9a30 /* LowLevelParticles */ = { + FFFA831668907f9483166890 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6437f9a307fba437f9a30 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF6831668907f9483166890 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2437f9a307fba437f9a30, - FFF8437f9a307fba437f9a30, - FFFC437f9a307fba437f9a30, + FFF2831668907f9483166890, + FFF8831668907f9483166890, + FFFC831668907f9483166890, ); buildRules = ( ); @@ -5283,16 +5283,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFD437f9a307fba437f9a30 /* LowLevelParticles */; + productReference = FFFD831668907f9483166890 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFA434ead707fba434ead70 /* PxTask */ = { + FFFA81e917707f9481e91770 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6434ead707fba434ead70 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF681e917707f9481e91770 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2434ead707fba434ead70, - FFF8434ead707fba434ead70, - FFFC434ead707fba434ead70, + FFF281e917707f9481e91770, + FFF881e917707f9481e91770, + FFFC81e917707f9481e91770, ); buildRules = ( ); @@ -5300,16 +5300,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFD434ead707fba434ead70 /* PxTask */; + productReference = FFFD81e917707f9481e91770 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFA441a12707fba441a1270 /* PsFastXml */ = { + FFFA836600307f9483660030 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6441a12707fba441a1270 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF6836600307f9483660030 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2441a12707fba441a1270, - FFF8441a12707fba441a1270, - FFFC441a12707fba441a1270, + FFF2836600307f9483660030, + FFF8836600307f9483660030, + FFFC836600307f9483660030, ); buildRules = ( ); @@ -5317,213 +5317,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFD441a12707fba441a1270 /* PsFastXml */; + productReference = FFFD836600307f9483660030 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6441a7e907fba441a7e90 = { + FFF6836638307f9483663830 = { isa = XCConfigurationList; buildConfigurations = ( - FFF744862a007fba44862a00, - FFF7448630f07fba448630f0, - FFF7448637e07fba448637e0, - FFF744863ed07fba44863ed0, + FFF7848154007f9484815400, + FFF784815af07f9484815af0, + FFF7848161e07f94848161e0, + FFF7848168d07f94848168d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6441b54a07fba441b54a0 = { + FFF68364edd07f948364edd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7448646007fba44864600, - FFF744864cf07fba44864cf0, - FFF7448653e07fba448653e0, - FFF744865ad07fba44865ad0, + FFF7848170007f9484817000, + FFF7848176f07f94848176f0, + FFF784817de07f9484817de0, + FFF7848184d07f94848184d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441a23807fba441a2380 = { + FFF6836503707f9483650370 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7448662007fba44866200, - FFF7448668f07fba448668f0, - FFF744866fe07fba44866fe0, - FFF7448676d07fba448676d0, + FFF784818c007f9484818c00, + FFF7848192f07f94848192f0, + FFF7848199e07f94848199e0, + FFF78481a0d07f948481a0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441c17507fba441c1750 = { + FFF68367a8e07f948367a8e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF744867e007fba44867e00, - FFF7448684f07fba448684f0, - FFF744868be07fba44868be0, - FFF7448692d07fba448692d0, + FFF78481a8007f948481a800, + FFF78481aef07f948481aef0, + FFF78481b5e07f948481b5e0, + FFF78481bcd07f948481bcd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441d40a07fba441d40a0 = { + FFF68368d3907f948368d390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF744869a007fba44869a00, - FFF74486a0f07fba4486a0f0, - FFF74486a7e07fba4486a7e0, - FFF74486aed07fba4486aed0, + FFF78481c4007f948481c400, + FFF78481caf07f948481caf0, + FFF78481d1e07f948481d1e0, + FFF78481d8d07f948481d8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441d86207fba441d8620 = { + FFF683691a007f9483691a00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74486b6007fba4486b600, - FFF74486bcf07fba4486bcf0, - FFF74486c3e07fba4486c3e0, - FFF74486cad07fba4486cad0, + FFF78481e0007f948481e000, + FFF78481e6f07f948481e6f0, + FFF78481ede07f948481ede0, + FFF78481f4d07f948481f4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441dd8c07fba441dd8c0 = { + FFF68421f0907f948421f090 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74486d2007fba4486d200, - FFF74486d8f07fba4486d8f0, - FFF74486dfe07fba4486dfe0, - FFF74486e6d07fba4486e6d0, + FFF78481fc007f948481fc00, + FFF7848202f07f94848202f0, + FFF7848209e07f94848209e0, + FFF7848210d07f94848210d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6431a02b07fba431a02b0 = { + FFF68313f9907f948313f990 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7420144007fba42014400, - FFF742014af07fba42014af0, - FFF7420151e07fba420151e0, - FFF7420158d07fba420158d0, + FFF782026a007f9482026a00, + FFF7820270f07f94820270f0, + FFF7820277e07f94820277e0, + FFF782027ed07f9482027ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF64318c2b07fba4318c2b0 = { + FFF68311f9307f948311f930 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7429a2c007fba429a2c00, - FFF7429a32f07fba429a32f0, - FFF7429a39e07fba429a39e0, - FFF7429a40d07fba429a40d0, + FFF78297e4007f948297e400, + FFF78297eaf07f948297eaf0, + FFF78297f1e07f948297f1e0, + FFF78297f8d07f948297f8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF644109f207fba44109f20 = { + FFF68340c6c07f948340c6c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74480d0007fba4480d000, - FFF74480d6f07fba4480d6f0, - FFF74480dde07fba4480dde0, - FFF74480e4d07fba4480e4d0, + FFF78381f2007f948381f200, + FFF78381f8f07f948381f8f0, + FFF78381ffe07f948381ffe0, + FFF7838206d07f94838206d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441270b07fba441270b0 = { + FFF6831509407f9483150940 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74481aa007fba4481aa00, - FFF74481b0f07fba4481b0f0, - FFF74481b7e07fba4481b7e0, - FFF74481bed07fba4481bed0, + FFF78299ea007f948299ea00, + FFF78299f0f07f948299f0f0, + FFF78299f7e07f948299f7e0, + FFF78299fed07f948299fed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF644154f407fba44154f40 = { + FFF68362aaf07f948362aaf0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7448234007fba44823400, - FFF744823af07fba44823af0, - FFF7448241e07fba448241e0, - FFF7448248d07fba448248d0, + FFF7838370007f9483837000, + FFF7838376f07f94838376f0, + FFF783837de07f9483837de0, + FFF7838384d07f94838384d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441701307fba44170130 = { + FFF68420b3c07f948420b3c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74482cc007fba4482cc00, - FFF74482d2f07fba4482d2f0, - FFF74482d9e07fba4482d9e0, - FFF74482e0d07fba4482e0d0, + FFF78480c4007f948480c400, + FFF78480caf07f948480caf0, + FFF78480d1e07f948480d1e0, + FFF78480d8d07f948480d8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441915407fba44191540 = { + FFF6836462307f9483646230 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7448366007fba44836600, - FFF744836cf07fba44836cf0, - FFF7448373e07fba448373e0, - FFF744837ad07fba44837ad0, + FFF783840a007f9483840a00, + FFF7838410f07f94838410f0, + FFF7838417e07f94838417e0, + FFF783841ed07f9483841ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6437f9a307fba437f9a30 = { + FFF6831668907f9483166890 = { isa = XCConfigurationList; buildConfigurations = ( - FFF743821c007fba43821c00, - FFF7438222f07fba438222f0, - FFF7438229e07fba438229e0, - FFF7438230d07fba438230d0, + FFF7829a82007f94829a8200, + FFF7829a88f07f94829a88f0, + FFF7829a8fe07f94829a8fe0, + FFF7829a96d07f94829a96d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6434ead707fba434ead70 = { + FFF681e917707f9481e91770 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7429afa007fba429afa00, - FFF7429b00f07fba429b00f0, - FFF7429b07e07fba429b07e0, - FFF7429b0ed07fba429b0ed0, + FFF78202ea007f948202ea00, + FFF78202f0f07f948202f0f0, + FFF78202f7e07f948202f7e0, + FFF78202fed07f948202fed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6441a12707fba441a1270 = { + FFF6836600307f9483660030 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74483c6007fba4483c600, - FFF74483ccf07fba4483ccf0, - FFF74483d3e07fba4483d3e0, - FFF74483dad07fba4483dad0, + FFF7838482007f9483848200, + FFF7838488f07f94838488f0, + FFF783848fe07f9483848fe0, + FFF7838496d07f94838496d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF641d633e07fba41d633e0 = { + FFF681f19fe07f9481f19fe0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF344862a007fba44862a00 /* release */, - FFF3448630f07fba448630f0 /* debug */, - FFF3448637e07fba448637e0 /* checked */, - FFF344863ed07fba44863ed0 /* profile */, + FFF3848154007f9484815400 /* release */, + FFF384815af07f9484815af0 /* debug */, + FFF3848161e07f94848161e0 /* checked */, + FFF3848168d07f94848168d0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF744862a007fba44862a00 /* release */ = { + FFF7848154007f9484815400 /* 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; @@ -5535,10 +5535,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", + "-stdlib=libc++", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelCloth", "-lLowLevelDynamics", "-lLowLevelParticles", "-lPhysX3Common", "-lPxFoundation", "-lPxPvdSDK", "-lPxTask", "-lSceneQuery", "-lSimulationController", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5553,7 +5553,7 @@ }; name = "release"; }; - FFF7448630f07fba448630f0 /* debug */ = { + FFF784815af07f9484815af0 /* 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; @@ -5565,10 +5565,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", + "-stdlib=libc++", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelParticlesDEBUG", "-lPhysX3CommonDEBUG", "-lPxFoundationDEBUG", "-lPxPvdSDKDEBUG", "-lPxTaskDEBUG", "-lSceneQueryDEBUG", "-lSimulationControllerDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5583,7 +5583,7 @@ }; name = "debug"; }; - FFF7448637e07fba448637e0 /* checked */ = { + FFF7848161e07f94848161e0 /* 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; @@ -5595,10 +5595,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", + "-stdlib=libc++", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelParticlesCHECKED", "-lPhysX3CommonCHECKED", "-lPxFoundationCHECKED", "-lPxPvdSDKCHECKED", "-lPxTaskCHECKED", "-lSceneQueryCHECKED", "-lSimulationControllerCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5613,7 +5613,7 @@ }; name = "checked"; }; - FFF744863ed07fba44863ed0 /* profile */ = { + FFF7848168d07f94848168d0 /* 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; @@ -5625,10 +5625,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", + "-stdlib=libc++", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelParticlesPROFILE", "-lPhysX3CommonPROFILE", "-lPxFoundationPROFILE", "-lPxPvdSDKPROFILE", "-lPxTaskPROFILE", "-lSceneQueryPROFILE", "-lSimulationControllerPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelParticles/include", "../../PhysX/src", "../../PhysX/src/buffering", "../../PhysX/src/particles", "../../PhysX/src/cloth", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../SceneQuery/include", "../../PhysXMetaData/core/include", @@ -5643,7 +5643,7 @@ }; name = "profile"; }; - FFF7448646007fba44864600 /* debug */ = { + FFF7848170007f9484817000 /* 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; @@ -5655,10 +5655,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5673,7 +5673,7 @@ }; name = "debug"; }; - FFF744864cf07fba44864cf0 /* checked */ = { + FFF7848176f07f94848176f0 /* 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; @@ -5685,10 +5685,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5703,7 +5703,7 @@ }; name = "checked"; }; - FFF7448653e07fba448653e0 /* profile */ = { + FFF784817de07f9484817de0 /* 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; @@ -5715,10 +5715,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5733,7 +5733,7 @@ }; name = "profile"; }; - FFF744865ad07fba44865ad0 /* release */ = { + FFF7848184d07f94848184d0 /* 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; @@ -5745,10 +5745,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", + "-stdlib=libc++", "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/characterkinematic", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include", "../../GeomUtils/headers", "../../Common/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", @@ -5763,7 +5763,7 @@ }; name = "release"; }; - FFF7448662007fba44866200 /* debug */ = { + FFF784818c007f9484818c00 /* 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; @@ -5775,10 +5775,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5793,7 +5793,7 @@ }; name = "debug"; }; - FFF7448668f07fba448668f0 /* checked */ = { + FFF7848192f07f94848192f0 /* 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; @@ -5805,10 +5805,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5823,7 +5823,7 @@ }; name = "checked"; }; - FFF744866fe07fba44866fe0 /* profile */ = { + FFF7848199e07f94848199e0 /* 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; @@ -5835,10 +5835,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5853,7 +5853,7 @@ }; name = "profile"; }; - FFF7448676d07fba448676d0 /* release */ = { + FFF78481a0d07f948481a0d0 /* 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; @@ -5865,10 +5865,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/vehicle", "../../../Include/common", "../../../Include/geometry", "../../../Include/extensions", "../../../Include/cloth", "../../../Include", "../../../Include/pvd", "../../../Include/physxprofilesdk", "../../Common/src", "../../PhysXVehicle/src", "../../PhysXMetaData/extensions/include", "../../PhysXExtensions/src/serialization/Xml", "../../PhysXMetaData/core/include", "../../PhysXVehicle/src/PhysXMetaData/include", "../../PvdSDK/src", @@ -5883,7 +5883,7 @@ }; name = "release"; }; - FFF744867e007fba44867e00 /* debug */ = { + FFF78481a8007f948481a800 /* 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; @@ -5895,10 +5895,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlDEBUG", + "-stdlib=libc++", "-lPsFastXmlDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5913,7 +5913,7 @@ }; name = "debug"; }; - FFF7448684f07fba448684f0 /* checked */ = { + FFF78481aef07f948481aef0 /* 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; @@ -5925,10 +5925,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlCHECKED", + "-stdlib=libc++", "-lPsFastXmlCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5943,7 +5943,7 @@ }; name = "checked"; }; - FFF744868be07fba44868be0 /* profile */ = { + FFF78481b5e07f948481b5e0 /* 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; @@ -5955,10 +5955,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXmlPROFILE", + "-stdlib=libc++", "-lPsFastXmlPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -5973,7 +5973,7 @@ }; name = "profile"; }; - FFF7448692d07fba448692d0 /* release */ = { + FFF78481bcd07f948481bcd0 /* 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; @@ -5985,10 +5985,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPsFastXml", + "-stdlib=libc++", "-lPsFastXml", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", @@ -6003,7 +6003,7 @@ }; name = "release"; }; - FFF744869a007fba44869a00 /* debug */ = { + FFF78481c4007f948481c400 /* 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; @@ -6015,10 +6015,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6033,7 +6033,7 @@ }; name = "debug"; }; - FFF74486a0f07fba4486a0f0 /* checked */ = { + FFF78481caf07f948481caf0 /* 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; @@ -6045,10 +6045,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6063,7 +6063,7 @@ }; name = "checked"; }; - FFF74486a7e07fba4486a7e0 /* profile */ = { + FFF78481d1e07f948481d1e0 /* 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; @@ -6075,10 +6075,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6093,7 +6093,7 @@ }; name = "profile"; }; - FFF74486aed07fba4486aed0 /* release */ = { + FFF78481d8d07f948481d8d0 /* 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; @@ -6105,10 +6105,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SceneQuery/include", "../../SimulationController/include", "../../LowLevel/API/include", "../../PhysX/src", "../../PhysX/src/buffering", @@ -6123,7 +6123,7 @@ }; name = "release"; }; - FFF74486b6007fba4486b600 /* debug */ = { + FFF78481e0007f948481e000 /* 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; @@ -6135,10 +6135,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6153,7 +6153,7 @@ }; name = "debug"; }; - FFF74486bcf07fba4486bcf0 /* checked */ = { + FFF78481e6f07f948481e6f0 /* 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; @@ -6165,10 +6165,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6183,7 +6183,7 @@ }; name = "checked"; }; - FFF74486c3e07fba4486c3e0 /* profile */ = { + FFF78481ede07f948481ede0 /* 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; @@ -6195,10 +6195,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6213,7 +6213,7 @@ }; name = "profile"; }; - FFF74486cad07fba4486cad0 /* release */ = { + FFF78481f4d07f948481f4d0 /* 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; @@ -6225,10 +6225,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../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/particles", "../../../Include/cloth", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../SimulationController/include", "../../SimulationController/src", "../../SimulationController/src/particles", "../../SimulationController/src/cloth", "../../LowLevel/unix/include", "../../LowLevel/API/include", "../../LowLevel/software/include", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevelCloth/include", "../../LowLevelAABB/include", "../../LowLevelDynamics/include", "../../LowLevelParticles/include", @@ -6243,7 +6243,7 @@ }; name = "release"; }; - FFF74486d2007fba4486d200 /* release */ = { + FFF78481fc007f948481fc00 /* 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; @@ -6255,10 +6255,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", + "-stdlib=libc++", "-lPhysX3Common", "-lPhysX3Extensions", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6273,7 +6273,7 @@ }; name = "release"; }; - FFF74486d8f07fba4486d8f0 /* debug */ = { + FFF7848202f07f94848202f0 /* 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; @@ -6285,10 +6285,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPhysX3CommonDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6303,7 +6303,7 @@ }; name = "debug"; }; - FFF74486dfe07fba4486dfe0 /* checked */ = { + FFF7848209e07f94848209e0 /* 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; @@ -6315,10 +6315,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPhysX3CommonCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6333,7 +6333,7 @@ }; name = "checked"; }; - FFF74486e6d07fba4486e6d0 /* profile */ = { + FFF7848210d07f94848210d0 /* 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; @@ -6345,10 +6345,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPhysX3CommonPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../../Include/cloth", "../../../Include/cooking", "../../../Include", "../../Common/src", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../PhysXCooking/src", "../../PhysXCooking/src/mesh", "../../PhysXCooking/src/convex", "../../PhysXExtensions/src", "../../PhysXGpu/include", @@ -6363,7 +6363,7 @@ }; name = "profile"; }; - FFF7420144007fba42014400 /* release */ = { + FFF782026a007f9482026a00 /* 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; @@ -6375,10 +6375,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundation", + "-stdlib=libc++", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6393,7 +6393,7 @@ }; name = "release"; }; - FFF742014af07fba42014af0 /* debug */ = { + FFF7820270f07f94820270f0 /* 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; @@ -6405,10 +6405,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6423,7 +6423,7 @@ }; name = "debug"; }; - FFF7420151e07fba420151e0 /* checked */ = { + FFF7820277e07f94820277e0 /* 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; @@ -6435,10 +6435,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6453,7 +6453,7 @@ }; name = "checked"; }; - FFF7420158d07fba420158d0 /* profile */ = { + FFF782027ed07f9482027ed0 /* 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; @@ -6465,10 +6465,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/include", "../../PhysXProfile/src", "../../PhysXGpu/include", "../../../Include/geometry", "../../GeomUtils/headers", "../../GeomUtils/src", "../../GeomUtils/src/contact", "../../GeomUtils/src/common", "../../GeomUtils/src/convex", "../../GeomUtils/src/distance", "../../GeomUtils/src/sweep", "../../GeomUtils/src/gjk", "../../GeomUtils/src/intersection", "../../GeomUtils/src/mesh", "../../GeomUtils/src/hf", "../../GeomUtils/src/pcm", "../../GeomUtils/src/ccd", "../../../Include/GeomUtils", @@ -6483,7 +6483,7 @@ }; name = "profile"; }; - FFF7429a2c007fba429a2c00 /* debug */ = { + FFF78297e4007f948297e400 /* 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; @@ -6495,10 +6495,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6513,7 +6513,7 @@ }; name = "debug"; }; - FFF7429a32f07fba429a32f0 /* release */ = { + FFF78297eaf07f948297eaf0 /* 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; @@ -6525,10 +6525,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6543,7 +6543,7 @@ }; name = "release"; }; - FFF7429a39e07fba429a39e0 /* checked */ = { + FFF78297f1e07f948297f1e0 /* 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; @@ -6555,10 +6555,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6573,7 +6573,7 @@ }; name = "checked"; }; - FFF7429a40d07fba429a40d0 /* profile */ = { + FFF78297f8d07f948297f8d0 /* 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; @@ -6585,10 +6585,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", @@ -6603,7 +6603,7 @@ }; name = "profile"; }; - FFF74480d0007fba4480d000 /* debug */ = { + FFF78381f2007f948381f200 /* 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; @@ -6615,10 +6615,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationDEBUG", + "-stdlib=libc++", "-lPxFoundationDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6633,7 +6633,7 @@ }; name = "debug"; }; - FFF74480d6f07fba4480d6f0 /* release */ = { + FFF78381f8f07f948381f8f0 /* 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; @@ -6645,10 +6645,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundation", + "-stdlib=libc++", "-lPxFoundation", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6663,7 +6663,7 @@ }; name = "release"; }; - FFF74480dde07fba4480dde0 /* checked */ = { + FFF78381ffe07f948381ffe0 /* 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; @@ -6675,10 +6675,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationCHECKED", + "-stdlib=libc++", "-lPxFoundationCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6693,7 +6693,7 @@ }; name = "checked"; }; - FFF74480e4d07fba4480e4d0 /* profile */ = { + FFF7838206d07f94838206d0 /* 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; @@ -6705,10 +6705,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - "-lPxFoundationPROFILE", + "-stdlib=libc++", "-lPxFoundationPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-old-style-cast", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-noreturn", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-covered-switch-default", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-unused-member-function", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/pvd/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/filebuf/include", "../../../../Externals/nvToolsExt/1/include", @@ -6723,7 +6723,7 @@ }; name = "profile"; }; - FFF74481aa007fba4481aa00 /* debug */ = { + FFF78299ea007f948299ea00 /* 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; @@ -6735,10 +6735,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6753,7 +6753,7 @@ }; name = "debug"; }; - FFF74481b0f07fba4481b0f0 /* checked */ = { + FFF78299f0f07f948299f0f0 /* 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; @@ -6765,10 +6765,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6783,7 +6783,7 @@ }; name = "checked"; }; - FFF74481b7e07fba4481b7e0 /* profile */ = { + FFF78299f7e07f948299f7e0 /* 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; @@ -6795,10 +6795,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6813,7 +6813,7 @@ }; name = "profile"; }; - FFF74481bed07fba4481bed0 /* release */ = { + FFF78299fed07f948299fed0 /* 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; @@ -6825,10 +6825,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/headers", "../../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", "../../GeomUtils/src/ccd", "../../GeomUtils/src", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/collision", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/include/unix", @@ -6843,7 +6843,7 @@ }; name = "release"; }; - FFF7448234007fba44823400 /* debug */ = { + FFF7838370007f9483837000 /* 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; @@ -6855,10 +6855,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6873,7 +6873,7 @@ }; name = "debug"; }; - FFF744823af07fba44823af0 /* checked */ = { + FFF7838376f07f94838376f0 /* 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; @@ -6885,10 +6885,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6903,7 +6903,7 @@ }; name = "checked"; }; - FFF7448241e07fba448241e0 /* profile */ = { + FFF783837de07f9483837de0 /* 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; @@ -6915,10 +6915,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6933,7 +6933,7 @@ }; name = "profile"; }; - FFF7448248d07fba448248d0 /* release */ = { + FFF7838384d07f94838384d0 /* 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; @@ -6945,10 +6945,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src/unix", "../../GeomUtils/headers", "../../GeomUtils/src", "../../Common/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../LowLevel/common/include/pipeline", "../../LowLevelAABB/include", "../../LowLevelAABB/src", "../../GpuBroadPhase/include", "../../GpuBroadPhase/src", "../../LowLevelAABB/unix/include", @@ -6963,7 +6963,7 @@ }; name = "release"; }; - FFF74482cc007fba4482cc00 /* debug */ = { + FFF78480c4007f948480c400 /* 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; @@ -6975,10 +6975,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -6993,7 +6993,7 @@ }; name = "debug"; }; - FFF74482d2f07fba4482d2f0 /* checked */ = { + FFF78480caf07f948480caf0 /* 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; @@ -7005,10 +7005,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7023,7 +7023,7 @@ }; name = "checked"; }; - FFF74482d9e07fba4482d9e0 /* profile */ = { + FFF78480d1e07f948480d1e0 /* 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; @@ -7035,10 +7035,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7053,7 +7053,7 @@ }; name = "profile"; }; - FFF74482e0d07fba4482e0d0 /* release */ = { + FFF78480d8d07f948480d8d0 /* 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; @@ -7065,10 +7065,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include/common", "../../../Include/geometry", "../../../Include", "../../../Include/GeomUtils", "../../Common/src", "../../Common/src/unix", "../../PhysXProfile/src", "../../PhysXProfile/include", "../../GeomUtils/src/contact", "../../LowLevel/API/include", "../../LowLevel/common/include", "../../LowLevel/common/include/pipeline", "../../LowLevel/common/include/pipeline/unix", "../../LowLevel/common/include/math", "../../LowLevel/common/include/utils", "../../LowLevel/software/include", "../../LowLevel/software/include/unix", "../../LowLevelDynamics/include", "../../LowLevelDynamics/src", "../../LowLevelDynamics/include/unix", @@ -7083,7 +7083,7 @@ }; name = "release"; }; - FFF7448366007fba44836600 /* debug */ = { + FFF783840a007f9483840a00 /* 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; @@ -7095,10 +7095,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7113,7 +7113,7 @@ }; name = "debug"; }; - FFF744836cf07fba44836cf0 /* checked */ = { + FFF7838410f07f94838410f0 /* 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; @@ -7125,10 +7125,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7143,7 +7143,7 @@ }; name = "checked"; }; - FFF7448373e07fba448373e0 /* profile */ = { + FFF7838417e07f94838417e0 /* 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; @@ -7155,10 +7155,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7173,7 +7173,7 @@ }; name = "profile"; }; - FFF744837ad07fba44837ad0 /* release */ = { + FFF783841ed07f9483841ed0 /* 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; @@ -7185,10 +7185,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../Common/src", "../../LowLevelCloth/include", "../../LowLevelCloth/src", @@ -7203,7 +7203,7 @@ }; name = "release"; }; - FFF743821c007fba43821c00 /* debug */ = { + FFF7829a82007f94829a8200 /* 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; @@ -7215,10 +7215,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7233,7 +7233,7 @@ }; name = "debug"; }; - FFF7438222f07fba438222f0 /* checked */ = { + FFF7829a88f07f94829a88f0 /* 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; @@ -7245,10 +7245,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7263,7 +7263,7 @@ }; name = "checked"; }; - FFF7438229e07fba438229e0 /* profile */ = { + FFF7829a8fe07f94829a8fe0 /* 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; @@ -7275,10 +7275,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7293,7 +7293,7 @@ }; name = "profile"; }; - FFF7438230d07fba438230d0 /* release */ = { + FFF7829a96d07f94829a96d0 /* 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; @@ -7305,10 +7305,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-zero-as-null-pointer-constant", "-Wno-unknown-warning-option", "-Wno-deprecated", "-Wno-c++98-compat-pedantic", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/common", "../../../Include/geometry", "../../../Include/GeomUtils", "../../Common/src", "../../LowLevelParticles/include", "../../LowLevelParticles/src", "../../LowLevel/API/include", "../../LowLevel/common/include/utils", "../../GeomUtils/src", "../../GeomUtils/src/convex", "../../GeomUtils/src/hf", "../../GeomUtils/src/mesh", "../../GeomUtils/headers", @@ -7323,7 +7323,7 @@ }; name = "release"; }; - FFF7429afa007fba429afa00 /* debug */ = { + FFF78202ea007f948202ea00 /* 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; @@ -7335,10 +7335,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7353,7 +7353,7 @@ }; name = "debug"; }; - FFF7429b00f07fba429b00f0 /* release */ = { + FFF78202f0f07f948202f0f0 /* 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; @@ -7365,10 +7365,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7383,7 +7383,7 @@ }; name = "release"; }; - FFF7429b07e07fba429b07e0 /* checked */ = { + FFF78202f7e07f948202f7e0 /* 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; @@ -7395,10 +7395,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7413,7 +7413,7 @@ }; name = "checked"; }; - FFF7429b0ed07fba429b0ed0 /* profile */ = { + FFF78202fed07f948202fed0 /* 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; @@ -7425,10 +7425,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/task/include", "../../../../PxShared/src/foundation/include", @@ -7443,7 +7443,7 @@ }; name = "profile"; }; - FFF74483c6007fba4483c600 /* debug */ = { + FFF7838482007f9483848200 /* 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; @@ -7455,10 +7455,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7473,7 +7473,7 @@ }; name = "debug"; }; - FFF74483ccf07fba4483ccf0 /* release */ = { + FFF7838488f07f94838488f0 /* 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; @@ -7485,10 +7485,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7503,7 +7503,7 @@ }; name = "release"; }; - FFF74483d3e07fba4483d3e0 /* checked */ = { + FFF783848fe07f9483848fe0 /* 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; @@ -7515,10 +7515,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7533,7 +7533,7 @@ }; name = "checked"; }; - FFF74483dad07fba4483dad0 /* profile */ = { + FFF7838496d07f94838496d0 /* 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; @@ -7545,10 +7545,10 @@ ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( - + "-stdlib=libc++", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", + "-pipe", "-std=c++11", "-stdlib=libc++", "-mmacosx-version-min=10.9", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7563,25 +7563,25 @@ }; name = "profile"; }; - FFF344862a007fba44862a00 /* release */ = { + FFF3848154007f9484815400 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3448630f07fba448630f0 /* debug */ = { + FFF384815af07f9484815af0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3448637e07fba448637e0 /* checked */ = { + FFF3848161e07f94848161e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF344863ed07fba44863ed0 /* profile */ = { + FFF3848168d07f94848168d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7590,34 +7590,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF941d633e07fba41d633e0 /* Project object */ = { + FFF981f19fe07f9481f19fe0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF641d633e07fba41d633e0 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF681f19fe07f9481f19fe0 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFB41d634487fba41d63448 /* PhysX */; + mainGroup = FFFB81f1a0487f9481f1a048 /* PhysX */; targets = ( - FFFA441a7e907fba441a7e90, - FFFA441b54a07fba441b54a0, - FFFA441a23807fba441a2380, - FFFA441c17507fba441c1750, - FFFA441d40a07fba441d40a0, - FFFA441d86207fba441d8620, - FFFA441dd8c07fba441dd8c0, - FFFA431a02b07fba431a02b0, - FFFA4318c2b07fba4318c2b0, - FFFA44109f207fba44109f20, - FFFA441270b07fba441270b0, - FFFA44154f407fba44154f40, - FFFA441701307fba44170130, - FFFA441915407fba44191540, - FFFA437f9a307fba437f9a30, - FFFA434ead707fba434ead70, - FFFA441a12707fba441a1270, + FFFA836638307f9483663830, + FFFA8364edd07f948364edd0, + FFFA836503707f9483650370, + FFFA8367a8e07f948367a8e0, + FFFA8368d3907f948368d390, + FFFA83691a007f9483691a00, + FFFA8421f0907f948421f090, + FFFA8313f9907f948313f990, + FFFA8311f9307f948311f930, + FFFA8340c6c07f948340c6c0, + FFFA831509407f9483150940, + FFFA8362aaf07f948362aaf0, + FFFA8420b3c07f948420b3c0, + FFFA836462307f9483646230, + FFFA831668907f9483166890, + FFFA81e917707f9481e91770, + FFFA836600307f9483660030, ); }; /* End PBXProject section */ }; - rootObject = FFF941d633e07fba41d633e0 /* Project object */; + rootObject = FFF981f19fe07f9481f19fe0 /* Project object */; } |