From 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Mon, 20 Nov 2017 11:35:52 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23131702 --- PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp') diff --git a/PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp b/PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp index 44c5a7b2..3991251f 100644 --- a/PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp +++ b/PhysX_3.4/Source/PhysX/src/buffering/ScbScenePvdClient.cpp @@ -264,6 +264,12 @@ namespace { mRenderer.visualizeDoubleCone(t, PxF32(angle), active); } + + virtual void visualizeLine( const PxVec3& p0, const PxVec3& p1, PxU32 color) + { + const PvdDebugLine line(p0, p1, color); + mRenderer.drawLines(&line, 1); + } }; } -- cgit v1.2.3