Personally, I'm just using bounding sphere testing, after the initial Quad-Tree branch discard, for the per-object frustum cull. It's trivial, and it took about 2 1/2 minutes to implement. I didn't think there was the need for higher accuracy culling in an instance like this. Just a thought.