From 67dab6325095170ce531857c981fbc5f087cb1c8 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 17 Jan 2017 20:10:08 -0800 Subject: [PATCH] Thicker, bendier edges. --- abp/static/scripts/materials.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/abp/static/scripts/materials.js b/abp/static/scripts/materials.js index 60dbfb5..2c2c575 100644 --- a/abp/static/scripts/materials.js +++ b/abp/static/scripts/materials.js @@ -1,8 +1,8 @@ var materials = {}; var curveProperties = { - splineDensity: 20, - curvature: 3 + splineDensity: 10, + curvature: 20 }; // Is called on boot @@ -12,7 +12,7 @@ materials.prepare = function() { materials.edge = new THREE.LineBasicMaterial({ color: "gray", transparent: false, - linewidth: 3 + linewidth: 5 }); materials.edge.depthTest = false; materials.qubit = new THREE.PointsMaterial({