Fingus - It's weird that it's crashing there. Does a dialog to select a model come up at all? or just press the button and the app crashes? The code as it stands should handle any error in the code when hitting the model button. Electro - First time loading a model is a bit slow since it's parsing an obj file. There's code…
Mohammed: got your pm, just been distracted by coding and forgot about it. my apologies. As for the live wallpaper mode, I've hopefully fixed that crash as it no longer crashes when being applied for the first time on my phone. For the emissive bug, that's an odd one. I only get that if alpha blending is disabled and…
After playing around with some live wallpaper stuff, I decided to re-use the code I have in a fashion that's potentially usable to polycounters and other artists out there. So with that in mind I've put together a model viewing application for displaying real-time models on your android phone or tablet. The current…
Beta 6 Release Version with an additional model (credit goes to Crash for the model) that demonstrates the available render features better. Changes: * searches mnt/sdcard/polyviewer, mnt/sdcard/data/polyviewer and mnt/sdcard/external_sd/polyviewer (external_sd = micro sd card slot and it seemingly varies from manufacturer…
Fingus, sorry to hear that. I appreciate all the help you've given in trying to solve these loading issues. Unfortunately I'm about ready to give up release what's currently here on the marketplace and never touch this project again. I am sick and tired of trying to debug code remotely by sending a slightly modified…
I'm glad it's finding models and loading on more peoples hardware. Still plenty to fix, but I appreciate everyone taking the time to test and report back their findings. Lotekk, Tigerfeet - damn don't like hearing that. possible to go into the options and tell me if limiting the fps helps performance? default is render as…
The pvb files are created by the program first time a mesh is loaded. It's essentially a binary format with the name standing for polyviewer binary. The fps issue I'm going to have to look into. I'm working on some bugs within the overlay code and I plan on a new release before long.
Pampers, that's not a toast message, that's more it never found any models or directories. A toast message is a little notification that pops up at the bottom of the screen and disappears on it's own after a short time. Khiro, Yea I'm working on fixing things. the current version is broken and being worked on. I'm going to…
Dammit, that println needs a message popup looks like it means that there's an exception thrown in the method to parse the folders and that catch method has thrown another exception due to a null string value which cannot be passed along to android logcat setup :| Fingus, I'm working on a quick tweak or two and I'll pm you…
Fingus, yea. that was some early morning not awake coding. For the external sd card, I'm probably going to need some info since right now it's searching for the polyviewer folder within either the "external_sd" or the "data" directory from the base directory when using a file explorer. Not sure if some folks have their…