| 2145 | /////////////////////////////////////////////////////////////////////////////// |
| 2146 | |
| 2147 | static void visualize(Cm::RenderOutput& out, const BucketBox& bounds) |
| 2148 | { |
| 2149 | out << Cm::DebugBox(PxBounds3(bounds.getMin(), bounds.getMax()), true); |
| 2150 | } |
| 2151 | |
| 2152 | void BucketPrunerCore::visualize(Cm::RenderOutput& out, PxU32 color) const |
| 2153 | { |