Merge pull request '廖杰:路牌更新' (#247) from LJ into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/247
This commit is contained in:
liaojie
2024-01-21 13:05:46 +00:00

View File

@@ -517,8 +517,6 @@ export default class Demo {
new this.THREE.PlaneGeometry(100, 76),
new this.THREE.MeshBasicMaterial({ color: "white" })
);
//对标签进行一些操作
// Signs.rotation.x += Math.PI / 2;
Signs.add(tag);
tag.name = "tag";
tag.rotation.x = Math.PI / 2;