trp:隧道场景仿真修改完成,待接口调试
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function realTimeRenderData(realTimeData) {
|
||||
console.log(this.deviceModels);
|
||||
this.deviceModels.forEach((deviceModel) => {
|
||||
this.scene.getObjectById(deviceModel.tagSpriteId);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user