* Adds twist support for Cubes, Cylinders, and Prisms in the Meshmerizer

* A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
This commit is contained in:
Teravus Ovares
2008-04-10 00:31:44 +00:00
parent 4fd7009e0e
commit b85624db18
5 changed files with 365 additions and 11 deletions

View File

@@ -152,7 +152,7 @@ namespace OpenSim.Region.Environment.Scenes
{
statpack.Region.RegionFlags = (uint) 0;
}
statpack.Region.ObjectCapacity = (uint) 15000;
statpack.Region.ObjectCapacity = (uint) 45000;
#region various statistic googly moogly