From 0ebd2dad6a759daa83c404a946d751fef42536f5 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 24 Aug 2022 18:13:30 -0400 Subject: [PATCH] Removed debug axis from scene --- js/component/scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/component/scene.js b/js/component/scene.js index 2e41138..5215c6b 100644 --- a/js/component/scene.js +++ b/js/component/scene.js @@ -76,7 +76,7 @@ beestat.component.scene.prototype.decorate_ = function(parent) { const self = this; this.debug_ = { - 'axes': true, + 'axes': false, // 'directional_light_moon_helper': false, // 'directional_light_sun_helper': false, 'directional_light_top_helper': false,