Skip to content
Snippets Groups Projects
Commit 8446b992 authored by Hkorb's avatar Hkorb
Browse files

make bounding sphere smaller

parent 1acfdcc8
No related branches found
No related tags found
1 merge request!296Refactor Actuator Farm
......@@ -98,7 +98,7 @@ __host__ __device__ __inline__ real distSqrd(real distX, real distY, real distZ)
__host__ __device__ __inline__ real getBoundingSphereRadius(real diameter, real smearingWidth)
{
return c1o2 * diameter + c4o1 * smearingWidth;
return c1o2 * diameter + c3o2 * smearingWidth;
}
__host__ __device__ __inline__ bool inBoundingSphere(real distX, real distY, real distZ, real diameter, real smearingWidth)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment