aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/OPCODE/README-ODE.txt
diff options
context:
space:
mode:
authordan miller2007-10-21 08:36:32 +0000
committerdan miller2007-10-21 08:36:32 +0000
commit2f8d7092bc2c9609fa98d6888106b96f38b22828 (patch)
treeda6c37579258cc965b52a75aee6135fe44237698 /libraries/ode-0.9/OPCODE/README-ODE.txt
parent* Committing new PolicyManager based on an ACL system. (diff)
downloadopensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.zip
opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.gz
opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.bz2
opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.xz
libraries moved to opensim-libs, a new repository
Diffstat (limited to 'libraries/ode-0.9/OPCODE/README-ODE.txt')
-rw-r--r--libraries/ode-0.9/OPCODE/README-ODE.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/ode-0.9/OPCODE/README-ODE.txt b/libraries/ode-0.9/OPCODE/README-ODE.txt
deleted file mode 100644
index c5d5800..0000000
--- a/libraries/ode-0.9/OPCODE/README-ODE.txt
+++ /dev/null
@@ -1,13 +0,0 @@
1
2This is a copy of the OPCODE collision detection library by Pierre Terdiman.
3See http://www.codercorner.com/Opcode.htm for more information, and read
4the ReadMe.txt in this directory.
5
6If you want to use the TriList (triangle mesh) geometry class in ODE, the
7OPCODE library must be compiled. If you are using the autotools support to
8compile ODE, you just have to specify --with-trimesh=opcode when calling ./configure.
9
10This code was originally written for and compiled on windows, but it has been
11ported so that it should compile under unix/gcc too. Your mileage may vary.
12
13Russ Smith, April 12 2005.