This commit is contained in:
laodaming 2023-11-27 16:26:31 +08:00
parent 29ddc7cff8
commit fdde41fa4f

View File

@ -408,17 +408,17 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
})
}
if element.ModelP != nil && *element.ModelP != "" {
tempData = append(tempData, map[string]interface{}{
/*tempData = append(tempData, map[string]interface{}{
"name": "model_P",
"data": "0," + *element.ModelP,
"type": "other",
"layer": "0",
"is_update": 0,
"mode": mode["model_P"],
})
})*/
}
//×××××××××××××××××××××××××××××××××××××××××××××××××××××
/*if w.userId == 127 && info.RenderData.ProductId == 32 {
if w.userId == 127 && info.RenderData.ProductId == 32 {
if element.Base != nil && *element.Base != "" {
tempData = append(tempData, map[string]interface{}{
"name": "model_1",
@ -439,16 +439,16 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
"mode": mode["shadow"],
})
}
if element.ModelP != nil && *element.ModelP != "" {
/*if element.ModelP != nil && *element.ModelP != "" {
tempData = append(tempData, map[string]interface{}{
"name": "model_P_1",
"data": "0,",
"type": "other",
"layer": "0",
"is_update": 0,
"mode": mode["model_P_1"],
"mode": mode["model_P"],
})
}
}*/
if element.Base != nil && *element.Base != "" {
tempData = append(tempData, map[string]interface{}{
"name": "model_2",
@ -479,7 +479,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
"mode": mode["model_P"],
})
}
}*/
}
//××××××××××××××××××××××××××××××××××××××××××××××××××××
result := []interface{}{
@ -494,22 +494,22 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
"data": tempData,
},
}
/* //**************************
if w.userId == 127 && info.RenderData.ProductId == 32 {
result = []interface{}{
map[string]interface{}{
"light": 22,
"refletion": refletion,
"scale": *element.Scale,
"sku_id": info.RenderData.ProductId,
"tid": "ceshi",
"rotation": *element.Rotation,
"filePath": "", //todo 文件路径,针对千人千面
"data": tempData,
},
}
//**************************
if w.userId == 127 && info.RenderData.ProductId == 32 {
result = []interface{}{
map[string]interface{}{
"light": 22,
"refletion": refletion,
"scale": *element.Scale,
"sku_id": info.RenderData.ProductId,
"tid": "ceshi",
"rotation": *element.Rotation,
"filePath": "", //todo 文件路径,针对千人千面
"data": tempData,
},
}
//********************************/
}
//*******************************
//发送运行阶段消息(组装数据)
w.sendAssembleRenderDataStepResponseMessage(info.RequestId)
temId := websocket_data.ToUnityIdStruct{