From 83443b131ee9b9717198b4d04c238235278031c2 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 19 Dec 2016 23:08:08 -0800 Subject: [PATCH] Recover colors. --- 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 14f762b..d0ee18d 100644 --- a/abp/static/scripts/materials.js +++ b/abp/static/scripts/materials.js @@ -10,7 +10,7 @@ materials.prepare = function() { var ballSprite = new THREE.Texture(document.getElementById("ball")); ballSprite.needsUpdate = true; materials.edge = new THREE.LineBasicMaterial({ - color: "red", + color: "gray", transparent: false, linewidth: 3 });