mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Added PhysicsScene.Dispose()
* In ODE, disposing of all of the ODE objects and the ODE World to reclaim memory when the simulator restarts.
This commit is contained in:
@@ -69,12 +69,16 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
|
||||
public BasicScene()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public override void Initialise(IMesher meshmerizer)
|
||||
{
|
||||
// Does nothing right now
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
|
||||
}
|
||||
public override PhysicsActor AddAvatar(string avName, PhysicsVector position)
|
||||
{
|
||||
BasicActor act = new BasicActor();
|
||||
|
||||
Reference in New Issue
Block a user