new release version,

Features:
-changed library,
-new interaction,
-new software icon,
-rotation bug fixed,
-cloth bug fixed,
Bugs:
-rle compressed tga not working.
-old assets are not displayed correctly,
This commit is contained in:
Anakin 2017-01-03 14:35:09 +01:00
parent c28a12cd8f
commit a221ed4957
6 changed files with 2 additions and 7 deletions

View File

@ -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());
}

View File

@ -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,

BIN
Release/Qt5Core.dll Normal file

Binary file not shown.

BIN
Release/Qt5Gui.dll Normal file

Binary file not shown.

BIN
Release/Qt5Widgets.dll Normal file

Binary file not shown.

BIN
Release/QtMeshViewer.exe Normal file

Binary file not shown.