export: updated default poses format (11)

This commit is contained in:
matlabbe
2021-07-05 12:58:24 -04:00
parent 485bf806bd
commit f9257beeb8

View File

@@ -153,7 +153,7 @@ int main(int argc, char * argv[])
bool exportPoses = false;
bool exportPosesCamera = false;
bool exportPosesScan = false;
int exportPosesFormat = 10;
int exportPosesFormat = 11;
bool exportImages = false;
bool exportImagesId = false;
std::string outputName;