完成一半

This commit is contained in:
Hcat
2024-02-28 00:35:54 +08:00
parent e8b097a4ab
commit 1ed195b4b5
3 changed files with 25 additions and 7 deletions

View File

@@ -512,7 +512,7 @@ export default class Demo {
}
SignsInf(tunnelName, tunnelLength) {
let Signs = this.scene.getObjectByName('streetSigns');
console.log(Signs);
// console.log(Signs);
const tag = new this.THREE.Mesh(
new this.THREE.PlaneGeometry(100, 76),
new this.THREE.MeshBasicMaterial({ color: "white" })