Version updates!

Started by EgonOlsen, March 28, 2010, 09:47:50 PM

Previous topic - Next topic

dl.zerocool

always happens T_T, it's certainly due to something else, but I don't know what.

EgonOlsen

Doesn't happen in my demos, does it? How is that overlay done?

EgonOlsen

Another update: The greedy 3ds-loader behaves better now.

dl.zerocool

No it didn't happen with your demo.
So in theory it comes from my app.


I added my layout and another class with opengl init etc.


[attachment deleted by admin]

dl.zerocool

and the render.

[attachment deleted by admin]

EgonOlsen

No idea...my guess would be that this has something to do with the alpha channel your frame buffer uses. You can try to specify one like so:

{ EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_ALPHA_SIZE, <1 or 4 or 8...just try one>, EGL10.EGL_NONE }

No idea if this helps...

dl.zerocool

You rock !
with 1 I couldn't initialize the render but with 2 everything works.

I'm sorry to ask but I don't understand exactly what it does so can you explain me ?
Since I'm studying software engineering I really would like to know what I'm doing :P

dl.zerocool

I'll upload soon the changes you will tell me if it works better ;)

dl.zerocool


EgonOlsen

It's using the hardware now on the Galaxy...but when using the camera, it looks pretty much like in your screen shot. When not using the camera, i can see the overlay but no 3d graphics at all. Maybe you should try to disable the transparency related stuff completely when not using the camera.

zammbi

Working much better now :)
Quite hard to play when starting but after a while I was able to win with 640 points

dl.zerocool

I've published a new version.

with 8 as param, it should work, with and without camera on Spica.

Let me know if works for you too, and it's the hardware acceleration.

dl.zerocool

Quote from: zammbi on June 04, 2010, 01:58:25 PM
Working much better now :)
Quite hard to play when starting but after a while I was able to win with 640 points

Ahahaha, I know, I'm always extremely busy, so I can't provide update now.
It's the end of the year and I'm very busy, exams in 2 weeks and other projects to finish...

So I'm quite sorry because it's buggy.

EgonOlsen

I'll give it a try later...my battery is down... :'(

dl.zerocool