Hi,
Can I have Irrlicht view and android native view simultaneously in one screen?
For example, Irrlicht view on top half of the screen while android's list view on the bottom of the screen.
Thanks.
Combined view
Re: Combined view
To run Android apps you run them on some Android system. What you can do is use OGL ES2 on PC - which is the same as used on Android, so it generally looks the same.
Or maybe you mean with emulator, but I had never good experiences with those when it came to 3D developement.
Or maybe you mean with emulator, but I had never good experiences with those when it came to 3D developement.
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: Combined view
No, I mean.... in other words is it possible to have Irrlicht NOT in fullscreen (custom size) in Android device.
Re: Combined view
Basically no. It's unfortunately a badly defined area of Irrlicht which still has some problems (you can set a size - but it messes things mainly up when you do that, so that's something which likely will be removed).
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