ubitODE: bug fix let avatars colide with volume detectors
parent
723015e4f0
commit
36207b88ff
|
@ -117,6 +117,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
// Default, Collide with Other Geometries, spaces, bodies and characters.
|
// Default, Collide with Other Geometries, spaces, bodies and characters.
|
||||||
private CollisionCategories m_collisionFlags = (CollisionCategories.Character
|
private CollisionCategories m_collisionFlags = (CollisionCategories.Character
|
||||||
| CollisionCategories.Geom
|
| CollisionCategories.Geom
|
||||||
|
| CollisionCategories.VolumeDtc
|
||||||
);
|
);
|
||||||
// we do land collisions not ode | CollisionCategories.Land);
|
// we do land collisions not ode | CollisionCategories.Land);
|
||||||
public IntPtr Body = IntPtr.Zero;
|
public IntPtr Body = IntPtr.Zero;
|
||||||
|
|
Loading…
Reference in New Issue