aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs
diff options
context:
space:
mode:
authordahlia2011-04-12 22:47:30 -0700
committerdahlia2011-04-12 22:47:30 -0700
commit90b810c27ef4fe3da1796842940af13db61fb91d (patch)
tree5a88a99c5abf925c805ce45ae882dc971410f4f3 /OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs
parentMoved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open... (diff)
downloadopensim-SC_OLD-90b810c27ef4fe3da1796842940af13db61fb91d.zip
opensim-SC_OLD-90b810c27ef4fe3da1796842940af13db61fb91d.tar.gz
opensim-SC_OLD-90b810c27ef4fe3da1796842940af13db61fb91d.tar.bz2
opensim-SC_OLD-90b810c27ef4fe3da1796842940af13db61fb91d.tar.xz
force mesh proxy for simple box prims with path cut
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs
index 85e34c1..6df213d 100644
--- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs
+++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs
@@ -648,6 +648,9 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin
648 if (pbs.ProfileHollow != 0) 648 if (pbs.ProfileHollow != 0)
649 iPropertiesNotSupportedDefault++; 649 iPropertiesNotSupportedDefault++;
650 650
651 if ((pbs.PathBegin != 0) || pbs.PathEnd != 0)
652 iPropertiesNotSupportedDefault++;
653
651 if ((pbs.PathTwistBegin != 0) || (pbs.PathTwist != 0)) 654 if ((pbs.PathTwistBegin != 0) || (pbs.PathTwist != 0))
652 iPropertiesNotSupportedDefault++; 655 iPropertiesNotSupportedDefault++;
653 656