ubitODE: bug fix let avatars colide with volume detectors

avinationmerge
UbitUmarov 2012-04-17 01:00:50 +01:00
parent 723015e4f0
commit 36207b88ff
1 changed files with 1 additions and 0 deletions

View File

@ -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;