diff --git a/QtMeshViewer/Source/MainWindow.cpp b/QtMeshViewer/Source/MainWindow.cpp index 14038f4..e8a1455 100644 --- a/QtMeshViewer/Source/MainWindow.cpp +++ b/QtMeshViewer/Source/MainWindow.cpp @@ -35,7 +35,7 @@ MainWindow::~MainWindow() void MainWindow::openFile() { - QString fileName = QFileDialog::getOpenFileName(this, "Open File", "../Release/Msh", "Mesh (*.msh)"); + QString fileName = QFileDialog::getOpenFileName(this, "Open File", "", "Mesh (*.msh)"); emit loadFile(fileName.toStdString().c_str()); } diff --git a/README.md b/README.md index 8699ba0..cedcab4 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,7 @@ Feel free to use my code the way you like. But remember i used some public libra licence, too. ### To Do -- center and normalize -- open file while runtime does not work -- drag and drop does not work -- tga with alpha cannot be opened -- multi polygons not correctly triangulated -- 5+ polygons => corrupted file +- tga with RLE cannot be opend - optional display bones, shadow, collision,... - integrate into a software: -> list all msh under a directory, diff --git a/Release/Qt5Core.dll b/Release/Qt5Core.dll new file mode 100644 index 0000000..19ad87f Binary files /dev/null and b/Release/Qt5Core.dll differ diff --git a/Release/Qt5Gui.dll b/Release/Qt5Gui.dll new file mode 100644 index 0000000..ea42991 Binary files /dev/null and b/Release/Qt5Gui.dll differ diff --git a/Release/Qt5Widgets.dll b/Release/Qt5Widgets.dll new file mode 100644 index 0000000..fa1fef5 Binary files /dev/null and b/Release/Qt5Widgets.dll differ diff --git a/Release/QtMeshViewer.exe b/Release/QtMeshViewer.exe new file mode 100644 index 0000000..963a86e Binary files /dev/null and b/Release/QtMeshViewer.exe differ