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:
parent
c28a12cd8f
commit
a221ed4957
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue