From 76569ff4fba09f22ed4a06b8073deaed7f64a2e3 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 10 Mar 2007 20:30:25 +0000 Subject: A PhysX physics plugin (that actually uses physX now but currently only works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll --- .../RealPhysXplugin/RealPhysXplugin.csproj | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj (limited to 'src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj') diff --git a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj new file mode 100644 index 0000000..ae7bb79 --- /dev/null +++ b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj @@ -0,0 +1,45 @@ + + + Library + RealPhysXplugin + RealPhysXplugin + Debug + AnyCPU + {56C1D214-F389-4228-921A-0A3A0712C159} + + + bin\Debug\ + False + DEBUG;TRACE + True + Full + True + + + bin\Release\ + True + TRACE + False + None + False + + + + + + ..\..\..\..\bin\PhysX_Wrapper_Dotnet.dll + False + + + + + + + + + {3C86A846-7977-4EE7-A8DC-DD487FA5DC2B} + PhysicsManager + + + + \ No newline at end of file -- cgit v1.1