From 7ff467f070f29a6a6e4e297a27aab9b54ed5fcb5 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 17 Jan 2017 19:36:26 -0800 Subject: [PATCH] Bend edges --- abp/static/scripts/materials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abp/static/scripts/materials.js b/abp/static/scripts/materials.js index d0ee18d..60dbfb5 100644 --- a/abp/static/scripts/materials.js +++ b/abp/static/scripts/materials.js @@ -1,8 +1,8 @@ var materials = {}; var curveProperties = { - splineDensity: 1, - curvature: 20 + splineDensity: 20, + curvature: 3 }; // Is called on boot