aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorTeravus Ovares2009-04-19 08:12:10 +0000
committerTeravus Ovares2009-04-19 08:12:10 +0000
commit03901c8c0dc537aca9bfbdcd45dac65891c88b4b (patch)
treee3a33a9431977ad7a1bd3876dcfe77a045a3dec3 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
parentAdded a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini... (diff)
downloadopensim-SC_OLD-03901c8c0dc537aca9bfbdcd45dac65891c88b4b.zip
opensim-SC_OLD-03901c8c0dc537aca9bfbdcd45dac65891c88b4b.tar.gz
opensim-SC_OLD-03901c8c0dc537aca9bfbdcd45dac65891c88b4b.tar.bz2
opensim-SC_OLD-03901c8c0dc537aca9bfbdcd45dac65891c88b4b.tar.xz
* Rudimentary angular motor implementation for the LSL Vehicle API
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index dae19c3..ed1366c 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -52,8 +52,12 @@ namespace OpenSim.Region.Physics.OdePlugin
52 StopCFM = 8, 52 StopCFM = 8,
53 LoStop2 = 256, 53 LoStop2 = 256,
54 HiStop2 = 257, 54 HiStop2 = 257,
55 Vel2 = 258,
56 FMax2 = 259,
55 LoStop3 = 512, 57 LoStop3 = 512,
56 HiStop3 = 513 58 HiStop3 = 513,
59 Vel3 = 514,
60 FMax3 = 515
57 } 61 }
58 public class OdeCharacter : PhysicsActor 62 public class OdeCharacter : PhysicsActor
59 { 63 {