mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Revert "Revert "Add experimental stubs for an extension function interface on both""
Found that the vehicle movement problem was not caused by these physics changes.
This reverts commit 89857378ce.
This commit is contained in:
@@ -313,6 +313,12 @@ namespace OpenSim.Region.Physics.Manager
|
||||
public abstract void SubscribeEvents(int ms);
|
||||
public abstract void UnSubscribeEvents();
|
||||
public abstract bool SubscribedEvents();
|
||||
|
||||
// Extendable interface for new, physics engine specific operations
|
||||
public virtual object Extension(string pFunct, params object[] pParams)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public class NullPhysicsActor : PhysicsActor
|
||||
|
||||
Reference in New Issue
Block a user