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

Method visualize

physx/source/physx/src/buffering/ScbScenePvdClient.cpp:880–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880void ScbScenePvdClient::visualize(PxArticulationLink& link)
881{
882 NpArticulationLink& npLink = static_cast<NpArticulationLink&>(link);
883 const void* itemId = npLink.getInboundJoint();
884 if(itemId && mUserRender)
885 {
886 PvdConstraintVisualizer viz(itemId, *mUserRender);
887 npLink.visualizeJoint(viz);
888 }
889}
890
891void ScbScenePvdClient::visualize(const PxRenderBuffer& debugRenderable)
892{

Callers

nothing calls this directly

Calls 10

getInboundJointMethod · 0.80
visualizeJointMethod · 0.80
drawRenderbufferMethod · 0.80
getPointsMethod · 0.80
getNbPointsMethod · 0.80
getLinesMethod · 0.80
getNbLinesMethod · 0.80
flushRenderEventsMethod · 0.80
getTrianglesMethod · 0.45
getNbTrianglesMethod · 0.45

Tested by

no test coverage detected