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:
@@ -517,8 +517,6 @@ export default class Demo {
|
|||||||
new this.THREE.PlaneGeometry(100, 76),
|
new this.THREE.PlaneGeometry(100, 76),
|
||||||
new this.THREE.MeshBasicMaterial({ color: "white" })
|
new this.THREE.MeshBasicMaterial({ color: "white" })
|
||||||
);
|
);
|
||||||
//对标签进行一些操作
|
|
||||||
// Signs.rotation.x += Math.PI / 2;
|
|
||||||
Signs.add(tag);
|
Signs.add(tag);
|
||||||
tag.name = "tag";
|
tag.name = "tag";
|
||||||
tag.rotation.x = Math.PI / 2;
|
tag.rotation.x = Math.PI / 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user