mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* Rudimentary angular motor implementation for the LSL Vehicle API
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user