Giuseppe Barbieri

Results 250 comments of Giuseppe Barbieri

what errors do you get?

Are you using `raw` or `assets`?

Try [this](http://stackoverflow.com/a/24525450/1047713)

So, apparently there are some classes, such as [`java.nio.files.*`](http://stackoverflow.com/questions/24869323/android-import-java-nio-file-files-cannot-be-resolved), that are not present on Android.. I am investigating for a solution... Would you prefer loading your meshes from your `res`...

Ok, I am evaluating to make a branch for Android. In the meanwhile, could you confirm me that the lenght you get on the files loaded from `assets` it's not...

An update, I am planning to pass the `AssetManager` (retrievable via `getAssets()` from within the activity) to the `readFile` together with the path of the main file in order for...

Hi, unfortunately no. I have a lot of other things with higher priority on my todo list right now and I also lack android experience: deadly combo. However, we are...

I am on my way, I almost done with the STL However, the material part would still need a couple of days to design.. Is it possible for you to...

[Done](https://github.com/java-graphics/assimp/releases), let me know :p

Yep, the main and more practical, higher productivity Other includes a cleaner/briefer code, null safety, typealias, operator overloading, advanced collections, function extention, ecc, not critical, but they contribute to my...