mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'
and processing routines in BulletSim. Add linkset rebuild/conversion routine in BSLinkset.
This commit is contained in:
@@ -317,7 +317,8 @@ namespace OpenSim.Region.Physics.Manager
|
||||
// Extendable interface for new, physics engine specific operations
|
||||
public virtual object Extension(string pFunct, params object[] pParams)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// A NOP of the physics engine does not implement this feature
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -338,7 +338,8 @@ namespace OpenSim.Region.Physics.Manager
|
||||
// Extendable interface for new, physics engine specific operations
|
||||
public virtual object Extension(string pFunct, params object[] pParams)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
// A NOP if the extension thing is not implemented by the physics engine
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user