capelenglish
I’m using RayOctreeQuery to determine if a mouse-click hits an object. This works fine except when it’s close to the edge of the object. I need the ray to have a diameter, in other words, the bullet diameter. If my bullet has a diameter of 3, then I need to detect a hit that is 1.5 from the edge of the object. Is there any way to accomplish this in Urho3D?