|
@@ -179,6 +179,7 @@ public class SceneServiceImpl extends IBaseServiceImpl<SceneEntity, Long> implem
|
|
|
log.info("maps目录创建完成, path: {}", mapsPath);
|
|
|
|
|
|
// step3: xxx_dam to code.txt to code.obj 存放的txt2obj/test目录
|
|
|
+ // 2023-4-25 .dam文件是mp数据下载得来的
|
|
|
String damPath = basePath + "/" + mpKey + ".dam";
|
|
|
String txt2objDir = configConstant.serverBasePath + "tools/txt2obj";
|
|
|
String testModelDataTxtPath = txt2objDir + "/test.txt";
|