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
OGLES2 Animation and slowness bug
OGLES2 Animation and slowness bug
Last edited by AreaScout on Tue Sep 30, 2014 5:23 am, edited 1 time in total.
Re: OGLES2 Animation and slowness bug
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: OGLES2 Animation and slowness bug
Thanks for the information, but it will be fixed sooner or later ( i mean not next year or so ) ?
RG
RG
Re: OGLES2 Animation and slowness bug
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: OGLES2 Animation and slowness bug
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
Re: OGLES2 Animation and slowness bug
awesome ! thx guys
Re: OGLES2 Animation and slowness bug
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