Oh, lol ok my bad, i was expecting a bigger commit, again both of you a big thank you for this perfect pinpointing / fixing
RG
Search found 16 matches
- Sat Oct 04, 2014 8:54 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
- Fri Oct 03, 2014 2:09 pm
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Can you write a small note here when all patches are in, because @ the moment the light color is extremely loud, really to loud and animation is not working yet
Thanks for this great support btw !
RG
Thanks for this great support btw !
RG
- Fri Oct 03, 2014 10:48 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Just a side note, i had to make those changes also in COGLES2Solid2.vsh line 99 and 102
RG
RG
- Fri Oct 03, 2014 9:16 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
sure, but it should be a part of it, that was what i want to know, thx again
- Fri Oct 03, 2014 8:46 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Yep, that does the trick So it was precisely this commit https://sourceforge.net/p/irrlicht/code/4958/ did i picked it right ?
- Fri Oct 03, 2014 8:19 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Ahhh ok i did miss the commits, but sorry to say, it's not working for me is the commit complete ?
- Fri Oct 03, 2014 6:31 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
This node should works properly on ES2 driver with the latest ogl-es branch revision. so i am confused now did you guy's are having the same problem with the animation on your devices or is just me and untestet from you side Do you mean cloud layer scene node animation or general ES2 driver perform...
- Thu Oct 02, 2014 4:29 pm
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Humm i know that ES2 is normaly the better choose, i mean now that i am using ES1, 2D drawing on hw scaled Images, filters are not working and i did some small projects with shaders in the past too, so it's not entirly new ^^ To be honest, with Irrlicht it's the first time that i directly compare ES...
- Thu Oct 02, 2014 3:19 pm
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Yes, but it's the same for the examples
- Thu Oct 02, 2014 11:04 am
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Double checked but it's not the case on my device, like i say'd OGLES1 is 5 fps faster then OGLES2, so what else could that be ? Did try this also with examples i.e 08.SpecialFX
RG
RG
- Wed Oct 01, 2014 7:00 pm
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
Well that could be the painful truth, so i have to dig in more into Irrlicht shaders or stay on OGLES1, thx anyway for your efforts
RG
RG
- Wed Oct 01, 2014 5:26 pm
- Forum: Code Snippets
- Topic: Simple cloud layer SceneNode
- Replies: 71
- Views: 28594
Re: Simple cloud layer SceneNode
It's not only that this animation is not working, OGLES2 has constantly less speed then OGLES1 it's 5fps, i don't know if this has something to do with the animation problem, but my bet is also the shader for the slowness
RG
RG
- Tue Sep 30, 2014 1:36 pm
- Forum: Bug reports
- Topic: OGLES2 Animation and slowness bug
- Replies: 6
- Views: 1822
Re: OGLES2 Animation and slowness bug
awesome ! thx guys
- Tue Sep 30, 2014 12:44 pm
- Forum: Bug reports
- Topic: OGLES2 Animation and slowness bug
- Replies: 6
- Views: 1822
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
- Mon Sep 29, 2014 7:29 pm
- Forum: Bug reports
- Topic: OGLES2 Animation and slowness bug
- Replies: 6
- Views: 1822
OGLES2 Animation and slowness bug
Hi all This sample http://irrlicht.sourceforge.net/forum/viewtopic.php?f=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 t...