Determines if a ray intersects the volume of a sphere's bounding box.
BOOL D3DXSphereBoundProbe( CONST D3DXVECTOR3 * pCenter, FLOAT Radius, CONST D3DXVECTOR3 * pRayPosition, CONST D3DXVECTOR3 * pRayDirection );
Returns TRUE if the ray intersects the volume of the sphere's bounding box. Otherwise, returns FALSE.
D3DXSphereBoundProbe determines if the ray intersects the volume of the sphere's bounding box, not just the surface of the sphere.
Header: Declared in D3dx9mesh.h.