OGLES2 Animation and slowness bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
AreaScout
Posts: 16
Joined: Wed Sep 24, 2014 7:30 pm

OGLES2 Animation and slowness bug

Post by AreaScout »

Hi all

This sample http://irrlicht.sourceforge.net/forum/v ... =9&t=43873 runs on OGLES1, DIRECT3D, OPENGL but not on OGLES2, it does not animate the clouds ( not moving ) and overall the speed on OGLES1 is much faster.

I know that the OGLES branch is experimental but i read somewhere that you want to merge back to trunk, so i thought it could be a usefull Information for you befor merge


RG
Last edited by AreaScout on Tue Sep 30, 2014 5:23 am, edited 1 time in total.
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: OGLES2 Animation and slowness bug

Post by CuteAlien »

Thanks. And yeah there are still differences - I've been fighting with some of them myself all day already. It's a fixed function pipeline simulation and it will probably take a while until we have all features supported in an identical way
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
AreaScout
Posts: 16
Joined: Wed Sep 24, 2014 7:30 pm

Re: OGLES2 Animation and slowness bug

Post by AreaScout »

Thanks for the information, but it will be fixed sooner or later ( i mean not next year or so ) ? 8)

RG
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: OGLES2 Animation and slowness bug

Post by CuteAlien »

From looking at the shader code I thought texture matrices would already work - so don't know what is causing this specific problem. It will be fixed when someone finds the time to fix it - but I have no idea when that will be the case (I've only just started working a little bit on those shaders and I'm still struggling with beginner stuff like - how the hell am I supposed to even debug problems in those **** shaders without spending days on every trivial problem - I really hate shader debugging so far). Maybe Nadro finds some time to figure it out. Or anyone else who can help with that...
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: OGLES2 Animation and slowness bug

Post by Nadro »

I'll try to fix it at the weekend. This scene node uses texture matrix for animation, thats why it looks like this is an issue related to texture matrices.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
AreaScout
Posts: 16
Joined: Wed Sep 24, 2014 7:30 pm

Re: OGLES2 Animation and slowness bug

Post by AreaScout »

awesome ! thx guys :)
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: OGLES2 Animation and slowness bug

Post by Nadro »

Fixed in the latest ogl-es revision.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply