* Rudimentary angular motor implementation for the LSL Vehicle API

This commit is contained in:
Teravus Ovares
2009-04-19 08:12:10 +00:00
parent 5f1fa0d3d7
commit 03901c8c0d
2 changed files with 84 additions and 8 deletions

View File

@@ -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
{