trp:隧道场景仿真修改完成,待接口调试

This commit is contained in:
trp
2025-01-01 23:24:59 +08:00
parent b64d943a5e
commit 41cc1b4edd
6 changed files with 98 additions and 117 deletions

View File

@@ -0,0 +1,6 @@
export function realTimeRenderData(realTimeData) {
console.log(this.deviceModels);
this.deviceModels.forEach((deviceModel) => {
this.scene.getObjectById(deviceModel.tagSpriteId);
});
}