mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +08:00
* Moves the Meshmerizer to a separate plugin
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....
This commit is contained in:
@@ -182,7 +182,7 @@ namespace SimpleApp
|
||||
|
||||
protected override PhysicsScene GetPhysicsScene()
|
||||
{
|
||||
return GetPhysicsScene("basicphysics");
|
||||
return GetPhysicsScene("basicphysics", "Meshmerizer");
|
||||
}
|
||||
|
||||
#region conscmd_callback Members
|
||||
@@ -206,4 +206,4 @@ namespace SimpleApp
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user