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()