From 6b3cb8bc378bfe299c5c1e02a4c1b735797b7993 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 6 Nov 2016 10:27:37 +0000 Subject: [PATCH] Re-enable curved lines. --- abp/static/scripts/materials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abp/static/scripts/materials.js b/abp/static/scripts/materials.js index 12fe02a..a6d0f5d 100644 --- a/abp/static/scripts/materials.js +++ b/abp/static/scripts/materials.js @@ -1,7 +1,7 @@ var materials = {}; var curveProperties = { - splineDensity: 1, + splineDensity: 10, curvature: 20 };