mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
ubOde: let small spheres still be spheres
This commit is contained in:
@@ -1755,7 +1755,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
{
|
||||
IntPtr geo = IntPtr.Zero;
|
||||
|
||||
if (!OverrideToBox && _pbs.ProfileShape == ProfileShape.HalfCircle && _pbs.PathCurve == (byte)Extrusion.Curve1
|
||||
if (_pbs.ProfileShape == ProfileShape.HalfCircle && _pbs.PathCurve == (byte)Extrusion.Curve1
|
||||
&& _size.X == _size.Y && _size.Y == _size.Z)
|
||||
{ // it's a sphere
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user