|
@@ -104,7 +104,7 @@ public class BoxModelServiceImpl implements IBoxModelService {
|
|
|
//转glb
|
|
|
OBJToGLBUtil.objToGlb(srcPath, glbPath);
|
|
|
|
|
|
- if(ComputerUtil.checkComputeCompleted(glbPath, 3, 2)){
|
|
|
+ if(!ComputerUtil.checkComputeCompleted(glbPath, 3, 2000)){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_7013);
|
|
|
}
|
|
|
|