mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Updated with new changes
--HG-- branch : develop
This commit is contained in:
parent
a79393e9f8
commit
e01f706ccc
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ int main(int argc, char *argv[])
|
|||
args.addArg("d", "dst", "destination", "Destination directory path");
|
||||
args.addArg("", "dependlog", "log", "Dependencies log path");
|
||||
args.addArg("", "errorlog", "log", "Errors log path");
|
||||
args.addArg("filename", "Filename of 3D model to convert");
|
||||
args.addAdditionalArg("input", "Filename of 3D model to convert", false);
|
||||
|
||||
if (!args.parse(argc, argv)) return EXIT_SUCCESS;
|
||||
|
||||
const std::vector<std::string> &filePathes = args.getRequiredArg();
|
||||
const std::vector<std::string> &filePathes = args.getAdditionalArg("input");
|
||||
|
||||
NL3D::CScene::registerBasics();
|
||||
NL3D::registerSerial3d();
|
||||
|
|
Loading…
Reference in a new issue