This commit is contained in:
Robin Engman 2013-12-16 09:38:38 +01:00 committed by Dander7BD
parent 283633c6c6
commit 5f305b7086
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ namespace Oyster { namespace Collision3D { namespace Utility
bool Intersect( const Sphere &sphereA, const Sphere &sphereB, const ::Oyster::Math::Float3& worldPointOfContact )
{
Ray sphereRay(sphereA, Float3(sphereB.center-sphereA.center).Normalize());
//Ray sphereRay(sphereA, Float3(sphereB.center-sphereA.center).Normalize());
return false;