MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getVisualizationCullingBox

Method getVisualizationCullingBox

physx/source/physx/src/NpScene.cpp:2459–2465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2457}
2458
2459PxBounds3 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
2467void NpScene::setNbContactDataBlocks(PxU32 numBlocks)
2468{

Callers 5

ScScene.cppFile · 0.80
visualizeMethod · 0.80
visualizeMethod · 0.80
ScbScene.hFile · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected