From 14c9aff342e7485beb50e6de1dc139bd4c6b78d7 Mon Sep 17 00:00:00 2001 From: goynov Date: Mon, 8 Dec 2025 07:42:48 +0200 Subject: [PATCH] #44 --- src/lib/Dashboard.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Dashboard.js b/src/lib/Dashboard.js index 24e13d6..2783945 100644 --- a/src/lib/Dashboard.js +++ b/src/lib/Dashboard.js @@ -93,6 +93,8 @@ class DashBoard { textPlane.position.y = -0.41 * dashHeight textPlane.visible = false; dash.add(textPlane) + // fix #44 + textPlane.material.depthTest = false; })() const text = new Text()