From 03901c8c0dc537aca9bfbdcd45dac65891c88b4b Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 19 Apr 2009 08:12:10 +0000 Subject: * Rudimentary angular motor implementation for the LSL Vehicle API --- OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs') 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 StopCFM = 8, LoStop2 = 256, HiStop2 = 257, + Vel2 = 258, + FMax2 = 259, LoStop3 = 512, - HiStop3 = 513 + HiStop3 = 513, + Vel3 = 514, + FMax3 = 515 } public class OdeCharacter : PhysicsActor { -- cgit v1.1