mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.
* Warning! Physics API change. This means that the NBodySimulation needs to be updated! * PhysicsActor -> void SetVolumeDetect(int) needs to go into classes that use PhysicsActor as their base class.
This commit is contained in:
@@ -2366,6 +2366,14 @@ if (m_shape != null) {
|
||||
}
|
||||
}
|
||||
|
||||
public void SetVolumeDetect(int param)
|
||||
{
|
||||
if (PhysActor != null)
|
||||
{
|
||||
PhysActor.SetVolumeDetect(param);
|
||||
}
|
||||
}
|
||||
|
||||
public void SetGroup(UUID groupID, IClientAPI client)
|
||||
{
|
||||
_groupID = groupID;
|
||||
|
||||
Reference in New Issue
Block a user