Make physics engines finish internal representation of loaded prims before starting simulation so it does start for all at same time. Currently only in use by ubOde

This commit is contained in:
UbitUmarov
2015-10-22 17:34:28 +01:00
parent 7aaa84515f
commit 7cb6ecb9f5
4 changed files with 13 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
public abstract void AddPhysicsActorTaint(PhysicsActor prim);
public virtual void PrepareSimulation() { }
public virtual void ProcessPreSimulation() { }
/// <summary>
/// Perform a simulation of the current physics scene over the given timestep.