* Fixed a situation in ODE where it didn't call the mesher on a cube when you tapered if you didn't have a cut or a hollow.

ThreadPoolClientBranch
Teravus Ovares 2008-02-08 23:48:27 +00:00
parent 16f8f19a54
commit bb5b88d161
1 changed files with 3 additions and 0 deletions

View File

@ -1011,6 +1011,9 @@ namespace OpenSim.Region.Physics.OdePlugin
if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0)
return true;
if ((pbs.PathScaleX != 100) || (pbs.PathScaleY != 100))
return true;
if (pbs.ProfileShape == ProfileShape.Circle && pbs.PathCurve == (byte)Extrusion.Straight)
return true;