修改三维编辑加载

This commit is contained in:
sunzhenyu 2020-03-16 13:32:20 +08:00
parent 7e6ea076f8
commit 896fc027a9
2 changed files with 3 additions and 1 deletions

View File

@ -320,6 +320,8 @@ export function SectionList() {
}
if(assetloader.modellist[j].deviceType == "standwaice"){
num2 = j;
console.log(assetloader.modellist[num2]);
console.log(assetloader.modellist[num2].mesh);
assetloader.modellist[num2].mesh.rotation.x = 0;
}
}

View File

@ -92,7 +92,7 @@ export function Jl3dDrivingNew(mixers,updatemmi,sound,translation,routegroup) {
// console.log(Response);
// 对象化数据
let data = JSON.parse(Response.body);
// console.log(data);
console.log(data);
// 遍历后台数据
if(event.data.type == "Train_Hmi_3D"){
trainhmi(event.data);