mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
update ubitOde
This commit is contained in:
@@ -72,11 +72,13 @@ namespace OpenSim.Region.Physics.Manager
|
||||
{
|
||||
public float mu;
|
||||
public float bounce;
|
||||
public bool softcolide;
|
||||
|
||||
public ContactData(float _mu, float _bounce)
|
||||
public ContactData(float _mu, float _bounce, bool _softcolide)
|
||||
{
|
||||
mu = _mu;
|
||||
bounce = _bounce;
|
||||
softcolide = _softcolide;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user