mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
add AvatarJump to phsycis engines. This is just a push in Z direction, Still needs scaling so engines to match. This new scaling is needed so does not impact old push ones
This commit is contained in:
@@ -215,6 +215,8 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics
|
||||
{
|
||||
}
|
||||
|
||||
public override void AvatarJump(float forceZ) { }
|
||||
|
||||
public override void AddForce(Vector3 force, bool pushforce)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user