diff options
author | Teravus Ovares | 2007-11-10 19:13:52 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-10 19:13:52 +0000 |
commit | cb07ba0d68eeb57bae1cb60f387483ff720cc29d (patch) | |
tree | a46f7b6b50e70a9f5f56a89396ba8a3f1078c19e /OpenSim/Region/Examples | |
parent | * ODE Fixed annoying bug where resizing causes there to be a 'ghost' prim lef... (diff) | |
download | opensim-SC_OLD-cb07ba0d68eeb57bae1cb60f387483ff720cc29d.zip opensim-SC_OLD-cb07ba0d68eeb57bae1cb60f387483ff720cc29d.tar.gz opensim-SC_OLD-cb07ba0d68eeb57bae1cb60f387483ff720cc29d.tar.bz2 opensim-SC_OLD-cb07ba0d68eeb57bae1cb60f387483ff720cc29d.tar.xz |
* Moves the Meshmerizer to a separate plugin
* Experimental. Linux Prebuild needs testing.
* One more update after this to remove the ODEMeshing directory....
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 875bc4c..49fae93 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -182,7 +182,7 @@ namespace SimpleApp | |||
182 | 182 | ||
183 | protected override PhysicsScene GetPhysicsScene() | 183 | protected override PhysicsScene GetPhysicsScene() |
184 | { | 184 | { |
185 | return GetPhysicsScene("basicphysics"); | 185 | return GetPhysicsScene("basicphysics", "Meshmerizer"); |
186 | } | 186 | } |
187 | 187 | ||
188 | #region conscmd_callback Members | 188 | #region conscmd_callback Members |
@@ -206,4 +206,4 @@ namespace SimpleApp | |||
206 | app.Run(); | 206 | app.Run(); |
207 | } | 207 | } |
208 | } | 208 | } |
209 | } \ No newline at end of file | 209 | } |