| 2457 | } |
| 2458 | |
| 2459 | PxBounds3 NpScene::getVisualizationCullingBox() const |
| 2460 | { |
| 2461 | NP_READ_CHECK(this); |
| 2462 | const PxBounds3& bounds = mScene.getVisualizationCullingBox(); |
| 2463 | PX_ASSERT(bounds.isValid()); |
| 2464 | return bounds; |
| 2465 | } |
| 2466 | |
| 2467 | void NpScene::setNbContactDataBlocks(PxU32 numBlocks) |
| 2468 | { |
no test coverage detected