mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
testing
This commit is contained in:
@@ -1275,6 +1275,12 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
_velocity = newmomentum;
|
||||
_target_velocity = newmomentum;
|
||||
m_pidControllerActive = true;
|
||||
m_colliderfilter = 0;
|
||||
m_colliderObjectfilter = 0;
|
||||
m_iscolliding = false;
|
||||
m_iscollidingGround = false;
|
||||
m_iscollidingObj = false;
|
||||
|
||||
if (Body != IntPtr.Zero)
|
||||
d.BodySetLinearVel(Body, newmomentum.X, newmomentum.Y, newmomentum.Z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user