repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 6562895d06dcf9b5f2d71b28e9b20442d9cde7ef:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 6562895d06dcf9b5f2d71b28e9b20442d9cde7ef
Author: James Baicoianu 
Date:   Tue Oct 9 14:36:52 2018 -0700

    shading => flatShading

diff --git a/scripts/text.js b/scripts/text.js
index a1fba5f0ddaf7751b4ff70706666af096ff075b2..
index ..9f0200a68332230e08dedae3891a86fd3df56d81 100644
--- a/scripts/text.js
+++ b/scripts/text.js
@@ -66,7 +66,7 @@ elation.require(['engine.things.label'], function() {
       var matargs = {
         color: this.properties.color || new THREE.Color(0xffffff), 
         emissive: this.properties.emissive, 
-        shading: THREE.SmoothShading, 
+        flatShading: false,
         depthTest: this.properties.depthTest,
         reflectivity: .5
       };

-----END OF PAGE-----