Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Post by j1230xz »

I am using gamekit to build a game targeted for Android. It uses Ogre 1.8 rc for the Android build. I have noticed that the rendering is too slow. I am having 36000 polygons on stage and 12FPS on Samsung Galaxy S (the first one). Also I have noticed generally slower rendering on OpenGL in contrast to DirectX (like more than 10 times slower). Am I doing something wrong or is there some issue with GLES2, or in that manner generally with OpenGL rendering.

Thanks,
N.
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Re: Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Post by j1230xz »

Update:

What would be the expected polygon count on Samsung Galaxy S to achieve 30 FPS? Consider simple scenes.

Thank you
N.
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Re: Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Post by DanielSefton »

I don't think polygon count has much to do with it actually. Can you turn on the stats and see how many batches are being rendered?
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Re: Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Post by j1230xz »

Thanks DanielSefton.

I did and found out that the characters made by designers consisted of many objects thus increasing the batch count. Once the designer set the object as a single mesh all went good.

Thank you again

Nikola
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Re: Ogre 1.8 rc in Gamekit - GLES2 rendering slow

Post by j1230xz »

Ok this is the stats:

Triangles: 36071
Batch count: 215
FPS: 25.19

Render Time: 36.2 ms
Animations: 1.447 ms

Graphics Driver: AMD Radeon HD 7600M Series

thanks
Nikola
Post Reply