Searched refs:radDifference (Results 1 – 1 of 1) sorted by relevance
264 const float radDifference = sphereEdgeDistance - boundingSphere_.radius; in CalculateSceneBounds() local267 if ((Math::abs(radDifference) > granularity) || (posDifference > granularity)) { in CalculateSceneBounds()