From 92e4f9f412046f8f7926c99c9e56c3a8b6b2edbf Mon Sep 17 00:00:00 2001
From: teravus
Date: Sun, 23 Dec 2012 15:21:25 -0500
Subject: * Initial commit of BulletSimN (BulletSNPlugin). Purely C#
implementation of BulletSim. This is designed to be /as close as possible/
to the BulletSim plugin while still being entirely in the managed space to
make keeping it up to date easy as possible (no thinking work). This
implementation is /slower/ then the c++ version just because it's fully
managed, so it's not appropriate for huge sims, but it will run small ones
OK. At the moment, it supports all known features of BulletSim. Think of
it like.. POS but everything works. To use this plugin, set the physics
plugin to BulletSimN.
---
prebuild.xml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 14ffc99..741b660 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1756,6 +1756,40 @@
+
+
+
+ ../../../../bin/Physics/
+
+
+
+
+ ../../../../bin/Physics/
+
+
+
+ ../../../../bin/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1