www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: thiamant on September 30, 2010, 06:03:59 pm

Title: Loading screen
Post by: thiamant on September 30, 2010, 06:03:59 pm
I'm trying to display a loading picture. I want it to be displayed between the time of the application start and until the first frame of the model has been displayed. I can't seem to get this work with an ImageView at the start because once the renderer is created the screen goes black again.

Any ideas? Thanks.
Title: Re: Loading screen
Post by: thiamant on September 30, 2010, 07:40:19 pm
Ok. Fixed. Showing dialogs instead of ImageViews and working properly. This is also working ok with jpct as the dialog keeps showing even when OpenGL is loading.