This commit is contained in:
@@ -93,6 +93,8 @@ class DashBoard {
|
|||||||
textPlane.position.y = -0.41 * dashHeight
|
textPlane.position.y = -0.41 * dashHeight
|
||||||
textPlane.visible = false;
|
textPlane.visible = false;
|
||||||
dash.add(textPlane)
|
dash.add(textPlane)
|
||||||
|
// fix #44
|
||||||
|
textPlane.material.depthTest = false;
|
||||||
})()
|
})()
|
||||||
|
|
||||||
const text = new Text()
|
const text = new Text()
|
||||||
|
|||||||
Reference in New Issue
Block a user