|
|
@@ -55,9 +55,9 @@ class fixedWindRect {
|
|
|
? VENT_PARAM['modalText']
|
|
|
: History_Type['type'] == 'remote'
|
|
|
? `国能神东煤炭集团监制`
|
|
|
- : '煤炭科学技术研究院有限公司研制';
|
|
|
+ : '煤科通安(北京)智控科技有限公司研制';
|
|
|
|
|
|
- const screenDownTextX = 110 - (screenDownText.length - 10) * 6;
|
|
|
+ const screenDownTextX = 100 - (screenDownText.length - 10) * 7;
|
|
|
const textArr = [
|
|
|
{
|
|
|
text: `测风实时数据`,
|
|
|
@@ -141,7 +141,7 @@ class fixedWindRect {
|
|
|
const planeMesh = new THREE.Mesh(planeGeometry, textMaterial);
|
|
|
planeMesh.name = 'monitorText';
|
|
|
planeMesh.scale.set(0.23, 0.23, 0.23);
|
|
|
- planeMesh.position.set(-2.38, 0.068, -0.4);
|
|
|
+ planeMesh.position.set(-2.44, 0.068, -0.4);
|
|
|
this.group?.add(planeMesh);
|
|
|
}
|
|
|
});
|