From 897bb4400a8f2a6303120c9a7bb79184fadbf918 Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Wed, 11 May 2022 13:25:33 +0300 Subject: [PATCH] Changed drawing radius --- edgemesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgemesh.hpp b/edgemesh.hpp index 73cfd35..7a0f333 100755 --- a/edgemesh.hpp +++ b/edgemesh.hpp @@ -88,7 +88,7 @@ public: #ifdef POLYSCOPE_DEFINED polyscope::CurveNetwork *registerForDrawing( const std::optional> &desiredColor = std::nullopt, - const double &desiredRadius = 0.001, + const double &desiredRadius = 0.002, const bool &shouldEnable = true); void unregister() const; void drawInitialFrames(polyscope::CurveNetwork *polyscopeHandle_initialMesh) const;