廖杰:路牌更新

This commit is contained in:
Hcat
2024-01-21 21:04:50 +08:00
parent d68795a4e3
commit feb0b3821f

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;