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…
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…
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 release 12 Not much changed, more a bug fix I noticed. The perspective matrix function provided by google is only support by 4.0 or newer so I replaced the method with my own. Also tweaked the file retrieval setup. fingus - I've tried doing what I can to fix the crash, I am hoping the latest tweak helps things,…
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…
Beta 9 Release Updates: * new interface layout with a side menu (click upper left icon) * gallery mode preview (going to be a paid version feature eventually) * default camera x and y rotation values in the options * default light preset in the options as well as the menu * drop down list for the view model panel for…
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.
I Actually tried this too and indeed it fails to find models and textures. I have Galaxy Note with a custom ICS rom. I put the folder both in the internal SD and the external one, no luck. It could help to be able to set up the lookup path inside the options tab.