|
@@ -25,7 +25,7 @@ public class ShellCmd {
|
|
|
|
|
|
public static String osgbTob3dmCmd = base_cmd +"3dtile"+File.separator + "3dtile.exe -f osgb -i " +
|
|
|
"%s -o %s";
|
|
|
- public static String osgbTob3dmCmd2 = base_cmd +"3dtile"+File.separator + "ConvertApp.exe -f OSGB -m true -i " +
|
|
|
+ public static String osgbTob3dmCmd2 = base_cmd +"3dtile"+File.separator + "ConvertApp.exe -f OSGB -m false -i " +
|
|
|
"%s -o %s";
|
|
|
public static String ffmpegCmd = base_cmd + "ffmpeg.exe ";
|
|
|
}
|