|
@@ -102,7 +102,8 @@ public class BoxModelServiceImpl implements IBoxModelService {
|
|
|
//转glb
|
|
|
OBJToGLBUtil.objToGlb(srcPath, glbPath);
|
|
|
|
|
|
- if(!ComputerUtil.checkComputeCompleted(glbPath, 3, 2000)){
|
|
|
+ log.info("glbPath:{}", glbPath);
|
|
|
+ if(!ComputerUtil.checkComputeCompleted(glbPath, 10, 2000)){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_7013);
|
|
|
}
|
|
|
|