|
@@ -222,13 +222,13 @@ public class OBJToGLBUtil {
|
|
|
File file = new File(targetPath);
|
|
|
FileUtil.copyContent(objPathFile,file,true);
|
|
|
|
|
|
- String cmd = String.format(ShellCmd.osgbTob3dmCmd,targetPath,sourcePath);
|
|
|
+ String cmd = String.format(ShellCmd.osgbTob3dmCmd2,targetPath,sourcePath);
|
|
|
ShellUtil.execCmd(cmd);
|
|
|
return sourcePath;
|
|
|
}
|
|
|
|
|
|
public static String OsgbToB3dm(String targetPath,String sourcePath) {
|
|
|
- String cmd = String.format(ShellCmd.osgbTob3dmCmd,targetPath,sourcePath);
|
|
|
+ String cmd = String.format(ShellCmd.osgbTob3dmCmd2,targetPath,sourcePath);
|
|
|
ShellUtil.execCmd(cmd);
|
|
|
return sourcePath;
|
|
|
}
|