Particles in openGLES2

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Vdragon
Posts: 2
Joined: Wed Dec 10, 2014 8:30 am

Particles in openGLES2

Post by Vdragon »

Are these meant to work on android with GLES2?
They are working fine when using the same code on linux (but using the GLES2 driver too).
The debug bounding box is also not showing on android, and showing on linux.
CuteAlien
Admin
Posts: 9930
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Particles in openGLES2

Post by CuteAlien »

Yeah, particles should work (at least I use particles in my android game). I just did a quick check with es2 on Linux and line-drawing (bbox) works there - so I suppose it should also work on Android.
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
Vdragon
Posts: 2
Joined: Wed Dec 10, 2014 8:30 am

Re: Particles in openGLES2

Post by Vdragon »

Ok, thank you.
Post Reply