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()
|
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());
|
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.
|
licence, too.
|
||||||
|
|
||||||
### To Do
|
### To Do
|
||||||
- center and normalize
|
- tga with RLE cannot be opend
|
||||||
- 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
|
|
||||||
- optional display bones, shadow, collision,...
|
- optional display bones, shadow, collision,...
|
||||||
- integrate into a software:
|
- integrate into a software:
|
||||||
-> list all msh under a directory,
|
-> 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