From b85624db1832c54ea2a8b3d53d93b8ca60a18a38 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 10 Apr 2008 00:31:44 +0000 Subject: * 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. --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs') diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 9b8f4af..fa128de 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -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; -- cgit v1.1