* 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

@@ -1438,6 +1438,9 @@ namespace OpenSim.Region.Physics.OdePlugin
if (pbs.ProfileHollow != 0)
return true;
if (((Int16)pbs.PathTwistBegin != 0) || ((Int16)pbs.PathTwist != 0))
return true;
if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0)
return true;