mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user