aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9\/OPCODE/README-ODE.txt
diff options
context:
space:
mode:
authordan miller2007-10-19 04:28:53 +0000
committerdan miller2007-10-19 04:28:53 +0000
commit0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch)
tree51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/OPCODE/README-ODE.txt
parentsmall bit of refactoring (diff)
downloadopensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip
opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz
opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2
opensim-SC-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz
adding ode source to /libraries
Diffstat (limited to 'libraries/ode-0.9\/OPCODE/README-ODE.txt')
-rwxr-xr-xlibraries/ode-0.9\/OPCODE/README-ODE.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/OPCODE/README-ODE.txt b/libraries/ode-0.9\/OPCODE/README-ODE.txt
new file mode 100755
index 0000000..c5d5800
--- /dev/null
+++ b/libraries/ode-0.9\/OPCODE/README-ODE.txt
@@ -0,0 +1,13 @@
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.