aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsScene.cs
diff options
context:
space:
mode:
authorubit2012-10-09 01:29:09 +0200
committerubit2012-10-09 01:29:09 +0200
commit61cc62eac9e4a0a9ef31732f5a8ec859a253afad (patch)
treea3e44eff839b3651bc398661019fb869efc20358 /OpenSim/Region/Physics/Manager/PhysicsScene.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentmove terrain geom to own ode space. Limit range on raycast if includes (diff)
downloadopensim-SC-61cc62eac9e4a0a9ef31732f5a8ec859a253afad.zip
opensim-SC-61cc62eac9e4a0a9ef31732f5a8ec859a253afad.tar.gz
opensim-SC-61cc62eac9e4a0a9ef31732f5a8ec859a253afad.tar.bz2
opensim-SC-61cc62eac9e4a0a9ef31732f5a8ec859a253afad.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Manager/PhysicsScene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
index 46bfa59..ce269fa 100644
--- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs
+++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
@@ -246,6 +246,9 @@ namespace OpenSim.Region.Physics.Manager
246 246
247 public abstract void AddPhysicsActorTaint(PhysicsActor prim); 247 public abstract void AddPhysicsActorTaint(PhysicsActor prim);
248 248
249
250 public virtual void PrepareSimulation() { }
251
249 /// <summary> 252 /// <summary>
250 /// Perform a simulation of the current physics scene over the given timestep. 253 /// Perform a simulation of the current physics scene over the given timestep.
251 /// </summary> 254 /// </summary>