repo: janusweb action: commit revision: path_from: revision_from: 6562895d06dcf9b5f2d71b28e9b20442d9cde7ef: path_to: revision_to:
commit 6562895d06dcf9b5f2d71b28e9b20442d9cde7ef Author: James BaicoianuDate: Tue Oct 9 14:36:52 2018 -0700 shading => flatShading diff --git a/scripts/text.js b/scripts/text.js
--- 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-----