- Timestamp:
- 01/05/09 16:48:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter/main.cpp
r3146 r3247 14 14 15 15 cout << "converting obj to dem format" << endl; 16 17 if (!converter.LoadMaterials(model_path + argv[3])) 18 { 19 cerr << "loading materials failed" << endl; 20 21 std::cin.get(); 22 exit(0); 23 } 16 24 17 25 if (!converter.Convert(model_path + argv[1], model_path + argv[2])) … … 22 30 exit(0); 23 31 } 24 //std::cin.get(); 32 25 33 cout << "conversion successful" << endl; 34 cout << "press any key" << std::cin.get(); 26 35 27 36 return 0;
Note: See TracChangeset
for help on using the changeset viewer.